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

Update Go-Ethereum #9157

Merged
merged 7 commits into from
Jul 9, 2021
Merged

Update Go-Ethereum #9157

merged 7 commits into from
Jul 9, 2021

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Jul 7, 2021

What type of PR is this?

Bug Fix, Dependency Update

What does this PR do? Why is it needed?

  • Updates our bazel go-ethereum fork to v1.10.4 which brings in compatibility with London and EIP-1559. This also importantly updates the eth header schema to account for the base fee field.

Which issues(s) does this PR fix?

N.A

Other notes for review

@nisdas nisdas requested a review from a team as a code owner July 7, 2021 10:31
@nisdas nisdas requested review from prestonvanloon, terencechain and rkapka and removed request for a team July 7, 2021 10:31
@prestonvanloon
Copy link
Member

Removing ready for review tag due to failng build. Please fix then request review.

@codecov
Copy link

codecov bot commented Jul 9, 2021

Codecov Report

Merging #9157 (e70a97a) into develop (7c23d02) will decrease coverage by 0.04%.
The diff coverage is 33.33%.

@@             Coverage Diff             @@
##           develop    #9157      +/-   ##
===========================================
- Coverage    60.59%   60.54%   -0.05%     
===========================================
  Files          544      544              
  Lines        38935    38937       +2     
===========================================
- Hits         23591    23573      -18     
- Misses       11882    11895      +13     
- Partials      3462     3469       +7     

@rauljordan rauljordan merged commit a9ee3ee into develop Jul 9, 2021
@delete-merged-branch delete-merged-branch bot deleted the updateGoEthereum branch July 9, 2021 12:58
@@ -109,9 +109,13 @@ func main() {
if err != nil {
log.Fatal(err)
}
txOps = bind.NewKeyedTransactor(privKey)
txOps, err = bind.NewKeyedTransactorWithChainID(privKey, big.NewInt(1337))
Copy link
Member

Choose a reason for hiding this comment

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

Seems like this will not work on any chain besides 1337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High High priority item
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants