-
Notifications
You must be signed in to change notification settings - Fork 201
Bump onflow/go-ethereum dependency to v1.14.12
#7175
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
Bump onflow/go-ethereum dependency to v1.14.12
#7175
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/pectra-upgrade #7175 +/- ##
==========================================================
- Coverage 41.33% 41.30% -0.03%
==========================================================
Files 2164 2164
Lines 189596 189623 +27
==========================================================
- Hits 78370 78333 -37
- Misses 104705 104761 +56
- Partials 6521 6529 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ab2fcde to
e6846a9
Compare
|
|
||
| // SetState adds sets a value for the given slot of the main storage | ||
| func (d *DeltaView) SetState(sk types.SlotAddress, value gethCommon.Hash) error { | ||
| // SetState adds sets a value for the given slot of the main storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // SetState adds sets a value for the given slot of the main storage. | |
| // SetState sets or adds a value for the given slot of the main storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in 53c44ce .
| balance, err := db.latestView().GetBalance(addr) | ||
| db.handleError(err) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this happen before SelfDestruct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a great catch 💯 Updated in 05b8ee2
| } | ||
|
|
||
| func (db *StateDB) Finalise(deleteEmptyObjects bool) { | ||
| panic(fmt.Errorf("should not be called!")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it would be better to call Finalise but leave it empty. Might be more in line with how its envisioned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point indeed. Updated in a69d18c .
|
Superseded by #7241 . |
Work towards: #7152
Depends on: onflow/go-ethereum#12