laconicd-deprecated/ethereum/rpc
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
..
pubsub cherry picks ethermint 2021-05-05 15:10:21 +02:00
types rpc: fix empty root and uncle hash (#45) 2021-05-26 06:33:24 -04:00
apis.go rpc: personal API (#21) 2021-05-12 12:50:26 -04:00
backend.go rpc, evm: gRPC tests (#28) 2021-05-17 06:13:08 -04:00
doc.go more fixes 2021-04-18 18:39:15 +02:00
eth_api.go evm: refactor state transition (#41) 2021-06-02 04:52:53 -04:00
filter_api.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
filter_system.go more fixes 2021-04-18 18:39:15 +02:00
filters.go more fixes 2021-04-18 18:39:15 +02:00
net_api.go node running 2021-04-19 09:30:55 +02:00
personal.go rpc: personal API (#21) 2021-05-12 12:50:26 -04:00
web3_api.go build 2021-04-18 19:23:26 +02:00
websockets.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00