mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
4a8b5696cb
* 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>
119 lines
3.9 KiB
JSON
119 lines
3.9 KiB
JSON
{
|
|
"params": {
|
|
"max_memo_characters": "256",
|
|
"sig_verify_cost_ed25519": "590",
|
|
"sig_verify_cost_secp256k1": "1000",
|
|
"tx_sig_limit": "7",
|
|
"tx_size_cost_per_byte": "10"
|
|
},
|
|
"accounts": [
|
|
{
|
|
"type": "cosmos-sdk/PeriodicVestingAccount",
|
|
"value": {
|
|
"account_number": 118,
|
|
"address": "kava13vt44t6uwht8mnsy0x0nx8873r5tfux7tkh4ah",
|
|
"coins": [
|
|
{
|
|
"amount": "62500000000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"public_key": "",
|
|
"sequence": 0,
|
|
"delegated_free": [],
|
|
"delegated_vesting": [],
|
|
"end_time": 1667656800,
|
|
"original_vesting": [
|
|
{
|
|
"amount": "62490000000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"start_time": 1572962400,
|
|
"vesting_periods": [
|
|
{
|
|
"amount": [
|
|
{
|
|
"amount": "15615000000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"length": 31622400
|
|
},
|
|
{
|
|
"amount": [
|
|
{
|
|
"amount": "5859375000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"length": 7948800
|
|
},
|
|
{
|
|
"amount": [
|
|
{
|
|
"amount": "5859375000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"length": 7689600
|
|
},
|
|
{
|
|
"amount": [
|
|
{
|
|
"amount": "5859375000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"length": 7948800
|
|
},
|
|
{
|
|
"amount": [
|
|
{
|
|
"amount": "5859375000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"length": 7948800
|
|
},
|
|
{
|
|
"amount": [
|
|
{
|
|
"amount": "5859375000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"length": 7948800
|
|
},
|
|
{
|
|
"amount": [
|
|
{
|
|
"amount": "5859375000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"length": 7689600
|
|
},
|
|
{
|
|
"amount": [
|
|
{
|
|
"amount": "5859375000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"length": 7948800
|
|
},
|
|
{
|
|
"amount": [
|
|
{
|
|
"amount": "5859375000",
|
|
"denom": "ukava"
|
|
}
|
|
],
|
|
"length": 7948800
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |