Skip to content

Commit 4494d10

Browse files
Merge pull request #250 from darthsiroftardis/withdraw-bid-all
Add new subcommand `withdraw-bid-all`
2 parents e822be8 + 61ac76d commit 4494d10

10 files changed

Lines changed: 775 additions & 149 deletions

File tree

Cargo.lock

Lines changed: 99 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async-trait = { version = "0.1.74", default-features = false, optional = true }
3434
base16 = "0.2.1"
3535
base64 = { version = "0.22.1", default-features = false }
3636
bytes = { version = "1.6.0", default-features = false }
37-
casper-types = { version = "5.0.0", features = ["std", "json-schema"] }
37+
casper-types = { version = "5.0.1", git = "https://github.com/casper-network/casper-node.git", branch = "dev" , features = ["std", "json-schema"] }
3838
clap = { version = "~4.4", features = ["cargo", "deprecated"], optional = true }
3939
clap_complete = { version = "~4.4", default-features = false, optional = true }
4040
flate2 = "1.0.30"
@@ -54,10 +54,11 @@ tar = { version = "0.4.41", default-features = false }
5454
thiserror = "1"
5555
tokio = { version = "1.39.3", features = ["macros", "rt", "sync", "time"] }
5656
uint = "0.9.5"
57+
toml = "0.8.22"
5758

5859
[dev-dependencies]
5960
tempfile = "3.8.1"
60-
casper-types = { version = "5.0.0", features = ["std", "json-schema", "testing"] }
61+
casper-types = { git = "https://github.com/casper-network/casper-node.git", branch = "dev", features = ["std", "json-schema", "testing"] }
6162

6263
[patch.crates-io]
6364
casper-types = { git = "https://github.com/casper-network/casper-node.git", branch = "dev" }

0 commit comments

Comments
 (0)