Jason Carver
Jason Carver
> Do I just copy + paste the code in my branch or is there some git fu I'm missing? Just in case: after you pull down the other PR,...
It's probably a good idea to rebase against the latest master, to minimize conflicts for yourself.
Just a heads up that EIP-2315 was pulled from Berlin, so... I guess it makes sense to pause work on this. Sorry friend :/
This commit history is pretty messy. Are you up for doing rebase/squash and force push? Also, best to remove `[WIP] ` from the PR title if you're ready for the...
Just checking in to say I'm reviewing this now. It's probably going to be a little while before there's new code, because I'm still piecing everything together. The direction outlined...
This is really heavily coupled with #599 -- it's essentially blocked on that.
Yeah `-L/u sr/local/opt/sqlite/lib` looks super-broken. No idea why. Kind of surprised that `toolz` is being installed, I would expect `cytoolz`, since you're not in pypy.
https://github.com/ethereum/py-evm/pull/1390#discussion_r224931867 Good point about web3. Potentially web3 v4 can freeze py-evm at the current version, and updates to py-evm will only be available in web3 v5. (which I [expect to...
It seems like it would be simpler (though slower) to run a fresh checkout of your personal `ethereum/trininty` fork, and add the upstream remote as usual. (skipping steps 2-4) Maybe...
Totally, I just updated the instructions to help motivate this other migration method: :+1: