From 10c68db59106288b2d6481928c42b43c2d8e5af4 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 21:32:31 +0700 Subject: [PATCH 01/81] set dates and times for testnet-3 --- testnet_planning.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testnet_planning.md b/testnet_planning.md index 8c30fbc..195929a 100644 --- a/testnet_planning.md +++ b/testnet_planning.md @@ -10,16 +10,16 @@ Everything is subject to change and as close as possible to the realities of tes - Governance proposals - Enable Transfers - Rewards: `To keep the competitive process going, we see the validators with the most points and they will be rewarded` -- Schedule: `date this` +- Schedule: `02.05.2023 - 19.05.2023` - For the Genesis and Celebrate sections please sign a transaction for each of the tasks and provide the txHash in a PR. ## **Phase - 1: Start chain (max 30 points)** -- GenTx Validator Address Submission : `date and time wiil be refined for a specific course`. Up to `70% of the flow` will be accepted. +- GenTx Validator Address Submission : `02.05.2023 - 04.05.2023 13:00 UTC`. Up to `70% of the flow` will be accepted. `25 Points = 25 000 atom for successful wallet submissions.` -- Network start time: `time start chain wiil be refined for a specific course` +- Network start time: `05.05.2023 16:00 UTC` `20 Points = 20 000 atom for set up post genesis validators.` @@ -31,7 +31,7 @@ Everything is subject to change and as close as possible to the realities of tes ## **Phase - 2: Governance (max 30 points)** -Lead validator team will create a governance proposal on `date wiil be refined for a specific course`, to update the transfer parameter. You will need to study the proposals, find the correct one and vote. +Lead validator team will create a governance proposal on `06.05.2023 13:00 UTC`, to update the transfer parameter. You will need to study the proposals, find the correct one and vote. In order to find correct proposal you will need to run query command using your network client binary (`gaiad` in our case). Please issue following command `gaiad query gov proposals`, and find proposal with `title:` ”Vote for me friend”. @@ -39,8 +39,8 @@ In order to find correct proposal you will need to run query command using your **Update Schedule:** -- Proposal: `date and time wiil be refined for a specific course` -- Voting Period: `date and time proposal wiil be refined for a specific course` +- Proposal: `Vote for me friend` +- Voting Period: `06.05.2023 13:00 UTC - 08.05.2023 13:00 UTC` - Upgrade Height: `TBD` **What should validators do?** From 81976eb9a57f0dd6e2587ee972ebb02c9974e851 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 21:34:59 +0700 Subject: [PATCH 02/81] update chain-d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85e3611..0aed0b0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ build_tags: netgo ledger ### Init ```bash: -gaiad init "" --chain-id +gaiad init "" --chain-id school-testnet- ``` ### Generate keys @@ -57,7 +57,7 @@ gaiad add-genesis-account 1000000000uatom --keyring-backend 1000000000uatom --output-document=gentx.json \ - --chain-id=dvs-protocol-v1 \ + --chain-id=school-testnet-3 \ --moniker="" \ --website= \ --details= \ From 817134c46868dacbb63f7db2170456e70b15f1b4 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 21:44:17 +0700 Subject: [PATCH 03/81] Update testnet_instructions.md --- testnet_instructions.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index 9d9caf0..dd776a7 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -6,9 +6,9 @@ Genesis: `link` Block explorer: `TBA` -Seeds: TBA +Persistent peers: `TBA` -Chain Id: TBA +Chain Id: `school-testnet-2` ## **Hardware Requirements** @@ -40,11 +40,11 @@ build_tags: netgo ledger ### Network init `cd ~` -`gaiad init "" --chain-id ` +`gaiad init "" --chain-id school-testnet-3` example: -`gaiad init course-participant-1 --chain-id dvs-course-testnet-1` +`gaiad init course-participant-1 --chain-id school-testnet-3` ### **Create Validator Key** @@ -76,7 +76,7 @@ Create the gentx file. Note, your gentx will be rejected if you use any amount g ``` gaiad gentx 1000000000uatom --output-document=gentx.json \ - --chain-id=dvs-course-testnet-1 \ + --chain-id=school-testnet-3 \ --moniker="" \ --website= \ --details= \ @@ -124,6 +124,18 @@ gaiad tx staking create-validator \ ## Run node +### ****Download genesis**** + +To download genesis: + +`$ curl https://raw.githubusercontent.com/Distributed-Validators-Synctems/school-testnet-3/master/genesis.json > ~/.gaia/config/genesis.json` + +After downloading you need to verify your `genesis.json` checksum + +`sha256sum ~/.gaia/config/genesis.json` + +you should see `TBD` in the output. + ### ****Set Up Cosmovisor**** Set up cosmovisor to ensure any future upgrades happen flawlessly. To install Cosmovisor: From 1e2258748a39a33ed3390b34c16afa31e5a874e3 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 22:25:17 +0700 Subject: [PATCH 04/81] Update testnet_instructions.md --- testnet_instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index dd776a7..9280a62 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -32,8 +32,8 @@ For the sake of simplicity we decided to use Cosmos Hub service binary. In order ``` name: gaia server_name: gaiad -version: v7.0.2 -commit: cd27aaaf39cc7819b5164e4baf3fd5aad23ec52a +version: v9.0.0 +commit: 682770f2410ab0d33ac7f0c7203519d7a99fa2b6 build_tags: netgo ledger ``` From 1a139e3bfe61b122776b8a6815cb38d7956edd0c Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 22:25:39 +0700 Subject: [PATCH 05/81] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0aed0b0..08a6428 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Please check versiob of used bianry by running this command `gaiad version --lon ``` name: gaia server_name: gaiad -version: v7.0.2 -commit: cd27aaaf39cc7819b5164e4baf3fd5aad23ec52a +version: v9.0.0 +commit: 682770f2410ab0d33ac7f0c7203519d7a99fa2b6 build_tags: netgo ledger ``` From 01d92a9c80dc4ef3a8b0c81134f4b50a09a218b3 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 22:25:55 +0700 Subject: [PATCH 06/81] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08a6428..53560dc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Cosmos Hub binaries installation (gaiad) -For the sake of simplicity we decided to use Cosmos Hub service binary. In order to install it please follow steps from this [instruction](https://hub.cosmos.network/main/getting-started/installation.html). It is based on the `v7.0.2` version of `gaiad` binary. +For the sake of simplicity we decided to use Cosmos Hub service binary. In order to install it please follow steps from this [instruction](https://hub.cosmos.network/main/getting-started/installation.html). It is based on the `v9.0.0` version of `gaiad` binary. Please check versiob of used bianry by running this command `gaiad version --long`. You should get big list of text and at the beginig of it you should have following lines: ``` name: gaia From 849099657af7f5a94f4186052cd2d75ad89fdf20 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 22:26:39 +0700 Subject: [PATCH 07/81] update go version --- testnet_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index 9280a62..c8216c3 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -21,7 +21,7 @@ Here are the minimal hardware configs required for running a validator/sentry no ## **Software Requirements** - Ubuntu 20.04+ or Debian 10+ -- [Go v1.18+](https://golang.org/doc/install) +- [Go v1.20+](https://golang.org/doc/install) ## **Install Gaiad, Generate Wallet and Submit GenTx** From 87da1108fc53a59647c415c2330952a4648e4c28 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 22:46:58 +0700 Subject: [PATCH 08/81] Update testnet_instructions.md --- testnet_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index c8216c3..5106637 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -8,7 +8,7 @@ Block explorer: `TBA` Persistent peers: `TBA` -Chain Id: `school-testnet-2` +Chain Id: `school-testnet-3` ## **Hardware Requirements** From 834a896e0b30777157d5e01607f472aea2b499fa Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 22:47:34 +0700 Subject: [PATCH 09/81] Update testnet_instructions.md --- testnet_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index 5106637..3a70c55 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -27,7 +27,7 @@ Here are the minimal hardware configs required for running a validator/sentry no ### ****Cosmos Hub binaries installation (gaiad)**** -For the sake of simplicity we decided to use Cosmos Hub service binary. In order to install it please follow steps from official Cosmos HUB [instructions](https://hub.cosmos.network/main/getting-started/installation.html). It is based on the `v7.0.2` version of `gaiad` binary. Please check version of used binary by running this command `gaiad version --long`. You should get big list of text and at the beginning of it you should have following lines: +For the sake of simplicity we decided to use Cosmos Hub service binary. In order to install it please follow steps from official Cosmos HUB [instructions](https://hub.cosmos.network/main/getting-started/installation.html). It is based on the `v9.0.0` version of `gaiad` binary. Please check version of used binary by running this command `gaiad version --long`. You should get big list of text and at the beginning of it you should have following lines: ``` name: gaia From 5470cdbd287ea7d5ba3805d66f8f43bf0b74bb2b Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 22:49:49 +0700 Subject: [PATCH 10/81] Update testnet_instructions.md --- testnet_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index 3a70c55..0c2d3dd 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -110,7 +110,7 @@ Please “Open pull request”, check data, put some description into text box f gaiad tx staking create-validator \ --amount=1000000000uatom \ --pubkey=$(gaiad tendermint show-validator) \ - --chain-id=dvs-course-testnet-1 \ + --chain-id=school-testnet-3 \ --moniker="" \ --website= \ --commission-rate="0.10" \ From 4089b1c7dee59c09ec30168de9dddc4de091c5ee Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 2 May 2023 23:42:58 +0700 Subject: [PATCH 11/81] Create gentx-nodejumper.json --- gentx/gentx-nodejumper.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 gentx/gentx-nodejumper.json diff --git a/gentx/gentx-nodejumper.json b/gentx/gentx-nodejumper.json new file mode 100644 index 0000000..5257e5e --- /dev/null +++ b/gentx/gentx-nodejumper.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"NODEJUMPER","identity":"","website":"https://nodejumper.io","security_contact":"","details":"Your validator description"},"commission":{"rate":"0.100000000000000000","max_rate":"0.150000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos139jt9w7g8h8k226pejjzzyerkhyfrz2rtt5nfn","validator_address":"cosmosvaloper139jt9w7g8h8k226pejjzzyerkhyfrz2rwlqx9q","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"YDbvv++NQ8ltGCSPCxc22rn2WH0RG2Xjb/ct4djnvmo="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"00638d568100432a5c9805bdc39b57e38d91ede2@95.216.206.200:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AwCL6286PIJtuKaeF+v8G80ROR4WgT6LApuynH+npCT3"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["tzXGQAugKnTTGwxm/6CND+g3/4v92tp0Q8H1jB8bJHposwaQZjU4c/Nc50Y0olLgzDpdjN5UmqtzFJ8kAUgfiQ=="]} From 94ba7f1e7968b25121119fab140cb1894a40b1b3 Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Tue, 2 May 2023 22:48:40 +0300 Subject: [PATCH 12/81] Create dim_st.json --- gentx/dim_st.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 gentx/dim_st.json diff --git a/gentx/dim_st.json b/gentx/dim_st.json new file mode 100644 index 0000000..6f4006f --- /dev/null +++ b/gentx/dim_st.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"dim_st","identity":"","website":"","security_contact":"","details":"Validator school participant"},"commission":{"rate":"0.100000000000000000","max_rate":"0.150000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos12cks3rm42fnysqrgrxeujkv6vkq6u03gr075ru","validator_address":"cosmosvaloper12cks3rm42fnysqrgrxeujkv6vkq6u03gxm2p00","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"mnWW+hAejFlJxIS0mIvJK4CWWzuMCIx42Z9Qn6Tet7M="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"66e9a42a49f0a568e831877925cb0367e087ffa4@95.216.154.36:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AyX3w9a1jwrBZtayFLKMe7tuXY10IKODEkul7syKGLWI"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["kGPCKgQ4Ca/9N5sZ4ll2d009K88ohy89mjfrYKcv3Slcoy9Qs53EmseLM65ZdLoOjDhyYlZksC0Gg4D7cIg0xA=="]} From bf5884f3263e4bb3aef9af11924a14926b69ebdc Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Tue, 2 May 2023 23:01:20 +0300 Subject: [PATCH 13/81] Rename dim_st.json to gentx-dim_st.json --- gentx/{dim_st.json => gentx-dim_st.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename gentx/{dim_st.json => gentx-dim_st.json} (100%) diff --git a/gentx/dim_st.json b/gentx/gentx-dim_st.json similarity index 100% rename from gentx/dim_st.json rename to gentx/gentx-dim_st.json From 6d22ae907dcf4660ddbfa3d6ab4750f795154ef6 Mon Sep 17 00:00:00 2001 From: Roman Babenko Date: Wed, 3 May 2023 09:37:18 +0300 Subject: [PATCH 14/81] Create gentx-cconstruction --- gentx/gentx-cconstruction | 1 + 1 file changed, 1 insertion(+) create mode 100644 gentx/gentx-cconstruction diff --git a/gentx/gentx-cconstruction b/gentx/gentx-cconstruction new file mode 100644 index 0000000..e4ef40f --- /dev/null +++ b/gentx/gentx-cconstruction @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"c.construction","identity":"","website":"","security_contact":"","details":"validator's school forever"},"commission":{"rate":"0.100000000000000000","max_rate":"0.150000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos1fsfdrpkuf9s00lg43qv3yvw4tvdvzy32wd9p3d","validator_address":"cosmosvaloper1fsfdrpkuf9s00lg43qv3yvw4tvdvzy32te35a7","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"71OHXCBok38ZMi8tOauWNJn5lKfADR9iaKF+Aeez0XE="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"ad73c51ee6e0045c5870c80928ca529702f9f8a9@142.132.144.89:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Az2fH3PtQWfoT8gIQiSmczQtwfofQ9Pz77HpTvGiV+sU"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["vu2a7BEqABPngQjJsVGui6h2eRsdFGx8qH2q2FFSvHc2I9aFxiRVf68L0FMll1VR6s73GScREQUOFJnluFnfNw=="]} From dc09d222046e5fb25c0306baa93a0165e118b677 Mon Sep 17 00:00:00 2001 From: mlapov Date: Wed, 3 May 2023 19:42:13 +0500 Subject: [PATCH 15/81] Create gentx-lighthouse.json --- gentx/gentx-lighthouse.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 gentx/gentx-lighthouse.json diff --git a/gentx/gentx-lighthouse.json b/gentx/gentx-lighthouse.json new file mode 100644 index 0000000..41b976f --- /dev/null +++ b/gentx/gentx-lighthouse.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"LIGHTHOUSE","identity":"","website":"","security_contact":"","details":"Hello World!"},"commission":{"rate":"0.100000000000000000","max_rate":"0.150000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos19t3jghm48786fucdjq3hgzyg0qucrrtyech32n","validator_address":"cosmosvaloper19t3jghm48786fucdjq3hgzyg0qucrrtyuvryxq","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"rWM1zxzzzsZ4PzaiwiUCwuhmoG+zIiuVjf/F/J7+sY0="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"c26e0f360ee5461ac0443bde6e22d3167a5a18bb@167.86.82.139:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Ayd9zBe5D0WIwapjaA0Z0HuOPPq6HhTBJl66PeCyUl2r"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["tHG5qAiJjQaSeJtrtjVFJcg2OLUnOTPL5vnJGpOfk+ZPbGlTrxsCUNSEibr+vZA1ABRZHDUXqeml+Pk2jN+TdQ=="]} From 9b30810620e3ca6394ca4b5d62a141c370624687 Mon Sep 17 00:00:00 2001 From: Bugas7 <126459947+Bugas7@users.noreply.github.com> Date: Wed, 3 May 2023 19:14:57 +0200 Subject: [PATCH 16/81] Create gentx-skyg.json --- gentx/gentx-skyg.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 gentx/gentx-skyg.json diff --git a/gentx/gentx-skyg.json b/gentx/gentx-skyg.json new file mode 100644 index 0000000..717f5c8 --- /dev/null +++ b/gentx/gentx-skyg.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"SkyG","identity":"","website":"https://skygroup.lv","security_contact":"","details":"«»"},"commission":{"rate":"0.100000000000000000","max_rate":"0.150000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos1cr3m3l3krtnqckmsde5rlv7338h8w3724jrucp","validator_address":"cosmosvaloper1cr3m3l3krtnqckmsde5rlv7338h8w372sxhf5j","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"JNKzWYap8zFAhSgNjrYwQT0w9DVOPXB4+999Mp0UUBY="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"f3f6069a1f4b706eb263bed07929e5dd92512d47@91.196.165.36:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Axnfttw/YrN+P2Tg1JOCSUvaieKCiEHMz7sDRpOPvZ1X"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["+2VFcsuTpmJe978/ziqs1FEAT02GO/qXWFP3l4GxnqgQJzbLMxUuPAlXwUUlN6qiyB/rI8yVbgguPP/6IZw96g=="]} From 032e77edf0b4789849ccb634f4fe76b4a6f34c78 Mon Sep 17 00:00:00 2001 From: schnellreich Date: Thu, 4 May 2023 13:38:16 +0800 Subject: [PATCH 17/81] Create gentx-schnellreich.json --- gentx/gentx-schnellreich.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 gentx/gentx-schnellreich.json diff --git a/gentx/gentx-schnellreich.json b/gentx/gentx-schnellreich.json new file mode 100644 index 0000000..dcccce9 --- /dev/null +++ b/gentx/gentx-schnellreich.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"schnellreich","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos1udjcpeh30jhq9r3tdn6jfcqprghvgc22qes3kh","validator_address":"cosmosvaloper1udjcpeh30jhq9r3tdn6jfcqprghvgc229dyy6y","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"V4YPOyPeRKec/E1y/qUnLw8P8YN8g4F7yO9Bk2YhzLc="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"180d90ca7aec59c023cb1e15ba29f4311dcc4b49@62.171.162.227:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"ArF4pQbfKHcJBBiuOfX6tDPoXZv7CJ+eNI7x5TfuTDf5"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["pe2ZR68FajaAPxwlZ0WWTxSXKj1T0+4sRkpQLsXLWNkIc7WHEum2D14CaAAtG2dzC6JcqV4mI9m/f4H/DjhckQ=="]} From a1193bc2a9c63134ce0ca2903d6e056274c025aa Mon Sep 17 00:00:00 2001 From: BlvckStake <132200939+BlvckStake@users.noreply.github.com> Date: Thu, 4 May 2023 11:41:19 +0200 Subject: [PATCH 18/81] Create gentx-BlvckStake.json --- gentx/gentx-BlvckStake.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 gentx/gentx-BlvckStake.json diff --git a/gentx/gentx-BlvckStake.json b/gentx/gentx-BlvckStake.json new file mode 100644 index 0000000..8d8aa07 --- /dev/null +++ b/gentx/gentx-BlvckStake.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"BlvckStake","identity":"","website":"https://github.com/BlvckStake","security_contact":"","details":"BlvckStake Validator - reliable staking services with high uptime and secure infrastructure. Join us and earn rewards while contributing to the success of the Cosmos ecosystem."},"commission":{"rate":"0.050000000000000000","max_rate":"0.150000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos1ymyqkw6gu5fus4llcex996yu9997chv80ukcm9","validator_address":"cosmosvaloper1ymyqkw6gu5fus4llcex996yu9997chv82gzdhk","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"qIuJH1KCl03SK7MHtNhjuO/Ne5fDsktt8XGcRl9w9ho="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"b98a3679300ad89f0e2c3b595393733e9e7393ec@95.216.136.200:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AzlIJ5VOAX99K76hB2ReqhwpLCz2U9nE59Wfr+omN3ah"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["4+qlEIKeGAJoA8Tns9bRae5+x+d0+KHRRokGYt5u4bE5u4G7eQTO4hDtz5U9wzxOdGXER8xEGnxJXt98sJEmcw=="]} From 69cf957e631043131678fee4331f175782bee4e6 Mon Sep 17 00:00:00 2001 From: BlvckStake <132200939+BlvckStake@users.noreply.github.com> Date: Thu, 4 May 2023 11:41:55 +0200 Subject: [PATCH 19/81] Create gentx-BlvckStake.json --- gentx-BlvckStake.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 gentx-BlvckStake.json diff --git a/gentx-BlvckStake.json b/gentx-BlvckStake.json new file mode 100644 index 0000000..8d8aa07 --- /dev/null +++ b/gentx-BlvckStake.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"BlvckStake","identity":"","website":"https://github.com/BlvckStake","security_contact":"","details":"BlvckStake Validator - reliable staking services with high uptime and secure infrastructure. Join us and earn rewards while contributing to the success of the Cosmos ecosystem."},"commission":{"rate":"0.050000000000000000","max_rate":"0.150000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos1ymyqkw6gu5fus4llcex996yu9997chv80ukcm9","validator_address":"cosmosvaloper1ymyqkw6gu5fus4llcex996yu9997chv82gzdhk","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"qIuJH1KCl03SK7MHtNhjuO/Ne5fDsktt8XGcRl9w9ho="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"b98a3679300ad89f0e2c3b595393733e9e7393ec@95.216.136.200:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AzlIJ5VOAX99K76hB2ReqhwpLCz2U9nE59Wfr+omN3ah"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["4+qlEIKeGAJoA8Tns9bRae5+x+d0+KHRRokGYt5u4bE5u4G7eQTO4hDtz5U9wzxOdGXER8xEGnxJXt98sJEmcw=="]} From a0bbb8f311965ee1f9ea08331b7a552b7be588d3 Mon Sep 17 00:00:00 2001 From: BlvckStake <132200939+BlvckStake@users.noreply.github.com> Date: Thu, 4 May 2023 11:43:38 +0200 Subject: [PATCH 20/81] Delete gentx-BlvckStake.json --- gentx-BlvckStake.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 gentx-BlvckStake.json diff --git a/gentx-BlvckStake.json b/gentx-BlvckStake.json deleted file mode 100644 index 8d8aa07..0000000 --- a/gentx-BlvckStake.json +++ /dev/null @@ -1 +0,0 @@ -{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"BlvckStake","identity":"","website":"https://github.com/BlvckStake","security_contact":"","details":"BlvckStake Validator - reliable staking services with high uptime and secure infrastructure. Join us and earn rewards while contributing to the success of the Cosmos ecosystem."},"commission":{"rate":"0.050000000000000000","max_rate":"0.150000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos1ymyqkw6gu5fus4llcex996yu9997chv80ukcm9","validator_address":"cosmosvaloper1ymyqkw6gu5fus4llcex996yu9997chv82gzdhk","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"qIuJH1KCl03SK7MHtNhjuO/Ne5fDsktt8XGcRl9w9ho="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"b98a3679300ad89f0e2c3b595393733e9e7393ec@95.216.136.200:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AzlIJ5VOAX99K76hB2ReqhwpLCz2U9nE59Wfr+omN3ah"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["4+qlEIKeGAJoA8Tns9bRae5+x+d0+KHRRokGYt5u4bE5u4G7eQTO4hDtz5U9wzxOdGXER8xEGnxJXt98sJEmcw=="]} From 126d057d7c3ce003ee28062d21b0d4c27ec14d3e Mon Sep 17 00:00:00 2001 From: Roman Kazakov <114048954+memelnik@users.noreply.github.com> Date: Thu, 4 May 2023 14:19:01 +0300 Subject: [PATCH 21/81] Create gentx-nodehound.json --- gentx/gentx-nodehound.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 gentx/gentx-nodehound.json diff --git a/gentx/gentx-nodehound.json b/gentx/gentx-nodehound.json new file mode 100644 index 0000000..e98acb1 --- /dev/null +++ b/gentx/gentx-nodehound.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"nodehound","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.150000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos1ay2mkqrkx0ajgfn4sfpxcsf8yte44aslagrzxq","validator_address":"cosmosvaloper1ay2mkqrkx0ajgfn4sfpxcsf8yte44aslcuhh2n","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"T6iPB0TdImn6ssgwm9kBuwvb9Yv7+X/SaPVnfV1jQac="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"669f1f3440e73a40f20a864e1e3552d7b079516f@146.19.233.230:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A9VTXbDt/+4pW7GO+w6qPu/KrG0v8ecccpNNJUYIHeFP"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["31o/CTvqiwRjxC4jjGbNe76clTNTmm4OjXtoMNyzJtI3ZtQl2rxLujg2/IH0wlgMiAwtzR024k6jOMUqqtppTQ=="]} From 751ca48d796db66938d76747ca6a2c3928fb3b82 Mon Sep 17 00:00:00 2001 From: nomad cat <130913275+nmdcat@users.noreply.github.com> Date: Thu, 4 May 2023 07:58:39 -0400 Subject: [PATCH 22/81] Craate gentx-nmdnode.json --- gentx/gentx-nmdnode.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 gentx/gentx-nmdnode.json diff --git a/gentx/gentx-nmdnode.json b/gentx/gentx-nmdnode.json new file mode 100644 index 0000000..8a5f47f --- /dev/null +++ b/gentx/gentx-nmdnode.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"nomadnode","identity":"","website":"http://nmdnode.com/","security_contact":"","details":"Join the decentralized journey"},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"cosmos1hxr5ga8tgft044qk3sl7pfr0t8suzc4p7j6cv8","validator_address":"cosmosvaloper1hxr5ga8tgft044qk3sl7pfr0t8suzc4pmxwdq5","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"4BjWC2KXh1il47eU1vQ8SnbL/vUInWfRjEGB1RohLSg="},"value":{"denom":"uatom","amount":"1000000000"}}],"memo":"9697abb325cd29124dd02dbbac86adba6f8028f5@79.137.248.65:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AztLzrHUmOWJ229c6eAqja8ijH/dlmvL9C3V7Ziu426s"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["VIe1B5zqtUOR8ZtCzk0D65wr+dtY/cnJfpcqYbbTNZd+GjYv0VljrH1KN4u6CIL3ZR2rE7HcyMuubhB++JVWFg=="]} From 761b5899b2aad5d9f4ebed98e6e2843afc1f79e5 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Thu, 4 May 2023 21:08:52 +0700 Subject: [PATCH 23/81] change genesis time --- testnet_planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet_planning.md b/testnet_planning.md index 195929a..cbf426b 100644 --- a/testnet_planning.md +++ b/testnet_planning.md @@ -19,7 +19,7 @@ Everything is subject to change and as close as possible to the realities of tes `25 Points = 25 000 atom for successful wallet submissions.` -- Network start time: `05.05.2023 16:00 UTC` +- Network start time: `05.05.2023 16:10 UTC` `20 Points = 20 000 atom for set up post genesis validators.` From f50319877a75ca1876c0e2da2c2880c1bda8c7d9 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Thu, 4 May 2023 21:16:24 +0700 Subject: [PATCH 24/81] update gov phase instructions --- testnet_planning.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/testnet_planning.md b/testnet_planning.md index cbf426b..90c4a74 100644 --- a/testnet_planning.md +++ b/testnet_planning.md @@ -47,28 +47,13 @@ In order to find correct proposal you will need to run query command using your - Review the parameter change proposal and cast your vote before voting period endtime. -`25 Points = 25 000 atom for successful wallet submissions.` +`25 Points = 25 000 atom for successful vote.` **Bonus challenge** -- Make a detailed thread on Twitter about incorrect props, what number you missed, what does it mean and make a PR to the appropriate directory. +- Make a detailed thread on Twitter about incorrect props, what number you missed, what does it mean and make a PR to the appropriate directory. [Tweet directory](https://github.com/Distributed-Validators-Synctems/school-testnet-3/tree/master/tweet) -`5 points = 5000 atom for everyone who provides a peer.` - - +`5 points = 5000 atom for everyone who provides a PR url Twitter thread.` --- From ab0016a94559410a1a02a82adbeb09fbbccecdb2 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Thu, 4 May 2023 21:16:48 +0700 Subject: [PATCH 25/81] Create .keep --- tweet/.keep | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/.keep diff --git a/tweet/.keep b/tweet/.keep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tweet/.keep @@ -0,0 +1 @@ + From 3b74b967445215e205f284daeedbbc65d8e5af5f Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Thu, 4 May 2023 21:19:10 +0700 Subject: [PATCH 26/81] Create pre-genesis.json --- pre-genesis.json | 343 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 343 insertions(+) create mode 100644 pre-genesis.json diff --git a/pre-genesis.json b/pre-genesis.json new file mode 100644 index 0000000..1c03939 --- /dev/null +++ b/pre-genesis.json @@ -0,0 +1,343 @@ +{ + "genesis_time": "2023-05-05T16:10:00.0Z", + "chain_id": "school-testnet-3", + "initial_height": "1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000", + "max_bytes": "1048576" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "version": {} + }, + "app_hash": "", + "app_state": { + "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, + "accounts": [] + }, + "authz": { + "authorization": [] + }, + "bank": { + "params": { + "send_enabled": [], + "default_send_enabled": true + }, + "balances": [], + "supply": [], + "denom_metadata": [] + }, + "capability": { + "index": "1", + "owners": [] + }, + "crisis": { + "constant_fee": { + "denom": "uatom", + "amount": "1000" + } + }, + "distribution": { + "params": { + "community_tax": "0.000000000000000000", + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "withdraw_addr_enabled": true + }, + "fee_pool": { + "community_pool": [] + }, + "delegator_withdraw_infos": [], + "previous_proposer": "", + "outstanding_rewards": [], + "validator_accumulated_commissions": [], + "validator_historical_rewards": [], + "validator_current_rewards": [], + "delegator_starting_infos": [], + "validator_slash_events": [] + }, + "evidence": { + "evidence": [] + }, + "feegrant": { + "allowances": [] + }, + "genutil": { + "gen_txs": [] + }, + "globalfee": { + "params": { + "minimum_gas_prices": [] + } + }, + "gov": { + "starting_proposal_id": "1", + "deposits": [], + "votes": [], + "proposals": [], + "deposit_params": { + "min_deposit": [ + { + "denom": "uatom", + "amount": "10000000" + } + ], + "max_deposit_period": "172800s" + }, + "voting_params": { + "voting_period": "172800s" + }, + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto_threshold": "0.334000000000000000" + } + }, + "ibc": { + "client_genesis": { + "clients": [], + "clients_consensus": [], + "clients_metadata": [], + "params": { + "allowed_clients": [ + "06-solomachine", + "07-tendermint" + ] + }, + "create_localhost": false, + "next_client_sequence": "0" + }, + "connection_genesis": { + "connections": [], + "client_connection_paths": [], + "next_connection_sequence": "0", + "params": { + "max_expected_time_per_block": "30000000000" + } + }, + "channel_genesis": { + "channels": [], + "acknowledgements": [], + "commitments": [], + "receipts": [], + "send_sequences": [], + "recv_sequences": [], + "ack_sequences": [], + "next_channel_sequence": "0" + } + }, + "interchainaccounts": { + "controller_genesis_state": { + "active_channels": [], + "interchain_accounts": [], + "ports": [], + "params": { + "controller_enabled": true + } + }, + "host_genesis_state": { + "active_channels": [], + "interchain_accounts": [], + "port": "icahost", + "params": { + "host_enabled": true, + "allow_messages": [] + } + } + }, + "liquidity": { + "params": { + "pool_types": [ + { + "id": 1, + "name": "StandardLiquidityPool", + "min_reserve_coin_num": 2, + "max_reserve_coin_num": 2, + "description": "Standard liquidity pool with pool price function X/Y, ESPM constraint, and two kinds of reserve coins" + } + ], + "min_init_deposit_amount": "1000000", + "init_pool_coin_mint_amount": "1000000", + "max_reserve_coin_amount": "0", + "pool_creation_fee": [ + { + "denom": "uatom", + "amount": "40000000" + } + ], + "swap_fee_rate": "0.003000000000000000", + "withdraw_fee_rate": "0.000000000000000000", + "max_order_amount_ratio": "0.100000000000000000", + "unit_batch_height": 1, + "circuit_breaker_enabled": false + }, + "pool_records": [] + }, + "mint": { + "minter": { + "inflation": "0.000000000000000000", + "annual_provisions": "0.000000000000000000" + }, + "params": { + "mint_denom": "uatom", + "inflation_rate_change": "0.000000000000000000", + "inflation_max": "0.000000000000000000", + "inflation_min": "0.000000000000000000", + "goal_bonded": "0.670000000000000000", + "blocks_per_year": "6311520" + } + }, + "packetfowardmiddleware": { + "params": { + "fee_percentage": "0.000000000000000000" + }, + "in_flight_packets": {} + }, + "params": null, + "provider": { + "valset_update_id": "1", + "consumer_states": [], + "unbonding_ops": [], + "mature_unbonding_ops": null, + "valset_update_id_to_height": [], + "consumer_addition_proposals": [], + "consumer_removal_proposals": [], + "params": { + "template_client": { + "chain_id": "", + "trust_level": { + "numerator": "1", + "denominator": "3" + }, + "trusting_period": "0s", + "unbonding_period": "0s", + "max_clock_drift": "10s", + "frozen_height": { + "revision_number": "0", + "revision_height": "0" + }, + "latest_height": { + "revision_number": "0", + "revision_height": "0" + }, + "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", + "upgradedIBCState" + ], + "allow_update_after_expiry": true, + "allow_update_after_misbehaviour": true + }, + "trusting_period_fraction": "0.66", + "ccv_timeout_period": "2419200s", + "init_timeout_period": "604800s", + "vsc_timeout_period": "3024000s", + "slash_meter_replenish_period": "3600s", + "slash_meter_replenish_fraction": "0.05", + "max_throttled_packets": "100000" + }, + "validator_consumer_pubkeys": [], + "validators_by_consumer_addr": [], + "consumer_addrs_to_prune": [] + }, + "slashing": { + "params": { + "signed_blocks_window": "10000", + "min_signed_per_window": "0.050000000000000000", + "downtime_jail_duration": "600s", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.050000000000000000" + }, + "signing_infos": [], + "missed_blocks": [] + }, + "staking": { + "params": { + "unbonding_time": "1814400s", + "max_validators": 100, + "max_entries": 7, + "historical_entries": 10000, + "bond_denom": "uatom" + }, + "last_total_power": "0", + "last_validator_powers": [], + "validators": [], + "delegations": [], + "unbonding_delegations": [], + "redelegations": [], + "exported": false + }, + "transfer": { + "port_id": "transfer", + "denom_traces": [], + "params": { + "send_enabled": true, + "receive_enabled": true + } + }, + "upgrade": {}, + "vesting": {} + } +} From 26c37dd8d07dd2f015fff40c53c5136af67f4cc9 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Thu, 4 May 2023 21:44:37 +0700 Subject: [PATCH 27/81] add genesis.json --- genesis.json | 936 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 936 insertions(+) create mode 100644 genesis.json diff --git a/genesis.json b/genesis.json new file mode 100644 index 0000000..5ebb817 --- /dev/null +++ b/genesis.json @@ -0,0 +1,936 @@ +{ + "genesis_time": "2023-05-05T16:10:00Z", + "chain_id": "school-testnet-3", + "initial_height": "1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000", + "max_bytes": "1048576" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "version": {} + }, + "app_hash": "", + "app_state": { + "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, + "accounts": [ + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cosmos13mcdm3etgl66fqycsu5n8th5e9vx4kdetp4zw3", + "pub_key": null, + "account_number": "0", + "sequence": "0" + } + ] + }, + "authz": { + "authorization": [] + }, + "bank": { + "params": { + "send_enabled": [], + "default_send_enabled": true + }, + "balances": [ + { + "address": "cosmos1ymyqkw6gu5fus4llcex996yu9997chv80ukcm9", + "coins": [ + { + "denom": "uatom", + "amount": "1001000000" + } + ] + }, + { + "address": "cosmos19t3jghm48786fucdjq3hgzyg0qucrrtyech32n", + "coins": [ + { + "denom": "uatom", + "amount": "1001000000" + } + ] + }, + { + "address": "cosmos1fsfdrpkuf9s00lg43qv3yvw4tvdvzy32wd9p3d", + "coins": [ + { + "denom": "uatom", + "amount": "1001000000" + } + ] + }, + { + "address": "cosmos12cks3rm42fnysqrgrxeujkv6vkq6u03gr075ru", + "coins": [ + { + "denom": "uatom", + "amount": "1001000000" + } + ] + }, + { + "address": "cosmos139jt9w7g8h8k226pejjzzyerkhyfrz2rtt5nfn", + "coins": [ + { + "denom": "uatom", + "amount": "1001000000" + } + ] + }, + { + "address": "cosmos13mcdm3etgl66fqycsu5n8th5e9vx4kdetp4zw3", + "coins": [ + { + "denom": "uatom", + "amount": "2000000000000" + } + ] + }, + { + "address": "cosmos1hxr5ga8tgft044qk3sl7pfr0t8suzc4p7j6cv8", + "coins": [ + { + "denom": "uatom", + "amount": "1001000000" + } + ] + }, + { + "address": "cosmos1cr3m3l3krtnqckmsde5rlv7338h8w3724jrucp", + "coins": [ + { + "denom": "uatom", + "amount": "1001000000" + } + ] + }, + { + "address": "cosmos1udjcpeh30jhq9r3tdn6jfcqprghvgc22qes3kh", + "coins": [ + { + "denom": "uatom", + "amount": "1001000000" + } + ] + }, + { + "address": "cosmos1ay2mkqrkx0ajgfn4sfpxcsf8yte44aslagrzxq", + "coins": [ + { + "denom": "uatom", + "amount": "1001000000" + } + ] + } + ], + "supply": [ + { + "denom": "uatom", + "amount": "2000000000000" + } + ], + "denom_metadata": [] + }, + "capability": { + "index": "1", + "owners": [] + }, + "crisis": { + "constant_fee": { + "denom": "uatom", + "amount": "1000" + } + }, + "distribution": { + "params": { + "community_tax": "0.000000000000000000", + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "withdraw_addr_enabled": true + }, + "fee_pool": { + "community_pool": [] + }, + "delegator_withdraw_infos": [], + "previous_proposer": "", + "outstanding_rewards": [], + "validator_accumulated_commissions": [], + "validator_historical_rewards": [], + "validator_current_rewards": [], + "delegator_starting_infos": [], + "validator_slash_events": [] + }, + "evidence": { + "evidence": [] + }, + "feegrant": { + "allowances": [] + }, + "genutil": { + "gen_txs": [ + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "BlvckStake", + "identity": "", + "website": "https://github.com/BlvckStake", + "security_contact": "", + "details": "BlvckStake Validator - reliable staking services with high uptime and secure infrastructure. Join us and earn rewards while contributing to the success of the Cosmos ecosystem." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.150000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "cosmos1ymyqkw6gu5fus4llcex996yu9997chv80ukcm9", + "validator_address": "cosmosvaloper1ymyqkw6gu5fus4llcex996yu9997chv82gzdhk", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "qIuJH1KCl03SK7MHtNhjuO/Ne5fDsktt8XGcRl9w9ho=" + }, + "value": { + "denom": "uatom", + "amount": "1000000000" + } + } + ], + "memo": "b98a3679300ad89f0e2c3b595393733e9e7393ec@95.216.136.200:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AzlIJ5VOAX99K76hB2ReqhwpLCz2U9nE59Wfr+omN3ah" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "4+qlEIKeGAJoA8Tns9bRae5+x+d0+KHRRokGYt5u4bE5u4G7eQTO4hDtz5U9wzxOdGXER8xEGnxJXt98sJEmcw==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "dim_st", + "identity": "", + "website": "", + "security_contact": "", + "details": "Validator school participant" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.150000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "cosmos12cks3rm42fnysqrgrxeujkv6vkq6u03gr075ru", + "validator_address": "cosmosvaloper12cks3rm42fnysqrgrxeujkv6vkq6u03gxm2p00", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "mnWW+hAejFlJxIS0mIvJK4CWWzuMCIx42Z9Qn6Tet7M=" + }, + "value": { + "denom": "uatom", + "amount": "1000000000" + } + } + ], + "memo": "66e9a42a49f0a568e831877925cb0367e087ffa4@95.216.154.36:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AyX3w9a1jwrBZtayFLKMe7tuXY10IKODEkul7syKGLWI" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "kGPCKgQ4Ca/9N5sZ4ll2d009K88ohy89mjfrYKcv3Slcoy9Qs53EmseLM65ZdLoOjDhyYlZksC0Gg4D7cIg0xA==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "LIGHTHOUSE", + "identity": "", + "website": "", + "security_contact": "", + "details": "Hello World!" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.150000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "cosmos19t3jghm48786fucdjq3hgzyg0qucrrtyech32n", + "validator_address": "cosmosvaloper19t3jghm48786fucdjq3hgzyg0qucrrtyuvryxq", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "rWM1zxzzzsZ4PzaiwiUCwuhmoG+zIiuVjf/F/J7+sY0=" + }, + "value": { + "denom": "uatom", + "amount": "1000000000" + } + } + ], + "memo": "c26e0f360ee5461ac0443bde6e22d3167a5a18bb@167.86.82.139:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Ayd9zBe5D0WIwapjaA0Z0HuOPPq6HhTBJl66PeCyUl2r" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "tHG5qAiJjQaSeJtrtjVFJcg2OLUnOTPL5vnJGpOfk+ZPbGlTrxsCUNSEibr+vZA1ABRZHDUXqeml+Pk2jN+TdQ==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "nomadnode", + "identity": "", + "website": "http://nmdnode.com/", + "security_contact": "", + "details": "Join the decentralized journey" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "cosmos1hxr5ga8tgft044qk3sl7pfr0t8suzc4p7j6cv8", + "validator_address": "cosmosvaloper1hxr5ga8tgft044qk3sl7pfr0t8suzc4pmxwdq5", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "4BjWC2KXh1il47eU1vQ8SnbL/vUInWfRjEGB1RohLSg=" + }, + "value": { + "denom": "uatom", + "amount": "1000000000" + } + } + ], + "memo": "9697abb325cd29124dd02dbbac86adba6f8028f5@79.137.248.65:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AztLzrHUmOWJ229c6eAqja8ijH/dlmvL9C3V7Ziu426s" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "VIe1B5zqtUOR8ZtCzk0D65wr+dtY/cnJfpcqYbbTNZd+GjYv0VljrH1KN4u6CIL3ZR2rE7HcyMuubhB++JVWFg==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "nodehound", + "identity": "", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.150000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "cosmos1ay2mkqrkx0ajgfn4sfpxcsf8yte44aslagrzxq", + "validator_address": "cosmosvaloper1ay2mkqrkx0ajgfn4sfpxcsf8yte44aslcuhh2n", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "T6iPB0TdImn6ssgwm9kBuwvb9Yv7+X/SaPVnfV1jQac=" + }, + "value": { + "denom": "uatom", + "amount": "1000000000" + } + } + ], + "memo": "669f1f3440e73a40f20a864e1e3552d7b079516f@146.19.233.230:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A9VTXbDt/+4pW7GO+w6qPu/KrG0v8ecccpNNJUYIHeFP" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "31o/CTvqiwRjxC4jjGbNe76clTNTmm4OjXtoMNyzJtI3ZtQl2rxLujg2/IH0wlgMiAwtzR024k6jOMUqqtppTQ==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "NODEJUMPER", + "identity": "", + "website": "https://nodejumper.io", + "security_contact": "", + "details": "Your validator description" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.150000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "cosmos139jt9w7g8h8k226pejjzzyerkhyfrz2rtt5nfn", + "validator_address": "cosmosvaloper139jt9w7g8h8k226pejjzzyerkhyfrz2rwlqx9q", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "YDbvv++NQ8ltGCSPCxc22rn2WH0RG2Xjb/ct4djnvmo=" + }, + "value": { + "denom": "uatom", + "amount": "1000000000" + } + } + ], + "memo": "00638d568100432a5c9805bdc39b57e38d91ede2@95.216.206.200:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AwCL6286PIJtuKaeF+v8G80ROR4WgT6LApuynH+npCT3" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "tzXGQAugKnTTGwxm/6CND+g3/4v92tp0Q8H1jB8bJHposwaQZjU4c/Nc50Y0olLgzDpdjN5UmqtzFJ8kAUgfiQ==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "schnellreich", + "identity": "", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "cosmos1udjcpeh30jhq9r3tdn6jfcqprghvgc22qes3kh", + "validator_address": "cosmosvaloper1udjcpeh30jhq9r3tdn6jfcqprghvgc229dyy6y", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "V4YPOyPeRKec/E1y/qUnLw8P8YN8g4F7yO9Bk2YhzLc=" + }, + "value": { + "denom": "uatom", + "amount": "1000000000" + } + } + ], + "memo": "180d90ca7aec59c023cb1e15ba29f4311dcc4b49@62.171.162.227:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "ArF4pQbfKHcJBBiuOfX6tDPoXZv7CJ+eNI7x5TfuTDf5" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "pe2ZR68FajaAPxwlZ0WWTxSXKj1T0+4sRkpQLsXLWNkIc7WHEum2D14CaAAtG2dzC6JcqV4mI9m/f4H/DjhckQ==" + ] + }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "SkyG", + "identity": "", + "website": "https://skygroup.lv", + "security_contact": "", + "details": "«»" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.150000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "cosmos1cr3m3l3krtnqckmsde5rlv7338h8w3724jrucp", + "validator_address": "cosmosvaloper1cr3m3l3krtnqckmsde5rlv7338h8w372sxhf5j", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "JNKzWYap8zFAhSgNjrYwQT0w9DVOPXB4+999Mp0UUBY=" + }, + "value": { + "denom": "uatom", + "amount": "1000000000" + } + } + ], + "memo": "f3f6069a1f4b706eb263bed07929e5dd92512d47@91.196.165.36:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Axnfttw/YrN+P2Tg1JOCSUvaieKCiEHMz7sDRpOPvZ1X" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "+2VFcsuTpmJe978/ziqs1FEAT02GO/qXWFP3l4GxnqgQJzbLMxUuPAlXwUUlN6qiyB/rI8yVbgguPP/6IZw96g==" + ] + } + ] + }, + "globalfee": { + "params": { + "minimum_gas_prices": [] + } + }, + "gov": { + "starting_proposal_id": "1", + "deposits": [], + "votes": [], + "proposals": [], + "deposit_params": { + "min_deposit": [ + { + "denom": "uatom", + "amount": "10000000" + } + ], + "max_deposit_period": "172800s" + }, + "voting_params": { + "voting_period": "172800s" + }, + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto_threshold": "0.334000000000000000" + } + }, + "ibc": { + "client_genesis": { + "clients": [], + "clients_consensus": [], + "clients_metadata": [], + "params": { + "allowed_clients": [ + "06-solomachine", + "07-tendermint" + ] + }, + "create_localhost": false, + "next_client_sequence": "0" + }, + "connection_genesis": { + "connections": [], + "client_connection_paths": [], + "next_connection_sequence": "0", + "params": { + "max_expected_time_per_block": "30000000000" + } + }, + "channel_genesis": { + "channels": [], + "acknowledgements": [], + "commitments": [], + "receipts": [], + "send_sequences": [], + "recv_sequences": [], + "ack_sequences": [], + "next_channel_sequence": "0" + } + }, + "interchainaccounts": { + "controller_genesis_state": { + "active_channels": [], + "interchain_accounts": [], + "ports": [], + "params": { + "controller_enabled": true + } + }, + "host_genesis_state": { + "active_channels": [], + "interchain_accounts": [], + "port": "icahost", + "params": { + "host_enabled": true, + "allow_messages": [] + } + } + }, + "liquidity": { + "params": { + "pool_types": [ + { + "id": 1, + "name": "StandardLiquidityPool", + "min_reserve_coin_num": 2, + "max_reserve_coin_num": 2, + "description": "Standard liquidity pool with pool price function X/Y, ESPM constraint, and two kinds of reserve coins" + } + ], + "min_init_deposit_amount": "1000000", + "init_pool_coin_mint_amount": "1000000", + "max_reserve_coin_amount": "0", + "pool_creation_fee": [ + { + "denom": "uatom", + "amount": "40000000" + } + ], + "swap_fee_rate": "0.003000000000000000", + "withdraw_fee_rate": "0.000000000000000000", + "max_order_amount_ratio": "0.100000000000000000", + "unit_batch_height": 1, + "circuit_breaker_enabled": false + }, + "pool_records": [] + }, + "mint": { + "minter": { + "inflation": "0.000000000000000000", + "annual_provisions": "0.000000000000000000" + }, + "params": { + "mint_denom": "uatom", + "inflation_rate_change": "0.000000000000000000", + "inflation_max": "0.000000000000000000", + "inflation_min": "0.000000000000000000", + "goal_bonded": "0.670000000000000000", + "blocks_per_year": "6311520" + } + }, + "packetfowardmiddleware": { + "params": { + "fee_percentage": "0.000000000000000000" + }, + "in_flight_packets": {} + }, + "params": null, + "provider": { + "valset_update_id": "1", + "consumer_states": [], + "unbonding_ops": [], + "mature_unbonding_ops": null, + "valset_update_id_to_height": [], + "consumer_addition_proposals": [], + "consumer_removal_proposals": [], + "params": { + "template_client": { + "chain_id": "", + "trust_level": { + "numerator": "1", + "denominator": "3" + }, + "trusting_period": "0s", + "unbonding_period": "0s", + "max_clock_drift": "10s", + "frozen_height": { + "revision_number": "0", + "revision_height": "0" + }, + "latest_height": { + "revision_number": "0", + "revision_height": "0" + }, + "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", + "upgradedIBCState" + ], + "allow_update_after_expiry": true, + "allow_update_after_misbehaviour": true + }, + "trusting_period_fraction": "0.66", + "ccv_timeout_period": "2419200s", + "init_timeout_period": "604800s", + "vsc_timeout_period": "3024000s", + "slash_meter_replenish_period": "3600s", + "slash_meter_replenish_fraction": "0.05", + "max_throttled_packets": "100000" + }, + "validator_consumer_pubkeys": [], + "validators_by_consumer_addr": [], + "consumer_addrs_to_prune": [] + }, + "slashing": { + "params": { + "signed_blocks_window": "10000", + "min_signed_per_window": "0.050000000000000000", + "downtime_jail_duration": "600s", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.050000000000000000" + }, + "signing_infos": [], + "missed_blocks": [] + }, + "staking": { + "params": { + "unbonding_time": "1814400s", + "max_validators": 100, + "max_entries": 7, + "historical_entries": 10000, + "bond_denom": "uatom" + }, + "last_total_power": "0", + "last_validator_powers": [], + "validators": [], + "delegations": [], + "unbonding_delegations": [], + "redelegations": [], + "exported": false + }, + "transfer": { + "port_id": "transfer", + "denom_traces": [], + "params": { + "send_enabled": true, + "receive_enabled": true + } + }, + "upgrade": {}, + "vesting": {} + } +} \ No newline at end of file From 82edba4974176e6c3d3eeaf3382d0f845ac5c938 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Thu, 4 May 2023 21:56:10 +0700 Subject: [PATCH 28/81] Update testnet_instructions.md --- testnet_instructions.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index 0c2d3dd..49d8d58 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -2,7 +2,7 @@ ## **Quick Links** -Genesis: `link` +Genesis: [https://raw.githubusercontent.com/Distributed-Validators-Synctems/school-testnet-3/master/genesis.json](https://raw.githubusercontent.com/Distributed-Validators-Synctems/school-testnet-3/master/genesis.json) Block explorer: `TBA` @@ -134,7 +134,7 @@ After downloading you need to verify your `genesis.json` checksum `sha256sum ~/.gaia/config/genesis.json` -you should see `TBD` in the output. +you should see `c5fa263847b4bf85e554899b67272cb37bb09e1638730ca82e2bca7c1ab89651` in the output. ### ****Set Up Cosmovisor**** @@ -177,6 +177,13 @@ WantedBy=multi-user.target " >cosmovisor.service ``` +and start service: +``` +sudo systemctl daemon-reload +sudo systemctl enable gaiad +sudo systemctl restart gaiad +``` + Move this new file to the systemd directory: `sudo mv cosmovisor.service /lib/systemd/system/gaiad.service` From 1b6e9af683bba74bbc8cb3f3d1ac1e9e98f51d86 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Thu, 4 May 2023 21:59:03 +0700 Subject: [PATCH 29/81] fix start service command --- testnet_instructions.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index 49d8d58..9208a06 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -177,16 +177,22 @@ WantedBy=multi-user.target " >cosmovisor.service ``` -and start service: +Move this new file to the systemd directory: + +`sudo mv cosmovisor.service /lib/systemd/system/gaiad.service` + +And start service: + ``` sudo systemctl daemon-reload sudo systemctl enable gaiad sudo systemctl restart gaiad ``` -Move this new file to the systemd directory: - -`sudo mv cosmovisor.service /lib/systemd/system/gaiad.service` +How you can check the logs +``` +sudo journalctl -u gaiad -f +``` ## **More about validators** From 00028a8f2c79e4fe947d4818c2095d039d215fea Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Fri, 5 May 2023 22:33:53 +0700 Subject: [PATCH 30/81] Update testnet_instructions.md fix service --- testnet_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index 9208a06..03c206b 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -161,7 +161,7 @@ Description=Cosmos Hub daemon After=network-online.target [Service] Environment="DAEMON_NAME=gaiad" -Environment="DAEMON_HOME=${HOME}/.gaiad" +Environment="DAEMON_HOME=${HOME}/.gaia" Environment="DAEMON_RESTART_AFTER_UPGRADE=true" Environment="DAEMON_ALLOW_DOWNLOAD_BINARIES=false" Environment="DAEMON_LOG_BUFFER_SIZE=512" From c83809cad8a14b98f8b128d65002cfa0212bf7d9 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Fri, 5 May 2023 22:37:22 +0700 Subject: [PATCH 31/81] Update testnet_instructions.md --- testnet_instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index 03c206b..a1ac985 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -145,11 +145,11 @@ Set up cosmovisor to ensure any future upgrades happen flawlessly. To install Co Create the required directories: ``` -mkdir -p ~/.gaiad/cosmovisor/genesis/bin -mkdir -p ~/.gaiad/cosmovisor/upgrades +mkdir -p ~/.gaia/cosmovisor/genesis/bin +mkdir -p ~/.gaia/cosmovisor/upgrades ``` -After directories will be ready please copy `gaiad` binaries created in the “Cosmos Hub binaries installation (gaiad)” section into `~/.gaiad/cosmovisor/genesis/bin` directory. You can do it using `cp ~/go/bin/gaiad ~/.gaiad/cosmovisor/genesis/bin/gaiad` command. +After directories will be ready please copy `gaiad` binaries created in the “Cosmos Hub binaries installation (gaiad)” section into `~/.gaiad/cosmovisor/genesis/bin` directory. You can do it using `cp ~/go/bin/gaiad ~/.gaia/cosmovisor/genesis/bin/gaiad` command. ### ****Set Up Gaiad Service**** From 20fe99a102a99d97d26e6acf1061f4cb641fd365 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Fri, 5 May 2023 23:13:46 +0700 Subject: [PATCH 32/81] Update genesis.json --- genesis.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/genesis.json b/genesis.json index 5ebb817..23d9d33 100644 --- a/genesis.json +++ b/genesis.json @@ -1,5 +1,5 @@ { - "genesis_time": "2023-05-05T16:10:00Z", + "genesis_time": "2023-05-05T16:45:00Z", "chain_id": "school-testnet-3", "initial_height": "1", "consensus_params": { @@ -143,7 +143,7 @@ "supply": [ { "denom": "uatom", - "amount": "2000000000000" + "amount": "2009009000000" } ], "denom_metadata": [] @@ -933,4 +933,4 @@ "upgrade": {}, "vesting": {} } -} \ No newline at end of file +} From b3e912caec7f33dc0b1afed4293d2eb23a6240a3 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Fri, 5 May 2023 23:16:12 +0700 Subject: [PATCH 33/81] update shasum --- testnet_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index a1ac985..44a1501 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -134,7 +134,7 @@ After downloading you need to verify your `genesis.json` checksum `sha256sum ~/.gaia/config/genesis.json` -you should see `c5fa263847b4bf85e554899b67272cb37bb09e1638730ca82e2bca7c1ab89651` in the output. +you should see `8f1308d64c67f61cd4c7e274d933997371d39f6902b4cbe2f140a7c7b10bbee6` in the output. ### ****Set Up Cosmovisor**** From c6e6e7c5ef9d73b9b8e9c49e0e029b192733772c Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Fri, 5 May 2023 23:17:35 +0700 Subject: [PATCH 34/81] Update testnet_instructions.md --- testnet_instructions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testnet_instructions.md b/testnet_instructions.md index 44a1501..90d7aaf 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -126,6 +126,9 @@ gaiad tx staking create-validator \ ### ****Download genesis**** +Install `curl` +`sudo apt install curl -y` + To download genesis: `$ curl https://raw.githubusercontent.com/Distributed-Validators-Synctems/school-testnet-3/master/genesis.json > ~/.gaia/config/genesis.json` From 9900505c3aec62d9eb192f510cc9a587e166211f Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Fri, 5 May 2023 23:42:20 +0700 Subject: [PATCH 35/81] Update testnet_instructions.md --- testnet_instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/testnet_instructions.md b/testnet_instructions.md index 90d7aaf..54b88b7 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -150,6 +150,7 @@ Create the required directories: ``` mkdir -p ~/.gaia/cosmovisor/genesis/bin mkdir -p ~/.gaia/cosmovisor/upgrades +echo "" | sed 's/.*/{}/' > ~/.gaia/cosmovisor/current/upgrade-info.json ``` After directories will be ready please copy `gaiad` binaries created in the “Cosmos Hub binaries installation (gaiad)” section into `~/.gaiad/cosmovisor/genesis/bin` directory. You can do it using `cp ~/go/bin/gaiad ~/.gaia/cosmovisor/genesis/bin/gaiad` command. From fc1f6131908c34b58029c9833b2c902a02593aef Mon Sep 17 00:00:00 2001 From: vbloher Date: Sun, 7 May 2023 14:23:36 +0700 Subject: [PATCH 36/81] add missed accounts --- genesis.json | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/genesis.json b/genesis.json index 23d9d33..d15c7e0 100644 --- a/genesis.json +++ b/genesis.json @@ -1,5 +1,5 @@ { - "genesis_time": "2023-05-05T16:45:00Z", + "genesis_time": "2023-05-09T15:30:00Z", "chain_id": "school-testnet-3", "initial_height": "1", "consensus_params": { @@ -31,12 +31,75 @@ "sig_verify_cost_secp256k1": "1000" }, "accounts": [ + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cosmos1ymyqkw6gu5fus4llcex996yu9997chv80ukcm9", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cosmos19t3jghm48786fucdjq3hgzyg0qucrrtyech32n", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cosmos1fsfdrpkuf9s00lg43qv3yvw4tvdvzy32wd9p3d", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cosmos12cks3rm42fnysqrgrxeujkv6vkq6u03gr075ru", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cosmos139jt9w7g8h8k226pejjzzyerkhyfrz2rtt5nfn", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, { "@type": "/cosmos.auth.v1beta1.BaseAccount", "address": "cosmos13mcdm3etgl66fqycsu5n8th5e9vx4kdetp4zw3", "pub_key": null, "account_number": "0", "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cosmos1hxr5ga8tgft044qk3sl7pfr0t8suzc4p7j6cv8", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cosmos1cr3m3l3krtnqckmsde5rlv7338h8w3724jrucp", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cosmos1udjcpeh30jhq9r3tdn6jfcqprghvgc22qes3kh", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cosmos1ay2mkqrkx0ajgfn4sfpxcsf8yte44aslagrzxq", + "pub_key": null, + "account_number": "0", + "sequence": "0" } ] }, From f3edd5d05732a8c54de9ea72cc41e64d4373c027 Mon Sep 17 00:00:00 2001 From: vbloher Date: Sun, 7 May 2023 14:25:53 +0700 Subject: [PATCH 37/81] update instructions --- testnet_instructions.md | 44 +++++++++++++++++++++++------------------ testnet_planning.md | 2 +- 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index 54b88b7..2811bf1 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -124,41 +124,47 @@ gaiad tx staking create-validator \ ## Run node -### ****Download genesis**** - Install `curl` -`sudo apt install curl -y` - -To download genesis: +``` +sudo apt install curl -y +``` -`$ curl https://raw.githubusercontent.com/Distributed-Validators-Synctems/school-testnet-3/master/genesis.json > ~/.gaia/config/genesis.json` +### ****Download genesis**** +To download genesis +``` +curl https://raw.githubusercontent.com/Distributed-Validators-Synctems/school-testnet-3/master/genesis.json > ~/.gaia/config/genesis.json +``` After downloading you need to verify your `genesis.json` checksum -`sha256sum ~/.gaia/config/genesis.json` +``` +sha256sum ~/.gaia/config/genesis.json +``` -you should see `8f1308d64c67f61cd4c7e274d933997371d39f6902b4cbe2f140a7c7b10bbee6` in the output. +you should see `731c4491bb7f5a85c2d668ff31bc09d9cae50e04c4d01e2c17a283e58843aa57` in the output. ### ****Set Up Cosmovisor**** -Set up cosmovisor to ensure any future upgrades happen flawlessly. To install Cosmovisor: - -`go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.0.0` - -Create the required directories: +Set up cosmovisor to ensure any future upgrades happen flawlessly. To install Cosmovisor +``` +go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.0.0 +``` +Create the required directories and files ``` mkdir -p ~/.gaia/cosmovisor/genesis/bin mkdir -p ~/.gaia/cosmovisor/upgrades -echo "" | sed 's/.*/{}/' > ~/.gaia/cosmovisor/current/upgrade-info.json +echo "" | sed 's/.*/{}/' > ~/.gaia/cosmovisor/genesis/upgrade-info.json ``` -After directories will be ready please copy `gaiad` binaries created in the “Cosmos Hub binaries installation (gaiad)” section into `~/.gaiad/cosmovisor/genesis/bin` directory. You can do it using `cp ~/go/bin/gaiad ~/.gaia/cosmovisor/genesis/bin/gaiad` command. +After directories will be ready please copy `gaiad` binaries created in the “Cosmos Hub binaries installation (gaiad)” section into `~/.gaiad/cosmovisor/genesis/bin` directory. You can do it using next command +``` +cp ~/go/bin/gaiad ~/.gaia/cosmovisor/genesis/bin/gaiad +``` ### ****Set Up Gaiad Service**** Set up a service to allow cosmovisor to run in the background as well as restart automatically if it runs into any problems: - ``` echo "[Unit] Description=Cosmos Hub daemon @@ -182,11 +188,11 @@ WantedBy=multi-user.target ``` Move this new file to the systemd directory: - -`sudo mv cosmovisor.service /lib/systemd/system/gaiad.service` +``` +sudo mv cosmovisor.service /lib/systemd/system/gaiad.service +``` And start service: - ``` sudo systemctl daemon-reload sudo systemctl enable gaiad diff --git a/testnet_planning.md b/testnet_planning.md index 90c4a74..bff3363 100644 --- a/testnet_planning.md +++ b/testnet_planning.md @@ -19,7 +19,7 @@ Everything is subject to change and as close as possible to the realities of tes `25 Points = 25 000 atom for successful wallet submissions.` -- Network start time: `05.05.2023 16:10 UTC` +- Network start time: `05.09.2023 15:30 UTC` `20 Points = 20 000 atom for set up post genesis validators.` From f881af98f6170de3af8d9c0e8797bfc936d7ce95 Mon Sep 17 00:00:00 2001 From: vbloher Date: Sun, 7 May 2023 14:54:47 +0700 Subject: [PATCH 38/81] add set chain-id command --- testnet_instructions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testnet_instructions.md b/testnet_instructions.md index 2811bf1..10c86a9 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -204,6 +204,11 @@ How you can check the logs sudo journalctl -u gaiad -f ``` +Set chain-id to `school-testnet-3` (for CLI) +``` +gaiad config chain-id school-testnet-3 +``` + ## **More about validators** 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. From 870138172c7c1cac4f7c170959f2a72781d94bb4 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 9 May 2023 20:30:15 +0700 Subject: [PATCH 39/81] add nodejumper peer --- peers/nodejumper.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 peers/nodejumper.txt diff --git a/peers/nodejumper.txt b/peers/nodejumper.txt new file mode 100644 index 0000000..5cf66a5 --- /dev/null +++ b/peers/nodejumper.txt @@ -0,0 +1 @@ +00638d568100432a5c9805bdc39b57e38d91ede2@95.216.206.200:26656 From 7f93290d5a6190ac22930348f39930cc4945a7e5 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 9 May 2023 21:32:13 +0700 Subject: [PATCH 40/81] Update testnet_planning.md --- testnet_planning.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testnet_planning.md b/testnet_planning.md index bff3363..3de040f 100644 --- a/testnet_planning.md +++ b/testnet_planning.md @@ -31,17 +31,16 @@ Everything is subject to change and as close as possible to the realities of tes ## **Phase - 2: Governance (max 30 points)** -Lead validator team will create a governance proposal on `06.05.2023 13:00 UTC`, to update the transfer parameter. You will need to study the proposals, find the correct one and vote. +Lead validator team will create a governance proposal on `10.05.2023 13:00 UTC`, to update the transfer parameter. You will need to study the proposals, find the correct one and vote. In order to find correct proposal you will need to run query command using your network client binary (`gaiad` in our case). Please issue following command `gaiad query gov proposals`, and find proposal with `title:` ”Vote for me friend”. -**New to upgrades?** Read [this](https://docs.cosmos.network/master/modules/gov) +**New to governance module?** Read [this](https://docs.cosmos.network/main/modules/gov) **Update Schedule:** - Proposal: `Vote for me friend` -- Voting Period: `06.05.2023 13:00 UTC - 08.05.2023 13:00 UTC` -- Upgrade Height: `TBD` +- Voting Period: `10.05.2023 13:00 UTC - 12.05.2023 13:00 UTC` **What should validators do?** From 226f47d0fa877b23615c5e3c35aafc0678b81c11 Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Tue, 9 May 2023 19:08:01 +0300 Subject: [PATCH 41/81] Create peers --- peers | 1 + 1 file changed, 1 insertion(+) create mode 100644 peers diff --git a/peers b/peers new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/peers @@ -0,0 +1 @@ + From 404ca5725bc9b25a3cba9e4744213830189ecdeb Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Tue, 9 May 2023 19:09:26 +0300 Subject: [PATCH 42/81] Delete peers --- peers | 1 - 1 file changed, 1 deletion(-) delete mode 100644 peers diff --git a/peers b/peers deleted file mode 100644 index 8b13789..0000000 --- a/peers +++ /dev/null @@ -1 +0,0 @@ - From 49712a0b9a316bcbab96375a32e098270df5dba6 Mon Sep 17 00:00:00 2001 From: Bugas7 <126459947+Bugas7@users.noreply.github.com> Date: Tue, 9 May 2023 18:12:14 +0200 Subject: [PATCH 43/81] Create SkyG.txt --- peers/SkyG.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 peers/SkyG.txt diff --git a/peers/SkyG.txt b/peers/SkyG.txt new file mode 100644 index 0000000..e94a03e --- /dev/null +++ b/peers/SkyG.txt @@ -0,0 +1 @@ +f3f6069a1f4b706eb263bed07929e5dd92512d47@91.196.165.36:26656 From 7d214a7f1ce60ded0f42a3777f1ea5907580e88d Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Tue, 9 May 2023 19:16:32 +0300 Subject: [PATCH 44/81] Create dim_st.txt --- Peers/dim_st.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Peers/dim_st.txt diff --git a/Peers/dim_st.txt b/Peers/dim_st.txt new file mode 100644 index 0000000..b9585de --- /dev/null +++ b/Peers/dim_st.txt @@ -0,0 +1 @@ +66e9a42a49f0a568e831877925cb0367e087ffa4@95.216.154.36:26656 From b615a91cef367bd9c71c3922b92a7814bed94769 Mon Sep 17 00:00:00 2001 From: mlapov Date: Wed, 10 May 2023 08:22:23 +0500 Subject: [PATCH 45/81] Create lighthouse.txt --- peers/lighthouse.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 peers/lighthouse.txt diff --git a/peers/lighthouse.txt b/peers/lighthouse.txt new file mode 100644 index 0000000..4016d3a --- /dev/null +++ b/peers/lighthouse.txt @@ -0,0 +1 @@ +c26e0f360ee5461ac0443bde6e22d3167a5a18bb@167.86.82.139:26656 From f04007e3c098fb365a301dbcada1bff9fd3c4a24 Mon Sep 17 00:00:00 2001 From: vbloher Date: Wed, 10 May 2023 13:57:15 +0700 Subject: [PATCH 46/81] add gas-adjustment --- testnet_instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/testnet_instructions.md b/testnet_instructions.md index 10c86a9..938b4dc 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -119,6 +119,7 @@ gaiad tx staking create-validator \ --min-self-delegation="1" \ --gas="auto" \ --gas-prices="0.0025uatom" \ + --gas-adjustment=1.2 \ --from= ``` From 0a724af21a9a3830c4cfafeba62f4f6a866b81dc Mon Sep 17 00:00:00 2001 From: schnellreich Date: Wed, 10 May 2023 15:29:59 +0800 Subject: [PATCH 47/81] schnellreich.txt --- peers/schnellreich.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 peers/schnellreich.txt diff --git a/peers/schnellreich.txt b/peers/schnellreich.txt new file mode 100644 index 0000000..1449843 --- /dev/null +++ b/peers/schnellreich.txt @@ -0,0 +1 @@ +a5a9f4b6beed703f1e36b49796cfdb9e4ef61667@62.171.162.227:26656 From 0685cf4934b1291626c2a61389ab5ccdfc6ca92a Mon Sep 17 00:00:00 2001 From: schnellreich Date: Wed, 10 May 2023 15:30:55 +0800 Subject: [PATCH 48/81] Delete schnellreich.txt --- peers/schnellreich.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 peers/schnellreich.txt diff --git a/peers/schnellreich.txt b/peers/schnellreich.txt deleted file mode 100644 index 1449843..0000000 --- a/peers/schnellreich.txt +++ /dev/null @@ -1 +0,0 @@ -a5a9f4b6beed703f1e36b49796cfdb9e4ef61667@62.171.162.227:26656 From 331cd0ceb0a833176670078ae59360124e4d15d1 Mon Sep 17 00:00:00 2001 From: schnellreich Date: Wed, 10 May 2023 15:36:02 +0800 Subject: [PATCH 49/81] Create schnellreich.txt --- peers/schnellreich.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 peers/schnellreich.txt diff --git a/peers/schnellreich.txt b/peers/schnellreich.txt new file mode 100644 index 0000000..1449843 --- /dev/null +++ b/peers/schnellreich.txt @@ -0,0 +1 @@ +a5a9f4b6beed703f1e36b49796cfdb9e4ef61667@62.171.162.227:26656 From ab59ab9fe7f65a28c89f1464f8065de41bc7a48f Mon Sep 17 00:00:00 2001 From: BlvckStake <132200939+BlvckStake@users.noreply.github.com> Date: Wed, 10 May 2023 10:53:04 +0200 Subject: [PATCH 50/81] Create BlvckStake.txt --- tweet/BlvckStake.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/BlvckStake.txt diff --git a/tweet/BlvckStake.txt b/tweet/BlvckStake.txt new file mode 100644 index 0000000..bb5e677 --- /dev/null +++ b/tweet/BlvckStake.txt @@ -0,0 +1 @@ +b98a3679300ad89f0e2c3b595393733e9e7393ec@95.216.136.200:26656 From 7c97c7bc0a00dcd943af68d8670a96ca575e1f3b Mon Sep 17 00:00:00 2001 From: BlvckStake <132200939+BlvckStake@users.noreply.github.com> Date: Wed, 10 May 2023 10:53:58 +0200 Subject: [PATCH 51/81] Update and rename BlvckStake.txt to BlvckStake.txt --- {tweet => peers}/BlvckStake.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {tweet => peers}/BlvckStake.txt (100%) diff --git a/tweet/BlvckStake.txt b/peers/BlvckStake.txt similarity index 100% rename from tweet/BlvckStake.txt rename to peers/BlvckStake.txt From 75bfa27889f542aec8d16fff8695e927534fbb92 Mon Sep 17 00:00:00 2001 From: Roman Babenko Date: Wed, 10 May 2023 13:40:01 +0300 Subject: [PATCH 52/81] Create cconstruction.txt --- peers/cconstruction.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 peers/cconstruction.txt diff --git a/peers/cconstruction.txt b/peers/cconstruction.txt new file mode 100644 index 0000000..a54dade --- /dev/null +++ b/peers/cconstruction.txt @@ -0,0 +1 @@ +6ed02daf3abc121411dde435872b83c35ec81ec0@142.132.144.89:26656 From df84a23396d046de1a78cdb31cd0e22fc0aa4726 Mon Sep 17 00:00:00 2001 From: BlvckStake Date: Wed, 10 May 2023 14:09:18 +0300 Subject: [PATCH 53/81] Create BlvckStake-Tweet.txt --- tweet/BlvckStake-Tweet.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/BlvckStake-Tweet.txt diff --git a/tweet/BlvckStake-Tweet.txt b/tweet/BlvckStake-Tweet.txt new file mode 100644 index 0000000..ffe07bf --- /dev/null +++ b/tweet/BlvckStake-Tweet.txt @@ -0,0 +1 @@ +https://twitter.com/Blvck_Stake/status/1656248670994538497?s=20 From 6f3ae72932e65d04cacde02e5855e1c4367c3ddd Mon Sep 17 00:00:00 2001 From: nomad cat <130913275+nmdcat@users.noreply.github.com> Date: Wed, 10 May 2023 08:36:28 -0400 Subject: [PATCH 54/81] Create nmdnode.txt Add peer for nmdnode validator --- peers/nmdnode.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 peers/nmdnode.txt diff --git a/peers/nmdnode.txt b/peers/nmdnode.txt new file mode 100644 index 0000000..d9199a6 --- /dev/null +++ b/peers/nmdnode.txt @@ -0,0 +1 @@ +9697abb325cd29124dd02dbbac86adba6f8028f5@79.137.248.65:26656 From 8a23202d97b970aef7086512a98cdd1979f4a046 Mon Sep 17 00:00:00 2001 From: BlvckStake Date: Thu, 11 May 2023 10:15:21 +0200 Subject: [PATCH 55/81] Create BlvckStake.txt --- votes/BlvckStake.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 votes/BlvckStake.txt diff --git a/votes/BlvckStake.txt b/votes/BlvckStake.txt new file mode 100644 index 0000000..51fe724 --- /dev/null +++ b/votes/BlvckStake.txt @@ -0,0 +1,6 @@ +Vote ID 1: D6CA1584A2B329A16D70A2BF6D9B22C919E049D7DE47BD19F74C655A004AD3A7 +Vote ID 2: 9B80D961100F24438FF71AB7BB4D7A2416F58D17AAA38BE97667C0D40B3E38A8 +Vote ID 3 (drop hunting): 749B4C129047D44A17A1C6ECA4ED5C15ADFA5E050227AB66E88C85515B0E98E1 +Vote ID 4 (main task): 33C0E2B813301D9B24F80A7A8EA96E23620533815A68F5937534C7E7885FE879 +Vote ID 5 (drop hunting): 2D53A82D40D0AF3760506F7B1B908F86786BA18CE0F94F307D079D5051A67E4C +Vote ID 6 (never stop): 3CE23EC181259A12DD81CA1A947E453C33B495E3441470B2514019A14527F950 From fcd55adb8239754e7f02e320c3207fec3f7751d2 Mon Sep 17 00:00:00 2001 From: mlapov Date: Thu, 11 May 2023 15:38:45 +0500 Subject: [PATCH 56/81] Create tweet-mlapov-lighthouse.txt --- tweet/tweet-mlapov-lighthouse.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/tweet-mlapov-lighthouse.txt diff --git a/tweet/tweet-mlapov-lighthouse.txt b/tweet/tweet-mlapov-lighthouse.txt new file mode 100644 index 0000000..731db43 --- /dev/null +++ b/tweet/tweet-mlapov-lighthouse.txt @@ -0,0 +1 @@ +https://twitter.com/mikhaillapov/status/1656608191491235841?s=20 From 06cd3640ddd756b8048af41c498215c53c00946d Mon Sep 17 00:00:00 2001 From: mlapov Date: Thu, 11 May 2023 15:41:01 +0500 Subject: [PATCH 57/81] Delete tweet-mlapov-lighthouse.txt --- tweet/tweet-mlapov-lighthouse.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tweet/tweet-mlapov-lighthouse.txt diff --git a/tweet/tweet-mlapov-lighthouse.txt b/tweet/tweet-mlapov-lighthouse.txt deleted file mode 100644 index 731db43..0000000 --- a/tweet/tweet-mlapov-lighthouse.txt +++ /dev/null @@ -1 +0,0 @@ -https://twitter.com/mikhaillapov/status/1656608191491235841?s=20 From 57d7850005fee7f77c1fa8ec7cedad80e63d19f4 Mon Sep 17 00:00:00 2001 From: mlapov Date: Thu, 11 May 2023 15:41:48 +0500 Subject: [PATCH 58/81] Create tweet-lighthouse.txt --- tweet/tweet-lighthouse.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/tweet-lighthouse.txt diff --git a/tweet/tweet-lighthouse.txt b/tweet/tweet-lighthouse.txt new file mode 100644 index 0000000..731db43 --- /dev/null +++ b/tweet/tweet-lighthouse.txt @@ -0,0 +1 @@ +https://twitter.com/mikhaillapov/status/1656608191491235841?s=20 From d726dd6ac402e742f3b4801c9e22425f3ca27b84 Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Fri, 12 May 2023 13:06:12 +0700 Subject: [PATCH 59/81] Create nodejumper.txt --- tweet/nodejumper.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/nodejumper.txt diff --git a/tweet/nodejumper.txt b/tweet/nodejumper.txt new file mode 100644 index 0000000..5000564 --- /dev/null +++ b/tweet/nodejumper.txt @@ -0,0 +1 @@ +https://twitter.com/ From 8bab34dfb4f90084e6620c83769df5c005847ec1 Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Fri, 12 May 2023 10:15:40 +0300 Subject: [PATCH 60/81] Create dim.st.txt --- Peers/tweet/dim.st.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Peers/tweet/dim.st.txt diff --git a/Peers/tweet/dim.st.txt b/Peers/tweet/dim.st.txt new file mode 100644 index 0000000..6d4db69 --- /dev/null +++ b/Peers/tweet/dim.st.txt @@ -0,0 +1 @@ +https://twitter.com/dim_st7/status/1656920448603496449?s=20 From aca49f8123b985600ad683033d72c1680138be4b Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Fri, 12 May 2023 10:16:22 +0300 Subject: [PATCH 61/81] Delete Peers/tweet directory --- Peers/tweet/dim.st.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Peers/tweet/dim.st.txt diff --git a/Peers/tweet/dim.st.txt b/Peers/tweet/dim.st.txt deleted file mode 100644 index 6d4db69..0000000 --- a/Peers/tweet/dim.st.txt +++ /dev/null @@ -1 +0,0 @@ -https://twitter.com/dim_st7/status/1656920448603496449?s=20 From 23397db9c6d11497233a00bf38bdb2a25ffb16e9 Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Fri, 12 May 2023 10:17:09 +0300 Subject: [PATCH 62/81] Create dim_st.txt --- tweet/dim_st.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/dim_st.txt diff --git a/tweet/dim_st.txt b/tweet/dim_st.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tweet/dim_st.txt @@ -0,0 +1 @@ + From 2b350804dc1e3d66ab81e9a7add2b24dd3ee6660 Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Fri, 12 May 2023 10:17:49 +0300 Subject: [PATCH 63/81] Update dim_st.txt --- tweet/dim_st.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweet/dim_st.txt b/tweet/dim_st.txt index 8b13789..6d4db69 100644 --- a/tweet/dim_st.txt +++ b/tweet/dim_st.txt @@ -1 +1 @@ - +https://twitter.com/dim_st7/status/1656920448603496449?s=20 From ecd3095326ec73591b9d0595c4e6701fe053940a Mon Sep 17 00:00:00 2001 From: Roman Babenko Date: Fri, 12 May 2023 13:56:25 +0300 Subject: [PATCH 64/81] Create cconstruction.txt --- tweet/cconstruction.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/cconstruction.txt diff --git a/tweet/cconstruction.txt b/tweet/cconstruction.txt new file mode 100644 index 0000000..f49385f --- /dev/null +++ b/tweet/cconstruction.txt @@ -0,0 +1 @@ +https://twitter.com/sinmakbra/status/1656976433086865409 From 99ffd2a53417d2609c160027573dd007aa11147c Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Fri, 12 May 2023 19:19:41 +0700 Subject: [PATCH 65/81] Revert "dim_st.txt" --- Peers/dim_st.txt | 1 - tweet/dim_st.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 Peers/dim_st.txt delete mode 100644 tweet/dim_st.txt diff --git a/Peers/dim_st.txt b/Peers/dim_st.txt deleted file mode 100644 index b9585de..0000000 --- a/Peers/dim_st.txt +++ /dev/null @@ -1 +0,0 @@ -66e9a42a49f0a568e831877925cb0367e087ffa4@95.216.154.36:26656 diff --git a/tweet/dim_st.txt b/tweet/dim_st.txt deleted file mode 100644 index 6d4db69..0000000 --- a/tweet/dim_st.txt +++ /dev/null @@ -1 +0,0 @@ -https://twitter.com/dim_st7/status/1656920448603496449?s=20 From 2a3644d7e694162aba5f495d26c5304990db30d1 Mon Sep 17 00:00:00 2001 From: vbloher Date: Fri, 12 May 2023 19:39:19 +0700 Subject: [PATCH 66/81] add gradebook --- gradebook.md | 12 ++++++++++++ tweet/.keep | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gradebook.md delete mode 100644 tweet/.keep diff --git a/gradebook.md b/gradebook.md new file mode 100644 index 0000000..d1c2b0c --- /dev/null +++ b/gradebook.md @@ -0,0 +1,12 @@ +# Gradebook + +| Validator | Genesis validator | Post genesis validator | Peer | Vote | Tweet | +|----------------|:-----------------:|:-----------------------:|:----:|:----:|:-----:| +| dim_st | + | | | + | | +| nomadnode | + | | + | | | +| c.construction | | + | + | + | + | +| schnellreich | + | | + | + | | +| nodehound | + | | | | | +| SkyG | + | | + | + | | +| LIGHTHOUSE | + | | + | + | + | +| BlvckStake | + | | + | + | + | diff --git a/tweet/.keep b/tweet/.keep deleted file mode 100644 index 8b13789..0000000 --- a/tweet/.keep +++ /dev/null @@ -1 +0,0 @@ - From 962007bb315f34a9d76defe25142dd0abf76ef4c Mon Sep 17 00:00:00 2001 From: vbloher Date: Fri, 12 May 2023 19:55:03 +0700 Subject: [PATCH 67/81] update planning --- testnet_planning.md | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/testnet_planning.md b/testnet_planning.md index 3de040f..16d9179 100644 --- a/testnet_planning.md +++ b/testnet_planning.md @@ -62,41 +62,25 @@ In order to find correct proposal you will need to run query command using your `5 points = 5000 atom for everyone who do this task.` -- Delegate some DVS to others and redelegate to DVS validator- 10 points +- Delegate some DVS to others and redelegate to DVS validator -`5 points = 5000 atom for everyone who do this task.` +`10 points = 10000 atom for everyone who do this task.` -- Claim reward \ commision and redelegate to DVS validator - +- Claim reward \ commision and redelegate to DVS validator `5 points = 5000 atom for everyone do this task.` -- Tweet url linked in a memo (Come up with something cool to say about DVS Validator Schoo and experience in Testnet) +- Tweet url linked in a memo (Come up with something cool to say about DVS Validator School and experience in Testnet) `5 points = 5000 atom for everyone who provides a peer.` -- Tweet url linked in a memo (Leave your detailed feedback in a thread (from 3 tweets) about the School of Validators. With mark @synctems @POSTHUMAN_DVS @kuraassh. The review must be valid, not just praise. This will be used as a starting point for your twitter accounts and student feedback.) +- Tweet url linked in a memo (Leave your detailed feedback in a thread (from 3 tweets) about the School of Validators. With mark @synctems @POSTHUMAN_DVS @vbloher. The review must be valid, not just praise. This will be used as a starting point for your twitter accounts and student feedback.) `5 points = 5000 atom for everyone who do this task.` - +📌 Participants need to raise a PR with the details onto `transactions` directory in this repo + +- Time: `12.05.2023 - 15.05.2023` (Only the txs in this time period are considered to be valid) --- From bd8f2933b960ac2c3a08753396f5f96205e6d700 Mon Sep 17 00:00:00 2001 From: Roman Kazakov <114048954+memelnik@users.noreply.github.com> Date: Fri, 12 May 2023 16:10:32 +0300 Subject: [PATCH 68/81] Create nodehound --- peers/nodehound | 1 + 1 file changed, 1 insertion(+) create mode 100644 peers/nodehound diff --git a/peers/nodehound b/peers/nodehound new file mode 100644 index 0000000..dc2ef65 --- /dev/null +++ b/peers/nodehound @@ -0,0 +1 @@ +669f1f3440e73a40f20a864e1e3552d7b079516f@146.19.233.230:26656 From aa58f3b0ebd7e3089fefe2bb6b782011e79d2b04 Mon Sep 17 00:00:00 2001 From: nomad cat <130913275+nmdcat@users.noreply.github.com> Date: Fri, 12 May 2023 09:41:58 -0400 Subject: [PATCH 69/81] Create nmdnode --- tweet/nmdnode | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/nmdnode diff --git a/tweet/nmdnode b/tweet/nmdnode new file mode 100644 index 0000000..eb9c887 --- /dev/null +++ b/tweet/nmdnode @@ -0,0 +1 @@ +https://twitter.com/nmd_cat/status/1657015888552292353?s=20 From 490d8e49c900b04fa5e3ef412a36e0ce1ed7d75d Mon Sep 17 00:00:00 2001 From: vbloher Date: Fri, 12 May 2023 21:25:09 +0700 Subject: [PATCH 70/81] update gradebook --- gradebook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradebook.md b/gradebook.md index d1c2b0c..09c8d04 100644 --- a/gradebook.md +++ b/gradebook.md @@ -3,10 +3,10 @@ | Validator | Genesis validator | Post genesis validator | Peer | Vote | Tweet | |----------------|:-----------------:|:-----------------------:|:----:|:----:|:-----:| | dim_st | + | | | + | | -| nomadnode | + | | + | | | +| nomadnode | + | | + | + | + | | c.construction | | + | + | + | + | | schnellreich | + | | + | + | | -| nodehound | + | | | | | +| nodehound | + | | + | + | | | SkyG | + | | + | + | | | LIGHTHOUSE | + | | + | + | + | | BlvckStake | + | | + | + | + | From 6a620acbfa191288aecfdce0e2420bb52ecd4b28 Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Fri, 12 May 2023 18:03:14 +0300 Subject: [PATCH 71/81] Delete Peers directory --- Peers/dim_st.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Peers/dim_st.txt diff --git a/Peers/dim_st.txt b/Peers/dim_st.txt deleted file mode 100644 index b9585de..0000000 --- a/Peers/dim_st.txt +++ /dev/null @@ -1 +0,0 @@ -66e9a42a49f0a568e831877925cb0367e087ffa4@95.216.154.36:26656 From ebba60424df31194657a94e82cadaf42fa03af36 Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Fri, 12 May 2023 18:04:25 +0300 Subject: [PATCH 72/81] Create dim_st.txt --- peers/dim_st.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 peers/dim_st.txt diff --git a/peers/dim_st.txt b/peers/dim_st.txt new file mode 100644 index 0000000..b9585de --- /dev/null +++ b/peers/dim_st.txt @@ -0,0 +1 @@ +66e9a42a49f0a568e831877925cb0367e087ffa4@95.216.154.36:26656 From 75fb5d70194cd40547057218c192938cb34c9dc1 Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Fri, 12 May 2023 18:25:29 +0300 Subject: [PATCH 73/81] Delete tweet directory --- tweet/dim_st.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tweet/dim_st.txt diff --git a/tweet/dim_st.txt b/tweet/dim_st.txt deleted file mode 100644 index 6d4db69..0000000 --- a/tweet/dim_st.txt +++ /dev/null @@ -1 +0,0 @@ -https://twitter.com/dim_st7/status/1656920448603496449?s=20 From df517e2b059c5221c933c1c8598ce17c364fdcfd Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Fri, 12 May 2023 18:26:00 +0300 Subject: [PATCH 74/81] Create dim_st.txt --- tweet/dim_st.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/dim_st.txt diff --git a/tweet/dim_st.txt b/tweet/dim_st.txt new file mode 100644 index 0000000..6d4db69 --- /dev/null +++ b/tweet/dim_st.txt @@ -0,0 +1 @@ +https://twitter.com/dim_st7/status/1656920448603496449?s=20 From b9e314c6adfab99f05023a3a2bb2d4c916ede3d7 Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Fri, 12 May 2023 18:34:18 +0300 Subject: [PATCH 75/81] Delete tweet directory --- tweet/dim_st.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tweet/dim_st.txt diff --git a/tweet/dim_st.txt b/tweet/dim_st.txt deleted file mode 100644 index 6d4db69..0000000 --- a/tweet/dim_st.txt +++ /dev/null @@ -1 +0,0 @@ -https://twitter.com/dim_st7/status/1656920448603496449?s=20 From fa1456d754cfb714ffd445dec2a879b55a4c1fd0 Mon Sep 17 00:00:00 2001 From: Dim_St <117111330+Dimst7@users.noreply.github.com> Date: Fri, 12 May 2023 18:36:12 +0300 Subject: [PATCH 76/81] Create tweetdim_st.txt --- tweet/tweetdim_st.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tweet/tweetdim_st.txt diff --git a/tweet/tweetdim_st.txt b/tweet/tweetdim_st.txt new file mode 100644 index 0000000..6d4db69 --- /dev/null +++ b/tweet/tweetdim_st.txt @@ -0,0 +1 @@ +https://twitter.com/dim_st7/status/1656920448603496449?s=20 From cb243879440f8fb13c70da2f61d3d9925b0a20ba Mon Sep 17 00:00:00 2001 From: vbloher Date: Fri, 12 May 2023 22:41:55 +0700 Subject: [PATCH 77/81] update gradebook --- gradebook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradebook.md b/gradebook.md index 09c8d04..dd5638d 100644 --- a/gradebook.md +++ b/gradebook.md @@ -2,7 +2,7 @@ | Validator | Genesis validator | Post genesis validator | Peer | Vote | Tweet | |----------------|:-----------------:|:-----------------------:|:----:|:----:|:-----:| -| dim_st | + | | | + | | +| dim_st | + | | + | + | + | | nomadnode | + | | + | + | + | | c.construction | | + | + | + | + | | schnellreich | + | | + | + | | From 4b81401f8bfc66699a35b036150ce7aa2445dc82 Mon Sep 17 00:00:00 2001 From: vbloher Date: Tue, 16 May 2023 12:36:15 +0700 Subject: [PATCH 78/81] update phase 3 time --- testnet_planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet_planning.md b/testnet_planning.md index 16d9179..76cb3d7 100644 --- a/testnet_planning.md +++ b/testnet_planning.md @@ -80,7 +80,7 @@ In order to find correct proposal you will need to run query command using your 📌 Participants need to raise a PR with the details onto `transactions` directory in this repo -- Time: `12.05.2023 - 15.05.2023` (Only the txs in this time period are considered to be valid) +- Time: `16.05.2023 - 18.05.2023` (Only the txs in this time period are considered to be valid) --- From 8d20314da587b7f5fb7d19b181b0ba0e36246a5b Mon Sep 17 00:00:00 2001 From: vbloher Date: Tue, 16 May 2023 14:52:59 +0700 Subject: [PATCH 79/81] add explorer and persistent peers --- testnet_instructions.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/testnet_instructions.md b/testnet_instructions.md index 938b4dc..f49fa2d 100644 --- a/testnet_instructions.md +++ b/testnet_instructions.md @@ -4,9 +4,12 @@ Genesis: [https://raw.githubusercontent.com/Distributed-Validators-Synctems/school-testnet-3/master/genesis.json](https://raw.githubusercontent.com/Distributed-Validators-Synctems/school-testnet-3/master/genesis.json) -Block explorer: `TBA` +Block explorer: https://explorer.vbloher.com/dvs-school-testnet-3 -Persistent peers: `TBA` +Persistent peers: +``` +b98a3679300ad89f0e2c3b595393733e9e7393ec@95.216.136.200:26656,6ed02daf3abc121411dde435872b83c35ec81ec0@142.132.144.89:26656,66e9a42a49f0a568e831877925cb0367e087ffa4@95.216.154.36:26656,c26e0f360ee5461ac0443bde6e22d3167a5a18bb@167.86.82.139:26656,9697abb325cd29124dd02dbbac86adba6f8028f5@79.137.248.65:26656 +``` Chain Id: `school-testnet-3` From e5804b59716785bf5dba039ae18a4da4a568dd2f Mon Sep 17 00:00:00 2001 From: Valentin Bloher Date: Tue, 16 May 2023 21:35:16 +0700 Subject: [PATCH 80/81] Update testnet_planning.md --- testnet_planning.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testnet_planning.md b/testnet_planning.md index 76cb3d7..b0211d3 100644 --- a/testnet_planning.md +++ b/testnet_planning.md @@ -72,12 +72,6 @@ In order to find correct proposal you will need to run query command using your - Tweet url linked in a memo (Come up with something cool to say about DVS Validator School and experience in Testnet) -`5 points = 5000 atom for everyone who provides a peer.` - -- Tweet url linked in a memo (Leave your detailed feedback in a thread (from 3 tweets) about the School of Validators. With mark @synctems @POSTHUMAN_DVS @vbloher. The review must be valid, not just praise. This will be used as a starting point for your twitter accounts and student feedback.) - -`5 points = 5000 atom for everyone who do this task.` - 📌 Participants need to raise a PR with the details onto `transactions` directory in this repo - Time: `16.05.2023 - 18.05.2023` (Only the txs in this time period are considered to be valid) From d583864a40b32563d3f3322e5077fbf1d4547e4d Mon Sep 17 00:00:00 2001 From: Bugas7 <126459947+Bugas7@users.noreply.github.com> Date: Mon, 22 May 2023 22:02:08 +0200 Subject: [PATCH 81/81] transactions-SkyG.txt --- transactions/transactions-SkyG.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 transactions/transactions-SkyG.txt diff --git a/transactions/transactions-SkyG.txt b/transactions/transactions-SkyG.txt new file mode 100644 index 0000000..f879de0 --- /dev/null +++ b/transactions/transactions-SkyG.txt @@ -0,0 +1,5 @@ +1. AFF0AC5830D6D8FA700BC7F1F2244EFFFFAF6AE609C268037FD34BBDF53D6033 - delegate 1ATOM to DVS validator +2. E0D5DF420F776B5F7A31590DB23ACA5CCD9CC73ACFF8C1023B6E822775DA1C9A - WithdrawDelegatorReward, WithdrawValidatorCommission +3. 902D3E51B7A348A17BB16A8AB5CA030B9BE578FFD2DC051029600E950ACA537E - with tweet in memo +4. 3469F1E80A7F8BBC3FBFA4352A98F4661A86581FDC0F1B4E897D42F01200929D - edit validator commission = 8% +5. F39821AE503C64D152B0397C2F40049A339A140BA8A617F2AF2217AA3A47EE22 - complex transaction. Sent to all validators 1ATOM