* Add vault and vault shares to genesis
* Fix error and denoms
* Update init and export genesis with correct data
* Fix total supply genesis check, remove legacy test for enum errors
* Add vault slice validate tests
* Update denom validation, add additional test
* Add query methods
* Add TotalDeposited rpc query
* All accounts and all denoms query wip
* Add query deposits
* Remove IsDenomSupported strategy method
This is not necessary and is already set in params allowed vaults
* Add Vaults, TotalDeposited queries
* Deposits query tests and fixes
* proto lints
* Add earn swagger docs
* Add cli query cmds
* Update init-new-chain.sh with usdx strategy and funds
* Add denom url query path for vaults
* Return a list of coins for each depositor instead of multiple deposit entries
* Simplify strategies to lend and savings
* Add hard and savings keepers
* Add ctx to strategy interface, fill in lend strategy
* Rename lend strategy to hard
* Fix hard deposit query, fix withdraw bank send
* Fix misleading borrow instead of withdraw for hard
* Remove liquidateall strategy method
* Withdraw tests
* Add hard gs to testutil suite
* Update withdraw tests with working hard strategy, clean strategy interface methods
* Check allowed denom for strategy
* Update GetVaultTotalValue doc note
* Update error wrap message for unsupported denom
* Remove unnecessary viewvault keeper
* Withdraw amount from account value, not supplied value
* Test value > supplied withdraw
* Use dec when dividing for withdrawAmountPercent
* Use the correct store prefix for vault shares
* Update swap references to earn
* Simplify vault shares, use a single share for all coins per address
* Filter out the evm denom from min gas prices in the cosmos-sdk ante
chain; this allows '0ukava;1000000000akava' to be used in order to
still support zero fees for cosmos based transactions
* support called context in mock
* ensure min gas prices is always a valid (and sorted) DecCoins
* add doc comments
* add decorator to block msgs in authz
* add to antehandler
* prevent vesting msgs skirting block via authz
* handle edge case of nested exec msgs
* test case to ensure msgs only blocked inside authz
* add app integration test
* tidy up error msg
* hack to set tendermint config correctly
* Revert "hack to set tendermint config correctly"
This reverts commit d34150ab934ab018cc3e95ea9398f098c09e0c8e.
* update cosmos-sdk to include env prefix fix
* add committee migration skeleton
* add helper methods to help modify permissions
* modify permissions in migration
* tidy up committee migrations into own file
* add initial auction migration from Levi's work
* reserve bid_duration field name as well
* refactor auction specifc migration code to legacy v0_17 pkg
* Add auction migration specific test. Delete v016 migration files. Add makefile target for running migration tests.
Co-authored-by: galxy25 <levismschoen@gmail.com>
* update ethermint to v0.14, cosmos-sdk to 0.45.3
* update bridge to v0.2.0 to support ethermint v0.14.0
* update tendemint replace; go mod tidy
Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
* Add bridge migration
* Use NewGenesisState method
* Update migrations with new params
* Use nil for relayer instead of empty address
Both are still valid