Skip to content

Commit

Permalink
Merge pull request #1 from jonas089/deps/uniform-casper-client
Browse files Browse the repository at this point in the history
Deps/uniform casper client
  • Loading branch information
jonas089 authored Mar 25, 2024
2 parents 5cb2124 + 096f9c2 commit 380e4f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 55 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[workspace]
resolver = "2"
# Currently guest only exists for the workspace configuration not to break
members = ["methods/guest", "kairos-risc0-types", "kairos-delta-tree", "node"]
exclude = ["methods/native-cspr-tx"]
members = ["methods/native-cspr-tx", "methods/guest", "kairos-risc0-types", "kairos-delta-tree", "node", "layer-one-utils", "kairos-risc0-types", "kairos-delta-tree"]
exclude = ["contracts"]

# Always optimize; building and running the guest takes much longer without optimization.
[profile.dev]
Expand Down
6 changes: 3 additions & 3 deletions layer-one-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
casper-client = {git="https://github.com/jonas089/casper-client-rs", branch="kairos-1.5.6"}
casper-types = {git="https://github.com/jonas089/casper-node", branch="kairos-1.5.6"}
casper-hashing = {git="https://github.com/jonas089/casper-node", branch="kairos-1.5.6"}
casper-client = {git="https://github.com/jonas089/casper-client-rs", branch="kairos-1.5.6-uni"}
casper-types = {git="https://github.com/jonas089/casper-node", branch="dev"}
casper-hashing = {git="https://github.com/jonas089/casper-node", branch="dev"}
tokio = {version="1.36.0", features=["full"]}
serde_json = "1.0.114"
bincode = "1.3.3"
Expand Down
13 changes: 0 additions & 13 deletions sync-service/Cargo.toml

This file was deleted.

37 changes: 0 additions & 37 deletions sync-service/src/main.rs

This file was deleted.

0 comments on commit 380e4f2

Please sign in to comment.