-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(master): Release 0.26.0 (#4951)
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.26.0</summary> ## [0.26.0](aztec-package-v0.25.0...aztec-package-v0.26.0) (2024-03-05) ### ⚠ BREAKING CHANGES * move noir out of yarn-project ([#4479](#4479)) * note type ids ([#4500](#4500)) * aztec binary ([#3927](#3927)) ### Features * Aztec binary ([#3927](#3927)) ([12356d9](12356d9)) * Note type ids ([#4500](#4500)) ([e1da2fd](e1da2fd)) * Parallel native/wasm bb builds. Better messaging around using ci cache. ([#4766](#4766)) ([a924e55](a924e55)) ### Bug Fixes * Add new oracle contract to devnet in CI ([#4687](#4687)) ([920fa10](920fa10)) * Add registry contract to list ([#4694](#4694)) ([3675e1d](3675e1d)) * Aztec binary fixes ([#4273](#4273)) ([84e1f7d](84e1f7d)) * L1 contract address config ([#4684](#4684)) ([20e7605](20e7605)) * P2p-bootstrap ECS command + /status route ([#4682](#4682)) ([21ec23d](21ec23d)) * Relative LogFn import ([#4328](#4328)) ([1faead5](1faead5)) ### Miscellaneous * Lift rollup address check & deplot kv-store to npm ([#4483](#4483)) ([92d0aa4](92d0aa4)) * Move noir out of yarn-project ([#4479](#4479)) ([1fe674b](1fe674b)), closes [#4107](#4107) * Squash yp ypb + other build improvements. ([#4901](#4901)) ([be5855c](be5855c)) * Updating viem ([#4783](#4783)) ([23bc26a](23bc26a)) </details> <details><summary>barretenberg.js: 0.26.0</summary> ## [0.26.0](barretenberg.js-v0.25.0...barretenberg.js-v0.26.0) (2024-03-05) ### Miscellaneous * **barretenberg.js:** Synchronize aztec-packages versions </details> <details><summary>aztec-cli: 0.26.0</summary> ## [0.26.0](aztec-cli-v0.25.0...aztec-cli-v0.26.0) (2024-03-05) ### ⚠ BREAKING CHANGES * Use new deployment flow in ContractDeployer ([#4497](#4497)) * move noir out of yarn-project ([#4479](#4479)) * note type ids ([#4500](#4500)) * Include contract class id in deployment info ([#4223](#4223)) * aztec binary ([#3927](#3927)) ### Features * **avm-transpiler:** Brillig to AVM transpiler ([#4227](#4227)) ([c366c6e](c366c6e)) * Aztec binary ([#3927](#3927)) ([12356d9](12356d9)) * Aztec.js API for registering a contract class ([#4469](#4469)) ([d566c74](d566c74)) * Include contract class id in deployment info ([#4223](#4223)) ([0ed4126](0ed4126)), closes [#4054](#4054) * Moving the unbox option to npx command ([#4718](#4718)) ([4c3bb92](4c3bb92)) * Note type ids ([#4500](#4500)) ([e1da2fd](e1da2fd)) * Parallel native/wasm bb builds. Better messaging around using ci cache. ([#4766](#4766)) ([a924e55](a924e55)) * Use new deployment flow in ContractDeployer ([#4497](#4497)) ([0702dc6](0702dc6)) ### Bug Fixes * Add new oracle contract to devnet in CI ([#4687](#4687)) ([920fa10](920fa10)) * Load contract artifact from json ([#4352](#4352)) ([47a0a79](47a0a79)) ### Miscellaneous * **docs:** Fix a few links to docs ([#4260](#4260)) ([1c8ea49](1c8ea49)) * Move noir out of yarn-project ([#4479](#4479)) ([1fe674b](1fe674b)), closes [#4107](#4107) * Remove stubbed docs ([#4196](#4196)) ([25a4bc4](25a4bc4)) * Squash yp ypb + other build improvements. ([#4901](#4901)) ([be5855c](be5855c)) * Updating viem ([#4783](#4783)) ([23bc26a](23bc26a)) </details> <details><summary>aztec-packages: 0.26.0</summary> ## [0.26.0](aztec-packages-v0.25.0...aztec-packages-v0.26.0) (2024-03-05) ### ⚠ BREAKING CHANGES * Internal as a macro ([#4898](#4898)) ### Features * Add init check by default to public fns ([#4897](#4897)) ([4550f25](4550f25)) * Enable public constructor functions ([#4896](#4896)) ([7b06895](7b06895)) * Internal as a macro ([#4898](#4898)) ([73d640a](73d640a)) * We no longer update version packages via scripts ([#4962](#4962)) ([31d470b](31d470b)) ### Miscellaneous * Disable failing test temporarily ([ec61974](ec61974)) * Fixed call nesting, tests and docs ([#4932](#4932)) ([bd5c879](bd5c879)) * Specify packages individually for release-please ([#4960](#4960)) ([dddc35f](dddc35f)) * Sync noir repo ([#4947](#4947)) ([7ff9b71](7ff9b71)) * Unused vars cleanup + updated TODOs ([#4883](#4883)) ([3747619](3747619)) * Update escrow to use PrivateImmutable ([#4942](#4942)) ([245d801](245d801)) </details> <details><summary>barretenberg: 0.26.0</summary> ## [0.26.0](barretenberg-v0.25.0...barretenberg-v0.26.0) (2024-03-05) ### Miscellaneous * **barretenberg:** Synchronize aztec-packages versions </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information
Showing
10 changed files
with
119 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
".": "0.25.0", | ||
"yarn-project/cli": "0.25.0", | ||
"yarn-project/aztec": "0.25.0", | ||
"barretenberg": "0.25.0", | ||
"barretenberg/ts": "0.25.0" | ||
".": "0.26.0", | ||
"yarn-project/cli": "0.26.0", | ||
"yarn-project/aztec": "0.26.0", | ||
"barretenberg": "0.26.0", | ||
"barretenberg/ts": "0.26.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
## [0.26.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.25.0...aztec-package-v0.26.0) (2024-03-05) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* move noir out of yarn-project ([#4479](https://github.com/AztecProtocol/aztec-packages/issues/4479)) | ||
* note type ids ([#4500](https://github.com/AztecProtocol/aztec-packages/issues/4500)) | ||
* aztec binary ([#3927](https://github.com/AztecProtocol/aztec-packages/issues/3927)) | ||
|
||
### Features | ||
|
||
* Aztec binary ([#3927](https://github.com/AztecProtocol/aztec-packages/issues/3927)) ([12356d9](https://github.com/AztecProtocol/aztec-packages/commit/12356d9e34994a239d5612798c1bc82fa3d26562)) | ||
* Note type ids ([#4500](https://github.com/AztecProtocol/aztec-packages/issues/4500)) ([e1da2fd](https://github.com/AztecProtocol/aztec-packages/commit/e1da2fd509c75d7886b95655d233165e087cf2ed)) | ||
* Parallel native/wasm bb builds. Better messaging around using ci cache. ([#4766](https://github.com/AztecProtocol/aztec-packages/issues/4766)) ([a924e55](https://github.com/AztecProtocol/aztec-packages/commit/a924e55393daa89fbba3a87cf019977286104b59)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add new oracle contract to devnet in CI ([#4687](https://github.com/AztecProtocol/aztec-packages/issues/4687)) ([920fa10](https://github.com/AztecProtocol/aztec-packages/commit/920fa10d4d5fb476cd6d868439310452f6e8dcc5)) | ||
* Add registry contract to list ([#4694](https://github.com/AztecProtocol/aztec-packages/issues/4694)) ([3675e1d](https://github.com/AztecProtocol/aztec-packages/commit/3675e1d110eccf45986bbbcf35e29746474bb7aa)) | ||
* Aztec binary fixes ([#4273](https://github.com/AztecProtocol/aztec-packages/issues/4273)) ([84e1f7d](https://github.com/AztecProtocol/aztec-packages/commit/84e1f7dd0e005351bb742b015270ab2fd575136d)) | ||
* L1 contract address config ([#4684](https://github.com/AztecProtocol/aztec-packages/issues/4684)) ([20e7605](https://github.com/AztecProtocol/aztec-packages/commit/20e76058e3de7d0d30d6c951fa74d6dd08a68d2c)) | ||
* P2p-bootstrap ECS command + /status route ([#4682](https://github.com/AztecProtocol/aztec-packages/issues/4682)) ([21ec23d](https://github.com/AztecProtocol/aztec-packages/commit/21ec23d54fa69c3515f0d9fa23cc7ea1168d7e6e)) | ||
* Relative LogFn import ([#4328](https://github.com/AztecProtocol/aztec-packages/issues/4328)) ([1faead5](https://github.com/AztecProtocol/aztec-packages/commit/1faead5bf5e07417e2d4452a2e3ff096a273a41a)) | ||
|
||
|
||
### Miscellaneous | ||
|
||
* Lift rollup address check & deplot kv-store to npm ([#4483](https://github.com/AztecProtocol/aztec-packages/issues/4483)) ([92d0aa4](https://github.com/AztecProtocol/aztec-packages/commit/92d0aa40ef9add4b433feed8862ba4286dc7036c)) | ||
* Move noir out of yarn-project ([#4479](https://github.com/AztecProtocol/aztec-packages/issues/4479)) ([1fe674b](https://github.com/AztecProtocol/aztec-packages/commit/1fe674b046c694e1cbbbb2edaf5a855828bb5340)), closes [#4107](https://github.com/AztecProtocol/aztec-packages/issues/4107) | ||
* Squash yp ypb + other build improvements. ([#4901](https://github.com/AztecProtocol/aztec-packages/issues/4901)) ([be5855c](https://github.com/AztecProtocol/aztec-packages/commit/be5855cdbd1993155bd228afbeafee2c447b46a5)) | ||
* Updating viem ([#4783](https://github.com/AztecProtocol/aztec-packages/issues/4783)) ([23bc26a](https://github.com/AztecProtocol/aztec-packages/commit/23bc26a4859d9777c3e6dd49e351a4e6b13a989a)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
## [0.26.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-cli-v0.25.0...aztec-cli-v0.26.0) (2024-03-05) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Use new deployment flow in ContractDeployer ([#4497](https://github.com/AztecProtocol/aztec-packages/issues/4497)) | ||
* move noir out of yarn-project ([#4479](https://github.com/AztecProtocol/aztec-packages/issues/4479)) | ||
* note type ids ([#4500](https://github.com/AztecProtocol/aztec-packages/issues/4500)) | ||
* Include contract class id in deployment info ([#4223](https://github.com/AztecProtocol/aztec-packages/issues/4223)) | ||
* aztec binary ([#3927](https://github.com/AztecProtocol/aztec-packages/issues/3927)) | ||
|
||
### Features | ||
|
||
* **avm-transpiler:** Brillig to AVM transpiler ([#4227](https://github.com/AztecProtocol/aztec-packages/issues/4227)) ([c366c6e](https://github.com/AztecProtocol/aztec-packages/commit/c366c6e6d5c9f28a5dc92a303dcab4a23fb2d84e)) | ||
* Aztec binary ([#3927](https://github.com/AztecProtocol/aztec-packages/issues/3927)) ([12356d9](https://github.com/AztecProtocol/aztec-packages/commit/12356d9e34994a239d5612798c1bc82fa3d26562)) | ||
* Aztec.js API for registering a contract class ([#4469](https://github.com/AztecProtocol/aztec-packages/issues/4469)) ([d566c74](https://github.com/AztecProtocol/aztec-packages/commit/d566c74786a1ea960e9beee4599c1fdedc7ae6eb)) | ||
* Include contract class id in deployment info ([#4223](https://github.com/AztecProtocol/aztec-packages/issues/4223)) ([0ed4126](https://github.com/AztecProtocol/aztec-packages/commit/0ed41261ae43e21f695c35ad753e07adfaaa55f9)), closes [#4054](https://github.com/AztecProtocol/aztec-packages/issues/4054) | ||
* Moving the unbox option to npx command ([#4718](https://github.com/AztecProtocol/aztec-packages/issues/4718)) ([4c3bb92](https://github.com/AztecProtocol/aztec-packages/commit/4c3bb9294fc10ff4663275c952e277eaa7ecd647)) | ||
* Note type ids ([#4500](https://github.com/AztecProtocol/aztec-packages/issues/4500)) ([e1da2fd](https://github.com/AztecProtocol/aztec-packages/commit/e1da2fd509c75d7886b95655d233165e087cf2ed)) | ||
* Parallel native/wasm bb builds. Better messaging around using ci cache. ([#4766](https://github.com/AztecProtocol/aztec-packages/issues/4766)) ([a924e55](https://github.com/AztecProtocol/aztec-packages/commit/a924e55393daa89fbba3a87cf019977286104b59)) | ||
* Use new deployment flow in ContractDeployer ([#4497](https://github.com/AztecProtocol/aztec-packages/issues/4497)) ([0702dc6](https://github.com/AztecProtocol/aztec-packages/commit/0702dc6988149258124184b85d38db930effe0e7)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add new oracle contract to devnet in CI ([#4687](https://github.com/AztecProtocol/aztec-packages/issues/4687)) ([920fa10](https://github.com/AztecProtocol/aztec-packages/commit/920fa10d4d5fb476cd6d868439310452f6e8dcc5)) | ||
* Load contract artifact from json ([#4352](https://github.com/AztecProtocol/aztec-packages/issues/4352)) ([47a0a79](https://github.com/AztecProtocol/aztec-packages/commit/47a0a79f6beaa241eafc94fcae84103488a9dcef)) | ||
|
||
|
||
### Miscellaneous | ||
|
||
* **docs:** Fix a few links to docs ([#4260](https://github.com/AztecProtocol/aztec-packages/issues/4260)) ([1c8ea49](https://github.com/AztecProtocol/aztec-packages/commit/1c8ea497fb1d64da64cb240917a60d57bd1efef8)) | ||
* Move noir out of yarn-project ([#4479](https://github.com/AztecProtocol/aztec-packages/issues/4479)) ([1fe674b](https://github.com/AztecProtocol/aztec-packages/commit/1fe674b046c694e1cbbbb2edaf5a855828bb5340)), closes [#4107](https://github.com/AztecProtocol/aztec-packages/issues/4107) | ||
* Remove stubbed docs ([#4196](https://github.com/AztecProtocol/aztec-packages/issues/4196)) ([25a4bc4](https://github.com/AztecProtocol/aztec-packages/commit/25a4bc490a53304110e7e1f79e99f4c8b7639164)) | ||
* Squash yp ypb + other build improvements. ([#4901](https://github.com/AztecProtocol/aztec-packages/issues/4901)) ([be5855c](https://github.com/AztecProtocol/aztec-packages/commit/be5855cdbd1993155bd228afbeafee2c447b46a5)) | ||
* Updating viem ([#4783](https://github.com/AztecProtocol/aztec-packages/issues/4783)) ([23bc26a](https://github.com/AztecProtocol/aztec-packages/commit/23bc26a4859d9777c3e6dd49e351a4e6b13a989a)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters