cosmos-sdk/x/auth/ante
2025-01-15 17:19:03 +00:00
..
testutil docs: clarify what is available in ctx.BlockHeader() (#23394) 2025-01-15 17:19:03 +00:00
unorderedtx test: fix flaky Snapshotter test (#21878) 2024-09-24 13:33:00 +00:00
ante_test.go build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
ante.go refactor: remove consensus as a imported type in modules (#21480) 2024-09-10 15:36:33 +00:00
basic_test.go ci: actually enable v2 system test (#21539) 2024-09-26 13:16:28 +00:00
basic.go docs: clarification on timeout timestamp (#23322) 2025-01-13 08:58:14 +00:00
expected_keepers.go docs: clarify what is available in ctx.BlockHeader() (#23394) 2025-01-15 17:19:03 +00:00
export_test.go refactor(x/auth): use transaction service (#19967) 2024-04-10 18:47:12 +00:00
ext_test.go refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
ext.go fix!: Add ValidateTx to ExtensionOptionChecker ante (#21403) 2024-08-26 14:01:24 +00:00
fee_test.go build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
fee.go refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
feegrant_test.go build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
setup_test.go refactor: remove consensus as a imported type in modules (#21480) 2024-09-10 15:36:33 +00:00
setup.go refactor: remove consensus as a imported type in modules (#21480) 2024-09-10 15:36:33 +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: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
sigverify_test.go build(deps): Bump cosmossdk.io/core from 1.0.0-alpha.5 to 1.0.0-alpha.6 (#22502) 2024-11-11 09:42:13 +00:00
sigverify.go feat(x/auth/ante): allow custom verifyIsOnCurve when validate tx for public key (#23128) 2025-01-02 14:29:18 +00:00
testutil_test.go build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
unordered_test.go refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
unordered.go chore: fix struct field name and some typos in comment (#23126) 2025-01-03 16:54:07 +00:00
validator_tx_fee.go feat(server/v2): add min gas price and check with tx fee (#21173) 2024-08-29 07:46:58 +00:00