laconicd-deprecated/app/ante
Freddy Caceres ccbaf1fe05
imp(tests): prune node integration tests (#1212)
* first pass

* extra comment

* fixed pruned node tests. Fix getBalance on pruned. Fix BaseFee on pruned.

* fix tests execution

* check logs on tests

* address pr comments

* address comments

* Update rpc/namespaces/ethereum/eth/api.go

* update error msg check

* fix lint

* fix linter

* fix linter

* fix py lint

* test lint

* fix lint

* pin golangcli version

* pin golanci version

* pin lint to version 0.48

* fix linter

* fix last linter last file

Co-authored-by: ramacarlucho <ramirocarlucho@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-08-08 10:17:10 +02:00
..
ante_test.go !feat(deps): Upgrade cosmos-sdk to v0.46.0 (#1168) 2022-07-28 15:43:49 +02:00
ante.go imp: NewAnteHandler returns error if input not valid (#1173) 2022-07-19 06:50:31 +02:00
doc.go imp(tests): prune node integration tests (#1212) 2022-08-08 10:17:10 +02:00
eip712.go !feat(deps): Upgrade cosmos-sdk to v0.46.0 (#1168) 2022-07-28 15:43:49 +02:00
eth_test.go feat(ante, evm): set priority for eth transactions (#1214) 2022-08-05 15:00:31 +02:00
eth.go feat(ante, evm): set priority for eth transactions (#1214) 2022-08-05 15:00:31 +02: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 ante: refactor (#1113) 2022-06-06 10:15:10 +02:00
fees_test.go !feat(deps): Upgrade cosmos-sdk to v0.46.0 (#1168) 2022-07-28 15:43:49 +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 feat(ante, evm): set priority for eth transactions (#1214) 2022-08-05 15:00:31 +02:00
interfaces.go feat(ante, evm): set priority for eth transactions (#1214) 2022-08-05 15:00:31 +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 !feat(deps): Upgrade cosmos-sdk to v0.46.0 (#1168) 2022-07-28 15:43:49 +02:00