Releases: iExec-Nox/nox-confidential-contracts
Releases · iExec-Nox/nox-confidential-contracts
Release list
v0.2.2
v0.2.1
v0.2.0
0.2.0 (2026-06-03)
⚠ BREAKING CHANGES
- Make optimized contracts as the default for token and wrapper (#29)
- Rename "advanced" and "basic" contracts to use "optimized" and "raw" (#28)
🚀 Added
✍️ Changed
- Fix upgradeable wrapper initialization and add tests (#26) (29903fb)
- Make optimized contracts as the default for token and wrapper (#29) (445ec98)
- Rename "advanced" and "basic" contracts to use "optimized" and "raw" (#28) (8ca08ef)
📋 Misc
v0.1.0
0.1.0 (2026-04-09)
This first release introduces the ERC7984 confidential token standard and its ecosystem. It covers the base implementation, transfer and transferAndCall support, an ERC20 wrapper with wrap/unwrap flows, advanced compute primitives integration, and an upgradeable contract variant. The project is licensed under MIT in alignment with other Nox repositories.
🚀 Added
- Init project (66ea531)
- ERC7984 base (#3) (30a3638)
- ERC7984 transfers (#4) (7970216)
- ERC7984
transferAndCall(#6) (07856eb) - ERC7984 ERC20 wrapper (#8) (eedd08f)
- Implement ERC7984 with advanced functions (#10) (11f4be3)
- Implement ERC7984 to ERC20 wrapper with advanced primitives (#11) (e8281d7)
- Implement
finalizeUnwrap(#12) (8e1c6bf) - Refactor and add upgradeable ERC7984 contract (#17) (a3955d2)
✍️ Changed
- Use latest Nox protocol version (#9) (9909ab4)
- Remove duplicate amount from
finalizeUnwrap(#13) (eb0099d) - Remove
isInitializedchecks (#18) (ad64aa1)