laconicd-deprecated/x/evm
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
..
atlas docs: banner & other (#607) 2021-09-29 18:15:55 +02:00
client imp(evm): add query params to CLI (#1091) 2022-05-25 14:02:01 +00:00
keeper !feat(evm): Reject not replay-protected tx to prevent replay attack (#1124) 2022-06-13 09:41:53 +00:00
migrations/v2 !feat(evm): Reject not replay-protected tx to prevent replay attack (#1124) 2022-06-13 09:41:53 +00:00
simulation imp(feemarket): update BaseFee based on GasWanted (#1105) 2022-06-05 09:22:33 +00:00
spec specs(evm): Add concepts (#1095) 2022-05-26 15:04:19 +00:00
statedb evm: improve test coverage of statedb package (#888) 2022-01-06 18:10:51 +01:00
types !feat(evm): Reject not replay-protected tx to prevent replay attack (#1124) 2022-06-13 09:41:53 +00: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 tests: update consensus params (#1117) 2022-06-08 15:21:51 +02:00
handler.go evm: rm recover (#542) 2021-09-09 09:10:33 +00:00
module.go !feat(evm): Reject not replay-protected tx to prevent replay attack (#1124) 2022-06-13 09:41:53 +00:00