Skip to content

Commit

Permalink
feat(connector): add get_deals builtin (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh authored Jun 5, 2024
1 parent b69f1cb commit b6e15d5
Show file tree
Hide file tree
Showing 23 changed files with 894 additions and 219 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ prometheus-client = "0.22.1"

eyre = "0.6.12"
base64 = "0.21.7"
bs58 = "0.5.1"
bs58 = "0.5.0"
fluence-keypair = "0.10.4"
parking_lot = "0.12.1"
tokio = "1.36.0"
Expand Down
4 changes: 3 additions & 1 deletion crates/chain-connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ alloy-primitives = { workspace = true }
const-hex = { workspace = true }
serde = { workspace = true }
async-trait = { workspace = true }
libipld = { workspace = true }

[dev-dependencies]
mockito = { workspace = true }
jsonrpsee = { workspace = true, features = ["server"] }
jsonrpsee = { workspace = true, features = ["server"] }
log-utils = { workspace = true }
Loading

0 comments on commit b6e15d5

Please sign in to comment.