-
Notifications
You must be signed in to change notification settings - Fork 26
feat: eigenDA support #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
rymnc
previously approved these changes
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
zees-dev
reviewed
Jun 23, 2025
Co-authored-by: Aaryamann Challani <43716372+rymnc@users.noreply.github.com>
rymnc
approved these changes
Jun 24, 2025
zees-dev
approved these changes
Jun 24, 2025
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.
Description
This pull request introduces several changes to enhance database query handling, extend functionality for EigenDA integration, and update dependencies in the Rust project.
Key improvements include adding new SQL queries, supporting EigenDA as a data availability layer, and updating
Cargo.toml
dependencies.Database Query Enhancements:
.sqlx/query-2502a8cec8e562082f3e990e73934a2bf55e0ea2347c2c58323c4aa951f18d0e.json
).fuel_blocks
(.sqlx/query-26b0ea141fd42d49dba3af670d49256cb56247f1e23dc8ff6c4955f99a5d980a.json
)..sqlx/query-4e6581709112d5d929e525113dc4ed279da2291a4812fa1be1de3e636e6d573d.json
)..sqlx/query-a2673e2e158bbaf129a8c5cb2f0891f2c073841f52ae893e7590562d574609c4.json
,.sqlx/query-c975c167c0dcbdc38e13157169bf17487cc5e86a4fd28d344da7f7ef55358601.json
). [1] [2]EigenDA Integration:
EigenDAClient
type and added support for EigenDA as a data availability layer in thecommitter
module (committer/src/config.rs
,committer/src/main.rs
). [1] [2] [3] [4] [5]KeySource
enum to support both private keys and KMS keys for signing requests (committer/src/config.rs
).KeySource
values (committer/src/config.rs
).Dependency Updates:
eigenda-client
,eigenda-signers
,sha2
, andethereum-types
(Cargo.toml
).secp256k1
to version0.27
and added new libraries likeprost
,tonic
, andk256
for improved compatibility and features (Cargo.toml
). [1] [2]These changes collectively enhance the project's capabilities in data handling, extend its support for EigenDA, and modernize its dependencies.