0.7.0 (2023-09-13)
⚠ BREAKING CHANGES
- aztec-noir: rename noir-aztec to aztec-noir (#2071)
Features
- build: Use LTS version of ubuntu (#2239) (ce6671e)
- ci: Run nargo test in ci on all packages (#2197) (cca55f2)
- cli: Add commands for generating ts and nr interfaces (#2241) (c11b70d), closes #2183
- cli: Inspect contract command (#2248) (381706e), closes #2180
- Define specific Sandbox version when running docker-compose up (#2238) (71da236)
- docs: Updated docs explaining Sandbox accounts (#2235) (f560066)
- Optimise sandbox startup time by only initialising the BB solver once. (#2240) (e9cac9c)
- Remove entrypoint collection (#2148) (e97c94d)
- Validate nargo version against expected one (#2254) (011c0b7)
Bug Fixes
- Add cjs-entry to bbjs package files (#2237) (ae16193)
- Add link to example contracts in the monorepo (#2219) (8aede54)
- build: Update ubuntu version used in Docker builds (#2236) (dbe80b7)
- docs: Use code snippet macros in bridge docs (#2205) (0c3a627)
- Format barretenberg (#2209) (0801372)
- Msgpack blowup with bigger objects (#2207) (b909937)
- Refactor constraints in scalar mul to use the high limb (#2161) (1d0e25d)
- Reinstate v stripping in build (#2220) (13d34f5)
- Return partial witnesses based on the content of read requests. (#2164) (a2125f7)
- Try e2e cli timeout bump (#2210) (a039fdd)
- Try workaround sample dapp ci timeout (#2208) (e39f6bf)
Miscellaneous
- Add a Nargo workspace in
noir-contracts
(#2083) (728a79c) - Add debugging to run_tests (#2212) (1c5e78a)
- aztec-noir: Rename noir-aztec to aztec-noir (#2071) (e1e14d2)
- circuits: Merge and root rollup cbind msgpack (#2192) (4f3ecee)
- noir-contracts: 1655 - rename functions to make hack clearer for publicly created notes (#2230) (707bc09)
- Run the test for zero division with mul div up (#2206) (747de6a)
- Update url for acir artifacts (#2231) (5e0abd3)
- Use workspace build with
nargo compile --workspace
(#2266) (9ab66a0)