cosmos-sdk/x/auth/ante
ahmedaly113 f3962eb29b
fix #6287 sending multiple transactions from an account make nonce sequence stuck (#6291)
* fix #6287 sending multiple transactions from an account make nonce sequence stuck

* add change log

* fix ante unit test after #6287 fix

* Update x/auth/ante/sigverify.go

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Alessio Treglia <quadrispro@ubuntu.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-05-28 21:07:12 +00:00
..
ante.go x/auth/ante: AccountKeeper expected interface used instead of the str… (#6040) 2020-04-21 16:56:18 +00:00
ante_test.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
basic.go lint: official action (#6156) 2020-05-07 09:40:49 +00:00
basic_test.go Merge PR 5196: RecheckTx Optimizations 2019-10-23 10:43:58 -04:00
expected_keepers.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
fee.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
fee_test.go Merge PR #6010: Merge x/supply into x/bank 2020-04-20 11:22:12 -04:00
integration_test.go Merge PR #4896: Refactor auth tests 2019-08-15 11:19:16 -04:00
setup.go Merge PR #5006: Modular AnteDecorator 2019-10-10 08:46:09 -04:00
setup_test.go lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
sigverify.go fix #6287 sending multiple transactions from an account make nonce sequence stuck (#6291) 2020-05-28 21:07:12 +00:00
sigverify_test.go fix #6287 sending multiple transactions from an account make nonce sequence stuck (#6291) 2020-05-28 21:07:12 +00:00