core, state: initial implementation of Eip-1283

This commit is contained in:
Martin Holst Swende
2018-09-18 13:08:28 +03:00
committed by Péter Szilágyi
parent b8aa5980cf
commit 58374e28d9
5 changed files with 84 additions and 3 deletions
+1
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