laconicd-deprecated/app/ante
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
..
ante_test.go ante: check EnableCreate/EnableCall in ante handler (#1060) 2022-05-03 19:51:02 +02:00
ante.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00
doc.go ante: switch ethAnteHandler to use AnteDecorators (#252) 2020-04-17 18:32:01 -04:00
eip712.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00
eth_test.go !feat(evm): Reject not replay-protected tx to prevent replay attack (#1124) 2022-06-13 09:41:53 +00:00
eth.go !feat(evm): Reject not replay-protected tx to prevent replay attack (#1124) 2022-06-13 09:41:53 +00:00
fee_market_test.go imp(feemarket): update BaseFee based on GasWanted (#1105) 2022-06-05 09:22:33 +00:00
fee_market.go ante: refactor (#1113) 2022-06-06 10:15:10 +02:00
fees_test.go imp(feemarket): update BaseFee based on GasWanted (#1105) 2022-06-05 09:22:33 +00:00
fees.go ante: refactor (#1113) 2022-06-06 10:15:10 +02:00
handler_options.go ante: refactor (#1113) 2022-06-06 10:15:10 +02:00
interfaces.go imp(feemarket): update BaseFee based on GasWanted (#1105) 2022-06-05 09:22:33 +00:00
reject_msgs.go ante: update ante handler internals (#866) 2022-01-02 23:44:46 +01:00
sigs_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
utils_test.go !feat(evm): Reject not replay-protected tx to prevent replay attack (#1124) 2022-06-13 09:41:53 +00:00