Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin go-ethereum with cherry-picked commit #2379

Merged
merged 3 commits into from
Jun 14, 2024
Merged

Conversation

anodar
Copy link
Contributor

@anodar anodar commented Jun 11, 2024

Pins go-ethereum with changes from: OffchainLabs/go-ethereum#327, which cherry picks PR from upstream geth that implements blob txs sendTxArgs, and enables blobTx signing (ethereum/go-ethereum#28976)

@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label Jun 11, 2024
@anodar anodar requested a review from PlasmaPower June 11, 2024 10:32
@anodar anodar marked this pull request as ready for review June 11, 2024 10:32
if err != nil {
return nil, fmt.Errorf("converting transaction arguments into transaction: %w", err)
}
if h := hasher.Hash(gotTx); h != hasher.Hash(signedTx) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should compare hash(tx) to hash(signedTx). I don't think gotTx is relevant here

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In practice this shouldn't matter though

@PlasmaPower PlasmaPower merged commit 7ca1933 into master Jun 14, 2024
11 of 12 checks passed
@PlasmaPower PlasmaPower deleted the cherry-pick-sendTxArgs branch June 14, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design-approved s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants