Conversation
[SQUASHED] Update bb, remove stdlib/types/types.hpp and couple of other fixes. remove any `stdlib::types`. update bb to point to temp aztec3. remove `USE_TURBO`. Include array package. Bump wasm memory to use 30 initial pages. fix abi TS tests. Fix circuit js test. remove stdlib/types from init in public kernel circuit. update abi snapshots. update bb. Increase merkle tree test timeout by 2 sec. Compute empty subtree roots in runtime (doing so in compile time creates issue of empty runtime generator tables) fix. Use lookup-pedersen for hashing nullifier leaves. Fix a merkle tree test. Bump up merkle tree test timeout by 1 more sec. TRY large timeout for merkle tests. Change composer in `mockedKeys.json` to ultra. chore: updated contract json keys increase e2e test timeouts. e2e timeout increase (again). revert test filter in merkle tree ts. Fix build post rebase. Use lookup pedersen hash in native types for merkle hashing. update empty L2 block hash hard-coded value. Fix pk native circuit wasm. remove old code. remove comments. remove more logs.
suyash67
marked this pull request as ready for review
April 26, 2023 12:19
Contributor
Author
|
Stale (duplicated) PR, so closing it. |
rangozd
pushed a commit
to rangozd/aztec-packages
that referenced
this pull request
Aug 5, 2026
…ling (AztecProtocol#383) Port of AztecProtocol#24105. ## Problem CI DNS failures (`curl: (6) Could not resolve host …`) are consistent with AWS's link-local PPS limit: traffic to the Amazon resolver (VPC `.2` / `169.254.169.253`) is capped at ~1024 pps per ENI; over that, packets are silently dropped (`linklocal_allowance_exceeded`). The devbox container and nested dind both query the VPC resolver directly with no caching, and the build's parallelism blows past the cap. ## Fix Route container DNS through the host's caching `systemd-resolved`: expose its stub on the instance's primary private IP (reachable from the devbox container and nested dind) via `DNSStubListenerExtra`, and point containers at it with `docker run --dns`. Repeat lookups become cache hits and never reach the throttled resolver. Fails safe: if the IP can't be derived, `systemd-resolved` isn't active, or the stub doesn't bind (health-checked via `ss`), `priv_ip` is cleared and `--dns` omitted — DNS unchanged. ## Validation `bash -n` on `ci3/bootstrap_ec2`; rendered+checked the injected host-script block; verified the `ip route get` parse and `--dns` expansion. Full validation is the CI run itself.
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.
[SQUASHED] Update bb, remove stdlib/types/types.hpp and couple of other fixes.
remove any
stdlib::types.update bb to point to temp aztec3.
remove
USE_TURBO.Include array package.
Bump wasm memory to use 30 initial pages.
fix abi TS tests.
Fix circuit js test.
remove stdlib/types from init in public kernel circuit.
update abi snapshots.
update bb.
Increase merkle tree test timeout by 2 sec.
Compute empty subtree roots in runtime (doing so in compile time creates issue of empty runtime generator tables)
fix.
Use lookup-pedersen for hashing nullifier leaves.
Fix a merkle tree test.
Bump up merkle tree test timeout by 1 more sec.
TRY large timeout for merkle tests.
Change composer in
mockedKeys.jsonto ultra.chore: updated contract json keys
increase e2e test timeouts.
e2e timeout increase (again).
revert test filter in merkle tree ts.
Fix build post rebase.
Use lookup pedersen hash in native types for merkle hashing.
update empty L2 block hash hard-coded value.
Fix pk native circuit wasm.
remove old code.
remove comments.
remove more logs.
Description
Please provide a paragraph or two giving a summary of the change, including relevant motivation and context.
Checklist: