Skip to content

Releases: kent-3/amber

v1.1.1

17 Feb 17:46
Compare
Choose a tag to compare

What's Changed

  • Updated the Cargo.lock file

Full Changelog: v1.1.0...v1.1.1

Verify Contract

git clone --depth=1 --sparse --branch v1.1.1 https://github.com/kent-3/amber.git
cd amber
git sparse-checkout set token
cd token
make compile-optimized-reproducible # produces contract.wasm.gz
gunzip -k contract.wasm.gz # produces contract.wasm
secretcli query compute code 1592 chain_contract.wasm # downloads wasm code from chain
sha256sum contract.wasm
sha256sum chain_contract.wasm

v1.1.0

17 Feb 15:20
0ba8b65
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Verify Contract

git clone --depth=1 --sparse --branch v1.1.0 https://github.com/kent-3/amber.git
cd amber
git sparse-checkout set token
cd token
make compile-optimized-reproducible # produces contract.wasm.gz
secretcli q compute code <code_id TBD> chain_contract.wasm.gz # downloads wasm code from chain
sha256sum contract.wasm.gz
sha256sum chain_contract.wasm.gz

Distributor Contract

20 Nov 03:41
Compare
Choose a tag to compare

Ready for mainnet

test

10 Oct 22:26
Compare
Choose a tag to compare
test Pre-release
Pre-release

test