Regarding 4) here are some resources from the community which might be interesting to read before discussing it.
Please consider adding EIP-1276 as a part of discussion!
Could you consider EIP-1108 and EIP-1109 ?
Please consider adding EIP-1283 to the discussion as well. This is an alternative for EIP-1087. For parity-ethereum, we are having some issues implementing EIP-1087 as is, and we think EIP-1087 may be a potential optimization blocker. You can read more on this in EIP-1283's Motivation section.
@eosclassicteam disabling the difficulty bomb was rejected at the last core dev call so there is no reason to bring it up again at this time.
@jbaylina we discussed 1108 last meeting. See notes here.
Would you like to be on the next call to discuss 1109?
@sorpaas Added.
Thank you @Souptacular ! Good discussion for EIP1108. And yes, I'll be glad to join the call!
Writing an update here.
I suggest to drop blockhash refactoring if this is the case, because we already have a lot of changes.
extocodehash tests list: https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit?pli=1#gid=1811198384
create2 tests list:
https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit?pli=1#gid=1872446916
please add your ideas as a comments to the list. (right button -> comment)
Please confirm the implementation of this EIP
https://eips.ethereum.org/EIPS/eip-1014
the hash will affect contract creation address. which will affect all the tests.
Retesteth update:
Retesteth now support client configurations. You could set configs and bash script that retesteth will use to manage the RPC socket. Or you could set TCP socket and external ip address. retesteth could execute tests on all provided clients from command option like
retesteth -t RPCTests -- --clients="eth, parity, geth"
Partial net sstore tests: https://github.com/ethereum/tests/issues/483.
Decision on the formula for CREATE2 address is needed - option 1 vs option 2 vs RLP-encoding each component https://github.com/ethereum/EIPs/pull/1014
@gumb0 re that address, two questions to resolve, as I understand it:
0xff VS use an RLP-schema to ensure that preimages don't collide with 'classic' address creationLinks for the Fellowship of Magicians update:
Closing in favor of #54
Most helpful comment
Regarding 4) here are some resources from the community which might be interesting to read before discussing it.