Skip to content

Releases: FigureTechnologies/digital-currency-consortium

v0.18.6

07 Jun 20:57
0dd8017
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.4...v0.18.6

v0.18.5

07 Jun 20:10
c5d0e4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.4...v0.18.5

v0.18.4

28 Mar 13:54
874740f
Compare
Choose a tag to compare

What's Changed

  • Fixes release upload tag so it uploads to an existing release. by @scirner22 in #152

Full Changelog: v0.18.3...v0.18.4

v0.18.3

28 Mar 13:00
de60195
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.2...v0.18.3

v0.18.2

27 Mar 20:09
92af6c0
Compare
Choose a tag to compare

What's Changed

Upgrade service and smart contract dependencies to newer versions.

Smart contract binaries are no longer committed into codebase but instead added to release directly.

Migration Guide

No changes needed.

Full Changelog: v0.18.1...v0.18.2

v0.18.1

09 Feb 21:28
65e3784
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.18.1

v0.18.0

08 Feb 20:29
d2a7c3e
Compare
Choose a tag to compare

What's Changed

  • Configure Renovate by @figure-renovate in #127
  • Pin dependencies by @figure-renovate in #132
  • Update dependency node-fetch from 3.1.0 to 3.2.10 [SECURITY] by @figure-renovate in #131
  • Pin dependency node-fetch from 3.2.10 to 3.2.10 by @figure-renovate in #134
  • Update Rust crate provwasm from 1.1.1 to 1.1.2 and cosmwasm from 1.1.5 to 1.1.9 by @figure-renovate in #135
  • Update Rust crate semver from 1.0.14 to 1.0.16 by @figure-renovate in #137
  • Update Rust crate serde from 1.0.147 to 1.0.152 by @figure-renovate in #138
  • Update Rust crate thiserror from 1.0.37 to 1.0.38 by @figure-renovate in #139
  • upgrade to latest event stream by @ranadewall in #143

New Contributors

  • @figure-renovate made their first contribution in #127

Full Changelog: v0.17.0...v0.18.0

v0.17.0

14 Dec 20:47
8de5899
Compare
Choose a tag to compare

What's Changed

v0.17.0 formally releases the new sale smart contract to support tight integration with executing bilateral exchange of a native digital asset against DCC token.

Migration Guide

No changes needed.

Full Changelog: v0.17.0-rc1...v0.17.0

v0.17.0-rc1

23 Nov 20:08
bcb7ae3
Compare
Choose a tag to compare
v0.17.0-rc1 Pre-release
Pre-release

What's Changed

v0.17.0 is wholly additive to the existing DCC smart contract, and does not modify existing DCC middleware. A new sale smart contract is added to support tight integration with executing bilateral exchange of a native digital asset against DCC token.

Migration Guide

No changes needed.

Full Changelog: v0.16.4...v0.17.0-rc1

v0.16.4

11 Aug 18:14
72e3d46
Compare
Choose a tag to compare

What's Changed

  • issue119 Version to provwasm 1.1.0 and fix audit findings @leeduan #120

Migration Guide

This build does not include a dockerhub release as we have just moved repository from Provenance to FigureTechnologies github organizations. We are in the process of setting up CI/CD pipeline for deployment to dockerhub.

Testnet smart contract instances have already been patched:

provenanced query wasm list-contract-by-code 216 --node=[https://rpc.test.provenance.io:443](https://rpc.test.provenance.io/) --testnet -o json | jq

{
  "contracts": [
    "tp10nrrxsq8a354whlkmdqsdrw5uzrkxxermrysj3",
    "tp15qkf84uddc0zjpkjrn64rln75w40plrtcq4kp3",
    "tp1j8sdkd44xj8ev99nyeu9ctl37tgz9gu64qrstvpfvjhxwy9yc0kq3j62nm"
  ],
  ...
}

Full Changelog: v0.16.3...v0.16.4