laconicd-deprecated/x/evm/keeper
yihuang 8f932ddc6a
!feat(evm): Reject not replay-protected tx to prevent replay attack (#1124)
* Reject not replay-protected tx to prevent replay attack

Closes: #1122

- reject such txs in ante handler

* add reject unprotected parameter

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* pr suggestions

* add unit test case

* Reject not replay-protected tx to prevent replay attack

Closes: #1122

- reject such txs in ante handler

add reject unprotected parameter

Update CHANGELOG.md

Apply suggestions from code review

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

pr suggestions

add unit test case

use var

* add migrations

* Apply suggestions from code review

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* rename

* update comments

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-06-13 09:41:53 +00:00
..
abci.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
benchmark_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
grpc_query_test.go fix!: london hardfork check logic in json-rpc apis (#1068) 2022-04-30 18:11:28 +02:00
grpc_query.go fix!: london hardfork check logic in json-rpc apis (#1068) 2022-04-30 18:11:28 +02:00
hooks_test.go evm: PostTxProcessing hook - include the full message data (#1027) 2022-04-04 20:11:46 +02:00
hooks.go evm: PostTxProcessing hook - include the full message data (#1027) 2022-04-04 20:11:46 +02:00
keeper_test.go tests: update consensus params (#1117) 2022-06-08 15:21:51 +02:00
keeper.go imp(feemarket): update BaseFee based on GasWanted (#1105) 2022-06-05 09:22:33 +00:00
migrations.go !feat(evm): Reject not replay-protected tx to prevent replay attack (#1124) 2022-06-13 09:41:53 +00:00
msg_server.go analytics(app): update telemetry to Ethermint modules (#1106) 2022-06-02 15:04:33 +02:00
params_test.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
params.go evm: move ChainConfig to Params (#266) 2021-07-14 05:13:55 -04:00
state_transition_benchmark_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
state_transition_test.go fix: default base fee state in genesis (#919) 2022-01-26 11:36:07 +01:00
state_transition.go imp(feemarket): update BaseFee based on GasWanted (#1105) 2022-06-05 09:22:33 +00:00
statedb_benchmark_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
statedb_test.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
statedb.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
utils_test.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
utils.go imp(feemarket): update BaseFee based on GasWanted (#1105) 2022-06-05 09:22:33 +00:00