aztec-packages
aztec-packages copied to clipboard
Fixes #14291
Fixes #11639 Nowhere in our codebase we wanted to receive both public and private logs and for this reason I separated the 2 APIs. This was especially problematic in Noir...
See [tracking issue](https://github.com/AztecProtocol/aztec-packages/issues/14111) for remaining work. # Contract Changes ## Periphery Pretty much [to spec](https://github.com/AztecProtocol/engineering-designs/blob/3e4d81b5785732ba38ca639392a4c6d49e765924/docs/custom-slashing/dd.md). The slash factory now works on payloads that take in arrays of validators, amounts, and...
This PR builds on top of #14417
Avoids recomputing them every time a block is loaded.
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...
Tweaks tx reqresp so that a given peer can be "pinned". In all reqresp rounds, that peer is always requested all messages (up to the peer quota to avoid getting...