mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
ffef832d45
- Upgrade cosmos-sdk to v0.44.5 from v0.39.2 - Add Legacy Tx Endpoint for backwards compatibility - Add IBC v1.2.3 Support Co-authored-by: DracoLi <draco@dracoli.com> Co-authored-by: drklee3 <derrick@dlee.dev> Co-authored-by: denalimarsh <denalimarsh@gmail.com> Co-authored-by: Draco Li <draco@kava.io> Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com> Co-authored-by: Kevin Davis <karzak@users.noreply.github.com> Co-authored-by: Denali Marsh <denali@kava.io>
87 lines
2.7 KiB
JSON
87 lines
2.7 KiB
JSON
{
|
|
"staking": {
|
|
"params": {
|
|
"unbonding_time": "3600s",
|
|
"max_validators": 100,
|
|
"max_entries": 7,
|
|
"historical_entries": 10000,
|
|
"bond_denom": "ukava"
|
|
},
|
|
"last_total_power": "87090141",
|
|
"last_validator_powers": [
|
|
{
|
|
"address": "kavavaloper1leujfugjvuhxqdwlmc7hezra6j5fugk75ttlaa",
|
|
"power": "1135"
|
|
}
|
|
],
|
|
"validators": [
|
|
{
|
|
"operator_address": "kavavaloper1qyc2cfl0nw8r95dsdw534x99wq0xcj9rmxpl7z",
|
|
"consensus_pubkey": {
|
|
"@type": "/cosmos.crypto.ed25519.PubKey",
|
|
"key": "JKslFt686HR6esjX7e67819v/GbV6DEJAWSavRRneKA="
|
|
},
|
|
"jailed": true,
|
|
"status": "BOND_STATUS_UNBONDED",
|
|
"tokens": "2998500336",
|
|
"delegator_shares": "3000000001.511717782247836219",
|
|
"description": {
|
|
"moniker": "Stake Capital",
|
|
"identity": "",
|
|
"website": "",
|
|
"security_contact": "",
|
|
"details": "\"Trustless Digital Asset Management\", Twitter: @StakeCapital, operated by @bneiluj @leopoldjoy"
|
|
},
|
|
"unbonding_height": "0",
|
|
"unbonding_time": "2021-01-06T14:07:27.057806845Z",
|
|
"commission": {
|
|
"commission_rates": {
|
|
"rate": "0.500000000000000000",
|
|
"max_rate": "0.500000000000000000",
|
|
"max_change_rate": "0.500000000000000000"
|
|
},
|
|
"update_time": "2020-02-05T09:55:51.495267155Z"
|
|
},
|
|
"min_self_delegation": "1"
|
|
}
|
|
],
|
|
"delegations": [
|
|
{
|
|
"delegator_address": "kava1ll7ekzdq2zanxqgvx7rt8w8d4u7qmys62qq7c9",
|
|
"validator_address": "kavavaloper1jl42l225565y3hm9dm4my33hjgdzleucqryhlx",
|
|
"shares": "2989000.000000000000000000"
|
|
}
|
|
],
|
|
"unbonding_delegations": [
|
|
{
|
|
"delegator_address": "kava1ll35md2djrt4q5s4naxedfhq7ghyt9ncf2j5zd",
|
|
"validator_address": "kavavaloper1jl42l225565y3hm9dm4my33hjgdzleucqryhlx",
|
|
"entries": [
|
|
{
|
|
"creation_height": "710207",
|
|
"completion_time": "2021-11-15T16:52:53.992989413Z",
|
|
"initial_balance": "176686927",
|
|
"balance": "176686927"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"redelegations": [
|
|
{
|
|
"delegator_address": "kava1lu79dv2zncqknysg3qax0am859ee8du0k894qk",
|
|
"validator_src_address": "kavavaloper1m4maus4725x5x4xzu9ac2rk5eu7thld4g0whvc",
|
|
"validator_dst_address": "kavavaloper140g8fnnl46mlvfhygj3zvjqlku6x0fwu6lgey7",
|
|
"entries": [
|
|
{
|
|
"creation_height": "781609",
|
|
"completion_time": "2021-11-21T05:23:07.223503021Z",
|
|
"initial_balance": "53000000",
|
|
"shares_dst": "53000000.000000000000000000"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"exported": true
|
|
}
|
|
}
|