Update op-geth with upstream changes from v1.11.5 #5225
Update op-geth with upstream changes from v1.11.5 #5225mergify[bot] merged 4 commits intodevelopfrom
Conversation
|
✅ Deploy Preview for opstack-docs canceled.
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #5225 +/- ##
===========================================
- Coverage 39.90% 36.14% -3.77%
===========================================
Files 382 227 -155
Lines 24337 19833 -4504
Branches 837 0 -837
===========================================
- Hits 9711 7168 -2543
+ Misses 13895 11971 -1924
+ Partials 731 694 -37
Flags with carried forward coverage won't be shown. Click here to find out more.
|
eed2781 to
efaff64
Compare
|
Hmm not ideal that |
Yeah not sure, I suspect because it wasn't actually required by anything using the interface, but similarly there doesn't currently seem to be anything that implements that interface and doesn't have |
d66b5e8 to
ab74c27
Compare
aa1399a to
1564dc2
Compare
07b083d to
27e3299
Compare
The ForEachStorage method has been removed from the interface in geth but is still available on the struct itself.
…o op-geth v1.11.5 draft
27e3299 to
b1c3858
Compare
|
rebased on develop, and dropped the indexer go.mod changes, and opened #5271 to update the indexer to latest monorepo version cleanly. We can update indexer to geth 1.11.5 cleanly later. |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
1 similar comment
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Description
op-chain-ops/genesis: Use actual struct for StateDB instead of interface. The ForEachStorage method has been removed from the interface in geth but is still available on the struct itself.
Metadata