aztec-packages icon indicating copy to clipboard operation
aztec-packages copied to clipboard

Results 395 aztec-packages issues
Sort by recently updated
recently updated
newest added

Today PXE usually calls `findLeafIndex` followed by `getSiblingPath` given the result. We should add a method to batch both together and eliminate a roundtrip. Consider `getSiblingPathByValue(blockNumber, treeId, value)`.

This debug method accepts and stores in memory an unbounded number of function signatures. We should either remove the method, or enable only using a debug flag, or add a...

As per title. Every time `getCurrentBaseFees` is hit, which is exposed in the RPC API and also called every time we need to validate a sent tx, we do multiple...

At the time of writing this, we have a setup where a set of addresses makes up the validator. Namely we got (attester, proposer, withdrawer). Where the proposer could be...

Expensive, since it requires iterating over all sentinel data to produce. Consider adding a `getValidatorStats(validator)` to the vanilla API if we need that info to be available.

Also some changes to tx trace based on discussions.

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.

Provide an alternative `bb.js` version that is not bundled by webpack, to use with modern bundlers.