feat: update grandine and lantern ansible image for devnet-3#129
Merged
ch4r10t33r merged 5 commits intoblockblaz:devnet3from Mar 4, 2026
Merged
Conversation
g11tech
pushed a commit
that referenced
this pull request
Mar 4, 2026
* feat: add attestation_committee_count config and auto aggregator selection
* fix: remove merge conflict markers from README
* refactor: make attestation_committee_count optional
Since attestation_committee_count is now hardcoded in clients, make it optional:
- Only pass --attestation-committee-count flag if explicitly set in config
- Remove default value from validator-config.yaml files
- Clients will use their hardcoded default if flag not provided
* test: configure local-devnet for testing with 0xpartha/zeam:local
* fix: improve yq aggregator update to prevent file corruption
* Add --is-aggregator to Ansible roles for all clients (devnet3)
* Update Docker images for devnet3
- zeam: 0xpartha/zeam:devnet3
- lantern: piertwo/lantern:v0.0.3-test-{amd64,arm64} (platform-specific)
- Add architecture detection for lantern in both shell script and Ansible
* Update local devnet config for zeam + ethlambda testing
- Update zeam docker image to 0xpartha/zeam:devnet3
- Update ethlambda docker image to ghcr.io/lambdaclass/ethlambda:devnet3
- Fix lantern-cmd.sh: remove unsupported --is-aggregator flag
- Add httpPort support to parse-vc.sh and lantern-cmd.sh
- Fix spin-node.sh: extract client name before printing to avoid stale variable
- Update validator-config.yaml: 2 zeam + 2 ethlambda nodes
* Change lantern log level from debug to info (#118)
* local change
* fix: update ream to devnet3 (#120)
* Update qlean to devnet-3 and configure 5-client local devnet
- Update qlean docker image to platform-specific devnet-3 images
(qdrvm/qlean-mini:devnet-3-amd64 or devnet-3-arm64)
- Configure validator-config.yaml with all 5 clients:
zeam, ream, qlean, lantern, ethlambda
* fix: update qlean ports, fix image issue (#127)
* feat: update lantern devnet-3 image (#128)
* fix: update qlean ports, fix image issue
* feat: update lantern image for devnet-3
* feat: update grandine and lantern ansible image for devnet-3 (#129)
* fix: update qlean ports, fix image issue
* feat: update grandine and lantern ansible image for devnet3
* fix: update lantern ansible main role
* Remove test-local-zeam.sh
* zeam: use blockblaz/zeam:devnet3 image
---------
Co-authored-by: uink45 <79078981+uink45@users.noreply.github.com>
Co-authored-by: Shariq Naiyer <shariqnaiyer@gmail.com>
Co-authored-by: Ekaterina Riazantseva <sibkatya@gmail.com>
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.
This PR updates grandine and lantern ansible image for devnet-3.