Skip to content

Commit

Permalink
depend on casper-node relesase-2.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Sep 3, 2024
1 parent ed22a42 commit 8398d46
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 27 deletions.
57 changes: 34 additions & 23 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ path = "src/lib.rs"
anyhow = "1"
backoff = { version = "0.4", features = ["tokio", "futures"]}
clap = { version = "4", features = ["derive"] }
casper-client = { git = "https://github.com/casper-ecosystem/casper-client-rs", branch = "rustSDK-feat-2.0"}
casper-types= { git = "https://github.com/casper-network/casper-node", branch = "rustSDK-feat-2.0" }
casper-client = { git = "https://github.com/casper-ecosystem/casper-client-rs", branch = "feat-track-node-2.0"}
casper-types= { git = "https://github.com/casper-network/casper-node", branch = "release-2.0.0-rc4" }
itertools = "0.13"
nom = "7"
hex = "0.4"
Expand All @@ -32,4 +32,4 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }

[patch.crates-io]
casper-types = { git = "https://github.com/casper-network/casper-node", branch = "rustSDK-feat-2.0" }
casper-types = { git = "https://github.com/casper-network/casper-node", branch = "release-2.0.0-rc4" }
2 changes: 1 addition & 1 deletion nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
inherit (inputs.csprpkgs.packages.${pkgs.system}) casper-client-rs;
cctlModule = self.nixosModules.cctl;
contractWasm = ../test-resources/demo-contract-optimized.wasm;
contractWasm = "${self.packages.${pkgs.system}.dummy-contract}/bin/dummy-contract.wasm";
};
};
nixosModules = {
Expand Down

0 comments on commit 8398d46

Please sign in to comment.