Merge pull request #504 from alpe/simd_ibc
simapp: add ibc example data
This commit is contained in:
commit
3bc3cb92ad
@ -46,7 +46,7 @@ function inline_jq() {
|
||||
|
||||
(
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
inline_jq "template/.simapp/config/genesis.json" --argjson ibc "$(<genesis-ibc.json)" '.app_state.ibc=$ibc'
|
||||
# Sort genesis
|
||||
inline_jq "template/.simapp/config/genesis.json" -S
|
||||
|
||||
|
||||
403
scripts/simapp/genesis-ibc.json
Normal file
403
scripts/simapp/genesis-ibc.json
Normal file
@ -0,0 +1,403 @@
|
||||
{
|
||||
"client_genesis": {
|
||||
"clients": [
|
||||
{
|
||||
"client_id": "client0Fortestchain1",
|
||||
"client_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ClientState",
|
||||
"chain_id": "testchain1",
|
||||
"trust_level": {
|
||||
"numerator": "1",
|
||||
"denominator": "3"
|
||||
},
|
||||
"trusting_period": "1209600s",
|
||||
"unbonding_period": "1814400s",
|
||||
"max_clock_drift": "10s",
|
||||
"frozen_height": {
|
||||
"version_number": "0",
|
||||
"version_height": "0"
|
||||
},
|
||||
"latest_height": {
|
||||
"version_number": "0",
|
||||
"version_height": "59"
|
||||
},
|
||||
"consensus_params": {
|
||||
"block": {
|
||||
"max_bytes": "200000",
|
||||
"max_gas": "2000000"
|
||||
},
|
||||
"evidence": {
|
||||
"max_age_num_blocks": "302400",
|
||||
"max_age_duration": "0.001814400s",
|
||||
"max_bytes": "0"
|
||||
},
|
||||
"validator": {
|
||||
"pub_key_types": [
|
||||
"ed25519"
|
||||
]
|
||||
},
|
||||
"version": null
|
||||
},
|
||||
"proof_specs": [
|
||||
{
|
||||
"leaf_spec": {
|
||||
"hash": "SHA256",
|
||||
"prehash_key": "NO_HASH",
|
||||
"prehash_value": "SHA256",
|
||||
"length": "VAR_PROTO",
|
||||
"prefix": "AA=="
|
||||
},
|
||||
"inner_spec": {
|
||||
"child_order": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"child_size": 33,
|
||||
"min_prefix_length": 4,
|
||||
"max_prefix_length": 12,
|
||||
"empty_child": null,
|
||||
"hash": "SHA256"
|
||||
},
|
||||
"max_depth": 0,
|
||||
"min_depth": 0
|
||||
},
|
||||
{
|
||||
"leaf_spec": {
|
||||
"hash": "SHA256",
|
||||
"prehash_key": "NO_HASH",
|
||||
"prehash_value": "SHA256",
|
||||
"length": "VAR_PROTO",
|
||||
"prefix": "AA=="
|
||||
},
|
||||
"inner_spec": {
|
||||
"child_order": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"child_size": 32,
|
||||
"min_prefix_length": 1,
|
||||
"max_prefix_length": 1,
|
||||
"empty_child": null,
|
||||
"hash": "SHA256"
|
||||
},
|
||||
"max_depth": 0,
|
||||
"min_depth": 0
|
||||
}
|
||||
],
|
||||
"upgrade_path": "upgrade/upgradedClient",
|
||||
"allow_update_after_expiry": false,
|
||||
"allow_update_after_misbehaviour": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_id": "localhost",
|
||||
"client_state": {
|
||||
"@type": "/ibc.lightclients.localhost.v1.ClientState",
|
||||
"chain_id": "testchain0",
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "60"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"clients_consensus": [
|
||||
{
|
||||
"client_id": "client0Fortestchain1",
|
||||
"consensus_states": [
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "14"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:00:50Z",
|
||||
"root": {
|
||||
"hash": "VHk6MvGLgJZCFNxS7k00rsJBgn+KFR/fpz4zY+0GssI="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "18"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:01:20Z",
|
||||
"root": {
|
||||
"hash": "/uF2Cg7072fFKgx1MVWsFFiUQTV/pGNZ1rl3etDi4Zo="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "22"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:01:55Z",
|
||||
"root": {
|
||||
"hash": "vLVr8SGynio3onmNIO3jXWh86jXS4Z/VHNCaDZOogqQ="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "26"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:02:25Z",
|
||||
"root": {
|
||||
"hash": "AaYJiSuJjNVqHbydjB6CIcdjdqcCOSsERZ3rum5E9cI="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "30"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:02:55Z",
|
||||
"root": {
|
||||
"hash": "v9OtcdxZL3O6AoYT3g/eg7JzZjEMxaZYK1whnkrQPIc="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "33"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:03:20Z",
|
||||
"root": {
|
||||
"hash": "npsfFqZxTRdVyNexTJ9v8VzuyFV37l56kKOD67VHW7M="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "37"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:03:50Z",
|
||||
"root": {
|
||||
"hash": "d7d1qdOlqhcU/iEwj2bi3P3GPV8JKWTJNqHWSLz5rns="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "41"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:04:15Z",
|
||||
"root": {
|
||||
"hash": "jDh3k27ovmkgKba74oMLKGT0tFG/H9A/ic3I69y6HQs="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "44"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:04:40Z",
|
||||
"root": {
|
||||
"hash": "poVfLrq9cmdQimvmRtR7zzU562QF5+Y8BVh0GiF9EEM="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "48"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:05:10Z",
|
||||
"root": {
|
||||
"hash": "6kz08QvPmcEFXgrp95IsSJPhcKseD/X2dSqltRoiL5U="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "52"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:05:35Z",
|
||||
"root": {
|
||||
"hash": "IB4o2ZoYmRi4GyztsGsmCnPH+G2bTzLVDhzrySE/09Q="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "55"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:06:00Z",
|
||||
"root": {
|
||||
"hash": "7sCilG8ypnsSQzCnSDf9opOYGpC9S6SSAfeKrn1l3no="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "59"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:06:30Z",
|
||||
"root": {
|
||||
"hash": "h89zwDUKHhFws76agiqWRBrq4TdjkAID24KwhZvSvZE="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"version_number": "0",
|
||||
"version_height": "8"
|
||||
},
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"timestamp": "2020-01-02T00:00:10Z",
|
||||
"root": {
|
||||
"hash": "eozeEviJLtTJkwAZG7OW9wGr3zp0dJ+wCXc+RztXsdM="
|
||||
},
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"create_localhost": false
|
||||
},
|
||||
"connection_genesis": {
|
||||
"connections": [
|
||||
{
|
||||
"id": "testchain0-conn0",
|
||||
"client_id": "client0Fortestchain1",
|
||||
"versions": [
|
||||
"\n\u00011\u0012\rORDER_ORDERED\u0012\u000fORDER_UNORDERED"
|
||||
],
|
||||
"state": "STATE_OPEN",
|
||||
"counterparty": {
|
||||
"client_id": "client0Fortestchain0",
|
||||
"connection_id": "testchain1-conn0",
|
||||
"prefix": {
|
||||
"key_prefix": "aWJj"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"client_connection_paths": [
|
||||
{
|
||||
"client_id": "client0Fortestchain1",
|
||||
"paths": [
|
||||
"testchain0-conn0"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"channel_genesis": {
|
||||
"channels": [
|
||||
{
|
||||
"state": "STATE_OPEN",
|
||||
"ordering": "ORDER_UNORDERED",
|
||||
"counterparty": {
|
||||
"port_id": "wasm.cosmos10pyejy66429refv3g35g2t7am0was7yacjc2l4",
|
||||
"channel_id": "testchain1-conn00"
|
||||
},
|
||||
"connection_hops": [
|
||||
"testchain0-conn0"
|
||||
],
|
||||
"version": "pong",
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"channel_id": "testchain0-conn00"
|
||||
}
|
||||
],
|
||||
"acknowledgements": [
|
||||
{
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"channel_id": "testchain0-conn00",
|
||||
"sequence": "1",
|
||||
"hash": "9RKC5OuTvBsFMtD79dHHvb9qCxw08IKsSJlAwmiw8tI="
|
||||
},
|
||||
{
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"channel_id": "testchain0-conn00",
|
||||
"sequence": "2",
|
||||
"hash": "Nj784gGVOFk2mdt+wAk/LOoPdUOo+5+0JfYs0yAubZU="
|
||||
},
|
||||
{
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"channel_id": "testchain0-conn00",
|
||||
"sequence": "3",
|
||||
"hash": "+lLTGP1dlSD6MBpJgBIvx98Psd3U2xo500K7JyMkya8="
|
||||
}
|
||||
],
|
||||
"commitments": [
|
||||
{
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"channel_id": "testchain0-conn00",
|
||||
"sequence": "4",
|
||||
"hash": "DIuspQzH8GooFceqNxkTsiZXBn9qoWWJMUqsAIB1G5c="
|
||||
}
|
||||
],
|
||||
"send_sequences": [
|
||||
{
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"channel_id": "testchain0-conn00",
|
||||
"sequence": "5"
|
||||
}
|
||||
],
|
||||
"recv_sequences": [
|
||||
{
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"channel_id": "testchain0-conn00",
|
||||
"sequence": "1"
|
||||
}
|
||||
],
|
||||
"ack_sequences": [
|
||||
{
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"channel_id": "testchain0-conn00",
|
||||
"sequence": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMC0xMS0wMyAwODoyMjoxNy4xODQ2MzQyICswMDAwIFVUQyBtPSswLjI3NTI1NDQwMSIsImVuYyI6IkEyNTZHQ00iLCJwMmMiOjgxOTIsInAycyI6IkJwOWJNYzRNRWFKVDM3ZXkifQ.zUuOrmbKwMQaohFfyWAsyOcoh5RC_ZbVggk-3XE_7ILRgIS8QHudzA.N2UAtAPLWBuaxoQf.9_Pw0UMQOZ8w1GOaG_K9Kq5Fc2VbWC1WVBdzlVYsVvHjnEnHnxlCuNTkkiHhaWts4njtgNUCEAsgvCkpPb_eXdl5b7pV1EiUWCryes8_k-89s1qTfnqMUxADDmlJa5kLJKR2XIyqDDnR1uHGMXBr65QkcQ0iQ3xLxuV2YJKt4ZmREIPT_GGA958096bx7s8dfKTieooomOmVlfKNfadHYEC0nJ6z8s6jjozIdLIR_jcLg6dhcvo1mIEX.1Bk24x-2BG7hxPZANY2CTA
|
||||
@ -1 +0,0 @@
|
||||
eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMC0xMC0yOCAxNjo1NDowMy42NjQ3OTQ4NDkgKzAwMDAgVVRDIG09KzAuMjAzMzEwNDE2IiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiWjFlYjRMRnBMUnpNTkdQVCJ9.CI5C1OKOmL3tYaVQMjOh8bmctC6xRK6gvEE7zaNVuTHugwIX4J8N3w.vHRTU8uSg1sGr_uZ.-0aJhdn2_AewopSO5f8B2GJjTTdpnimakUZsf1TQNn6fcQys9P_HlP7jPcHK6IjQ1urSgOvZTLEgm1-6kEvMUoPgQAPXacyCrzI1B7d_ROrRdNpb1nn92H68my_xHCMcLRnlMbXtHPS_QyvSBgBNwCoygMISFdGH9rh5ZA2xvWp4DQKmxMQ_rGs_HWlfaV05eBQvD39lF6CxMmM1zaBF7Wzn4tyrht6xLsd4Qf_0YMiNzxrPaIbWvnWv.eDsfm9CdZJvX4tk8ACj6nw
|
||||
@ -6,7 +6,7 @@
|
||||
{
|
||||
"@type": "/cosmos.auth.v1beta1.BaseAccount",
|
||||
"account_number": "0",
|
||||
"address": "cosmos1jn3z8gnjhjymc7ks6ve08wrsr0h070m37vvmwn",
|
||||
"address": "cosmos12r7cues4dl3xnx6jljs95lszrmduz66wm9wu0f",
|
||||
"pub_key": null,
|
||||
"sequence": "0"
|
||||
},
|
||||
@ -192,6 +192,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "cosmos12r7cues4dl3xnx6jljs95lszrmduz66wm9wu0f",
|
||||
"coins": [
|
||||
{
|
||||
"amount": "1000000000",
|
||||
"denom": "ucosm"
|
||||
},
|
||||
{
|
||||
"amount": "10000000",
|
||||
"denom": "ustake"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "cosmos1vkv9sfwaak76weyamqx0flmng2vuquxqcuqukh",
|
||||
"coins": [
|
||||
@ -231,19 +244,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "cosmos1jn3z8gnjhjymc7ks6ve08wrsr0h070m37vvmwn",
|
||||
"coins": [
|
||||
{
|
||||
"amount": "1000000000",
|
||||
"denom": "ucosm"
|
||||
},
|
||||
{
|
||||
"amount": "10000000",
|
||||
"denom": "ustake"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "cosmos14qemq0vw6y3gc3u3e0aty2e764u4gs5le3hada",
|
||||
"coins": [
|
||||
@ -433,7 +433,7 @@
|
||||
},
|
||||
"public_key": {
|
||||
"@type": "/cosmos.crypto.secp256k1.PubKey",
|
||||
"key": "AhDz5a/IsL9FPlVC+rcWUNfoNDqj6L6Xd58+CJZXqX33"
|
||||
"key": "A5zRoIxDq35QN/VlXCJFBnJI66oVEqb59Y2aXCff4g77"
|
||||
},
|
||||
"sequence": "0"
|
||||
}
|
||||
@ -441,7 +441,7 @@
|
||||
},
|
||||
"body": {
|
||||
"extension_options": [],
|
||||
"memo": "45e93bb22a2575e65a99e1674b59b3b54488e0ae@172.17.0.3:26656",
|
||||
"memo": "11e2ae6272fe4990b235b1434b6cef0062c3c39d@172.17.0.3:26656",
|
||||
"messages": [
|
||||
{
|
||||
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
|
||||
@ -450,7 +450,7 @@
|
||||
"max_rate": "0.200000000000000000",
|
||||
"rate": "0.100000000000000000"
|
||||
},
|
||||
"delegator_address": "cosmos1jn3z8gnjhjymc7ks6ve08wrsr0h070m37vvmwn",
|
||||
"delegator_address": "cosmos12r7cues4dl3xnx6jljs95lszrmduz66wm9wu0f",
|
||||
"description": {
|
||||
"details": "",
|
||||
"identity": "",
|
||||
@ -459,8 +459,8 @@
|
||||
"website": ""
|
||||
},
|
||||
"min_self_delegation": "1",
|
||||
"pubkey": "cosmosvalconspub1zcjduepqsluh9lygp7fhrc2rjr677rezvttchxwp2hw7qjwlh8qf4j4avqwqdyn7uw",
|
||||
"validator_address": "cosmosvaloper1jn3z8gnjhjymc7ks6ve08wrsr0h070m3mccwzq",
|
||||
"pubkey": "cosmosvalconspub1zcjduepqnmznecwl8nr6mgtpca2thj3pydr7fykpf5aat58dm4mlxa5reh2s03zqg9",
|
||||
"validator_address": "cosmosvaloper12r7cues4dl3xnx6jljs95lszrmduz66w736fr6",
|
||||
"value": {
|
||||
"amount": "3000000",
|
||||
"denom": "ustake"
|
||||
@ -471,7 +471,7 @@
|
||||
"timeout_height": "0"
|
||||
},
|
||||
"signatures": [
|
||||
"S6NjcIWpMPD/9g+wsvMMrniCe3qRteybdzQI/T6cOm5ikGJqfdtBT6w3wL/Se9KC9B0X8kXyFLNlt9Kz4dgsXw=="
|
||||
"k4wcZhE8UmD0rpfp3GfXSJ67IYxxXK/dEnlx3lHEFH4mcbMdqCGBfLjyxJVoK+9EqJ/sEFlgzzadBgwOSSA5Pw=="
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -501,21 +501,405 @@
|
||||
},
|
||||
"ibc": {
|
||||
"channel_genesis": {
|
||||
"ack_sequences": [],
|
||||
"acknowledgements": [],
|
||||
"channels": [],
|
||||
"commitments": [],
|
||||
"recv_sequences": [],
|
||||
"send_sequences": []
|
||||
"ack_sequences": [
|
||||
{
|
||||
"channel_id": "testchain0-conn00",
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"sequence": "1"
|
||||
}
|
||||
],
|
||||
"acknowledgements": [
|
||||
{
|
||||
"channel_id": "testchain0-conn00",
|
||||
"hash": "9RKC5OuTvBsFMtD79dHHvb9qCxw08IKsSJlAwmiw8tI=",
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"sequence": "1"
|
||||
},
|
||||
{
|
||||
"channel_id": "testchain0-conn00",
|
||||
"hash": "Nj784gGVOFk2mdt+wAk/LOoPdUOo+5+0JfYs0yAubZU=",
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"sequence": "2"
|
||||
},
|
||||
{
|
||||
"channel_id": "testchain0-conn00",
|
||||
"hash": "+lLTGP1dlSD6MBpJgBIvx98Psd3U2xo500K7JyMkya8=",
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"sequence": "3"
|
||||
}
|
||||
],
|
||||
"channels": [
|
||||
{
|
||||
"channel_id": "testchain0-conn00",
|
||||
"connection_hops": [
|
||||
"testchain0-conn0"
|
||||
],
|
||||
"counterparty": {
|
||||
"channel_id": "testchain1-conn00",
|
||||
"port_id": "wasm.cosmos10pyejy66429refv3g35g2t7am0was7yacjc2l4"
|
||||
},
|
||||
"ordering": "ORDER_UNORDERED",
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"state": "STATE_OPEN",
|
||||
"version": "pong"
|
||||
}
|
||||
],
|
||||
"commitments": [
|
||||
{
|
||||
"channel_id": "testchain0-conn00",
|
||||
"hash": "DIuspQzH8GooFceqNxkTsiZXBn9qoWWJMUqsAIB1G5c=",
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"sequence": "4"
|
||||
}
|
||||
],
|
||||
"recv_sequences": [
|
||||
{
|
||||
"channel_id": "testchain0-conn00",
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"sequence": "1"
|
||||
}
|
||||
],
|
||||
"send_sequences": [
|
||||
{
|
||||
"channel_id": "testchain0-conn00",
|
||||
"port_id": "wasm.cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5",
|
||||
"sequence": "5"
|
||||
}
|
||||
]
|
||||
},
|
||||
"client_genesis": {
|
||||
"clients": [],
|
||||
"clients_consensus": [],
|
||||
"create_localhost": true
|
||||
"clients": [
|
||||
{
|
||||
"client_id": "client0Fortestchain1",
|
||||
"client_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ClientState",
|
||||
"allow_update_after_expiry": false,
|
||||
"allow_update_after_misbehaviour": false,
|
||||
"chain_id": "testchain1",
|
||||
"consensus_params": {
|
||||
"block": {
|
||||
"max_bytes": "200000",
|
||||
"max_gas": "2000000"
|
||||
},
|
||||
"evidence": {
|
||||
"max_age_duration": "0.001814400s",
|
||||
"max_age_num_blocks": "302400",
|
||||
"max_bytes": "0"
|
||||
},
|
||||
"validator": {
|
||||
"pub_key_types": [
|
||||
"ed25519"
|
||||
]
|
||||
},
|
||||
"version": null
|
||||
},
|
||||
"frozen_height": {
|
||||
"version_height": "0",
|
||||
"version_number": "0"
|
||||
},
|
||||
"latest_height": {
|
||||
"version_height": "59",
|
||||
"version_number": "0"
|
||||
},
|
||||
"max_clock_drift": "10s",
|
||||
"proof_specs": [
|
||||
{
|
||||
"inner_spec": {
|
||||
"child_order": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"child_size": 33,
|
||||
"empty_child": null,
|
||||
"hash": "SHA256",
|
||||
"max_prefix_length": 12,
|
||||
"min_prefix_length": 4
|
||||
},
|
||||
"leaf_spec": {
|
||||
"hash": "SHA256",
|
||||
"length": "VAR_PROTO",
|
||||
"prefix": "AA==",
|
||||
"prehash_key": "NO_HASH",
|
||||
"prehash_value": "SHA256"
|
||||
},
|
||||
"max_depth": 0,
|
||||
"min_depth": 0
|
||||
},
|
||||
{
|
||||
"inner_spec": {
|
||||
"child_order": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"child_size": 32,
|
||||
"empty_child": null,
|
||||
"hash": "SHA256",
|
||||
"max_prefix_length": 1,
|
||||
"min_prefix_length": 1
|
||||
},
|
||||
"leaf_spec": {
|
||||
"hash": "SHA256",
|
||||
"length": "VAR_PROTO",
|
||||
"prefix": "AA==",
|
||||
"prehash_key": "NO_HASH",
|
||||
"prehash_value": "SHA256"
|
||||
},
|
||||
"max_depth": 0,
|
||||
"min_depth": 0
|
||||
}
|
||||
],
|
||||
"trust_level": {
|
||||
"denominator": "3",
|
||||
"numerator": "1"
|
||||
},
|
||||
"trusting_period": "1209600s",
|
||||
"unbonding_period": "1814400s",
|
||||
"upgrade_path": "upgrade/upgradedClient"
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_id": "localhost",
|
||||
"client_state": {
|
||||
"@type": "/ibc.lightclients.localhost.v1.ClientState",
|
||||
"chain_id": "testchain0",
|
||||
"height": {
|
||||
"version_height": "60",
|
||||
"version_number": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"clients_consensus": [
|
||||
{
|
||||
"client_id": "client0Fortestchain1",
|
||||
"consensus_states": [
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "VHk6MvGLgJZCFNxS7k00rsJBgn+KFR/fpz4zY+0GssI="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:00:50Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "14",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "/uF2Cg7072fFKgx1MVWsFFiUQTV/pGNZ1rl3etDi4Zo="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:01:20Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "18",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "vLVr8SGynio3onmNIO3jXWh86jXS4Z/VHNCaDZOogqQ="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:01:55Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "22",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "AaYJiSuJjNVqHbydjB6CIcdjdqcCOSsERZ3rum5E9cI="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:02:25Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "26",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "v9OtcdxZL3O6AoYT3g/eg7JzZjEMxaZYK1whnkrQPIc="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:02:55Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "30",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "npsfFqZxTRdVyNexTJ9v8VzuyFV37l56kKOD67VHW7M="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:03:20Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "33",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "d7d1qdOlqhcU/iEwj2bi3P3GPV8JKWTJNqHWSLz5rns="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:03:50Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "37",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "jDh3k27ovmkgKba74oMLKGT0tFG/H9A/ic3I69y6HQs="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:04:15Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "41",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "poVfLrq9cmdQimvmRtR7zzU562QF5+Y8BVh0GiF9EEM="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:04:40Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "44",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "6kz08QvPmcEFXgrp95IsSJPhcKseD/X2dSqltRoiL5U="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:05:10Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "48",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "IB4o2ZoYmRi4GyztsGsmCnPH+G2bTzLVDhzrySE/09Q="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:05:35Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "52",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "7sCilG8ypnsSQzCnSDf9opOYGpC9S6SSAfeKrn1l3no="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:06:00Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "55",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "h89zwDUKHhFws76agiqWRBrq4TdjkAID24KwhZvSvZE="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:06:30Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "59",
|
||||
"version_number": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"consensus_state": {
|
||||
"@type": "/ibc.lightclients.tendermint.v1.ConsensusState",
|
||||
"next_validators_hash": "AFC52ADA31027E88B5BCDD96600D5D0B22720A881DFBF4D41C4A3A74B7C621EB",
|
||||
"root": {
|
||||
"hash": "eozeEviJLtTJkwAZG7OW9wGr3zp0dJ+wCXc+RztXsdM="
|
||||
},
|
||||
"timestamp": "2020-01-02T00:00:10Z"
|
||||
},
|
||||
"height": {
|
||||
"version_height": "8",
|
||||
"version_number": "0"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"create_localhost": false
|
||||
},
|
||||
"connection_genesis": {
|
||||
"client_connection_paths": [],
|
||||
"connections": []
|
||||
"client_connection_paths": [
|
||||
{
|
||||
"client_id": "client0Fortestchain1",
|
||||
"paths": [
|
||||
"testchain0-conn0"
|
||||
]
|
||||
}
|
||||
],
|
||||
"connections": [
|
||||
{
|
||||
"client_id": "client0Fortestchain1",
|
||||
"counterparty": {
|
||||
"client_id": "client0Fortestchain0",
|
||||
"connection_id": "testchain1-conn0",
|
||||
"prefix": {
|
||||
"key_prefix": "aWJj"
|
||||
}
|
||||
},
|
||||
"id": "testchain0-conn0",
|
||||
"state": "STATE_OPEN",
|
||||
"versions": [
|
||||
"\n\u00011\u0012\rORDER_ORDERED\u0012\u000fORDER_UNORDERED"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"mint": {
|
||||
@ -590,6 +974,6 @@
|
||||
},
|
||||
"version": {}
|
||||
},
|
||||
"genesis_time": "2020-10-28T16:54:03.302763525Z",
|
||||
"genesis_time": "2020-11-03T08:22:16.6862079Z",
|
||||
"initial_height": "1"
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"simd-moniker","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos1jn3z8gnjhjymc7ks6ve08wrsr0h070m37vvmwn","validator_address":"cosmosvaloper1jn3z8gnjhjymc7ks6ve08wrsr0h070m3mccwzq","pubkey":"cosmosvalconspub1zcjduepqsluh9lygp7fhrc2rjr677rezvttchxwp2hw7qjwlh8qf4j4avqwqdyn7uw","value":{"denom":"ustake","amount":"3000000"}}],"memo":"45e93bb22a2575e65a99e1674b59b3b54488e0ae@172.17.0.3:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AhDz5a/IsL9FPlVC+rcWUNfoNDqj6L6Xd58+CJZXqX33"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["S6NjcIWpMPD/9g+wsvMMrniCe3qRteybdzQI/T6cOm5ikGJqfdtBT6w3wL/Se9KC9B0X8kXyFLNlt9Kz4dgsXw=="]}
|
||||
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"simd-moniker","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos12r7cues4dl3xnx6jljs95lszrmduz66wm9wu0f","validator_address":"cosmosvaloper12r7cues4dl3xnx6jljs95lszrmduz66w736fr6","pubkey":"cosmosvalconspub1zcjduepqnmznecwl8nr6mgtpca2thj3pydr7fykpf5aat58dm4mlxa5reh2s03zqg9","value":{"denom":"ustake","amount":"3000000"}}],"memo":"11e2ae6272fe4990b235b1434b6cef0062c3c39d@172.17.0.3:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A5zRoIxDq35QN/VlXCJFBnJI66oVEqb59Y2aXCff4g77"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["k4wcZhE8UmD0rpfp3GfXSJ67IYxxXK/dEnlx3lHEFH4mcbMdqCGBfLjyxJVoK+9EqJ/sEFlgzzadBgwOSSA5Pw=="]}
|
||||
@ -1 +1 @@
|
||||
{"priv_key":{"type":"tendermint/PrivKeyEd25519","value":"66NadwSbLGyJggZ9Eynp2P0Ezid1dyxcbY8BFuCATUAPx+2uOccF11WwD8GT82Xw2BhQa1r9srfv1sx9bp5IkA=="}}
|
||||
{"priv_key":{"type":"tendermint/PrivKeyEd25519","value":"R+SW1WBXgBvFX/cDjk/LZJWDV+4vZpLmKEqE8Y3Jn7+R8E1l6yp6KEOq/ETpVfXrOBzcyfpA9GgK3EPWTSZ8zg=="}}
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"address": "4C900253856AB13AA12589C54CC767CC1D1C9318",
|
||||
"address": "69818ECD18E39271C605400591031F04925DD1F8",
|
||||
"pub_key": {
|
||||
"type": "tendermint/PubKeyEd25519",
|
||||
"value": "h/ly/IgPk3HhQ5D17w8iYteLmcFV3eBJ37nAmsq9YBw="
|
||||
"value": "nsU84d88x62hYcdUu8ohI0fkksFNO9XQ7d1383aDzdU="
|
||||
},
|
||||
"priv_key": {
|
||||
"type": "tendermint/PrivKeyEd25519",
|
||||
"value": "r1WYe9+GNIntl7qlaQPS3kRFSdF/EUU2zoFA02cdqG6H+XL8iA+TceFDkPXvDyJi14uZwVXd4EnfucCayr1gHA=="
|
||||
"value": "S0ELH78m3E9reJ6baf3lssbdZdLBke9EOVw85Xv+d42exTzh3zzHraFhx1S7yiEjR+SSwU071dDt3XfzdoPN1Q=="
|
||||
}
|
||||
}
|
||||
@ -1 +1 @@
|
||||
$2a$10$S8MSvrqcPkNgsDTAy.cyf.m6zGBz0F4DezflHI1BbSR.bqhZiLiCC
|
||||
$2a$10$lcnx/2re3DrHnwai33qZBe837ZaGN/t73rj2rFMbxfi1HVQUd2c5u
|
||||
@ -1 +1 @@
|
||||
eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMC0xMC0yOCAxNjo1NDowMy42NDY2NjM0OSArMDAwMCBVVEMgbT0rMC4xODUxNzkwODAiLCJlbmMiOiJBMjU2R0NNIiwicDJjIjo4MTkyLCJwMnMiOiJyUFlsQlhhcFd0Rl95TVh1In0.BZIqIqJ3S6Mz3etJUVus9wYQmLD5ujH5ddp8UEk7J7U2p7O4PVD9OA.rK6Sj_IYaSe2UrRP.PK8ibgc4367rU2S1EincZuga7jRSjDCEEk7nB0idXs3JfiBO0ed6JEKEU8qFK8LHNNLfjjp_-OFL7Ec5CrXa5j2SeOY-sAqm8iNkrHF9XiFW-Lvr7gyabK4RihZ3S63n3FZr4a5hI7hE5IyS0yEhSBgKYyPdTXfXANwr61t_Dyw5g_Ue-ZQJcR_0Aw-G8mvmGyl6FtzVYstHCOhBcLEHJ1eCPX3wmlKR03Ffia6LyLLI4FXKq0jI2I5npiK9jVC09dJ2WTgEYPi42LjKobcNqQ0oDCtzKQWmpnmNebk5bKJTtOqH9Z5ps9bJQjpUwazlub5ITWXSBJ1vdFSs7EqiZ0QBuVI9DCNI6ybDsneWqGKgtYqB.Y-V3ZuNp73zdwJFS39K15Q
|
||||
eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMC0xMS0wMyAwODoyMjoxNy4xNjY5OTU5ICswMDAwIFVUQyBtPSswLjI1NzYxNjMwMSIsImVuYyI6IkEyNTZHQ00iLCJwMmMiOjgxOTIsInAycyI6IktDc3E0ZWotZEdZXzMyMGoifQ.ayBO7hlxvkRSSMNGsOaTFHcW5GBFXY7AyI3tuJVuwIbzY7ypHOUEvA.9yEciw0Z5zrsuRI7.XRJStORosfl1VeQ-KM3FKGwod5wXcrZWkcY0lU61uMwliuPaiO4NTacyZ-1VWw25wFkRTvqGXe6S6tTPJlZ3HJkBwOG5U-JkZFB2athx4Dpskl1lbiz9oy3kFSF_iioAR2zzd4Pd42j6wNIk3ZsNOK7mkU7j-KtV9o4COOPUuLII9MHLnk048qCy8w3f1jbo13835KVKgbAcXCIFb-TW4qcGeh1bQnrHZ01d-AXz_4f1jrLK0_q8XYqXoQh3XtSTOASzxOd0qeQFMk6skX1Dkig97yaGtEWF3zimfWKhtRtIho9g7ql7L2Ipvs9_KGSDd7yJoNa1gnvG2OoK-7k_Ep11jWc7IYwnKcQdwol5zgB4QSH-.o3thSRrDvlToAqNEjrl7Fg
|
||||
Loading…
Reference in New Issue
Block a user