laconicd/x/evm
yihuang 5e15c64d02
fix: make gas estimation test reproducible (#890)
Closes: #536

Solution: Use a fixed test account.

The source of non-deterministic is tx's intrinsic gas is different according to different number of zeros in input data,
so to make sure the gas number is reproducible, and the randomly generated test address is included in that.
2022-01-07 14:04:16 +01:00
..
atlas docs: banner & other (#607) 2021-09-29 18:15:55 +02:00
client feat: add raw ethereum tx CLI (#712) 2021-11-02 12:20:19 +01:00
keeper fix: make gas estimation test reproducible (#890) 2022-01-07 14:04:16 +01:00
simulation evm: fixed commented out simulations, pubsub, and handler tests (#655) 2021-10-11 13:09:53 +02:00
spec docs: update evm spec to cover statedb refactoring changes (#885) 2022-01-06 10:58:10 +01:00
statedb evm: improve test coverage of statedb package (#888) 2022-01-06 18:10:51 +01:00
types evm: improve error message for invalid account (#883) 2022-01-05 15:08:31 +01:00
genesis_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
genesis.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
handler_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
handler.go evm: rm recover (#542) 2021-09-09 09:10:33 +00:00
module.go feat: store migration setup (#794) 2021-11-29 16:46:20 +01:00