Stargaze Claim Smart Contract v0.15.0 Upload
passed
Expected result
—
Turnout / Quorum
31.92% / 20.00%
Voting start 2022.05.10 at 19:05:38
Voting end 2022.05.13 at 19:05:38
99.97%
256 503 378 stars
Yes
0.01%
14 316 stars
No
0.00%
3 stars
Veto
0.02%
51 501 stars
Abstain
Details
Proposer
-
Total deposit
1 000 stars
Submit time
2022.05.10 at 19:05:38
Deposit end time
2022.05.24 at 19:05:38
Description
Description\n\nBy voting YES on this proposal, you agree that the code attached to this proposal will be uploaded to the Stargaze blockchain.\n\n## Source Code\n\nhttps://github.com/public-awesome/stargaze-contracts/tree/v0.15.0/contracts/claim\n\n## Verifiying Contract\n\n\n# download contract from proposal\nstarsd q gov proposal [proposal-number] -o json | jq -r .content.wasm_byte_code | base64 --decode > contract.wasm.gz\n\n# decompress contract\ngzip -d -c contract.wasm.gz > contract.wasm \n\n# generate checksum\nsha256sum contract.wasm\n\n# clone repo and checkout release\ngit clone https://github.com/public-awesome/stargaze-contracts.git\ncd stargaze-contracts\ngit checkout v0.15.0\n\n# compile and optimize contract\ndocker run --rm -v "$(pwd)":/code \\n--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \\n--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \\ncosmwasm/workspace-optimizer:0.12.5\n\n# verify checksum \nsha256sum artifacts/claim.wasm\n
Votes
Voter
Answer