cosmos-sdk/x/auth/ante
2024-07-31 20:21:23 +00:00
..
testutil refactor: remove comet info from consensus as it will be stored in context for v2 (#21120) 2024-07-31 20:21:23 +00:00
unorderedtx feat(tx)!: make timeout_height time based (#20870) 2024-07-29 11:53:27 +00:00
ante_test.go refactor: migrate to query Consensus Params (#19600) 2024-04-25 15:26:43 +00:00
ante.go refactor(x/**): rewrite ante handlers as tx validators (#20488) 2024-06-03 16:47:58 +00:00
basic_test.go feat(tx)!: make timeout_height time based (#20870) 2024-07-29 11:53:27 +00:00
basic.go feat(tx)!: make timeout_height time based (#20870) 2024-07-29 11:53:27 +00:00
expected_keepers.go refactor: remove comet info from consensus as it will be stored in context for v2 (#21120) 2024-07-31 20:21:23 +00:00
export_test.go refactor(x/auth): use transaction service (#19967) 2024-04-10 18:47:12 +00:00
ext_test.go refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
ext.go refactor(x/auth): use transaction service (#19967) 2024-04-10 18:47:12 +00:00
fee_test.go refactor(x/auth/ante): migrate antehandlers to use execmode (#19161) 2024-01-24 08:58:54 +00:00
fee.go fix(auth): UseGrantedFees error (#20963) 2024-07-16 09:17:34 +00:00
feegrant_test.go refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
setup_test.go refactor: remove comet dep in modules (1/n) (#20270) 2024-05-06 13:13:12 +00:00
setup.go refactor(runtime,core): split router service (#20401) 2024-05-16 08:04:40 +00:00
sigverify_benchmark_test.go refactor: remove comet dep in modules (1/n) (#20270) 2024-05-06 13:13:12 +00:00
sigverify_internal_test.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
sigverify_test.go refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
sigverify.go chore(docs): fix functions and struct comments (#21010) 2024-07-22 07:35:43 +00:00
testutil_test.go chore: various cleanup (#20864) 2024-07-18 09:12:58 +00:00
unordered_test.go feat(tx)!: make timeout_height time based (#20870) 2024-07-29 11:53:27 +00:00
unordered.go fix(x/auth/tx): JSON TX encoding/decoding (#20803) 2024-07-29 18:29:06 +00:00
validator_tx_fee.go refactor(x/auth): use transaction service (#19967) 2024-04-10 18:47:12 +00:00