cosmos-sdk/x/auth/ante
Miloš Živković d3e059dd2a
feat: add support for ed25519 tx signature verification (#23283)
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Marko <marko@baricevic.me>
2025-02-04 07:57:07 +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 fix(auth): audit issues with unordered txs (#23392) 2025-01-31 15:27:13 +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 refactor!: simplify signing packages (#23470) 2025-01-22 11:15:49 +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 refactor!: simplify signing packages (#23470) 2025-01-22 11:15:49 +00:00
fee.go refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
feegrant_test.go refactor!: simplify signing packages (#23470) 2025-01-22 11:15:49 +00:00
setup_test.go refactor!: simplify signing packages (#23470) 2025-01-22 11:15:49 +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 feat: add support for ed25519 tx signature verification (#23283) 2025-02-04 07:57:07 +00:00
sigverify.go feat: add support for ed25519 tx signature verification (#23283) 2025-02-04 07:57:07 +00:00
testutil_test.go fix(auth): audit issues with unordered txs (#23392) 2025-01-31 15:27:13 +00:00
unordered_test.go refactor!: simplify signing packages (#23470) 2025-01-22 11:15:49 +00:00
unordered.go fix(auth): audit issues with unordered txs (#23392) 2025-01-31 15:27:13 +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