cosmos-sdk/x/auth
Cory 62b4aa9a14
Fix sequence number handling for LegacyAmino > SignatureV2 (#7285)
* add multi-sequence ante_test with explicit amino, test out alternative without SkipSequenceCheck

* add attempt at rest based test for full transactions

* drop extraneous ante_handler explicit amino test

* add rest handler test for multiple broadcasts, remove SkipSequenceCheck flag

* add godoc & cleanups

* add test case for incorrect sequence number

* remove artifact files

* Update x/auth/ante/sigverify.go

Co-authored-by: Zaki Manian <zaki@manian.org>

* Update sigverify.go

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Zaki Manian <zaki@manian.org>
2020-09-16 19:35:20 +00:00
..
ante Fix sequence number handling for LegacyAmino > SignatureV2 (#7285) 2020-09-16 19:35:20 +00:00
client Fix sequence number handling for LegacyAmino > SignatureV2 (#7285) 2020-09-16 19:35:20 +00:00
keeper Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
legacy rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
signing rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
simulation Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
spec Fix vesting link in auth module (#7227) 2020-09-02 18:18:29 +02:00
testutil Fix sequence number handling for LegacyAmino > SignatureV2 (#7285) 2020-09-16 19:35:20 +00:00
tx move client/testutil -> x/auth/testutil (#7292) 2020-09-14 03:21:29 +01:00
types Fix sequence number handling for LegacyAmino > SignatureV2 (#7285) 2020-09-16 19:35:20 +00:00
vesting enable -race on go test (#7305) 2020-09-15 10:43:46 +01:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
module.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00