Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README, proposal #7

Merged
merged 1 commit into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions game-of-chains-2022/rand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ The following items will be included in the proposal:
The binary published in this repo is the `randd` binary built using the `dsrvlabs/rand` repo tag [v0.0.1](https://github.com/dsrvlabs/rand/releases/tag/v0.0.1). You can generate the binary following the [Get Started section](https://github.com/dsrvlabs/rand/tree/v0.0.1#get-started).

* [Linux amd64 build](randd)
* Version: `main-397067303b1a543fed873071b34c984c8dce7920`
* SHA256: `1aadeb9d9d8495159e9d51e75e2948f6b59f992a68d0da3221a59db7a415b5b8`
* Version: `main-23b756acb9090a44e666542f8afba8f0d96ecc32`
* SHA256: `e42617c52c0bb51539861db6f834d4e1795e7424102cb25137763fcdb6e30314`

### Genesis file

Expand All @@ -49,7 +49,7 @@ The genesis file with was generated using the following settings:
* Denom: `urand`
* Signed blocks window: `"8640"`
* Genesis accounts were added to provide funds for a faucet and a relayer that will be run by the testnet coordinators.
* Genesis file **without CCV state**: [`rand-fresh-genesis.json`](rand-fresh-genesis.json), SHA256: `dcb20193ec5ad0341f3fe33ae8c073a08714fe3f755aebf410a6d835382d8a41`
* Genesis file **without CCV state**: [`rand-fresh-genesis.json`](rand-fresh-genesis.json), SHA256: `902fa8275721b2f25199c89b16a8e53d03e85c0e4e28c1281cd5e5e660cc1670`
* **This is provided only for verification, this is not the genesis file validators should be running their nodes with.**

## Endpoints
Expand Down
2 changes: 1 addition & 1 deletion game-of-chains-2022/rand/proposal/rand-proposal.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Create the RAND chain",
"description": "# Provide Random Number generated by CCV Validator Set This is the proposal to create the consumer chain \"rand-1\". RAND chain provide a random number generated by CCV Validator Set. We can use this random number for various dApps that need random number like gacha game, lottery and so on. RAND chain use ValidatorsHash as a seed for random number. With CCV state the provider chain and all consumer chains have same ValidatorsHash. so, we can generate same random number on different consumer chains. ## How to join Visit [https://github.com/dsrvlabs/ics-testnets/tree/main/game-of-chains-2022/rand ](https://github.com/dsrvlabs/ics-testnets/tree/main/game-of-chains-2022/rand) for details on this proposal's data and how to join the chain.",
"description": "# Provide Random Number generated by CCV Validator Set This is the proposal to create the consumer chain \"rand-1\". RAND chain provide a random number generated by CCV Validator Set. We can use this random number for various dApps that need random number like gacha game, lottery and so on. RAND chain use ValidatorsHash as a seed for random number. With the CCV state, the provider chain and all consumer chains have same ValidatorsHash. so, we can generate same random number on different consumer chains. This could be useful in multiple consumer chains. ## How to join Visit [https://github.com/dsrvlabs/ics-testnets/tree/main/game-of-chains-2022/rand ](https://github.com/dsrvlabs/ics-testnets/tree/main/game-of-chains-2022/rand) for details on this proposal's data and how to join the chain.",
"chain_id": "rand-1",
"initial_height": {
"revision_height": 1,
Expand Down