cosmos-sdk/x/auth
Amaury Martiny 3b9b58c931
Add height in exported genesis (#7089)
* Add height in exported genesis

* +1

* Add test

* Refactor ctx in setupApp

* Use amino in export

* Use tmjson

* Add custom initialVersion (set to 0 for now)

* Add comment

* Add mount in initChainer

* app.LastBlockheight

* InitializeAndSeal in InitChain?

* Revert create store with initial version

* Update to latest iavl

* Check height in test

* Make it work

* Add more tests

* Rename interface

* Use struct isntead of 6 args

* Fix lint

* Remove stray fmt

* Revert go mod/sum

* Install iavl rc3

* Update comments

* Add fee in network

* Typo

* Fix logic in commit

* Fix tests

* Only set initial version on > 1

* Genesis block num = 1

* Fresh chain, genesis block = 0

* Add comments

* Revert Mutable/ImmutableTree

* Allow for zero height

* Fix restart

* Add comments

* Add comments, fix test

* Fix remaining one test

* Add panic test

* Update comment

* Add test for --height

* No cast

* Add check that genesis file exists

* Remove duplicate imports

* Fail early

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Cory <cjlevinson@gmail.com>
2020-09-03 10:11:46 +00:00
..
ante Add height in exported genesis (#7089) 2020-09-03 10:11:46 +00:00
client Remove GetSignatures from SigVerifiableTx (#6550) 2020-09-02 20:41:13 +00:00
keeper Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
legacy fix 0.3{8,9} migrations and migration test case (#7002) 2020-08-11 05:51:47 -04:00
signing Remove GetSignatures from SigVerifiableTx (#6550) 2020-09-02 20:41:13 +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
tx Remove GetSignatures from SigVerifiableTx (#6550) 2020-09-02 20:41:13 +00:00
types Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
vesting Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
module_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00