Proposal Details

Proposal #183

Passed

Proposal title

Marketplace v1.5.0 Contract

Submit time

Deposit end time

Voting start time

Voting end time

Tally result

100.00%

Proposal #183 description

Store WASM Code

This uploads the code for Marketplace v1.5.0 the following updates:

  • Adds a new reject offer message
  • Bugfix for operators removing invalid asks (when approval has been removed or not present)

The source code is available at https://github.com/public-awesome/marketplace/releases/tag/v1.5.0

Compile Instructions

docker run --rm -v \$(pwd)\:/code \\ --mount type=volume,source=\$(basename \$(pwd)\)_cache\,target=/code/target \\ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \\ cosmwasm/workspace-optimizer:0.12.13

This results in the following SHA256 checksum:

5d61785ce03ff3aef0560dbaa12123928aa453d6fc49342851f4d0f8523abdb3 sg_marketplace.wasm

Verify On-chain Contract

starsd q gov proposal $id --output json \\ | jq -r '.content.wasm_byte_code' \\ | base64 -d \\ | gzip -dc \\ | sha256sum

Verify Local Contract

sha256sum artifacts/sg_marketplace.wasm

Proposal #183 overview

Total votes
1,036
Voters
1,025
Total deposit
50,000 STARS