* fix: update supply migration to add swp token supply
* add full migration test with app initialization
* fix: use correct chain-id in test app initialization
* address review comments
* extract hard claim migration function
* tidy up claim delegator index migration
* fix invalid hard claims
* fix comment missed in merge conflict reolution
* fix tests
* minor migration refactor
* overwrite usdx claims with latest reward indexes
* add missing usdx claims in migration
* add script to calculate missing usdx rewards
* generate missing rewards using preliminary data
* add missing usdx rewards in migration
* update missing rewards data to use correct genesis
* test rewards were not decreased
* add tests for missing reward calculations
* clarify function names
* test to assert total new rewards are as expected
* remove unecessary todo item
* implement swp airdrop to usdx depositors to hard
* verify swp airdrop amount, total supply, affected users
* remove unused test code
* add map as go file
* update tests to use stored variable
* re-add snapshot test
* update snapshot testdata
* remove unused code for generating swp airdrop map
* remove snapshot test
* add swp token distribution
* bump test timeouts
* address review comments
* use global variables to simplify testing assertions on swp supply
* optional: swp migration test and small refactor (#1005)
* add test to ensure balances are not decreased
* simplify slice manipulation
* bump context deadline in circleci
Co-authored-by: Ruaridh <rhuairahrighairidh@users.noreply.github.com>
* implement swp airdrop to usdx depositors to hard
* verify swp airdrop amount, total supply, affected users
* remove unused test code
* add map as go file
* update tests to use stored variable
* re-add snapshot test
* update snapshot testdata
* remove unused code for generating swp airdrop map
* remove snapshot test
* update acceptance test to fail
* update periodic vesting reset to reflect additive period lengths, not
absolute lengths
* simplify end time logic
* remove log
* test inclusion of v0_15 migration tests
* add auth test data
* add periodic vesting account migration
* assert owned coins are equal and unchanged during migration
* add script for generating test data from a genesis file
* remove commented import
* touch ups
* don't pretty print test data for auth module; update generate script to
use jq -c option
* fix typo in comment, improve clarity of assertions
* add context to migrate auth assertions
* add 180 days check for spendable coins
* asssertion context
* pr feedback - add assertions, touch up assertion msgs, and fix migration test to correctly
type assert pointer