laconicd-deprecated/app/ante
Vladislav Varadinov 15e4da3cda
fix(evm): Added Cancun and Shanghai blocks to ChainConfig (#1499)
* (refactor): Added Cancun and Shanghai blocks to ChainConfig

* (tests): Added test for invalid Shanghai and Cancun block

* (fix): ran proto linter

* Applied changes from code review

* Added CHANGELOG entry

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-11-25 15:07:18 +01:00
..
ante_test.go fear(eip712): Add EIP-712 encoding for multiple messages of the same type (#1483) 2022-11-23 13:38:23 +01:00
ante.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
doc.go imp(tests): prune node integration tests (#1212) 2022-08-08 10:17:10 +02:00
eip712.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
eth_test.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
eth.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
fee_checker_test.go feat!: Apply feemarket to native cosmos tx (#1194) 2022-08-10 18:33:38 -04:00
fee_checker.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
fee_market_test.go !feat(deps): Upgrade cosmos-sdk to v0.46.0 (#1168) 2022-07-28 15:43:49 +02:00
fee_market.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
fees_test.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
fees.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
handler_options.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
interfaces.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
reject_msgs.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
setup_test.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
setup.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
signverify_test.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
sigs_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
sigverify.go imp(ante): refactor AnteHandler (#1479) 2022-11-25 08:24:55 +00:00
utils_test.go fix(evm): Added Cancun and Shanghai blocks to ChainConfig (#1499) 2022-11-25 15:07:18 +01:00