-
Notifications
You must be signed in to change notification settings - Fork 7
feat: scroll account #39
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
Conversation
8583350 to
d17f014
Compare
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
dc00745 to
1a6bb9d
Compare
Signed-off-by: Gregory Edison <[email protected]>
frisitano
left a comment
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.
Looks good! I've left some comments in line. Regarding indentation of dependencies lets try and stay consistent with the formatting currently used in reth. Looks like there's a few Cargo.toml files in which we diverge. I also think we should not change the HashedPostState type. I would like to understand your reasoning for doing so. Also added comment around the pattern for finalization of the State<DB> I suspect we can simplify this but wanted to see from your perspective if there's a blocker to the proposed solution.
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
…countInfo` Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
19efb8d to
d59038b
Compare
Signed-off-by: Gregory Edison <[email protected]>
frisitano
left a comment
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.
Looks good, left one comment inline in regards to doc comment change which I think we should revert unless there is good reason not to.
|
LGTM |
Propagates all changes made on accounts from #33. This PR should only be reviewed once #33 is merged.
Adds
test_createin the execution stage in order to test the runtime computation of the Scroll fields. The caching characteristic is already covered bytest_selfdestruct.Builds towards #7