Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Dec 10, 2024
1 parent c8ec846 commit ed475b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 21 deletions.
12 changes: 3 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ edition = "2021"
manager = { Evm = "BlsBlueprint" }

[dependencies]
gadget-sdk = { git = "https://github.com/tangle-network/gadget", branch = "drew/download-binary", features = ["std"] }
gadget-sdk = { git = "https://github.com/tangle-network/gadget.git", features = ["std"] }
color-eyre = { version = "0.6", features = ["tracing-error", "color-spantrace"] }
hex = { version = "0.4.3", default-features = false }
k256 = { version = "0.13.3", default-features = false }
bincode = "1.3.3"
sp-core = { version = "31.0.0", default-features = false }
rand_chacha = "0.3.1"
serde = { version = "1.0.214", features = ["derive"] }
round-based = { version = "0.3.2", features = ["runtime-tokio"] }
tracing-subscriber = "0.3.18"
thiserror = "2.0.3"
itertools = "0.13.0"

Expand All @@ -27,13 +23,11 @@ snowbridge-milagro-bls = "1.5.4"
gennaro-dkg = { version = "0.8.0", features = ["curve25519"]}

[build-dependencies]
blueprint-metadata = { git = "https://github.com/tangle-network/gadget", branch = "drew/download-binary" }
blueprint-metadata = { git = "https://github.com/tangle-network/gadget.git" }

[dev-dependencies]
blueprint-test-utils = { git = "https://github.com/tangle-network/gadget", branch = "drew/download-binary" }
cargo-tangle = { git = "https://github.com/tangle-network/gadget", branch = "drew/download-binary" }
blueprint-test-utils = { git = "https://github.com/tangle-network/gadget.git" }
tokio = { version = "1.42.0", features = ["test-util"] }
#alloy-primitives = "0.7.2"

[features]
default = ["std"]
Expand Down
8 changes: 6 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ broadcast = "contracts/broadcast"
libs = ["dependencies"]
auto_detect_remappings = true

[soldeer]
recursive_deps = true
remappings_location = "txt"
remappings_version = false

[dependencies]
tnt-core = { version = "0.1.0", git = "https://github.com/tangle-network/tnt-core.git", rev = "dc71ca12f9b5d01b898adb2057c9b8846c90bda2" }
forge-std = "1.9.4"
tnt-core = "0.1.0"

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
1 change: 0 additions & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
forge-std/=dependencies/forge-std-1.9.4/src
tnt-core/=dependencies/tnt-core-0.1.0/src
12 changes: 3 additions & 9 deletions soldeer.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
[[dependencies]]
name = "forge-std"
version = "1.9.4"
url = "https://soldeer-revisions.s3.amazonaws.com/forge-std/1_9_4_25-10-2024_14:36:59_forge-std-1.9.zip"
checksum = "b5be24beb5e4dab5e42221b2ad1288b64c826bee5ee71b6159ba93ffe86f14d4"
integrity = "3874463846ab995a6a9a88412913cacec6144f7605daa1af57c2d8bf3f210b13"

[[dependencies]]
name = "tnt-core"
version = "0.1.0"
git = "https://github.com/tangle-network/tnt-core.git"
rev = "df6d5d6da3c82217405c408d3c0b11369bb3e5c2"
source = "https://soldeer-revisions.s3.amazonaws.com/tnt-core/0_1_0_10-12-2024_20:51:20_tnt-core.zip"
checksum = "628b2475c4d629c1cb2578b41b2e10daa3711d711aa5f5b0dd6153959808620f"
integrity = "c50fcfff192fe4e78a0fb521ee6a7412ebd1975fb6c47978ea38666249608cc7"

0 comments on commit ed475b2

Please sign in to comment.