Releases: informalsystems/quartz
Releases · informalsystems/quartz
v0.5.1
v0.5.0
v0.4.0
v0.3.1
v0.3.0
What's Changed
- fix: misc release v0.2.0 fixes by @hu55a1n1 in #305
- chore: add changelog by @hu55a1n1 in #306
- fix: pin
liquiddeps to version compatible with rustc 1.81.0 by @Farhad-Shabani in #312 - Don't exit host event loop on enclave errors by @hu55a1n1 in #309
- feat: Azure focal support by @hu55a1n1 in #316
- fix: GrpcClient not taking gas amount into account by @hu55a1n1 in #319
- feat: add more logs by @hu55a1n1 in #318
- feat: define
Signed<M, A>message by @Farhad-Shabani in #321 - feat: backup and restore by @hu55a1n1 in #324
- Add health-check to core service by @hu55a1n1 in #326
- chore: bump tendermint to 40.1 by @dangush in #294
- feat: set admin during contract instantiate by @hu55a1n1 in #327
- fix: restore replay protection by @hu55a1n1 in #329
- fix: keep light client up-to-date by @hu55a1n1 in #328
- fix(enclave): light client verification failure bug by @hu55a1n1 in #334
- cli: add wasm_bin_path flag by @MSalopek in #335
- chore: bump version to v0.3.0 by @MSalopek in #336
New Contributors
- @Farhad-Shabani made their first contribution in #312
- @MSalopek made their first contribution in #335
Full Changelog: v0.2.0...v0.3.0
v0.3.0-alpha.1
Alpha release of v0.3.0.
What's Changed
- fix: misc release v0.2.0 fixes by @hu55a1n1 in #305
- chore: add changelog by @hu55a1n1 in #306
- fix: pin
liquiddeps to version compatible with rustc 1.81.0 by @Farhad-Shabani in #312 - Don't exit host event loop on enclave errors by @hu55a1n1 in #309
- feat: Azure focal support by @hu55a1n1 in #316
- fix: GrpcClient not taking gas amount into account by @hu55a1n1 in #319
- feat: add more logs by @hu55a1n1 in #318
- feat: define
Signed<M, A>message by @Farhad-Shabani in #321 - feat: backup and restore by @hu55a1n1 in #324
- Add health-check to core service by @hu55a1n1 in #326
- chore: bump tendermint to 40.1 by @dangush in #294
- feat: set admin during contract instantiate by @hu55a1n1 in #327
- fix: restore replay protection by @hu55a1n1 in #329
New Contributors
- @Farhad-Shabani made their first contribution in #312
Full Changelog: v0.2.0...v0.3.0-alpha.1
v0.2.0
Release: v0.2.0
This release features a complete redesign of the enclave API (AKA Host-enclave separation) and a new example app (pingpong). It also includes numerous bug-fixes, API improvements and better crate documentation. (see the CHANGELOG.md for more details)
v0.1.0
Initial release of quartz crates
Full Changelog: https://github.com/informalsystems/cycles-quartz/commits/v0.1.0