Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(noir): Introduce context union to simplify storage declarations #2143

Merged
merged 1 commit into from
Sep 9, 2023

Conversation

spalladino
Copy link
Collaborator

Fixes #2012

Copy link
Contributor

@benesjan benesjan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@spalladino spalladino merged commit 2288e44 into master Sep 9, 2023
@spalladino spalladino deleted the palla/context-union branch September 9, 2023 11:26
PhilWindle pushed a commit that referenced this pull request Sep 11, 2023
🤖 I have created a release *beep* *boop*
---


<details><summary>aztec-packages: 0.6.6</summary>

##
[0.6.6](aztec-packages-v0.6.5...aztec-packages-v0.6.6)
(2023-09-11)


### Features

* **noir:** Introduce context union to simplify storage declarations
([#2143](#2143))
([2288e44](2288e44)),
closes
[#2012](#2012)


### Bug Fixes

* **test:** Fix regex in canary test
([#2165](#2165))
([e5f50df](e5f50df))
</details>

<details><summary>barretenberg.js: 0.6.6</summary>

##
[0.6.6](barretenberg.js-v0.6.5...barretenberg.js-v0.6.6)
(2023-09-11)


### Miscellaneous

* **barretenberg.js:** Synchronize aztec-packages versions
</details>

<details><summary>barretenberg: 0.6.6</summary>

##
[0.6.6](barretenberg-v0.6.5...barretenberg-v0.6.6)
(2023-09-11)


### 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).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
AztecBot pushed a commit to AztecProtocol/barretenberg that referenced this pull request Sep 11, 2023
🤖 I have created a release *beep* *boop*
---


<details><summary>aztec-packages: 0.6.6</summary>

##
[0.6.6](AztecProtocol/aztec-packages@aztec-packages-v0.6.5...aztec-packages-v0.6.6)
(2023-09-11)


### Features

* **noir:** Introduce context union to simplify storage declarations
([#2143](AztecProtocol/aztec-packages#2143))
([2288e44](AztecProtocol/aztec-packages@2288e44)),
closes
[#2012](AztecProtocol/aztec-packages#2012)


### Bug Fixes

* **test:** Fix regex in canary test
([#2165](AztecProtocol/aztec-packages#2165))
([e5f50df](AztecProtocol/aztec-packages@e5f50df))
</details>

<details><summary>barretenberg.js: 0.6.6</summary>

##
[0.6.6](AztecProtocol/aztec-packages@barretenberg.js-v0.6.5...barretenberg.js-v0.6.6)
(2023-09-11)


### Miscellaneous

* **barretenberg.js:** Synchronize aztec-packages versions
</details>

<details><summary>barretenberg: 0.6.6</summary>

##
[0.6.6](AztecProtocol/aztec-packages@barretenberg-v0.6.5...barretenberg-v0.6.6)
(2023-09-11)


### 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).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Reduce the verbosity of state variable declarations
2 participants