-
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
State manager API changes #309
State manager API changes #309
Conversation
Oh, the state tests are actually passing on this? That’s already impressive, cool! |
I think all the necessary tests should be passing, with the cache tests being commented out as the exception. Honestly I had to make my changes that way in order to make sure what I was doing was even viable. Not sure what's going on with the Travis build, but I'm pretty sure my changes aren't at fault |
Sorry for that but since #266 was merged, this needs to be rebased. |
0711147
to
b3c7df9
Compare
Squashed changes as discussed in ethereumjs#309
b3c7df9
to
253419e
Compare
Squashed changes as discussed in ethereumjs#309
Thanks @axic, I've rebased and everything still seems to work. A few of the changes from #266 seemed to conflict in direct opposition to my changes, notably in the moving of the |
I think to speed up the process of merging this we need to split it into smaller chunks. I can see one good first step is prefixing the soon-to-be-private variables with underscore ( |
Unquestionably this needs splitting up before it can be merged. My intention with this PR was really just to facilitate the discussion in #268. If others are happy with the logic I presented there I'm more than happy to start breaking this up into separate PRs. |
253419e
to
8cf713d
Compare
Squashed changes as discussed in ethereumjs#309
8cf713d
to
15fce6f
Compare
Squashed changes as discussed in ethereumjs#309
15fce6f
to
905b078
Compare
Squashed changes as discussed in ethereumjs#309
905b078
to
ab26c24
Compare
Squashed changes as discussed in ethereumjs#309
Hi @mattdean-digicatapult, have sent you a message on Gitter which is time-critical, hijacking this thread to notify you on a second communcation means! 😄 |
ab26c24
to
84edd43
Compare
Squashed changes as discussed in ethereumjs#309
7d6b00d
to
d3f9552
Compare
f63a72b
to
5b1c266
Compare
d184cae
to
c26ffb0
Compare
c26ffb0
to
d947314
Compare
d947314
to
e9544f5
Compare
59d2ccc
to
add1951
Compare
add1951
to
51f145b
Compare
These changes have all now been merged to master. Closing |
This is to inform discussion of #268 as requested in that thread, but is not intended to be merged in it's current state.