Skip to content

Releases: securesecrets/shade

Pulsar-2 Bugfix

18 Aug 04:13
9e43008
Compare
Choose a tag to compare

Fixed a issue where storing contracts on Pulsar-2 gave the following error:

raw_log: 'failed to execute message; message index: 0: Execution error: Error during
  static Wasm validation: Wasm contract requires unsupported import: "wbindgen_placeholder.__wbindgen_describe".
  Imports supported by VM: ["env.db_read", "env.db_write", "env.db_remove", "env.canonicalize_address",
  "env.humanize_address", "env.query_chain", "env.secp256k1_verify", "env.secp256k1_recover_pubkey",
  "env.secp256k1_sign", "env.ed25519_verify", "env.ed25519_batch_verify", "env.ed25519_sign",
  "env.db_scan", "env.db_next"]. Contract version too new for this VM?: create contract
  failed'

The fix involved:

  • Removing chrono
  • Updating rand package imports in dev-dependencies to be rand = { version = "0.8.5", default-features = false }
  • Cleaning up any stray or unneeded rand dependencies

These fixes were needed to clean wasm-bindgen and getrandom imports out of the Cargo.lock so that the contracts would be compiled normally without use of wasm-bindgen.

The tag was made to ensure that future deployment of oracles built using Cosmwam v0.10 are stable and ready in preparation of Bonds being launched.

Bonds Release

01 Jul 19:50
69d3532
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Shade Airdrop Mainnet release

22 Feb 16:48
ad2a34c
Compare
Choose a tag to compare

TL;DR

  • Shade Mainnet launch
  • Airdrop Mainnet launch
  • Storage Library
  • Errors Library
  • Contract improvements

What's Changed

New Contributors

Full Changelog: v0.2.1...airdrop

v0.2.1 MVP

07 Sep 21:16
9e1015d
Compare
Choose a tag to compare
v0.2.1 MVP Pre-release
Pre-release
  • New Secret Swap Support.
  • Price swings.
  • New Testers.
  • Treasury.
  • Micro MInt.

MVP

26 Aug 01:26
23f37ba
Compare
Choose a tag to compare
MVP Pre-release
Pre-release

This is MVP Release.

  • It has all the four Minting and Burns mechanisms in place.
  • Working Oracle.

Know Issues :

  • Getting Price of Shade before entry minting is enabled.
  • Secret Swap liquidity.

First Working Version of SHADE

16 Aug 22:34
1f30218
Compare
Choose a tag to compare
Pre-release
  • Entry Minting Mechanics.