What's Changed
- Multi-Transfer (12 transfers per tx) and E2E Test by @suyash67 in #1031
- fix: Hack an ordering index for enqueued public calls by @spalladino in #1639
- deprecate
isMined()
by @rahul-kothari in #1649 - fix bb conflicts by @jeanmon in #1648
- fix: mirror after direct bb merge by @ludamad in #1651
- Replace assert_contains with assert_contains_and_remove. by @LeilaWang in #1636
- feat: Honk recursive verifier Pt. 1 by @ledwards2225 in #1488
- Use Option from noir stdlib. by @LeilaWang in #1656
- fix(sync): Sync latest globals within merkle tree ops by @Maddiaa0 in #1612
- test: add tests that check ordering of public state updates by @dbanks12 in #1661
- chore: remove individual historic roots from privateCircuitPublicInputs by @Maddiaa0 in #1571
- chore: Add rebuild pattern for bb-bin-tests to rebuild when ts folder is changed and add target folder for bb-bin-test by @kevaundray in #1640
- fix: fix paths in
barretenberg
bootstrap.sh script by @TomAFrench in #1662 - fix!: Barretenberg binaries now take in the encoded circuit instead of a json file by @kevaundray in #1618
- fix: bb sync take 2 by @ludamad in #1669
- chore: Fix typo by @kevaundray in #1681
- fix: update decoder block specification comment by @LHerskind in #1690
- fix(acir): when retrying failed ACIR tests it should not use the default CLI argument by @kevaundray in #1673
- chore(bb): refactor bb CLI interface by @kevaundray in #1672
- make getting started page neater to read by @rahul-kothari in #1657
- fix: post bb merge sync by @ludamad in #1697
- fix compile script output dir bug by @rahul-kothari in #1702
- hack(ordering): public state action ordering by @dbanks12 in #1685
- fix: Don't include SRS in sandbox docker img by @spypsy in #1704
- chore: Enforce PR titles follow conventional commit specification by @kevaundray in #1706
- chore(bb): upgrade to clang16 for Linux builds by @kevaundray in #1705
- fix(bb): fix Typo by @kevaundray in #1709
- chore: sync bb master by @kevaundray in #1710
- fix: Remove automatic update to
AztecProtocol/dev-bb.js
by @kevaundray in #1712 - chore: sync bb master by @kevaundray in #1713
- chore: re-enabling pubkey check by @benesjan in #1720
- docs: Use the pre-processor code snippet import method by @PhilWindle in #1719
- feat(noir): better NoteGetterOptions. by @LeilaWang in #1695
- feat(docs): add tabs for deploying contract with cli and aztec.js by @rahul-kothari in #1703
- feat: Initial trazability of ACIR by @sirasistant in #1701
- fix: clang version in README and subrepo edge case by @ludamad in #1730
- chore: update bootstrap.sh in Barretenberg to check for clang 16 by @Orloaft in #1717
- fix: update barretenberg bootstrap.sh for mac by @ludamad in #1732
- fix: revert clang check bootstrap.sh by @ludamad in #1734
- refactor: simplified AztecRpc.registerAccount function by @benesjan in #1729
- feat: no unlimited retries by default in aztec.js by @benesjan in #1723
- fix: Fix race condition between RPC Server and Aztec Node by @PhilWindle in #1700
Full Changelog: v0.1.0-alpha43...v0.1.0-alpha44