Skip to content

Commit

Permalink
add in more gentxs, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yoongbok lee committed Sep 4, 2020
1 parent 4239361 commit 7986c7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ As testnet moves through its various stages, CertiK Foundation expects to provid
* Open Beta 3.0 (November 27, 2019)
* Full Testnet 4.0 (March 31, 2020)
* Incentivized Testnet 1.0 (July 15, 2020)
* Validator Program <Raise the Stakes> (September 07, 2020)
* ...
* Mainnet

Expand All @@ -40,9 +41,11 @@ The full stage of testnet starts when the open beta stage exits with all testnet

During this stage, testnet backend and frontend are exepcted to receive on-demand updates. Branching instead of re-deployment will be preferred when solving chain divergence. The validator set size will be large (e.g., no more than 100).

## Incentivized Testnet (**CURRENT STAGE**)
## Incentivized Testnet & Validator Competition Program (**CURRENT STAGE**)

The Incentivized Testnet will consists of various kinds of smart contracts, governance, and certification transactions. Anyone can participate to earn the rewards.
The Incentivized Testnet will consist of various kinds of smart contracts, governance, and certification transactions. Anyone can participate to earn the rewards.

Moreover, it will run parallel with the validator program "Raise the Stakes" for some time from September 7th. The Validator Program will consist of many different tasks for the node runners to earn rewards.

# How to Participate

Expand Down Expand Up @@ -70,7 +73,7 @@ With `certikcli` one can create test account key pairs and interact with the tes

```
rm -rf ~/.certikcli
certikcli config chain-id shentu-incentivized
certikcli config chain-id <chain-id>
certikcli config node tcp://<full node>:<port>
certikcli config trust-node true
```
Expand Down
1 change: 1 addition & 0 deletions testnet/shentu-rts/gentx/gentx-135.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"KruGGoK","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"certik185r4l08d72s3umtsz6cqnkfwh6gjsfn84dev34","validator_address":"certikvaloper185r4l08d72s3umtsz6cqnkfwh6gjsfn8zeavc0","pubkey":"certikvalconspub1zcjduepqw8hkm4l05zm9h30k8687xp8ua7y2jefhk8nqcztfxnv6cplk3jdsjvprwy","value":{"denom":"uctk","amount":"100000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"A47+pmRPrQXsGRv/AQxQD94EvBFte72pMe8HRJcI9rWI"},"signature":"Rqy2Z9CDKkE6XQDHsKvavb946TI0Bjz4qaE4JiQLfidyAy30zJ1785kONM8opNSrBBe9HcehnvHidHmT0TdElw=="}],"memo":"[email protected]:26656"}}
1 change: 1 addition & 0 deletions testnet/shentu-rts/gentx/gentx-136.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"Igor_K","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"certik1n8hjvy3nge0rp28l7wc6wp9tm7ljc2pnq6m0h0","validator_address":"certikvaloper1n8hjvy3nge0rp28l7wc6wp9tm7ljc2pnhwl074","pubkey":"certikvalconspub1zcjduepq0xc2axgqayvper0d7mhjjn5n0hlp570tpdr7n29ghat3uuqt3lzqglmw5y","value":{"denom":"uctk","amount":"100000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"As8ip+dhD3B6ngol1nODHzPpDomV478ukjfYc2eUul93"},"signature":"d0Mpkhn7Or8zuW4nO4TJnU35xNj2AWoawS/3xh8M/OENpod6XF2R2YtVpLKdDHuUReIEeYtJnH9K/w94P7RGww=="}],"memo":"[email protected]:26656"}}

0 comments on commit 7986c7a

Please sign in to comment.