Kevin Davis
00f2068d1b
Bep3 migration ( #662 )
...
* draft kava-4 bep3 migration
* add busd, btcb, xrpb to bep3 migration
* add deputy addresses
* update xrp unit conversion
* harmonize fees
* set min swap relative to fees
* fix: missing zero in min swap amount
* set busd fees equal to other assets
* improve comments
* set new bep3 asset limits to 1000 usd equivalent
2020-09-30 19:21:34 -04:00
Kevin Davis
495898170c
Auth migration ( #667 )
...
* draft auth migration from kava-3 to kava-4
* add harvest module accounts to auth state
* check account state equality
* add supply reconciliation to auth migration
* add gov migration
* add exact json test (#674 )
Co-authored-by: rhuairahrighairigh <ruaridh.odonnell@gmail.com>
* fix: check err variable
* correct import path
* feat: add hard accounts
Co-authored-by: rhuairahrighairigh <ruaridh.odonnell@gmail.com>
2020-09-30 19:14:07 -04:00
Kevin Davis
ed7ce81e30
Harvest Migration ( #672 )
...
* add harvest to kava-4 migration
* add mainnet harvest incentive schedules
* fix: check for 0 lockup instead of assuming small in always 0
2020-09-30 19:07:30 -04:00
Kevin Davis
056f9c0cf0
Cdp migration ( #663 )
...
* draft kava-3 to kava-4 cdp migration
* fix: use starting cdp id from the old genesis state
* update auction size for xrp
2020-09-30 18:58:50 -04:00
Kevin Davis
993d36d05a
Incentive migration ( #666 )
...
* draft kava-3 to kava-4 incentive migration
* fix: use collateral type instead of denom
* add additional claim multiplier to incentives
* remove testdata file creation
2020-09-30 14:41:46 -04:00
Kevin Davis
d577711056
kava-3 to kava-4 pricefeed migration ( #664 )
2020-09-30 14:33:48 -04:00
Kevin Davis
5fc85f10a6
Add rate limiting to bep3 assets ( #623 )
...
* feat: use only module account for bep3 txs
* wip: add time-based supply limits
* add tests and sims
* update genesis tests
* fix migration, committee tests
* update migrations
* fix: set previous block time in begin block
* update store decoder
* add additional bep3 params to committee
* revert incorrect rebase changes
* add migration test
* address review comments
2020-08-26 22:05:27 -04:00
Kevin Davis
790753f156
BEP3: support multiple assets ( #616 )
...
* wip: refactor to allow multiple bep3 assets
* update tests
* sims: validate asset before claiming
* move asset supply to params
* update tests
* fix sims
* fix tests
* wip: add migration from v0.9 -> v0.10 bep3
* fix build and migration tests
* nit: rename file
* move asset supply out of params
* update committee tests
* fix sims
* address review comments
* address review comments
* address review comments
2020-08-17 11:06:59 -04:00