PhilWindle
PhilWindle
This PR is the first of several where we are moving to use native implementations of Merkle Trees for performance reasons. It includes: 1. The core tree implementations for both...
```[tasklist] ### Tasks - [ ] https://github.com/AztecProtocol/aztec-packages/issues/5053 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/5122 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/5054 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/5055 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/5056 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/5126 - [ ]...
This PR simply caches the calculated base fees in the node to prevent excessive requests
This PR introduces benchmarks for the native world state.
When txs are gossiped. They are done so by using the tx hash only as a message ID. This doesn't include the proof at all. We should look at incorporating...
Currently, if the node software is hard stopped, it is possible that the world state will have inconsistent tree states. Usually this will be the result of being in the...
Currently if the world state trees become out of sync with one another, the node simply throws an error and informs the node operator that they need to clean their...