core,state: finish implementing Eip 1283

This commit is contained in:
Martin Holst Swende
2018-08-12 14:47:03 +02:00
committed by Péter Szilágyi
parent 58374e28d9
commit caa2c23a38
6 changed files with 41 additions and 16 deletions

View File

@ -44,6 +44,7 @@ type StateDB interface {
GetRefund() uint64
GetState(common.Address, common.Hash) common.Hash
GetStateOriginal(common.Address, common.Hash) common.Hash
SetState(common.Address, common.Hash, common.Hash)
Suicide(common.Address) bool