Proposals of #87

CosmWasm cw4-group Contract v0.16.0

Exec Legacy Content
passed
Expected result
Turnout / Quorum
63.73% / 20.00%
Voting start 2022.11.26 at 05:11:26
Voting end 2022.11.29 at 05:11:26
98.91%
506 676 345 stars
Yes
0.01%
27 507 stars
No
0.00%
11 115 stars
Veto
1.08%
5 529 120 stars
Abstain

Details

Proposer
-
Total deposit
5 000 stars
Submit time
2022.11.26 at 05:11:26
Deposit end time
2022.12.10 at 05:12:26

Description

Store WASM Code\n\nThis uploads the code for cw4-group, a contract for creating a group of members associated with a weight (voting power).\n\nIt is used by the splits contract, as well as DAO contracts to manage membership.\n\nThe source code is available at https://github.com/CosmWasm/cw-plus/releases/tag/v0.16.0.\n\n### Compile Instructions\n\nsh\ndocker run --rm -v \$(pwd)\:/code --platform linux/amd64 \\\n --mount type=volume,source=\$(basename \$(pwd)\)_cache\,target=/code/target \\\n --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \\\n cosmwasm/workspace-optimizer:0.12.9\n\n\nThis results in the following SHA256 checksum:\n\n\n121aa4b84fb68d7b0bff511f7df18cbf1e0dbf54c6ad9cf5e0d9e4c5ade9895a cw4_group.wasm\n\n\n### Verify On-chain Contract\n\nsh\nstarsd q gov proposal $id --output json \\\n| jq -r '.content.wasm_byte_code' \\\n| base64 -d \\\n| gzip -dc \\\n| sha256sum\n\n\n### Verify Local Contract\n\n\nsha256sum artifacts/cw4_group.wasm\n\n\n

Votes

Voter
Answer