Skip to content

chore: Accumulated backports to v4#21410

Merged
ludamad merged 7 commits intov4from
backport-to-v4-staging
Mar 12, 2026
Merged

chore: Accumulated backports to v4#21410
ludamad merged 7 commits intov4from
backport-to-v4-staging

Conversation

@AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Mar 12, 2026

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

## 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 ludamad enabled auto-merge March 12, 2026 18:07
@ludamad ludamad merged commit 9ada8b8 into v4 Mar 12, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants