Releases: FigureTechnologies/digital-currency-consortium
v0.18.6
v0.18.5
v0.18.4
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
v0.18.2
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
What's Changed
- enable push to figure docker hub by @ranadewall in #145
Full Changelog: v0.18.0...v0.18.1
v0.18.0
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
to3.2.10
[SECURITY] by @figure-renovate in #131 - Pin dependency node-fetch from
3.2.10
to3.2.10
by @figure-renovate in #134 - Update Rust crate provwasm from
1.1.1
to1.1.2
and cosmwasm from1.1.5
to1.1.9
by @figure-renovate in #135 - Update Rust crate semver from
1.0.14
to1.0.16
by @figure-renovate in #137 - Update Rust crate serde from
1.0.147
to1.0.152
by @figure-renovate in #138 - Update Rust crate thiserror from
1.0.37
to1.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
What's Changed
- Issue 126 add sale id to the event attributes by @ranadewall in #128
- Issue 129 complete sale bug fix by @ranadewall in #130
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
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
What's Changed
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