Chore/update client versions - #314
Merged
Merged
Conversation
Update the Frankendancer client from 0.1006.40100 to the latest Frankendancer mainnet release, 0.1105.40200 (bundled Agave submodule -> v4.2.0, plus minor improvements and security fixes). This stays on the Frankendancer 0.xxxx line (Firedancer networking + Agave runtime subprocess), which is what this blueprint builds via 'make fdctl solana'. The full-Firedancer 1.x line (e.g. v1.1.3/1.1.4) is a separate client with a different runtime and is not used here. The Agave v4.2.0 bump requires a larger validator dynamic port range, so the generated fdctl TOML dynamic_port_range was widened 8004-8029 -> 8004-8040 and the Solana security-group range 8001-8029 -> 8001-8040 to match; the gossip port-range test was updated accordingly. Smoke-tested on Solana mainnet-beta (dev account): builds from source at v0.1105.40200, fdctl accepts the generated TOML, the validator starts and stays up (0 restarts), instance-store set up correctly, gossip connects to ~3800 nodes, and it downloads a snapshot to catch up. Build (tsc) and jest (473 tests) pass.
Besu 26.7.0 -> 26.7.1: security release closing unbounded-memory-growth paths in JSON-RPC filters/subscriptions. The new --rpc-max-active-filters, --rpc-filter-timeout-seconds, and --rpc-ws-max-active-subscriptions options are defaults-only and not set by the blueprint, so no flag changes are needed. Geth 1.17.4 -> 1.17.5: maintenance release. Pebble v2 is used only for from-scratch datadirs and falls back to Pebble v1 for a pre-existing database, so --db.engine=pebble is unchanged and there is no forced migration. Note the upstream default GOGC change 20 -> 50 raises the memory peak. Both are docker-image tag bumps; config file names, samples, the default config reference, and the ethereum config test were updated to match. Smoke-tested on Ethereum mainnet (dev account): both start with the correct images (besu/v26.7.1, Geth/v1.17.5), execution+consensus peer over the engine API, RPC serves, and snap sync begins (Besu worldstate download; Geth beacon-header sync). Teku and Lighthouse checkpoint-sync. Build (tsc) and jest (473 tests) pass.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
Scan for commit: 🔒 Security Scan ResultsScanned files: 19 |
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.
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction — we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
Motivation
Type of Change
Testing
npm run buildsuccessfullynpm run testand all tests passnpx cdk synthwith a sample.env(e.g. fromblueprints/dummy/samples/) and it succeedsnpm run run-pre-commitNew Blueprint Checklist (if adding a protocol)
blueprints/dummy/(reference implementation).envfiles are provided for at least one network (mainnet or testnet)blueprints/dummy/)website/docs/blueprints/(.mdx mirror importing README)Documentation
cd website && npm run buildwith no broken links (if docs changed)License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.