Commit Graph

10 Commits

Author SHA1 Message Date
Kevin Davis
d0afb4f1e1
update migration for patch release (#562) 2020-06-07 23:39:04 -04:00
Kevin Davis
0328181c7d
information on tendermint pruning bug (#559) 2020-06-07 16:37:36 -04:00
Kevin Davis
91fe7a86c4
fix: use halt-time 2020-06-05 19:27:12 -04:00
Kevin Davis
bc43b6e9a3
feat: add discord link for coordination (#558) 2020-06-05 17:35:04 -04:00
Kevin Davis
1e553766c8
update readme and guide with v0.8 release info (#557) 2020-06-05 15:21:26 -04:00
Kevin Davis
dee456557a
add halt time instructions (#556)
* add halt time instructions

* fix typo
2020-06-05 14:39:57 -04:00
Kevin Davis
bc804040b3
fix migration instructions typo (#554) 2020-06-05 12:25:29 -04:00
Kevin Davis
f97580c773
add migration proceedure (#549) 2020-06-04 23:20:10 -04:00
Denali Marsh
09a75bd7c6
[R4R] optional bep3 config params (#546)
* add minAmount, maxAmount

* update kava-3 params for compile

* fix migration script

* update to mainnet params

* remove height span validation for incoming swaps

* update to sdk.Int, set lock to 220

* update lock range to [220, 270]

* update bep3 module docs

* update MsgClaim's ValidateBasic

* update test comments
2020-06-04 16:03:14 -07:00
Ruaridh
4a8b5696cb
v0.8 Migration Scripts (#518)
* initial sketch

* add module migrations

* add migrations for all accout types

* test account migration

* add tendermint migration and migrate cmd

* remove need for errors pkg dependency

* add bech32 decoding fork

* add suggested params and cmd to write them

* add basic upgrade instructions

* fix tests

* address some migration todos

* tidy contrib folder

* finalize params values

* align cdp init genesis with other modules

* add tendermint and distribution test
add custom distribution migration to patch bug

* add staking migration test

* add slashing, evidence tests, refactor auth tests

* add full migration test

* remove go-amino dependency from go.mod
also tidy up unused indirect dependencies

* address remaining TODOs

* remove commented out code from legacy types

* add spot/liquidation markets ids to kava-3 params

* Apply suggestions from code review

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* address code review suggestions

* add validate genesis to migrate test

* refactor add params func

* remove commented out code from old types

* fix add params

* add deputy address

* add tests using exported kava-2 state

* incorporate new cdp params from master

* update params from review

Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>

* add deputy account

* add committee permissions for new params

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
2020-06-03 15:35:00 -04:00