Skip to content

Releases: iExec-Nox/nox-confidential-contracts

v0.2.2

Choose a tag to compare

@iexec-s-nox-release-please-app iexec-s-nox-release-please-app released this 01 Jul 12:16
e685645

0.2.2 (2026-07-01)

✍️ Changed

  • prevent self-transfer from inflating balance in ERC7984 (#33) (e3c6336)

v0.2.1

Choose a tag to compare

@iexec-s-nox-release-please-app iexec-s-nox-release-please-app released this 24 Jun 15:50
5e3d882

0.2.1 (2026-06-24)

✍️ Changed

  • missing allowance for totalSuply (#31) (50bcc85)

v0.2.0

Choose a tag to compare

@iexec-s-nox-release-please-app iexec-s-nox-release-please-app released this 05 Jun 10:44
53ee82e

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

  • Add missing upgradeable contracts and refactor inheritance (#24) (73fa08c)

✍️ 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

  • Refactor test files hiararchy (#27) (a83001a)
  • Update Solidity version to 0.8.35 and upgrade @iexec-nox/nox-protocol-contracts to 0.2.3 (#30) (b6fe6c3)

v0.1.0

Choose a tag to compare

@iexec-s-nox-release-please-app iexec-s-nox-release-please-app released this 09 Apr 10:19
4f2fbab

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

✍️ Changed

  • Use latest Nox protocol version (#9) (9909ab4)
  • Remove duplicate amount from finalizeUnwrap (#13) (eb0099d)
  • Remove isInitialized checks (#18) (ad64aa1)

📋 Misc