issues
search
ethereumproject
/
go-ethereum
Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
443
stars
166
forks
source link
refactor vm.RuleSet interface, CREATE2 word cost, tests
#678
Closed
whilei
closed
6 years ago
whilei
commented
6 years ago
refactor
vm.RuleSet
interface to use
EIP_
methods, instead of
Fork_
methods:
https://github.com/ethereumproject/go-ethereum/commit/96c2fbf6965f1d7b70db5bf291bee5c9d8b1a60f
implement SHA3 word cost for CREATE2 opcode:
https://github.com/ethereumproject/go-ethereum/commit/6c85ab81b236b63801f3ca2b9e9f5a2664fd83ad
tzdybal
commented
6 years ago
Looks great to me!
vm.RuleSet
interface to useEIP_
methods, instead ofFork_
methods: https://github.com/ethereumproject/go-ethereum/commit/96c2fbf6965f1d7b70db5bf291bee5c9d8b1a60f