laconicd/x/evm/types
Ray Pierre 75fb3ccb89
fix incorrect blockHash in evm (#780)
* Fix wrong blockHash value in evm

* fix ut

* store current block hash in BeginBlock

* update ut

* update comment

* add changelog
2021-03-18 20:04:29 -07: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 x/evm: open eip2028 when the version of Istanbul was enabled (#731) 2021-01-28 13:30:38 -03: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 stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
genesis.go stargate: migrate types (#670) 2021-01-06 17:56:40 -03: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 stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
logs.go stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
msg_test.go stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
msg.go stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
params_test.go stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
params.go stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
querier_test.go evm: fix format errors in String() of QueryEthLogs (#748) 2021-01-25 11:09:28 -03:00
querier.go evm: fix format errors in String() of QueryEthLogs (#748) 2021-01-25 11:09:28 -03:00
state_object_test.go fix state object bugs causing tx reverts (#445) 2020-08-17 09:49:13 -04:00
state_object.go stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
state_transition_test.go fix incorrect blockHash in evm (#780) 2021-03-18 20:04:29 -07:00
state_transition.go fix incorrect blockHash in evm (#780) 2021-03-18 20:04:29 -07:00
statedb_test.go fix incorrect blockHash in evm (#780) 2021-03-18 20:04:29 -07:00
statedb.go fix incorrect blockHash in evm (#780) 2021-03-18 20:04:29 -07:00
storage_test.go stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
storage.go stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
tx_data.go stargate: migrate types (#670) 2021-01-06 17:56:40 -03:00
utils_test.go evm: fix pointer in ResultData.String() (#733) 2021-01-20 14:33:05 -03:00
utils.go fix incorrect blockHash in evm (#780) 2021-03-18 20:04:29 -07:00