Skip to content

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

Merged
spalladino merged 1 commit into
masterfrom
palla/context-union
Sep 9, 2023
Merged

feat(noir): Introduce context union to simplify storage declarations#2143
spalladino merged 1 commit into
masterfrom
palla/context-union

Conversation

@spalladino

Copy link
Copy Markdown
Contributor

Fixes #2012

@benesjan benesjan left a comment

Copy link
Copy Markdown
Contributor

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

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

Reduce the verbosity of state variable declarations

2 participants