laconicd/x/evm
Federico Kunze b77aab43bb
evm: refactor state transition (#41)
* evm: keeper statedb refactor

* keeper: implement stateDB account, balance, nonce and suicide functions

* keeper: implement stateDB code and iterator functions

* keeper: implement stateDB log and preimage functions

* update code to use CommitStateDB

* tests updates

* journal changes (wip)

* cache fields

* journal and logs

* minor cleanup

* evm: state transition refactor

* evm: unpack revert errors

* evm: update state transition (wip)

* evm: remove journal related changes

* evm: delete empty account code and storage state

* update gas limit

* evm: header hash to/from context

* evm: minor params and state transition changes

* ante: state transition changes

* ante: refactor default sig gas consumer

* ante: ignore gas costs from ops other than intrinsic gas

* ante: CanTransferDecorator

* evm: refund gas

* update comments

* state transition comments

* ante: CanTransfer and AccessList decorator tests

* evm: cleanup state transition

* ignore nonce increment during ante handler on contract creation

* fix ante tests

* more test fixes
2021-06-02 04:52:53 -04:00
..
atlas atlas: evm module (#651) 2020-12-10 22:31:46 +00:00
client all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
keeper evm: refactor state transition (#41) 2021-06-02 04:52:53 -04:00
spec evm: module specification (#538) 2020-12-09 20:11:15 +01:00
types keeper: StateDB unit tests (#47) 2021-06-02 04:06:12 -04:00
genesis_test.go ante: AnteHandler changes from state transition refactor (#56) 2021-05-31 05:05:32 -04:00
genesis.go ante: AnteHandler changes from state transition refactor (#56) 2021-05-31 05:05:32 -04:00
handler_test.go evm: fix signature verification (#61) 2021-06-01 13:14:33 -04:00
handler.go additions 2021-04-18 17:54:18 +02:00
module.go ante: AnteHandler changes from state transition refactor (#56) 2021-05-31 05:05:32 -04:00