This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Update dependencies for alloy 1.0.30 and bn254 compatibility#64
Closed
RonTuretzky wants to merge 1 commit into
Closed
Update dependencies for alloy 1.0.30 and bn254 compatibility#64RonTuretzky wants to merge 1 commit into
RonTuretzky wants to merge 1 commit into
Conversation
- Update alloy from 0.12.6 to 1.0.30 - Update alloy-primitives from 0.8.25 to 1.4.1 - Update commonware packages from 0.0.56 to 0.0.62 - Update eigen-crypto-bls from 0.5.0 to 2.0.0 - Update eigen-crypto-bn254 from 0.5.0 to 2.0.0 - Update eigen-logging from 0.1.3 to 1.0.0 - Update bn254 to feat/update-dependencies branch - Update commonware-eigenlayer to feat/update-dependencies branch - Point commonware-avs-router to feat/update-dependencies branch Note: Contract bindings need to be regenerated for alloy 1.0+ API. BLSSignatureChecker binding requires manual regeneration.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Updates dependencies to be compatible with alloy 1.0.30 and the updated bn254 library. This PR addresses the runtime "Wrong Public Key: InvalidData" errors that occur when the router (updated) tries to communicate with nodes (not updated) due to bn254 version mismatch.
Changes
Dependency Updates
feat/update-dependenciesbranchfeat/update-dependenciesbranchfeat/update-dependenciesbranchStatus
Remaining Work
Context
This update is required to maintain compatibility with the router PR: OpacityLabs/opacity-commonware-avs-router#40
The bn254 library changes affect how BLS keys are serialized/deserialized, causing "Wrong Public Key: InvalidData" panics when mismatched versions try to communicate.
Testing
Once bindings are regenerated and compilation succeeds: