laconicd/x/evm/types
Federico Kunze 6c1e7fec01
app, ante, evm: Keeper StateDB refactor (#30)
* 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: remove journal related changes

* evm: delete empty account code and storage state

* app, evm: transient store

* ante, evm: refund gas transient

* evm: remove transient keeper state fields

* address comments from review

* evm: undo revision change
2021-05-25 08:56:36 -04:00
..
access_list_test.go app, ante, evm: Keeper StateDB refactor (#30) 2021-05-25 08:56:36 -04:00
access_list.go app, ante, evm: Keeper StateDB refactor (#30) 2021-05-25 08:56:36 -04:00
chain_config_test.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
chain_config.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
codec.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
errors.go additions 2021-04-18 17:54:18 +02:00
events.go evm: SDK metrics (#24) 2021-05-14 17:44:58 -04:00
evm.pb.go proto, evm: use string for address and hash protobuf message fields (#23) 2021-05-14 02:52:18 -04:00
genesis_test.go build 2021-04-18 19:23:26 +02:00
genesis.go rpc, evm: gRPC tests (#28) 2021-05-17 06:13:08 -04:00
genesis.pb.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
interfaces.go app, ante, evm: Keeper StateDB refactor (#30) 2021-05-25 08:56:36 -04:00
journal_test.go more fixes 2021-04-18 18:39:15 +02:00
journal.go conflicts 2021-04-17 12:00:07 +02:00
key.go app, ante, evm: Keeper StateDB refactor (#30) 2021-05-25 08:56:36 -04:00
logs_test.go additions 2021-04-18 17:54:18 +02:00
logs.go rpc, evm: gRPC tests (#28) 2021-05-17 06:13:08 -04:00
msg_test.go proto, evm: use string for address and hash protobuf message fields (#23) 2021-05-14 02:52:18 -04:00
msg.go rpc, evm: gRPC tests (#28) 2021-05-17 06:13:08 -04:00
params_test.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
params.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
protocol.go additions 2021-04-18 17:54:18 +02:00
query.pb.go rpc, evm: gRPC tests (#28) 2021-05-17 06:13:08 -04:00
query.pb.gw.go startport: setup (#27) 2021-05-20 03:44:07 -04:00
state_object_test.go fix state object bugs causing tx reverts (#445) 2020-08-17 09:49:13 -04:00
state_object.go app, ante, evm: Keeper StateDB refactor (#30) 2021-05-25 08:56:36 -04:00
state_transition_test.go app, ante, evm: Keeper StateDB refactor (#30) 2021-05-25 08:56:36 -04:00
state_transition.go app, ante, evm: Keeper StateDB refactor (#30) 2021-05-25 08:56:36 -04:00
statedb_test.go fix test compilation 2021-04-21 15:41:30 +02:00
statedb.go app, ante, evm: Keeper StateDB refactor (#30) 2021-05-25 08:56:36 -04:00
storage_test.go additions 2021-04-18 17:54:18 +02:00
storage.go additions 2021-04-18 17:54:18 +02:00
tx.pb.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
utils_test.go additions 2021-04-18 17:54:18 +02:00
utils.go rpc, evm: gRPC tests (#28) 2021-05-17 06:13:08 -04:00