Skip to content

Releases: AztecProtocol/aztec-packages

v0.1.0-alpha57

05 Sep 19:19
6b93483
Compare
Choose a tag to compare
v0.1.0-alpha57 Pre-release
Pre-release

0.1.0-alpha57 (2023-09-05)

Bug Fixes

v0.1.0-alpha56

05 Sep 18:59
7cac648
Compare
Choose a tag to compare
v0.1.0-alpha56 Pre-release
Pre-release

0.1.0-alpha56 (2023-09-05)

Bug Fixes

  • use COMMIT_TAG_VERSION properly in deploy_dockerhub (#2033) (064ddc3)

v0.1.0-alpha55

05 Sep 18:48
4c9a438
Compare
Choose a tag to compare
v0.1.0-alpha55 Pre-release
Pre-release

0.1.0-alpha55 (2023-09-05)

Bug Fixes

  • build-system: undefined IMAGE_TAG and ARG_TAG (#2030) (dfdba4b)

v0.1.0-alpha54

05 Sep 18:33
a0ccd4a
Compare
Choose a tag to compare
v0.1.0-alpha54 Pre-release
Pre-release

0.1.0-alpha54 (2023-09-05)

Bug Fixes

  • try to catch last undefined safety issues (#2027) (12e7486)

v0.1.0-alpha53

05 Sep 17:15
1990779
Compare
Choose a tag to compare
v0.1.0-alpha53 Pre-release
Pre-release

0.1.0-alpha53 (2023-09-05)

Bug Fixes

v0.1.0-alpha52

05 Sep 16:58
0c6dd60
Compare
Choose a tag to compare
v0.1.0-alpha52 Pre-release
Pre-release

0.1.0-alpha52 (2023-09-05)

Features

  • docs: set up noir contracts in getting-started (#1770) (33eb99d)

Bug Fixes

  • Complete JS call stacks across ACVM wasm boundaries (#2013) (8e84e46)
  • deploy_ecr calculating CONTENT_HASH (#2024) (edee198)
  • Option to fail silently when retrying (#2015) (453c9c1)

v0.1.0-alpha51

05 Sep 15:00
c5d95c8
Compare
Choose a tag to compare
v0.1.0-alpha51 Pre-release
Pre-release

0.1.0-alpha51 (2023-09-05)

Bug Fixes

v0.1.0-alpha50

05 Sep 14:31
8135fee
Compare
Choose a tag to compare
v0.1.0-alpha50 Pre-release
Pre-release

0.1.0-alpha50 (2023-09-05)

⚠ BREAKING CHANGES

  • update to acvm 0.24.0 (#1925)

Features

  • 892: add hints for matching transient read requests with correspondi… (#1995) (0955bb7)
  • Add support for assert messages & runtime call stacks (#1997) (ac68837)
  • Aztec.nr: Kernel return types abstraction (#1924) (3a8e702)
  • ci: use content hash in build system, restrict docs build to *.ts or *.cpp (#1953) (0036e07)
  • do not allow slot 0 in noir-libs (#1884) (54094b4), closes #1692
  • throwing when submitting a duplicate tx of a settled one (#1880) (9ad768f), closes #1810
  • typos, using Tx.clone functionality, better naming (#1976) (00bca67)

Bug Fixes

Miscellaneous

Read more

v0.1.0-alpha49

30 Aug 15:06
685e3a9
Compare
Choose a tag to compare
v0.1.0-alpha49 Pre-release
Pre-release

0.1.0-alpha49 (2023-08-30)

Features

Bug Fixes

Miscellaneous

  • 1074: remove read request data from final private kernel circuit public inputs (#1840) (c61557a)
  • Reenable and refactor nested calls e2e tests (#1868) (570de80), closes #1587
  • Update formatting (#1874) (fb973ca)

v0.1.0-alpha48

30 Aug 12:30
e89cd26
Compare
Choose a tag to compare
v0.1.0-alpha48 Pre-release
Pre-release

0.1.0-alpha48 (2023-08-30)

Features

  • Add ARM build for Mac + cleanup artifacts (#1837) (270a4ae)
  • broadcasting 'public key' and 'partial address' as L1 calldata (#1801) (78d6444), closes #1778
  • Check sandbox version matches CLI's (#1849) (7279730)
  • docs: adding some nitpick suggestions before sandbox release (#1859) (c1144f7)
  • More reliable getTxReceipt api. (#1793) (ad16b22)
  • noir: use #[aztec(private)] and #[aztec(public) attributes (#1735) (89756fa)
  • Recursive fn calls to spend more notes. (#1779) (94053e4)
  • Simulate enqueued public functions and locate failing constraints on them (#1853) (a065fd5)
  • Update safe_math and move to libraries (#1803) (b10656d)
  • Write debug-level log to local file in Sandbox (#1846) (0317e93), closes #1605

Bug Fixes

  • Conditionally compile base64 command for bb binary (#1851) (be97185)
  • default color to light mode (#1847) (4fc8d39)
  • Disallow unregistered classes in JSON RPC interface and match by name (#1820) (35b8170)
  • Set side effect counter on contract reads (#1870) (1d8881e), closes #1588
  • Truncate SRS size to the amount of points that we have downloaded (#1862) (0a7058c)

Miscellaneous

Documentation