Conversation
## Summary Fixes `aztec --version` returning `unknown` when installed via `install.aztec-labs.com`. Closes https://linear.app/aztec-labs/issue/A-642/aztec-version-returns-unkonwn ClaudeBox log: https://claudebox.work/s/9b17d34db367f45c?run=1
Removes the default multiplier setting in our deployment scripts.
Our `network_defaults.yml` hardcoded a single snapshots provider for mainnet. But this should be removed in favour of using the network config json file.
This PR adds transaction filestore config to the network config schema.
Simplifies the issue of summing two different rates over two different magnitudes. Fixes A-655
Update the hints building process in PrivateKernelResetPrivateInputsBuilder to match the private kernel reset circuit: - Do not squash a note hash if a future log is linked to it. - It can only be squashed when all its logs are included in the public inputs and can be squashed together. - Use the contract address to decide the type of a read request: - Empty contract address -> settled read request - Non-empty contract address -> pending read request - Clear read requests first when note hashes/nullifiers/private logs will overflow and there's not enough transient data to be reset. - Remove the assumption that the protocol/first nullifier has empty contract address.
Reduces the severity of a log line.
ludamad
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BEGIN_COMMIT_OVERRIDE
fix: fall back to package.json for CLI version detection (#21382)
chore: Removed multiplier config (#21412)
chore: Removed default snapshot url config (#21413)
chore: Read tx filestores from network config (#21416)
feat(p2p): use l2 priority fee only for tx priority (#21420)
fix: update private kernel reset hints builder (#20760)
END_COMMIT_OVERRIDE