cosmos-sdk/x/auth/vesting
Aaron Craelius 3c65c3dacd
Make integration test suites reusable by apps (#6711)
* WIP on refactoring new integration tests.

* godocs

* godocs

* Fix ineff assign

* Updates

* Updates

* fix test

* refactor crisis, distr testsuites

* fix import issue

* refactor x/auth

* refactor x/authz

* refactor x/evidence

* refactor x/feegrant

* refactor x/genutil

* refactor x/gov

* refactor x/mint

* refactor x/params

* refactor x/{auth_vesting, slashing, staking}

* fix lint

* fix tests & lint

* fix lint

* fix tests

* lint

* lint

* fix lint memory

* add missing `norace` build flag

* update feegrant cfg

* fix lint

Co-authored-by: atheesh <atheesh@vitwit.com>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2021-04-23 14:49:49 -04:00
..
client Make integration test suites reusable by apps (#6711) 2021-04-23 14:49:49 -04:00
exported Add support for permanent locked vesting accounts (#8520) 2021-04-21 16:18:28 +00:00
types Add support for permanent locked vesting accounts (#8520) 2021-04-21 16:18:28 +00:00
handler.go Refactor x/auth/vesting to use ADR-031 (#7551) 2020-10-19 09:22:56 +00:00
handler_test.go [Bank] Remove the unsafe balance changing API (#8473) 2021-02-17 18:20:33 +00:00
module.go Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00
msg_server.go Refactor x/auth/vesting to use ADR-031 (#7551) 2020-10-19 09:22:56 +00:00