Skip to content

Commit

Permalink
Merge pull request #16 from supernovahs/supernovahs/better_ux_for_pro…
Browse files Browse the repository at this point in the history
…vider_and_signer

feat(ux): better ux across crates
  • Loading branch information
supernovahs authored Jun 13, 2024
2 parents 4f012d5 + 901e71c commit d216ca2
Show file tree
Hide file tree
Showing 14 changed files with 247 additions and 894 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ rustdoc.all = "warn"
ethers = "2.0.14"
ark-ff = "0.4.0"
eyre = "0.6.12"
reqwest = "0.12.4"
reth = {git = "https://github.com/paradigmxyz/reth"}
prometheus-client = "0.22.2"
bn254 = {git = "https://github.com/sedaprotocol/bn254"}
Expand Down
3 changes: 2 additions & 1 deletion crates/chainio/clients/avsregistry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ alloy-transport-http.workspace = true
alloy-rpc-types.workspace = true
serde_json = "1.0.114"
num-bigint = "0.4.4"
reqwest = "0.12.4"
reqwest.workspace = true
eigen-types.workspace = true
eigen-crypto-bls.workspace = true
ark-ff.workspace = true
eigen-crypto-bn254.workspace = true
eigen-client-elcontracts.workspace = true
eigen-chainio-utils.workspace = true
eigen-utils.workspace = true
ark-bn254 = "0.4.0"
thiserror.workspace = true
tracing.workspace = true
Expand Down
Loading

0 comments on commit d216ca2

Please sign in to comment.