core, state: initial implementation of Eip-1283

This commit is contained in:
Martin Holst Swende
2018-08-11 23:03:54 +02:00
committed by Péter Szilágyi
parent b8aa5980cf
commit 58374e28d9
5 changed files with 84 additions and 3 deletions

View File

@ -40,6 +40,7 @@ type StateDB interface {
GetCodeSize(common.Address) int
AddRefund(uint64)
SubRefund(uint64)
GetRefund() uint64
GetState(common.Address, common.Hash) common.Hash