-
Notifications
You must be signed in to change notification settings - Fork 757
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
Pass the Common object when copying a StateManager #526
Conversation
@s1na @alcuadrado I think we should give this (the What do you guys think? Just had some first look at the merged repo and I think this should really settle a bit more... |
(@alcuadrado sorry for hi-jacking here 😛, thought there should be some space left due to not much need for discussion on the PR topic 😋) |
@alcuadrado If you find some time during the next days it would generally be great if you also have some broader look onto the new code base. Would really be good if we have some more eyes on this and this is really some important milestone release once done. |
@holgerd77 Definitely the more time we have to test the less bugs we'll have in the release. Specially that after listening to the last AllCoreDevs call, it doesn't seem clear at all yet which EIPs will likely make it to Istanbul so we can't really start with that yet. Would you suggest we limit the changes to only bugfixes in this week, or also do other improvements? Edit: Good catch by the way @alcuadrado, thanks for having a look |
@s1na Wouldn't strictly limit this to bug fixing, things should nevertheless be of some more closing or fixing nature and not completely open new topics I would suggest (but also depends a bit). Especially if you want to further improve the structure or you are confident on further API simplifications/changes we should definitely do that. |
I can spend most of my day on EthereumJS today. I'll focus on this in particular. |
😀 |
02ad2d1
to
5c06175
Compare
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.
Previous to this PR copying a
StateManager
always returned one with aCommon
object set tomainnet
andbyzantium
(see #524). Now theCommon
object is passed when copying aStateManager
.