├── transactions └── vbloher-txs.txt ├── gentx ├── BitKot-gentx.json ├── it.node.json ├── asapov-gentx.json ├── nodes-fortress-gentx.json ├── plantree-gentx.json ├── nixem-gentx.json ├── pavel-gentx.json ├── vbloher-gentx.json ├── ssargiuz-gentx.json └── serebriakov_gentx.json ├── README.md ├── testnet_planning.md ├── testnet_instructions.md ├── LICENSE ├── pre-genesis.json └── genesis.json /transactions/vbloher-txs.txt: -------------------------------------------------------------------------------- 1 | 62CFD9A6AF7BED50CBE3733A5E81C72223F2895AC9158F7B786887AD46745BD9 - redelegte 2 | 62CFD9A6AF7BED50CBE3733A5E81C72223F2895AC9158F7B786887AD46745BD9 - send 3 | 62CFD9A6AF7BED50CBE3733A5E81C72223F2895AC9158F7B786887AD46745BD9 - something 4 | -------------------------------------------------------------------------------- /gentx/BitKot-gentx.json: -------------------------------------------------------------------------------- 1 | {"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"BitKot","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"0","delegator_address":"sputnik1sxy7lhpnls5czhqekfwlrury2gu3mk8a0r5yc0","validator_address":"sputnikvaloper1sxy7lhpnls5czhqekfwlrury2gu3mk8a5lnyp6","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"iiczP3cvLJWYb89OQXwFqX/9xQXTs2+sSHsKWnv42D4="},"value":{"denom":"usputnik","amount":"10000000"}}],"memo":"7413a980948bf2208876d8bb40bb76ea957b1d97@178.215.71.199:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AjYYEmJxImmtlutcy3gecVzUi7Xh/ZbHtzVgVO4zkadW"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["uwGW2fZoDEJDZKbGLotfH5TVrwFONZ+BX//+OpDayT1q9X7UUeNDrNw0JQj/XZ30a+jZK4tFeZeBlhT5nAu2uw=="]} 2 | -------------------------------------------------------------------------------- /gentx/it.node.json: -------------------------------------------------------------------------------- 1 | {"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"it/node","identity":"","website":"","security_contact":"","details":"it/node validator"},"commission":{"rate":"0.050000000000000000","max_rate":"0.100000000000000000","max_change_rate":"0.100000000000000000"},"min_self_delegation":"0","delegator_address":"sputnik19jlzlf66j87se3h56n3y2f3w4f4mk5xv7dnvj9","validator_address":"sputnikvaloper19jlzlf66j87se3h56n3y2f3w4f4mk5xv935vts","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"qnHacwRp9nlI43hX2z9weiNRqNoD5tMWRkQJMyDbDu0="},"value":{"denom":"usputnik","amount":"1000000000"}}],"memo":"8e5fa4053df98c8212cbbe64b46891a79c96d4d4@162.55.160.57:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AsoGxs2nEnE9Hvyajb++j/Xu6F7zvcIXgnunRtSiGxDl"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["43hD/ixMxBWC8ScvrDzHfqKUoydXDqwSchJdsUJGgl4EdDKflMSqMFNfBjrzsBjOFQ75wSn1tb29hkmgoSKGGw=="]} 2 | -------------------------------------------------------------------------------- /gentx/asapov-gentx.json: -------------------------------------------------------------------------------- 1 | {"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Asapov","identity":"","website":"","security_contact":"","details":"Asapov validator"},"commission":{"rate":"0.050000000000000000","max_rate":"0.100000000000000000","max_change_rate":"0.100000000000000000"},"min_self_delegation":"0","delegator_address":"sputnik1e5cg8rgm9tgucgam743wqwuyqaf3dg3j9xlghh","validator_address":"sputnikvaloper1e5cg8rgm9tgucgam743wqwuyqaf3dg3j76cgwz","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"wVZZ++m2rBCVjg3ySUzJ8jzYkqJFGOEqA/Nim0YiWTk="},"value":{"denom":"usputnik","amount":"100000000"}}],"memo":"2c07a347bab360e5645298e2ad35a0487b19f7bd@62.171.145.87:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AoG36ZTsWlNH6bWEiQmhZu3LC7TEZA8Iel6IhO0HZkkK"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["k6pgDiy6WLl+rPvO5zVrYNP9TIq2RSWphPFzTEb07MNrGu36RWZLvSfJ2FImiKCFEnd7JezKmG9Jc76bNJ4iUw=="]} 2 | -------------------------------------------------------------------------------- /gentx/nodes-fortress-gentx.json: -------------------------------------------------------------------------------- 1 | {"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Nodes Fortress","identity":"","website":"","security_contact":"","details":"Nodes Fortress"},"commission":{"rate":"0.100000000000000000","max_rate":"0.100000000000000000","max_change_rate":"0.100000000000000000"},"min_self_delegation":"0","delegator_address":"sputnik19quygp38u6r9yxnxd03de7c3tew3u9unv4qaa0","validator_address":"sputnikvaloper19quygp38u6r9yxnxd03de7c3tew3u9unhf8ay6","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"nJKp1GVv+A4r2u/hGK7wCqgi4zJd6U7Xv8uWpPQ3AGo="},"value":{"denom":"usputnik","amount":"10000000"}}],"memo":"af6a8ce05b07dadf452fde8c645814c579d06142@88.218.60.250:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AsdkL8ZvXrmQuiO0g7hNvwk7ccSp8OI6qNKSd9EEZ8Hn"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["QcYDE1n0VlSCCISEgFqOeWuDWT7WJTl6PgL7PehV44ln0OYWUf4PzVPiE4p3IPdtYNMBhqgc2uPKZAWOWVeI1g=="]} 2 | -------------------------------------------------------------------------------- /gentx/plantree-gentx.json: -------------------------------------------------------------------------------- 1 | {"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"plantree-validator","identity":"1F7E6B6D2AD62DCD","website":"plantree.org","security_contact":"","details":"Stake to reward the Nature!"},"commission":{"rate":"0.050000000000000000","max_rate":"0.100000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"0","delegator_address":"sputnik1sftzy0q705mgxyps6xp2w5pmxdk8hh5f78zalf","validator_address":"sputnikvaloper1sftzy0q705mgxyps6xp2w5pmxdk8hh5f9m9axu","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"YgpFfn8FnpBUy6zVLA1d35sbAAVqiC1IIaFIvsHWh5I="},"value":{"denom":"usputnik","amount":"10000000"}}],"memo":"db0b3f18280de5ef4cb294912df6a3bf2c1a3f49@95.214.53.164:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A2jGolyHJkGLR71TH+vzB6++OiwnlnRTY/f1A4jWG94N"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["q6f85S/TALn1eDg6aMDgn6zPKUgvEl3Qz9Gy5WApYb9e9EUY/rzYpI7h11s19uAc1UHArADs/gHUZWgQ3Dgdlg=="]} 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Validators School Sputnik Testnet 2 | 3 | 4 | ## Sputnik app-chain binaries installation (sputnikd) 5 | 6 | Sputnik app testnet binary repo 7 | https://github.com/Distributed-Validators-Synctems/sputnik-app-chain-practice 8 | 9 | ``` 10 | commit: d3ed2906478c1558e4be1a2e0f98305f7be46832 11 | cosmos_sdk_version: v0.47.13-ics-lsm 12 | go: go version go1.21.9 linux/amd64 13 | name: sputnik 14 | server_name: sputnik 15 | version: main-d3ed2906478c1558e4be1a2e0f98305f7be46832 16 | ``` 17 | 18 | ## GenTx generation 19 | 20 | ### Init 21 | ```bash: 22 | sputnikd init "" --chain-id 23 | ``` 24 | 25 | ### Generate keys 26 | 27 | ```bash: 28 | # To create new keypair - make sure you save the mnemonics! 29 | sputnikd keys add 30 | ``` 31 | 32 | or 33 | ``` 34 | # Restore existing odin wallet with mnemonic seed phrase. 35 | # You will be prompted to enter mnemonic seed. 36 | sputnikd keys add --recover 37 | ``` 38 | or 39 | ``` 40 | # Add keys using ledger 41 | sputnikd keys show --ledger 42 | ``` 43 | 44 | Check your key: 45 | ``` 46 | # Query the keystore for your public address 47 | sputnikd keys show -a 48 | ``` 49 | 50 | ### Create account to genesis 51 | 52 | ``` 53 | sputnikd add-genesis-account 10000000usputnik 54 | ``` 55 | 56 | ### Create GenTX 57 | 58 | ``` 59 | # Create the gentx. 60 | # Note, your gentx will be rejected if you use any amount greater than 10000000usputnik. 61 | sputnikd gentx 10000000usputnik \ 62 | --chain-id= \ 63 | --moniker="" \ 64 | --website= \ 65 | --details= \ 66 | --commission-rate="0.10" \ 67 | --commission-max-rate="0.20" \ 68 | --commission-max-change-rate="0.01" \ 69 | --min-self-delegation="1" 70 | ``` 71 | -------------------------------------------------------------------------------- /gentx/nixem-gentx.json: -------------------------------------------------------------------------------- 1 | { 2 | "body": { 3 | "messages": [ 4 | { 5 | "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", 6 | "description": { 7 | "moniker": "nixem", 8 | "identity": "", 9 | "website": "", 10 | "security_contact": "", 11 | "details": "" 12 | }, 13 | "commission": { 14 | "rate": "0.100000000000000000", 15 | "max_rate": "0.200000000000000000", 16 | "max_change_rate": "0.010000000000000000" 17 | }, 18 | "min_self_delegation": "0", 19 | "delegator_address": "sputnik182srt4rz4q43jk60mpnqa2z4yqf07pkz5ej2uj", 20 | "validator_address": "sputnikvaloper182srt4rz4q43jk60mpnqa2z4yqf07pkz094298", 21 | "pubkey": { 22 | "@type": "/cosmos.crypto.ed25519.PubKey", 23 | "key": "h7lDwokcEUWeQH/uFIxMc9pdSRQK9PwPq97NvwGhWic=" 24 | }, 25 | "value": { 26 | "denom": "usputnik", 27 | "amount": "1000000" 28 | } 29 | } 30 | ], 31 | "memo": "b4211e378d36bf02818080d117603b37cee5e514@64.23.253.211:26656", 32 | "timeout_height": "0", 33 | "extension_options": [], 34 | "non_critical_extension_options": [] 35 | }, 36 | "auth_info": { 37 | "signer_infos": [ 38 | { 39 | "public_key": { 40 | "@type": "/cosmos.crypto.secp256k1.PubKey", 41 | "key": "A9daPtlb57S6LSXYT4DGeBHpvASjTxuEJPZv1tZy27BH" 42 | }, 43 | "mode_info": { 44 | "single": { 45 | "mode": "SIGN_MODE_DIRECT" 46 | } 47 | }, 48 | "sequence": "0" 49 | } 50 | ], 51 | "fee": { 52 | "amount": [], 53 | "gas_limit": "200000", 54 | "payer": "", 55 | "granter": "" 56 | }, 57 | "tip": null 58 | }, 59 | "signatures": [ 60 | "on0hzrFZRBKLCjc/0wALgI0ondswraIx99PJEf3+4DE8zH0bV7UK7OR99B+KtByvL2oEUee8roRulxnodfIPAg==" 61 | ] 62 | } 63 | -------------------------------------------------------------------------------- /gentx/pavel-gentx.json: -------------------------------------------------------------------------------- 1 | { 2 | "body": { 3 | "messages": [ 4 | { 5 | "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", 6 | "description": { 7 | "moniker": "pavel", 8 | "identity": "", 9 | "website": "", 10 | "security_contact": "", 11 | "details": "" 12 | }, 13 | "commission": { 14 | "rate": "0.100000000000000000", 15 | "max_rate": "0.200000000000000000", 16 | "max_change_rate": "0.010000000000000000" 17 | }, 18 | "min_self_delegation": "0", 19 | "delegator_address": "sputnik1adxlv98tncu2cxldv8hd7z78nd4e8ln454wtks", 20 | "validator_address": "sputnikvaloper1adxlv98tncu2cxldv8hd7z78nd4e8ln40fft09", 21 | "pubkey": { 22 | "@type": "/cosmos.crypto.ed25519.PubKey", 23 | "key": "1YUbv9gEpx2AmvUmb+H5f1/sPLMrE/7/CgmZtrkhqyg=" 24 | }, 25 | "value": { 26 | "denom": "usputnik", 27 | "amount": "10000000" 28 | } 29 | } 30 | ], 31 | "memo": "d236c62edc593476ad79bb13b028ab80e1c15d3a@128.199.142.104:26656", 32 | "timeout_height": "0", 33 | "extension_options": [], 34 | "non_critical_extension_options": [] 35 | }, 36 | "auth_info": { 37 | "signer_infos": [ 38 | { 39 | "public_key": { 40 | "@type": "/cosmos.crypto.secp256k1.PubKey", 41 | "key": "A91CspwDo82R4WVPiVVUp9OQpijHhmS549u1B66E3hDZ" 42 | }, 43 | "mode_info": { 44 | "single": { 45 | "mode": "SIGN_MODE_DIRECT" 46 | } 47 | }, 48 | "sequence": "0" 49 | } 50 | ], 51 | "fee": { 52 | "amount": [], 53 | "gas_limit": "200000", 54 | "payer": "", 55 | "granter": "" 56 | }, 57 | "tip": null 58 | }, 59 | "signatures": [ 60 | "41SCQOAx2ZlcXc6QMu0xhiyAfR2VwhgEphlxDp9cZAFfRb5ACxzt4vIKrtLsUNlklHVoI2uv7RHm6MehaxBBeg==" 61 | ] 62 | } 63 | -------------------------------------------------------------------------------- /gentx/vbloher-gentx.json: -------------------------------------------------------------------------------- 1 | { 2 | "body": { 3 | "messages": [ 4 | { 5 | "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", 6 | "description": { 7 | "moniker": "vbloher", 8 | "identity": "", 9 | "website": "", 10 | "security_contact": "", 11 | "details": "" 12 | }, 13 | "commission": { 14 | "rate": "0.100000000000000000", 15 | "max_rate": "0.200000000000000000", 16 | "max_change_rate": "0.010000000000000000" 17 | }, 18 | "min_self_delegation": "0", 19 | "delegator_address": "sputnik19jw2mrgmwj67suevq0ru55gaygtxvzjtt94stg", 20 | "validator_address": "sputnikvaloper19jw2mrgmwj67suevq0ru55gaygtxvzjtsejsja", 21 | "pubkey": { 22 | "@type": "/cosmos.crypto.ed25519.PubKey", 23 | "key": "cZWM4WFz7SvYwUvNOmQwxftlTSU+bxvlxfQk/q6t1Sw=" 24 | }, 25 | "value": { 26 | "denom": "usputnik", 27 | "amount": "10000000" 28 | } 29 | } 30 | ], 31 | "memo": "745870cb265d8c3785da62317d46ecfaf7afa20a@95.217.164.96:26656", 32 | "timeout_height": "0", 33 | "extension_options": [], 34 | "non_critical_extension_options": [] 35 | }, 36 | "auth_info": { 37 | "signer_infos": [ 38 | { 39 | "public_key": { 40 | "@type": "/cosmos.crypto.secp256k1.PubKey", 41 | "key": "A3EETcwMRspeNcW2QKMUGniVoRxg3ueb2dL0pHp6R6eO" 42 | }, 43 | "mode_info": { 44 | "single": { 45 | "mode": "SIGN_MODE_DIRECT" 46 | } 47 | }, 48 | "sequence": "0" 49 | } 50 | ], 51 | "fee": { 52 | "amount": [], 53 | "gas_limit": "200000", 54 | "payer": "", 55 | "granter": "" 56 | }, 57 | "tip": null 58 | }, 59 | "signatures": [ 60 | "BzKPrnDnAr6pKC/QKSWhL4oULFl4U+93KSfrOTxNjsEjxgjam2TR1T+Grgb2edDI+YDfWf7DoGTkzhtHlfUuPg==" 61 | ] 62 | } 63 | -------------------------------------------------------------------------------- /gentx/ssargiuz-gentx.json: -------------------------------------------------------------------------------- 1 | { 2 | "body": { 3 | "messages": [ 4 | { 5 | "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", 6 | "description": { 7 | "moniker": "ssargiuz", 8 | "identity": "67AED17AE95645A8", 9 | "website": "", 10 | "security_contact": "", 11 | "details": "" 12 | }, 13 | "commission": { 14 | "rate": "0.070000000000000000", 15 | "max_rate": "0.150000000000000000", 16 | "max_change_rate": "0.100000000000000000" 17 | }, 18 | "min_self_delegation": "0", 19 | "delegator_address": "sputnik16hjmsqvlm3f9rxwx59pmhf3x224g4lgdlq8nw5", 20 | "validator_address": "sputnikvaloper16hjmsqvlm3f9rxwx59pmhf3x224g4lgdyuqnhp", 21 | "pubkey": { 22 | "@type": "/cosmos.crypto.ed25519.PubKey", 23 | "key": "BV+NeJ67uxClXPs0woRwj7S3/5x/Zc7c3u25ORpm0Us=" 24 | }, 25 | "value": { 26 | "denom": "usputnik", 27 | "amount": "10000000" 28 | } 29 | } 30 | ], 31 | "memo": "3e4d12fcf5cf6c7e1ae0ced09755d1fe6e138e01@51.79.101.181:26656", 32 | "timeout_height": "0", 33 | "extension_options": [], 34 | "non_critical_extension_options": [] 35 | }, 36 | "auth_info": { 37 | "signer_infos": [ 38 | { 39 | "public_key": { 40 | "@type": "/cosmos.crypto.secp256k1.PubKey", 41 | "key": "AovgTX11M75wjqgpEHgAiJOIRilIaYXprhFeFjSV/is/" 42 | }, 43 | "mode_info": { 44 | "single": { 45 | "mode": "SIGN_MODE_DIRECT" 46 | } 47 | }, 48 | "sequence": "0" 49 | } 50 | ], 51 | "fee": { 52 | "amount": [], 53 | "gas_limit": "200000", 54 | "payer": "", 55 | "granter": "" 56 | }, 57 | "tip": null 58 | }, 59 | "signatures": [ 60 | "O/f6sJpkm02z1BnhAFgn6m0L0NTbyRqKBMUTybmggtgfNIsr49Mhz8NtSB8Z8BCxzGsYJ4EnLcwya8MLqGLntg==" 61 | ] 62 | } 63 | -------------------------------------------------------------------------------- /gentx/serebriakov_gentx.json: -------------------------------------------------------------------------------- 1 | { 2 | "body": { 3 | "messages": [ 4 | { 5 | "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", 6 | "description": { 7 | "moniker": "5Dimension", 8 | "identity": "", 9 | "website": "", 10 | "security_contact": "", 11 | "details": "" 12 | }, 13 | "commission": { 14 | "rate": "0.100000000000000000", 15 | "max_rate": "0.200000000000000000", 16 | "max_change_rate": "0.010000000000000000" 17 | }, 18 | "min_self_delegation": "0", 19 | "delegator_address": "sputnik142eye7jqahcjtnalle4rgcvuh8suwtjj8qxvd3", 20 | "validator_address": "sputnikvaloper142eye7jqahcjtnalle4rgcvuh8suwtjjuupv5y", 21 | "pubkey": { 22 | "@type": "/cosmos.crypto.ed25519.PubKey", 23 | "key": "xb14Va/1QJa4M2Ka0ypgz6xxa8O7FhSoMSL4BH+/Wo0=" 24 | }, 25 | "value": { 26 | "denom": "usputnik", 27 | "amount": "1000000000" 28 | } 29 | } 30 | ], 31 | "memo": "828cae301a7025f23a953275fb30d00ccf8d91d8@170.64.145.180:26656", 32 | "timeout_height": "0", 33 | "extension_options": [], 34 | "non_critical_extension_options": [] 35 | }, 36 | "auth_info": { 37 | "signer_infos": [ 38 | { 39 | "public_key": { 40 | "@type": "/cosmos.crypto.secp256k1.PubKey", 41 | "key": "Atz90GjUw9E8maF4MWzrVIWfqRhesKig9Bzq2DZp2zTC" 42 | }, 43 | "mode_info": { 44 | "single": { 45 | "mode": "SIGN_MODE_DIRECT" 46 | } 47 | }, 48 | "sequence": "0" 49 | } 50 | ], 51 | "fee": { 52 | "amount": [], 53 | "gas_limit": "200000", 54 | "payer": "", 55 | "granter": "" 56 | }, 57 | "tip": null 58 | }, 59 | "signatures": [ 60 | "Y4+V0iuHIiIqyAN+zoahlHN+F5ACApi4Tg3YyDks+cVHRvbny48M2sYKQEJ4zDg/n/2Sy7Xk4Pr3iJENB0Cj4w==" 61 | ] 62 | } 63 | 64 | -------------------------------------------------------------------------------- /testnet_planning.md: -------------------------------------------------------------------------------- 1 | # **Testnet Planning** 2 | 3 | ## **Disclaimer** 4 | 5 | Everything is subject to change and as close as possible to the realities of testnets that take place in various projects, so at this stage you will learn many useful things in practice. Pay attention to the discord validator announcement channel for announcements. We are testing open source beta software. Expect something to break. If the documentation is not enough or you find some kind of bug, make a PR. 6 | 7 | ## **Overview** 8 | 9 | - 3 Phases 10 | - Governance proposals 11 | - Enable Transfers 12 | - Rewards: `To keep the competitive process going, we see the validators with the most points and they will be rewarded` 13 | - Schedule: `25.04.2024 - 03.05.2024` 14 | - For the Genesis and Celebrate sections please sign a transaction for each of the tasks and provide the txHash in a PR. 15 | 16 | ## **Phase - 1: Start chain (max 30 points)** 17 | 18 | - GenTx Validator Address Submission : `25.04.2023 - 26.04.2023 10:00 UTC`. Up to `100% of the flow` will be accepted. 19 | 20 | `25 Points = 25 000 sputnik for successful wallet submissions.` 21 | 22 | - Network start time: `26.04.2024 16:00 UTC` 23 | 24 | `20 Points = 20 000 sputnik for set up post genesis validators.` 25 | 26 | - Provide peer 27 | 28 | `5 points = 5000 sputnik for everyone who provides a peer.` 29 | 30 | --- 31 | 32 | ## **Phase - 2: Governance (max 30 points)** 33 | 34 | Lead validator team will create a governance proposal on `29.04.2024 16:00 UTC`, to update the transfer parameter. You will need to study the proposals, find the correct one and vote. 35 | 36 | In order to find correct proposal you will need to run query command using your network client binary (`sputnikd` in our case). Please issue following command `sputnikd query gov proposals`, and find proposal with `title:` ”Vote for me friend”. 37 | 38 | **New to governance module?** Read [this](https://docs.cosmos.network/main/modules/gov) 39 | 40 | **Voting Schedule:** 41 | 42 | - Proposal: `Vote for me friend` 43 | - Voting Period: `29.04.2024 16:00 UTC - 30.04.2024 16:00 UTC` 44 | 45 | **What should validators do?** 46 | 47 | - Review the parameter change proposal and cast your vote before voting period endtime. 48 | 49 | `25 Points = 25 000 sputnik for successful wallet submissions.` 50 | 51 | **Bonus challenge** 52 | 53 | - Make a detailed thread on Twitter about incorrect props, what number you missed, what does it mean and make a PR to the `tweets` directory of this repo. 54 | 55 | `5 points = 5000 sputnik for everyone who provides a tweet url.` 56 | 57 | --- 58 | 59 | ## **Phase-3: Transactions (max 30 points)** 60 | 61 | - Send 1sputnik to DVS validator 62 | 63 | `5 points = 5000 sputnik for everyone who do this task.` 64 | 65 | - Delegate some DVS to others and redelegate to DVS validator 66 | 67 | `5 points = 5000 sputnik for everyone who do this task.` 68 | 69 | - Claim reward \ commission and redelegate to DVS validator 70 | 71 | `5 points = 5000 sputnik for everyone do this task.` 72 | 73 | - Tweet url linked in a memo (Come up with something cool to say about DVS Validator School and experience in Testnet) 74 | 75 | `5 points = 5000 sputnik for everyone do this task.` 76 | 77 | 83 | 84 | --- 85 | 86 | ## **Bonus Challenges** 87 | 88 | - Uptime : 89 | - uptime >= 90% 90 | - 80% <= uptime >= 90% 91 | - 70% ≤ uptime ≥ 80% 92 | 93 | `20 points = 20000 sputnik for everyone who have 90+% uptime` 94 | 95 | `10 points = 10000 sputnik for everyone who have 80-90% uptime` 96 | 97 | `5 points = 5000 sputnik for everyone who have 70-80% uptime` 98 | 99 | - Never jailed validator : 100 | 101 | `20 points = 20000 sputnik.` 102 | 103 | - Top - 10 teams/individuals will receive points each for their contributions for the community. technical docs, helping/resolving community issues, etc. 104 | 105 | `max 10 points = 10000 sputnik.` 106 | 107 | - Send one transaction to two addresses at once and provide txHash 108 | 109 | `max 5 points = 5000 sputnik.` 110 | 111 | ## **NOTE:** 112 | 113 | Validator School is committed to building a strong community. Therefore, the testnet is built in such a way as to cover the most common tasks and situations that you will encounter as a validator. 114 | 115 | In addition to this, in order to involve and encourage active members of the Validator School, those participants who score the most points will receive an additional delegation in the main network from DVS. 116 | 117 | In addition to this, you will have passed the first testnet, which will be documented on github and twitter (provided that you complete all the testnet tasks) and this will give you a starting point in working with these services and simplify the development of your portfolio. 118 | -------------------------------------------------------------------------------- /testnet_instructions.md: -------------------------------------------------------------------------------- 1 | # Distributed **Validators School Testnet** 2 | 3 | ## **Quick Links** 4 | 5 | Genesis: `https://raw.githubusercontent.com/Distributed-Validators-Synctems/sputnik-school-testnet/master/genesis.json` 6 | 7 | Block explorer: https://sputnik-testnet-explorer.nodejumper.io/sputnik-school-testnet/staking 8 | 9 | Peers: `745870cb265d8c3785da62317d46ecfaf7afa20a@95.217.164.96:26656,db0b3f18280de5ef4cb294912df6a3bf2c1a3f49@95.214.53.164:26656,7413a980948bf2208876d8bb40bb76ea957b1d97@178.215.71.199:26656,d236c62edc593476ad79bb13b028ab80e1c15d3a@128.199.142.104:26656,af6a8ce05b07dadf452fde8c645814c579d06142@88.218.60.250:26656` 10 | 11 | Chain Id: `sputnik-practice-1` 12 | 13 | ## **Hardware Requirements** 14 | 15 | Here are the minimal hardware configs required for running a validator/sentry node 16 | 17 | - 4GB RAM 18 | - 2vCPUs 19 | - 80GB Disk space 20 | 21 | ## **Software Requirements** 22 | 23 | - Ubuntu 22.04+ 24 | - [Go v1.21](https://golang.org/doc/install) 25 | 26 | ## **Install sputnikd, Generate Wallet and Submit GenTx** 27 | 28 | ### ****Sputnik app-chain binaries installation (sputnikd)**** 29 | 30 | Sputnik app testnet binary repo 31 | https://github.com/Distributed-Validators-Synctems/sputnik-app-chain-practice 32 | 33 | ``` 34 | commit: d3ed2906478c1558e4be1a2e0f98305f7be46832 35 | cosmos_sdk_version: v0.47.13-ics-lsm 36 | go: go version go1.21.9 linux/amd64 37 | name: sputnik 38 | server_name: sputnik 39 | version: main-d3ed2906478c1558e4be1a2e0f98305f7be46832 40 | ``` 41 | 42 | ### Network init 43 | 44 | ```bash 45 | cd ~ 46 | sputnikd init "" --chain-id sputnik-practice-1 47 | ``` 48 | 49 | example: 50 | 51 | ```bash 52 | sputnikd init course-participant-1 --chain-id dvs-course-testnet 53 | ``` 54 | 55 | ### **Create Validator Key** 56 | 57 | It's very important that after you run this command that you save the seed phrase that is generated. If you do not save you phrase, you will not be able to recover this account. 58 | 59 | `sputnikd keys add ` 60 | 61 | or restore existing wallet with mnemonic seed phrase. You will be prompted to enter mnemonic seed. 62 | 63 | `sputnikd keys add --recover` 64 | 65 | or add keys using ledger 66 | 67 | `sputnikd keys add --ledger` 68 | 69 | Check your key: 70 | 71 | `sputnikd keys show -a` 72 | 73 | ### ****Create account to genesis**** 74 | 75 | This command will help you to create account in your local genesis file. It will add funds to your address. Otherwise `sputnikd getntx` command will fail because of lack of funds. 76 | 77 | `sputnikd add-genesis-account 1000000000usputnik` 78 | 79 | ### ****Create GenTX**** 80 | 81 | Create the gentx file. Note, your gentx will be rejected if you use any amount greater than 10000000usputnik. 82 | 83 | ``` 84 | sputnikd gentx 10000000usputnik \ 85 | --chain-id=sputnik-practice-1 \ 86 | --moniker="" \ 87 | --website= \ 88 | --details= \ 89 | --commission-rate="0.10" \ 90 | --commission-max-rate="0.20" \ 91 | --commission-max-change-rate="0.01" 92 | ``` 93 | 94 | After gentx will be ready you can find it in the `~/.sputnik/config/gentx` directory. After that you will be required to upload it into `gentxs` directory of this repository. Please name it using following template `gentx-.json`. 95 | 96 | In order to upload this file you will need to create fork of this repository. Please click on “Fork” button in the top right corner of this page, and name it somehow or leave repository name unchanged. 97 | After that you can upload `gentx` file into appropriate directory of your repository. Next, you will need to create a PR (Pull request) to add changes from your cloned repository into main repository. 98 | Please go into root directory of your repository and click on “Contribute” button. 99 | You will see this popup window. 100 | 101 | Please “Open pull request”, check data, put some description into text box field and click on “Create pull request” inside it. Congratulations you have created your first pull request! 102 | 103 | ### Create validator after genesis 104 | 105 | ``` 106 | sputnikd tx staking create-validator \ 107 | --amount=10000000usputnik \ 108 | --pubkey=$(sputnikd tendermint show-validator) \ 109 | --chain-id=sputnik-practice-1 \ 110 | --moniker="" \ 111 | --website=""\ 112 | --commission-rate="0.10" \ 113 | --commission-max-rate="0.20" \ 114 | --commission-max-change-rate="0.01" \ 115 | --gas="auto" \ 116 | --gas-adjustment=1.3 \ 117 | --gas-prices="0.1usputnik" \ 118 | --from= 119 | ``` 120 | 121 | ## Run node 122 | 123 | Install `curl` 124 | ``` 125 | sudo apt install curl -y 126 | ``` 127 | 128 | ### ****Download genesis**** 129 | 130 | To download `genesis.json` file 131 | ``` 132 | curl https://raw.githubusercontent.com/Distributed-Validators-Synctems/sputnik-school-testnet/master/genesis.json > ~/.sputnik/config/genesis.json 133 | ``` 134 | After downloading you need to verify your `genesis.json` checksum 135 | 136 | ``` 137 | sha256sum ~/.sputnik/config/genesis.json 138 | ``` 139 | 140 | you should see `d416341bd5dd384bb78dc43c0a4413014827c54e82989df9fcc28d3d5df5e8ab` in the output. 141 | 142 | Set the peers 143 | ```bash 144 | PEERS="745870cb265d8c3785da62317d46ecfaf7afa20a@95.217.164.96:26656,db0b3f18280de5ef4cb294912df6a3bf2c1a3f49@95.214.53.164:26656,7413a980948bf2208876d8bb40bb76ea957b1d97@178.215.71.199:26656,d236c62edc593476ad79bb13b028ab80e1c15d3a@128.199.142.104:26656,af6a8ce05b07dadf452fde8c645814c579d06142@88.218.60.250:26656" 145 | sed -i 's|^persistent_peers *=.*|persistent_peers = "'$PEERS'"|' $HOME/.sputnik/config/config.toml 146 | ``` 147 | 148 | Set `minimum-gas-prices` to `.sputnik/config/app.toml` 149 | ```bash 150 | MIN_GAS_PRICES=0.001usputnik 151 | sed -i 's|^minimum-gas-prices *=.*|minimum-gas-prices = "'$MIN_GAS_PRICES'"|' $HOME/.sputnik/config/app.toml 152 | ``` 153 | 154 | ### ****Set Up Cosmovisor**** 155 | 156 | Set up cosmovisor to ensure any future upgrades happen flawlessly. To install Cosmovisor 157 | ``` 158 | go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.5.0 159 | ``` 160 | 161 | Create the required directories and files 162 | ``` 163 | mkdir -p ~/.sputnik/cosmovisor/genesis/bin 164 | mkdir -p ~/.sputnik/cosmovisor/upgrades 165 | ``` 166 | 167 | After directories will be ready please copy `sputnikd` binaries created in the “Cosmos Hub binaries installation (sputnikd)” section into `~/.sputnikd/cosmovisor/genesis/bin` directory. You can do it using next command 168 | ``` 169 | cp ~/go/bin/sputnikd ~/.sputnik/cosmovisor/genesis/bin/sputnikd 170 | ``` 171 | 172 | ### ****Set Up sputnikd Service**** 173 | 174 | Set up a service to allow cosmovisor to run in the background as well as restart automatically if it runs into any problems: 175 | ``` 176 | sudo tee /etc/systemd/system/sputnikd.service > /dev/null << EOF 177 | [Unit] 178 | Description=Sputnik app chain daemon 179 | After=network-online.target 180 | [Service] 181 | Environment="DAEMON_NAME=sputnikd" 182 | Environment="DAEMON_HOME=${HOME}/.sputnik" 183 | Environment="DAEMON_RESTART_AFTER_UPGRADE=true" 184 | Environment="DAEMON_ALLOW_DOWNLOAD_BINARIES=false" 185 | Environment="DAEMON_LOG_BUFFER_SIZE=512" 186 | Environment="UNSAFE_SKIP_BACKUP=true" 187 | User=$USER 188 | ExecStart=${HOME}/go/bin/cosmovisor run start 189 | Restart=always 190 | RestartSec=3 191 | LimitNOFILE=infinity 192 | LimitNPROC=infinity 193 | [Install] 194 | WantedBy=multi-user.target 195 | EOF 196 | ``` 197 | 198 | And start service: 199 | ``` 200 | sudo systemctl daemon-reload 201 | sudo systemctl enable sputnikd 202 | sudo systemctl restart sputnikd 203 | ``` 204 | 205 | How you can check the logs 206 | ``` 207 | sudo journalctl -u sputnikd -f 208 | ``` 209 | 210 | Set chain-id to `sputnik-practice-1` (for CLI) 211 | ``` 212 | sputnikd config chain-id sputnik-practice-1 213 | ``` 214 | 215 | ## **More about validators** 216 | 217 | Please refer to the Cosmos Hub documentation on validators for a general overview of running a validator. We are using the exact same validator model and software, but with slightly different parameters and other functionality specific to the Cosmic Horizon Network. 218 | 219 | - [Run a Validator](https://hub.cosmos.network/validators/validator-setup) 220 | - [Validators Overview](https://hub.cosmos.network/validators/overview) 221 | - [Validator Security](https://hub.cosmos.network/validators/security) 222 | - [Validator FAQ](https://hub.cosmos.network/validators/validator-faq) 223 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright [yyyy] [name of copyright owner] 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /pre-genesis.json: -------------------------------------------------------------------------------- 1 | { 2 | "genesis_time": "2024-04-26T16:00:00Z", 3 | "chain_id": "sputnik-practice-1", 4 | "initial_height": "1", 5 | "consensus_params": { 6 | "block": { 7 | "max_bytes": "22020096", 8 | "max_gas": "-1" 9 | }, 10 | "evidence": { 11 | "max_age_num_blocks": "100000", 12 | "max_age_duration": "172800000000000", 13 | "max_bytes": "1048576" 14 | }, 15 | "validator": { 16 | "pub_key_types": [ 17 | "ed25519" 18 | ] 19 | }, 20 | "version": { 21 | "app": "0" 22 | } 23 | }, 24 | "app_hash": "", 25 | "app_state": { 26 | "07-tendermint": null, 27 | "auth": { 28 | "params": { 29 | "max_memo_characters": "256", 30 | "tx_sig_limit": "7", 31 | "tx_size_cost_per_byte": "10", 32 | "sig_verify_cost_ed25519": "590", 33 | "sig_verify_cost_secp256k1": "1000" 34 | }, 35 | "accounts": [ 36 | { 37 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 38 | "address": "sputnik19jw2mrgmwj67suevq0ru55gaygtxvzjtt94stg", 39 | "pub_key": null, 40 | "account_number": "0", 41 | "sequence": "0" 42 | }, 43 | { 44 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 45 | "address": "sputnik1sxy7lhpnls5czhqekfwlrury2gu3mk8a0r5yc0", 46 | "pub_key": null, 47 | "account_number": "0", 48 | "sequence": "0" 49 | }, 50 | { 51 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 52 | "address": "sputnik19jlzlf66j87se3h56n3y2f3w4f4mk5xv7dnvj9", 53 | "pub_key": null, 54 | "account_number": "0", 55 | "sequence": "0" 56 | }, 57 | { 58 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 59 | "address": "sputnik182srt4rz4q43jk60mpnqa2z4yqf07pkz5ej2uj", 60 | "pub_key": null, 61 | "account_number": "0", 62 | "sequence": "0" 63 | }, 64 | { 65 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 66 | "address": "sputnik19quygp38u6r9yxnxd03de7c3tew3u9unv4qaa0", 67 | "pub_key": null, 68 | "account_number": "0", 69 | "sequence": "0" 70 | }, 71 | { 72 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 73 | "address": "sputnik1adxlv98tncu2cxldv8hd7z78nd4e8ln454wtks", 74 | "pub_key": null, 75 | "account_number": "0", 76 | "sequence": "0" 77 | }, 78 | { 79 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 80 | "address": "sputnik1sftzy0q705mgxyps6xp2w5pmxdk8hh5f78zalf", 81 | "pub_key": null, 82 | "account_number": "0", 83 | "sequence": "0" 84 | }, 85 | { 86 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 87 | "address": "sputnik142eye7jqahcjtnalle4rgcvuh8suwtjj8qxvd3", 88 | "pub_key": null, 89 | "account_number": "0", 90 | "sequence": "0" 91 | }, 92 | { 93 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 94 | "address": "sputnik16hjmsqvlm3f9rxwx59pmhf3x224g4lgdlq8nw5", 95 | "pub_key": null, 96 | "account_number": "0", 97 | "sequence": "0" 98 | }, 99 | { 100 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 101 | "address": "sputnik1e5cg8rgm9tgucgam743wqwuyqaf3dg3j9xlghh", 102 | "pub_key": null, 103 | "account_number": "0", 104 | "sequence": "0" 105 | } 106 | ] 107 | }, 108 | "authz": { 109 | "authorization": [] 110 | }, 111 | "bank": { 112 | "params": { 113 | "send_enabled": [], 114 | "default_send_enabled": true 115 | }, 116 | "balances": [ 117 | { 118 | "address": "sputnik19jw2mrgmwj67suevq0ru55gaygtxvzjtt94stg", 119 | "coins": [ 120 | { 121 | "denom": "usputnik", 122 | "amount": "3000000000000" 123 | } 124 | ] 125 | }, 126 | { 127 | "address": "sputnik1sxy7lhpnls5czhqekfwlrury2gu3mk8a0r5yc0", 128 | "coins": [ 129 | { 130 | "denom": "usputnik", 131 | "amount": "11000000" 132 | } 133 | ] 134 | }, 135 | { 136 | "address": "sputnik19jlzlf66j87se3h56n3y2f3w4f4mk5xv7dnvj9", 137 | "coins": [ 138 | { 139 | "denom": "usputnik", 140 | "amount": "1001000000" 141 | } 142 | ] 143 | }, 144 | { 145 | "address": "sputnik182srt4rz4q43jk60mpnqa2z4yqf07pkz5ej2uj", 146 | "coins": [ 147 | { 148 | "denom": "usputnik", 149 | "amount": "11000000" 150 | } 151 | ] 152 | }, 153 | { 154 | "address": "sputnik19quygp38u6r9yxnxd03de7c3tew3u9unv4qaa0", 155 | "coins": [ 156 | { 157 | "denom": "usputnik", 158 | "amount": "11000000" 159 | } 160 | ] 161 | }, 162 | { 163 | "address": "sputnik1adxlv98tncu2cxldv8hd7z78nd4e8ln454wtks", 164 | "coins": [ 165 | { 166 | "denom": "usputnik", 167 | "amount": "11000000" 168 | } 169 | ] 170 | }, 171 | { 172 | "address": "sputnik1sftzy0q705mgxyps6xp2w5pmxdk8hh5f78zalf", 173 | "coins": [ 174 | { 175 | "denom": "usputnik", 176 | "amount": "11000000" 177 | } 178 | ] 179 | }, 180 | { 181 | "address": "sputnik142eye7jqahcjtnalle4rgcvuh8suwtjj8qxvd3", 182 | "coins": [ 183 | { 184 | "denom": "usputnik", 185 | "amount": "1001000000" 186 | } 187 | ] 188 | }, 189 | { 190 | "address": "sputnik16hjmsqvlm3f9rxwx59pmhf3x224g4lgdlq8nw5", 191 | "coins": [ 192 | { 193 | "denom": "usputnik", 194 | "amount": "11000000" 195 | } 196 | ] 197 | }, 198 | { 199 | "address": "sputnik1e5cg8rgm9tgucgam743wqwuyqaf3dg3j9xlghh", 200 | "coins": [ 201 | { 202 | "denom": "usputnik", 203 | "amount": "101000000" 204 | } 205 | ] 206 | } 207 | ], 208 | "supply": [], 209 | "denom_metadata": [], 210 | "send_enabled": [] 211 | }, 212 | "capability": { 213 | "index": "1", 214 | "owners": [] 215 | }, 216 | "consensus": null, 217 | "crisis": { 218 | "constant_fee": { 219 | "denom": "stake", 220 | "amount": "1000" 221 | } 222 | }, 223 | "distribution": { 224 | "params": { 225 | "community_tax": "0.020000000000000000", 226 | "base_proposer_reward": "0.000000000000000000", 227 | "bonus_proposer_reward": "0.000000000000000000", 228 | "withdraw_addr_enabled": true 229 | }, 230 | "fee_pool": { 231 | "community_pool": [] 232 | }, 233 | "delegator_withdraw_infos": [], 234 | "previous_proposer": "", 235 | "outstanding_rewards": [], 236 | "validator_accumulated_commissions": [], 237 | "validator_historical_rewards": [], 238 | "validator_current_rewards": [], 239 | "delegator_starting_infos": [], 240 | "validator_slash_events": [] 241 | }, 242 | "evidence": { 243 | "evidence": [] 244 | }, 245 | "feegrant": { 246 | "allowances": [] 247 | }, 248 | "feeibc": { 249 | "identified_fees": [], 250 | "fee_enabled_channels": [], 251 | "registered_payees": [], 252 | "registered_counterparty_payees": [], 253 | "forward_relayers": [] 254 | }, 255 | "genutil": { 256 | "gen_txs": [] 257 | }, 258 | "globalfee": { 259 | "params": { 260 | "minimum_gas_prices": [], 261 | "bypass_min_fee_msg_types": [ 262 | "/ibc.core.channel.v1.MsgRecvPacket", 263 | "/ibc.core.channel.v1.MsgAcknowledgement", 264 | "/ibc.core.client.v1.MsgUpdateClient", 265 | "/ibc.core.channel.v1.MsgTimeout", 266 | "/ibc.core.channel.v1.MsgTimeoutOnClose" 267 | ], 268 | "max_total_bypass_min_fee_msg_gas_usage": "1000000" 269 | } 270 | }, 271 | "gov": { 272 | "starting_proposal_id": "1", 273 | "deposits": [], 274 | "votes": [], 275 | "proposals": [], 276 | "deposit_params": null, 277 | "voting_params": null, 278 | "tally_params": null, 279 | "params": { 280 | "min_deposit": [ 281 | { 282 | "denom": "usputnik", 283 | "amount": "1000000" 284 | } 285 | ], 286 | "max_deposit_period": "86400s", 287 | "voting_period": "86400s", 288 | "quorum": "0.334000000000000000", 289 | "threshold": "0.500000000000000000", 290 | "veto_threshold": "0.334000000000000000", 291 | "min_initial_deposit_ratio": "0.000000000000000000", 292 | "burn_vote_quorum": false, 293 | "burn_proposal_deposit_prevote": false, 294 | "burn_vote_veto": true, 295 | "min_deposit_ratio": "0.010000000000000000" 296 | } 297 | }, 298 | "ibc": { 299 | "client_genesis": { 300 | "clients": [], 301 | "clients_consensus": [], 302 | "clients_metadata": [], 303 | "params": { 304 | "allowed_clients": [ 305 | "06-solomachine", 306 | "07-tendermint", 307 | "09-localhost" 308 | ] 309 | }, 310 | "create_localhost": false, 311 | "next_client_sequence": "0" 312 | }, 313 | "connection_genesis": { 314 | "connections": [], 315 | "client_connection_paths": [], 316 | "next_connection_sequence": "0", 317 | "params": { 318 | "max_expected_time_per_block": "30000000000" 319 | } 320 | }, 321 | "channel_genesis": { 322 | "channels": [], 323 | "acknowledgements": [], 324 | "commitments": [], 325 | "receipts": [], 326 | "send_sequences": [], 327 | "recv_sequences": [], 328 | "ack_sequences": [], 329 | "next_channel_sequence": "0" 330 | } 331 | }, 332 | "interchainaccounts": { 333 | "controller_genesis_state": { 334 | "active_channels": [], 335 | "interchain_accounts": [], 336 | "ports": [], 337 | "params": { 338 | "controller_enabled": true 339 | } 340 | }, 341 | "host_genesis_state": { 342 | "active_channels": [], 343 | "interchain_accounts": [], 344 | "port": "icahost", 345 | "params": { 346 | "host_enabled": true, 347 | "allow_messages": [ 348 | "*" 349 | ] 350 | } 351 | } 352 | }, 353 | "metaprotocols": {}, 354 | "mint": { 355 | "minter": { 356 | "inflation": "0.100000000000000000", 357 | "annual_provisions": "0.000000000000000000" 358 | }, 359 | "params": { 360 | "mint_denom": "usputnik", 361 | "inflation_rate_change": "0.130000000000000000", 362 | "inflation_max": "0.200000000000000000", 363 | "inflation_min": "0.070000000000000000", 364 | "goal_bonded": "0.670000000000000000", 365 | "blocks_per_year": "6311520" 366 | } 367 | }, 368 | "packetfowardmiddleware": { 369 | "params": { 370 | "fee_percentage": "0.000000000000000000" 371 | }, 372 | "in_flight_packets": {} 373 | }, 374 | "params": null, 375 | "provider": { 376 | "valset_update_id": "1", 377 | "consumer_states": [], 378 | "unbonding_ops": [], 379 | "mature_unbonding_ops": null, 380 | "valset_update_id_to_height": [], 381 | "consumer_addition_proposals": [], 382 | "consumer_removal_proposals": [], 383 | "params": { 384 | "template_client": { 385 | "chain_id": "", 386 | "trust_level": { 387 | "numerator": "1", 388 | "denominator": "3" 389 | }, 390 | "trusting_period": "0s", 391 | "unbonding_period": "0s", 392 | "max_clock_drift": "10s", 393 | "frozen_height": { 394 | "revision_number": "0", 395 | "revision_height": "0" 396 | }, 397 | "latest_height": { 398 | "revision_number": "0", 399 | "revision_height": "0" 400 | }, 401 | "proof_specs": [ 402 | { 403 | "leaf_spec": { 404 | "hash": "SHA256", 405 | "prehash_key": "NO_HASH", 406 | "prehash_value": "SHA256", 407 | "length": "VAR_PROTO", 408 | "prefix": "AA==" 409 | }, 410 | "inner_spec": { 411 | "child_order": [ 412 | 0, 413 | 1 414 | ], 415 | "child_size": 33, 416 | "min_prefix_length": 4, 417 | "max_prefix_length": 12, 418 | "empty_child": null, 419 | "hash": "SHA256" 420 | }, 421 | "max_depth": 0, 422 | "min_depth": 0, 423 | "prehash_key_before_comparison": false 424 | }, 425 | { 426 | "leaf_spec": { 427 | "hash": "SHA256", 428 | "prehash_key": "NO_HASH", 429 | "prehash_value": "SHA256", 430 | "length": "VAR_PROTO", 431 | "prefix": "AA==" 432 | }, 433 | "inner_spec": { 434 | "child_order": [ 435 | 0, 436 | 1 437 | ], 438 | "child_size": 32, 439 | "min_prefix_length": 1, 440 | "max_prefix_length": 1, 441 | "empty_child": null, 442 | "hash": "SHA256" 443 | }, 444 | "max_depth": 0, 445 | "min_depth": 0, 446 | "prehash_key_before_comparison": false 447 | } 448 | ], 449 | "upgrade_path": [ 450 | "upgrade", 451 | "upgradedIBCState" 452 | ], 453 | "allow_update_after_expiry": false, 454 | "allow_update_after_misbehaviour": false 455 | }, 456 | "trusting_period_fraction": "0.66", 457 | "ccv_timeout_period": "2419200s", 458 | "init_timeout_period": "604800s", 459 | "vsc_timeout_period": "3024000s", 460 | "slash_meter_replenish_period": "3600s", 461 | "slash_meter_replenish_fraction": "0.05", 462 | "consumer_reward_denom_registration_fee": { 463 | "denom": "stake", 464 | "amount": "10000000" 465 | }, 466 | "blocks_per_epoch": "600" 467 | }, 468 | "validator_consumer_pubkeys": [], 469 | "validators_by_consumer_addr": [], 470 | "consumer_addrs_to_prune": [], 471 | "init_timeout_timestamps": [], 472 | "exported_vsc_send_timestamps": [] 473 | }, 474 | "ratelimit": { 475 | "params": {}, 476 | "rate_limits": [], 477 | "whitelisted_address_pairs": [], 478 | "blacklisted_denoms": [], 479 | "pending_send_packet_sequence_numbers": [], 480 | "hour_epoch": { 481 | "epoch_number": "0", 482 | "duration": "3600s", 483 | "epoch_start_time": "0001-01-01T00:00:00Z", 484 | "epoch_start_height": "0" 485 | } 486 | }, 487 | "slashing": { 488 | "params": { 489 | "signed_blocks_window": "500", 490 | "min_signed_per_window": "0.500000000000000000", 491 | "downtime_jail_duration": "600s", 492 | "slash_fraction_double_sign": "0.050000000000000000", 493 | "slash_fraction_downtime": "0.010000000000000000" 494 | }, 495 | "signing_infos": [], 496 | "missed_blocks": [] 497 | }, 498 | "staking": { 499 | "params": { 500 | "unbonding_time": "10s", 501 | "max_validators": 100, 502 | "max_entries": 7, 503 | "historical_entries": 10000, 504 | "bond_denom": "usputnik", 505 | "min_commission_rate": "0.000000000000000000", 506 | "validator_bond_factor": "-1.000000000000000000", 507 | "global_liquid_staking_cap": "1.000000000000000000", 508 | "validator_liquid_staking_cap": "1.000000000000000000" 509 | }, 510 | "last_total_power": "0", 511 | "last_validator_powers": [], 512 | "validators": [], 513 | "delegations": [], 514 | "unbonding_delegations": [], 515 | "redelegations": [], 516 | "exported": false, 517 | "tokenize_share_records": [], 518 | "last_tokenize_share_record_id": "0", 519 | "total_liquid_staked_tokens": "0", 520 | "tokenize_share_locks": [] 521 | }, 522 | "transfer": { 523 | "port_id": "transfer", 524 | "denom_traces": [], 525 | "params": { 526 | "send_enabled": true, 527 | "receive_enabled": true 528 | }, 529 | "total_escrowed": [] 530 | }, 531 | "upgrade": {}, 532 | "vesting": {} 533 | } 534 | } 535 | -------------------------------------------------------------------------------- /genesis.json: -------------------------------------------------------------------------------- 1 | { 2 | "genesis_time": "2024-04-26T16:00:00Z", 3 | "chain_id": "sputnik-practice-1", 4 | "initial_height": "1", 5 | "consensus_params": { 6 | "block": { 7 | "max_bytes": "22020096", 8 | "max_gas": "-1" 9 | }, 10 | "evidence": { 11 | "max_age_num_blocks": "100000", 12 | "max_age_duration": "172800000000000", 13 | "max_bytes": "1048576" 14 | }, 15 | "validator": { 16 | "pub_key_types": [ 17 | "ed25519" 18 | ] 19 | }, 20 | "version": { 21 | "app": "0" 22 | } 23 | }, 24 | "app_hash": "", 25 | "app_state": { 26 | "07-tendermint": null, 27 | "auth": { 28 | "params": { 29 | "max_memo_characters": "256", 30 | "tx_sig_limit": "7", 31 | "tx_size_cost_per_byte": "10", 32 | "sig_verify_cost_ed25519": "590", 33 | "sig_verify_cost_secp256k1": "1000" 34 | }, 35 | "accounts": [ 36 | { 37 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 38 | "address": "sputnik19jw2mrgmwj67suevq0ru55gaygtxvzjtt94stg", 39 | "pub_key": null, 40 | "account_number": "0", 41 | "sequence": "0" 42 | }, 43 | { 44 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 45 | "address": "sputnik1sxy7lhpnls5czhqekfwlrury2gu3mk8a0r5yc0", 46 | "pub_key": null, 47 | "account_number": "0", 48 | "sequence": "0" 49 | }, 50 | { 51 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 52 | "address": "sputnik19jlzlf66j87se3h56n3y2f3w4f4mk5xv7dnvj9", 53 | "pub_key": null, 54 | "account_number": "0", 55 | "sequence": "0" 56 | }, 57 | { 58 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 59 | "address": "sputnik182srt4rz4q43jk60mpnqa2z4yqf07pkz5ej2uj", 60 | "pub_key": null, 61 | "account_number": "0", 62 | "sequence": "0" 63 | }, 64 | { 65 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 66 | "address": "sputnik19quygp38u6r9yxnxd03de7c3tew3u9unv4qaa0", 67 | "pub_key": null, 68 | "account_number": "0", 69 | "sequence": "0" 70 | }, 71 | { 72 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 73 | "address": "sputnik1adxlv98tncu2cxldv8hd7z78nd4e8ln454wtks", 74 | "pub_key": null, 75 | "account_number": "0", 76 | "sequence": "0" 77 | }, 78 | { 79 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 80 | "address": "sputnik1sftzy0q705mgxyps6xp2w5pmxdk8hh5f78zalf", 81 | "pub_key": null, 82 | "account_number": "0", 83 | "sequence": "0" 84 | }, 85 | { 86 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 87 | "address": "sputnik142eye7jqahcjtnalle4rgcvuh8suwtjj8qxvd3", 88 | "pub_key": null, 89 | "account_number": "0", 90 | "sequence": "0" 91 | }, 92 | { 93 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 94 | "address": "sputnik16hjmsqvlm3f9rxwx59pmhf3x224g4lgdlq8nw5", 95 | "pub_key": null, 96 | "account_number": "0", 97 | "sequence": "0" 98 | }, 99 | { 100 | "@type": "/cosmos.auth.v1beta1.BaseAccount", 101 | "address": "sputnik1e5cg8rgm9tgucgam743wqwuyqaf3dg3j9xlghh", 102 | "pub_key": null, 103 | "account_number": "0", 104 | "sequence": "0" 105 | } 106 | ] 107 | }, 108 | "authz": { 109 | "authorization": [] 110 | }, 111 | "bank": { 112 | "params": { 113 | "send_enabled": [], 114 | "default_send_enabled": true 115 | }, 116 | "balances": [ 117 | { 118 | "address": "sputnik19jw2mrgmwj67suevq0ru55gaygtxvzjtt94stg", 119 | "coins": [ 120 | { 121 | "denom": "usputnik", 122 | "amount": "3000000000000" 123 | } 124 | ] 125 | }, 126 | { 127 | "address": "sputnik1sxy7lhpnls5czhqekfwlrury2gu3mk8a0r5yc0", 128 | "coins": [ 129 | { 130 | "denom": "usputnik", 131 | "amount": "11000000" 132 | } 133 | ] 134 | }, 135 | { 136 | "address": "sputnik19jlzlf66j87se3h56n3y2f3w4f4mk5xv7dnvj9", 137 | "coins": [ 138 | { 139 | "denom": "usputnik", 140 | "amount": "1001000000" 141 | } 142 | ] 143 | }, 144 | { 145 | "address": "sputnik182srt4rz4q43jk60mpnqa2z4yqf07pkz5ej2uj", 146 | "coins": [ 147 | { 148 | "denom": "usputnik", 149 | "amount": "11000000" 150 | } 151 | ] 152 | }, 153 | { 154 | "address": "sputnik19quygp38u6r9yxnxd03de7c3tew3u9unv4qaa0", 155 | "coins": [ 156 | { 157 | "denom": "usputnik", 158 | "amount": "11000000" 159 | } 160 | ] 161 | }, 162 | { 163 | "address": "sputnik1adxlv98tncu2cxldv8hd7z78nd4e8ln454wtks", 164 | "coins": [ 165 | { 166 | "denom": "usputnik", 167 | "amount": "11000000" 168 | } 169 | ] 170 | }, 171 | { 172 | "address": "sputnik1sftzy0q705mgxyps6xp2w5pmxdk8hh5f78zalf", 173 | "coins": [ 174 | { 175 | "denom": "usputnik", 176 | "amount": "11000000" 177 | } 178 | ] 179 | }, 180 | { 181 | "address": "sputnik142eye7jqahcjtnalle4rgcvuh8suwtjj8qxvd3", 182 | "coins": [ 183 | { 184 | "denom": "usputnik", 185 | "amount": "1001000000" 186 | } 187 | ] 188 | }, 189 | { 190 | "address": "sputnik16hjmsqvlm3f9rxwx59pmhf3x224g4lgdlq8nw5", 191 | "coins": [ 192 | { 193 | "denom": "usputnik", 194 | "amount": "11000000" 195 | } 196 | ] 197 | }, 198 | { 199 | "address": "sputnik1e5cg8rgm9tgucgam743wqwuyqaf3dg3j9xlghh", 200 | "coins": [ 201 | { 202 | "denom": "usputnik", 203 | "amount": "101000000" 204 | } 205 | ] 206 | } 207 | ], 208 | "supply": [], 209 | "denom_metadata": [], 210 | "send_enabled": [] 211 | }, 212 | "capability": { 213 | "index": "1", 214 | "owners": [] 215 | }, 216 | "consensus": null, 217 | "crisis": { 218 | "constant_fee": { 219 | "denom": "stake", 220 | "amount": "1000" 221 | } 222 | }, 223 | "distribution": { 224 | "params": { 225 | "community_tax": "0.020000000000000000", 226 | "base_proposer_reward": "0.000000000000000000", 227 | "bonus_proposer_reward": "0.000000000000000000", 228 | "withdraw_addr_enabled": true 229 | }, 230 | "fee_pool": { 231 | "community_pool": [] 232 | }, 233 | "delegator_withdraw_infos": [], 234 | "previous_proposer": "", 235 | "outstanding_rewards": [], 236 | "validator_accumulated_commissions": [], 237 | "validator_historical_rewards": [], 238 | "validator_current_rewards": [], 239 | "delegator_starting_infos": [], 240 | "validator_slash_events": [] 241 | }, 242 | "evidence": { 243 | "evidence": [] 244 | }, 245 | "feegrant": { 246 | "allowances": [] 247 | }, 248 | "feeibc": { 249 | "identified_fees": [], 250 | "fee_enabled_channels": [], 251 | "registered_payees": [], 252 | "registered_counterparty_payees": [], 253 | "forward_relayers": [] 254 | }, 255 | "genutil": { 256 | "gen_txs": [ 257 | { 258 | "body": { 259 | "messages": [ 260 | { 261 | "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", 262 | "description": { 263 | "moniker": "vbloher", 264 | "identity": "", 265 | "website": "", 266 | "security_contact": "", 267 | "details": "vbloher validator" 268 | }, 269 | "commission": { 270 | "rate": "0.050000000000000000", 271 | "max_rate": "0.200000000000000000", 272 | "max_change_rate": "0.050000000000000000" 273 | }, 274 | "min_self_delegation": "0", 275 | "delegator_address": "sputnik19jw2mrgmwj67suevq0ru55gaygtxvzjtt94stg", 276 | "validator_address": "sputnikvaloper19jw2mrgmwj67suevq0ru55gaygtxvzjtsejsja", 277 | "pubkey": { 278 | "@type": "/cosmos.crypto.ed25519.PubKey", 279 | "key": "cZWM4WFz7SvYwUvNOmQwxftlTSU+bxvlxfQk/q6t1Sw=" 280 | }, 281 | "value": { 282 | "denom": "usputnik", 283 | "amount": "1000000000" 284 | } 285 | } 286 | ], 287 | "memo": "745870cb265d8c3785da62317d46ecfaf7afa20a@95.217.164.96:26656", 288 | "timeout_height": "0", 289 | "extension_options": [], 290 | "non_critical_extension_options": [] 291 | }, 292 | "auth_info": { 293 | "signer_infos": [ 294 | { 295 | "public_key": { 296 | "@type": "/cosmos.crypto.secp256k1.PubKey", 297 | "key": "A3EETcwMRspeNcW2QKMUGniVoRxg3ueb2dL0pHp6R6eO" 298 | }, 299 | "mode_info": { 300 | "single": { 301 | "mode": "SIGN_MODE_DIRECT" 302 | } 303 | }, 304 | "sequence": "0" 305 | } 306 | ], 307 | "fee": { 308 | "amount": [], 309 | "gas_limit": "200000", 310 | "payer": "", 311 | "granter": "" 312 | }, 313 | "tip": null 314 | }, 315 | "signatures": [ 316 | "tkhhnAZEqpIWuVgTw8CFCk51eVvfw/ofTj0zfv8pQUkAU/gAkorShLWyNYJ3A67A4Yg5asKM3gi119EmcGcbHA==" 317 | ] 318 | } 319 | ] 320 | }, 321 | "globalfee": { 322 | "params": { 323 | "minimum_gas_prices": [], 324 | "bypass_min_fee_msg_types": [ 325 | "/ibc.core.channel.v1.MsgRecvPacket", 326 | "/ibc.core.channel.v1.MsgAcknowledgement", 327 | "/ibc.core.client.v1.MsgUpdateClient", 328 | "/ibc.core.channel.v1.MsgTimeout", 329 | "/ibc.core.channel.v1.MsgTimeoutOnClose" 330 | ], 331 | "max_total_bypass_min_fee_msg_gas_usage": "1000000" 332 | } 333 | }, 334 | "gov": { 335 | "starting_proposal_id": "1", 336 | "deposits": [], 337 | "votes": [], 338 | "proposals": [], 339 | "deposit_params": null, 340 | "voting_params": null, 341 | "tally_params": null, 342 | "params": { 343 | "min_deposit": [ 344 | { 345 | "denom": "usputnik", 346 | "amount": "1000000" 347 | } 348 | ], 349 | "max_deposit_period": "86400s", 350 | "voting_period": "86400s", 351 | "quorum": "0.334000000000000000", 352 | "threshold": "0.500000000000000000", 353 | "veto_threshold": "0.334000000000000000", 354 | "min_initial_deposit_ratio": "0.000000000000000000", 355 | "burn_vote_quorum": false, 356 | "burn_proposal_deposit_prevote": false, 357 | "burn_vote_veto": true, 358 | "min_deposit_ratio": "0.010000000000000000" 359 | } 360 | }, 361 | "ibc": { 362 | "client_genesis": { 363 | "clients": [], 364 | "clients_consensus": [], 365 | "clients_metadata": [], 366 | "params": { 367 | "allowed_clients": [ 368 | "06-solomachine", 369 | "07-tendermint", 370 | "09-localhost" 371 | ] 372 | }, 373 | "create_localhost": false, 374 | "next_client_sequence": "0" 375 | }, 376 | "connection_genesis": { 377 | "connections": [], 378 | "client_connection_paths": [], 379 | "next_connection_sequence": "0", 380 | "params": { 381 | "max_expected_time_per_block": "30000000000" 382 | } 383 | }, 384 | "channel_genesis": { 385 | "channels": [], 386 | "acknowledgements": [], 387 | "commitments": [], 388 | "receipts": [], 389 | "send_sequences": [], 390 | "recv_sequences": [], 391 | "ack_sequences": [], 392 | "next_channel_sequence": "0" 393 | } 394 | }, 395 | "interchainaccounts": { 396 | "controller_genesis_state": { 397 | "active_channels": [], 398 | "interchain_accounts": [], 399 | "ports": [], 400 | "params": { 401 | "controller_enabled": true 402 | } 403 | }, 404 | "host_genesis_state": { 405 | "active_channels": [], 406 | "interchain_accounts": [], 407 | "port": "icahost", 408 | "params": { 409 | "host_enabled": true, 410 | "allow_messages": [ 411 | "*" 412 | ] 413 | } 414 | } 415 | }, 416 | "metaprotocols": {}, 417 | "mint": { 418 | "minter": { 419 | "inflation": "0.100000000000000000", 420 | "annual_provisions": "0.000000000000000000" 421 | }, 422 | "params": { 423 | "mint_denom": "usputnik", 424 | "inflation_rate_change": "0.130000000000000000", 425 | "inflation_max": "0.200000000000000000", 426 | "inflation_min": "0.070000000000000000", 427 | "goal_bonded": "0.670000000000000000", 428 | "blocks_per_year": "6311520" 429 | } 430 | }, 431 | "packetfowardmiddleware": { 432 | "params": { 433 | "fee_percentage": "0.000000000000000000" 434 | }, 435 | "in_flight_packets": {} 436 | }, 437 | "params": null, 438 | "provider": { 439 | "valset_update_id": "1", 440 | "consumer_states": [], 441 | "unbonding_ops": [], 442 | "mature_unbonding_ops": null, 443 | "valset_update_id_to_height": [], 444 | "consumer_addition_proposals": [], 445 | "consumer_removal_proposals": [], 446 | "params": { 447 | "template_client": { 448 | "chain_id": "", 449 | "trust_level": { 450 | "numerator": "1", 451 | "denominator": "3" 452 | }, 453 | "trusting_period": "0s", 454 | "unbonding_period": "0s", 455 | "max_clock_drift": "10s", 456 | "frozen_height": { 457 | "revision_number": "0", 458 | "revision_height": "0" 459 | }, 460 | "latest_height": { 461 | "revision_number": "0", 462 | "revision_height": "0" 463 | }, 464 | "proof_specs": [ 465 | { 466 | "leaf_spec": { 467 | "hash": "SHA256", 468 | "prehash_key": "NO_HASH", 469 | "prehash_value": "SHA256", 470 | "length": "VAR_PROTO", 471 | "prefix": "AA==" 472 | }, 473 | "inner_spec": { 474 | "child_order": [ 475 | 0, 476 | 1 477 | ], 478 | "child_size": 33, 479 | "min_prefix_length": 4, 480 | "max_prefix_length": 12, 481 | "empty_child": null, 482 | "hash": "SHA256" 483 | }, 484 | "max_depth": 0, 485 | "min_depth": 0, 486 | "prehash_key_before_comparison": false 487 | }, 488 | { 489 | "leaf_spec": { 490 | "hash": "SHA256", 491 | "prehash_key": "NO_HASH", 492 | "prehash_value": "SHA256", 493 | "length": "VAR_PROTO", 494 | "prefix": "AA==" 495 | }, 496 | "inner_spec": { 497 | "child_order": [ 498 | 0, 499 | 1 500 | ], 501 | "child_size": 32, 502 | "min_prefix_length": 1, 503 | "max_prefix_length": 1, 504 | "empty_child": null, 505 | "hash": "SHA256" 506 | }, 507 | "max_depth": 0, 508 | "min_depth": 0, 509 | "prehash_key_before_comparison": false 510 | } 511 | ], 512 | "upgrade_path": [ 513 | "upgrade", 514 | "upgradedIBCState" 515 | ], 516 | "allow_update_after_expiry": false, 517 | "allow_update_after_misbehaviour": false 518 | }, 519 | "trusting_period_fraction": "0.66", 520 | "ccv_timeout_period": "2419200s", 521 | "init_timeout_period": "604800s", 522 | "vsc_timeout_period": "3024000s", 523 | "slash_meter_replenish_period": "3600s", 524 | "slash_meter_replenish_fraction": "0.05", 525 | "consumer_reward_denom_registration_fee": { 526 | "denom": "stake", 527 | "amount": "10000000" 528 | }, 529 | "blocks_per_epoch": "600" 530 | }, 531 | "validator_consumer_pubkeys": [], 532 | "validators_by_consumer_addr": [], 533 | "consumer_addrs_to_prune": [], 534 | "init_timeout_timestamps": [], 535 | "exported_vsc_send_timestamps": [] 536 | }, 537 | "ratelimit": { 538 | "params": {}, 539 | "rate_limits": [], 540 | "whitelisted_address_pairs": [], 541 | "blacklisted_denoms": [], 542 | "pending_send_packet_sequence_numbers": [], 543 | "hour_epoch": { 544 | "epoch_number": "0", 545 | "duration": "3600s", 546 | "epoch_start_time": "0001-01-01T00:00:00Z", 547 | "epoch_start_height": "0" 548 | } 549 | }, 550 | "slashing": { 551 | "params": { 552 | "signed_blocks_window": "500", 553 | "min_signed_per_window": "0.500000000000000000", 554 | "downtime_jail_duration": "600s", 555 | "slash_fraction_double_sign": "0.050000000000000000", 556 | "slash_fraction_downtime": "0.010000000000000000" 557 | }, 558 | "signing_infos": [], 559 | "missed_blocks": [] 560 | }, 561 | "staking": { 562 | "params": { 563 | "unbonding_time": "10s", 564 | "max_validators": 100, 565 | "max_entries": 7, 566 | "historical_entries": 10000, 567 | "bond_denom": "usputnik", 568 | "min_commission_rate": "0.000000000000000000", 569 | "validator_bond_factor": "-1.000000000000000000", 570 | "global_liquid_staking_cap": "1.000000000000000000", 571 | "validator_liquid_staking_cap": "1.000000000000000000" 572 | }, 573 | "last_total_power": "0", 574 | "last_validator_powers": [], 575 | "validators": [], 576 | "delegations": [], 577 | "unbonding_delegations": [], 578 | "redelegations": [], 579 | "exported": false, 580 | "tokenize_share_records": [], 581 | "last_tokenize_share_record_id": "0", 582 | "total_liquid_staked_tokens": "0", 583 | "tokenize_share_locks": [] 584 | }, 585 | "transfer": { 586 | "port_id": "transfer", 587 | "denom_traces": [], 588 | "params": { 589 | "send_enabled": true, 590 | "receive_enabled": true 591 | }, 592 | "total_escrowed": [] 593 | }, 594 | "upgrade": {}, 595 | "vesting": {} 596 | } 597 | } --------------------------------------------------------------------------------