Releases: oasisprotocol/nexus
Releases · oasisprotocol/nexus
Oasis Nexus 0.2.2
Oasis Nexus 0.2.1
New features
Little things
Bug fixes
- runtime: fix owner update for burned NFT instances by @pro-wh in #589
- runtime: add explicit PossibleNFT.Burned field by @pro-wh in #590
Full Changelog: v0.2.0...v0.2.1
Oasis Nexus 0.2.0
Internal Changes
- consolidate migrations by @Andrew7234 in #574
Note
This release is not backwards compatible due to the db schema consolidation in 574. We recommend a full db wipe prior to upgrading to this release.
If upgrading an existing deployment, you should first upgrade to v0.1.26
and then upgrade to v0.2.0
to ensure that all db migrations are properly applied. Devs will also need to manually adjust the schema_migrations
table to 5 to ensure that future migrations are properly applied.
Full Changelog: v0.1.26...v0.2.0
Oasis Nexus 0.1.26
Oasis Nexus 0.1.25
Spotlight change
- query block by hash by @Andrew7234 in #581
New features
- analyzer/consensus: Support ParametersChange proposal by @ptrus in #573
- analyzer/runtime: Support WROSE events Deposit, Withdrawal by @mitjat in #575
Little things
- analyzer: damask: Warn about incompatibility with slow-sync by @mitjat in #565
- config: Add Eden chain context and genesis heights by @ptrus in #576
- Removed hardwired "Emerald" from API docs by @csillag in #580
- Improve documentation of the block hash argument by @csillag in #582
Full Changelog: v0.1.24...v0.1.25
Oasis Nexus 0.1.24
Oasis Nexus 0.1.23
New features
- parse unencrypted results for confidential txs by @Andrew7234 in #544
Bug fixes
Full Changelog: v0.1.22...v0.1.23
Oasis Nexus 0.1.22
New features
Internal changes
- Rename enigma -> eden by @mitjat in #562
- Add "bisect" tool for finding where oasis-node and db diverge by @mitjat in #564
Bug fixes
Full Changelog: v0.1.21...v0.1.22
Oasis Nexus 0.1.21
New features
- analyzer: Slow-sync analyzers wait only for relevant fast-sync analyzers to complete by @mitjat in #558
- Connect to oasis-node lazily by @mitjat in #555
Internal changes
Bug fixes
- analyzer: Fix syntax error in SQL (TakeEscrow) by @mitjat in #560
- runtime/evm: prevent saving invaild NFT metadata JSON by @pro-wh in #561
Full Changelog: v0.1.20...v0.1.21