laconicd/x/evm/types
Federico Kunze a1386eec09
evm: balance and nonce invariants (#661)
* evm: balance and nonce invariants

* nonce invariant

* changelog

* use iterator on export
2020-12-15 19:43:06 +01:00
..
access_list_test.go deps: update go-ethereum to v1.9.24 (#594) 2020-11-16 17:11:15 +01:00
access_list.go deps: update go-ethereum to v1.9.24 (#594) 2020-11-16 17:11:15 +01:00
chain_config_test.go open Istanbul and MuirGlacier from ChainConfig (#645) 2020-12-08 16:49:35 +01:00
chain_config.go open Istanbul and MuirGlacier from ChainConfig (#645) 2020-12-08 16:49:35 +01:00
codec.go evm: params (#458) 2020-09-02 15:41:05 -04:00
errors.go evm: state transitions enabled params (#603) 2020-11-20 20:25:11 +01:00
events.go upgrade changes cleanup (#236) 2020-04-01 15:49:21 -03:00
expected_keepers.go evm: balance and nonce invariants (#661) 2020-12-15 19:43:06 +01:00
genesis_test.go evm: balance and nonce invariants (#661) 2020-12-15 19:43:06 +01:00
genesis.go evm: balance and nonce invariants (#661) 2020-12-15 19:43:06 +01:00
journal_test.go evm: implement vm.GetHashFn (#620) 2020-12-07 21:09:09 +01:00
journal.go deps: update go-ethereum to v1.9.24 (#594) 2020-11-16 17:11:15 +01:00
key.go evm: implement vm.GetHashFn (#620) 2020-12-07 21:09:09 +01:00
logs_test.go crypto: refactor for stargate (#559) 2020-10-06 20:57:55 +02:00
logs.go x/evm: tests (#381) 2020-07-08 14:11:02 -04:00
msg_test.go crypto: refactor for stargate (#559) 2020-10-06 20:57:55 +02:00
msg.go update minimum gas price to be 1 (#515) 2020-09-15 13:17:22 -04:00
params_test.go evm: extra eips param (#643) 2020-12-08 20:01:28 +01:00
params.go evm: extra eips param (#643) 2020-12-08 20:01:28 +01:00
querier.go rpc: protocol version (#575) 2020-12-08 20:51:26 +01:00
state_object_test.go fix state object bugs causing tx reverts (#445) 2020-08-17 09:49:13 -04:00
state_object.go types: account balance fix (#507) 2020-09-09 10:53:14 -03:00
state_transition_test.go evm: implement vm.GetHashFn (#620) 2020-12-07 21:09:09 +01:00
state_transition.go build(deps): bump github.com/ethereum/go-ethereum from 1.9.24 to 1.9.25 (#654) 2020-12-11 13:47:18 +01:00
statedb_test.go evm: implement vm.GetHashFn (#620) 2020-12-07 21:09:09 +01:00
statedb.go evm: module specification (#538) 2020-12-09 20:11:15 +01:00
storage_test.go evm: fix non-determinism (#352) 2020-07-13 16:01:45 -04:00
storage.go evm: fix non-determinism (#352) 2020-07-13 16:01:45 -04:00
tx_data_test.go x/evm: unit tests and fixes (#223) 2020-04-23 11:49:25 -04:00
tx_data.go genesis functions cleanup, testing (#318) 2020-05-29 11:50:22 -04:00
utils_test.go run make format (#351) 2020-07-02 11:19:48 -04:00
utils.go evm: implement vm.GetHashFn (#620) 2020-12-07 21:09:09 +01:00