aztec-packages
aztec-packages copied to clipboard
### Problem Statement Currently, for a Sequencer operator to properly manager their node as a Provider, you need to poll the staking API, so that you can get the state...
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).
Related to https://github.com/AztecProtocol/aztec-packages/issues/16245 Part of F-96 Note this changeset as is right now doesn't even compile, and many details (such as stale comments) are not there yet. Sharing early to...
In `internal_division` function: https://github.com/AztecProtocol/barretenberg/blob/4306250af7b46d804168b59b37cec65303acbc63/cpp/src/barretenberg/stdlib/primitives/bigfield/bigfield_impl.hpp#L922-L926 We compute: $$a = \frac{n_1 + n_2 + \dots + n_k}{d}$$ for bigfield elements $n_1, n_2, \dots, n_k$ and $d$. We can add a minor simplification...
totalInstructions and manaUsed are broken since https://github.com/AztecProtocol/aztec-packages/pull/17952
## Summary Optimizes the `partially_evaluate` method in sumcheck with multiple improvements to parallelization strategy, code clarity, and compile-time optimization, resulting in significant performance gains. ## Changes ### Core Optimizations 1....
Observation from Nico (paraphrased): Currently, knowledge of an address is enough to know whether that address has be initialized. Of course, any contract with public functions is publicly known to...
The busy mans inbox optimisations, altering the design to use a snapshotted hash-chain that can be used to derive ranges of the `in_hash` value for block production. Alters the time...
Fixes #14917 ## Note for reviewer I think this PR is now quite complete and the only significant thing missing is the implementation and usage of `ClosedSharedMutable` here ([relevant comment](https://github.com/AztecProtocol/aztec-packages/issues/14917#issuecomment-2960329494))....