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: Implement the new inbox that build trees #4825

Closed
Tracked by #4492
LHerskind opened this issue Feb 28, 2024 · 0 comments · Fixed by #4880 or #4978
Closed
Tracked by #4492

feat: Implement the new inbox that build trees #4825

LHerskind opened this issue Feb 28, 2024 · 0 comments · Fixed by #4880 or #4978
Assignees

Comments

@LHerskind
Copy link
Contributor

LHerskind commented Feb 28, 2024

Use the Frontier.sol tree implementation to build the inbox as described in yp/inbox. Build a reference implementation at first, gas-cost wise it is fine that we deploy a contract with the new tree if that makes it easier to write it.

Optimizations can come later.

The implementation should emit an event LeafInserted(treeNumber, index, value) that the sequencer can easily collect to build the trees as part of #4828 later.

@benesjan benesjan self-assigned this Feb 29, 2024
benesjan added a commit that referenced this issue Mar 6, 2024
PhilWindle pushed a commit that referenced this issue Mar 6, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>aztec-package: 0.26.3</summary>

##
[0.26.3](aztec-package-v0.26.2...aztec-package-v0.26.3)
(2024-03-06)


### Miscellaneous

* **aztec-package:** Synchronize aztec-packages versions
</details>

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

##
[0.26.3](barretenberg.js-v0.26.2...barretenberg.js-v0.26.3)
(2024-03-06)


### Miscellaneous

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

<details><summary>aztec-cli: 0.26.3</summary>

##
[0.26.3](aztec-cli-v0.26.2...aztec-cli-v0.26.3)
(2024-03-06)


### Miscellaneous

* **aztec-cli:** Synchronize aztec-packages versions
</details>

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

##
[0.26.3](aztec-packages-v0.26.2...aztec-packages-v0.26.3)
(2024-03-06)


### Features

* New Inbox
([#4880](#4880))
([c5e8014](c5e8014)),
closes
[#4825](#4825)


### Bug Fixes

* Remove l1 contracts publishing
([#4985](#4985))
([fb6552c](fb6552c))


### Miscellaneous

* Update bootstrap instructions in the readme
([#4968](#4968))
([959158b](959158b))
</details>

<details><summary>barretenberg: 0.26.3</summary>

##
[0.26.3](barretenberg-v0.26.2...barretenberg-v0.26.3)
(2024-03-06)


### 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).
AztecBot added a commit to AztecProtocol/barretenberg that referenced this issue Mar 7, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>aztec-package: 0.26.3</summary>

##
[0.26.3](AztecProtocol/aztec-packages@aztec-package-v0.26.2...aztec-package-v0.26.3)
(2024-03-06)


### Miscellaneous

* **aztec-package:** Synchronize aztec-packages versions
</details>

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

##
[0.26.3](AztecProtocol/aztec-packages@barretenberg.js-v0.26.2...barretenberg.js-v0.26.3)
(2024-03-06)


### Miscellaneous

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

<details><summary>aztec-cli: 0.26.3</summary>

##
[0.26.3](AztecProtocol/aztec-packages@aztec-cli-v0.26.2...aztec-cli-v0.26.3)
(2024-03-06)


### Miscellaneous

* **aztec-cli:** Synchronize aztec-packages versions
</details>

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

##
[0.26.3](AztecProtocol/aztec-packages@aztec-packages-v0.26.2...aztec-packages-v0.26.3)
(2024-03-06)


### Features

* New Inbox
([#4880](AztecProtocol/aztec-packages#4880))
([c5e8014](AztecProtocol/aztec-packages@c5e8014)),
closes
[#4825](AztecProtocol/aztec-packages#4825)


### Bug Fixes

* Remove l1 contracts publishing
([#4985](AztecProtocol/aztec-packages#4985))
([fb6552c](AztecProtocol/aztec-packages@fb6552c))


### Miscellaneous

* Update bootstrap instructions in the readme
([#4968](AztecProtocol/aztec-packages#4968))
([959158b](AztecProtocol/aztec-packages@959158b))
</details>

<details><summary>barretenberg: 0.26.3</summary>

##
[0.26.3](AztecProtocol/aztec-packages@barretenberg-v0.26.2...barretenberg-v0.26.3)
(2024-03-06)


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