laconicd/x/evm/types
dependabot[bot] 1d24ef76e5
build(deps): bump github.com/ethereum/go-ethereum from 1.9.24 to 1.9.25 (#654)
* build(deps): bump github.com/ethereum/go-ethereum from 1.9.24 to 1.9.25

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.9.24 to 1.9.25.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](https://github.com/ethereum/go-ethereum/compare/v1.9.24...v1.9.25)

Signed-off-by: dependabot[bot] <support@github.com>

* fixes

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-12-11 13:47:18 +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 bump SDK to v0.39.1 (#386) 2020-08-23 17:41:54 -04:00
genesis_test.go app: fix export genesis (#619) 2020-11-27 19:42:04 +01:00
genesis.go app: fix export genesis (#619) 2020-11-27 19:42:04 +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