laconicd-deprecated/app/ante
crypto-facs 4a6f4fd6e0
imp(deps): Geth upgrade v1.10.19 (#1159)
* upgrade geth and fix build

* add support for

* update EIPs

* fix keeper tests

* update traceTx function with latest geth changes

* remove unnecessary comments

* fix tests

* update proto

* add migrations

* update module version

* fix grpc test

* fix lint

* fix lint

* update changelog

* fix typo

* remove unnecessary format logs

* Update proto/ethermint/evm/v1/evm.proto

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

* remove debug true on default

* update comments

* fixing ante tests

* fixed cycle imports on migrate_test

* fix wrong naming

* update comment

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-07-08 10:58:04 +00:00
..
ante_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
ante.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
doc.go ante: switch ethAnteHandler to use AnteDecorators (#252) 2020-04-17 18:32:01 -04:00
eip712.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
eth_test.go imp(evm): rename RejectUnprotectedTx to AllowUnprotectedTxs (#1142) 2022-06-22 12:51:14 +02:00
eth.go imp(evm): rename RejectUnprotectedTx to AllowUnprotectedTxs (#1142) 2022-06-22 12:51:14 +02:00
fee_market_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
fee_market.go ante: refactor (#1113) 2022-06-06 10:15:10 +02:00
fees_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
fees.go bug(feemarket): set lower bound of base fee to min gas price param (#1135) 2022-06-22 12:57:16 +02:00
handler_options.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
interfaces.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
reject_msgs.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
sigs_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
utils_test.go imp(deps): Geth upgrade v1.10.19 (#1159) 2022-07-08 10:58:04 +00:00