Skip to content

Commit

Permalink
Switch to std, use casper_types, delete duplicated types
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-D-coder committed Sep 17, 2024
1 parent 301f3f4 commit cbdc7ff
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 2,248 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
base16 = { version = "0.2.1", default-features = false, features = ["alloc"] }
blake2b_simd = { version = "1.0.2", default-features = false }
casper-types = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0" }
casper-types = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0", features = ["datasize", "json-schema", "std"] }
ed25519-dalek = { version = "2.0.0", default-features = false, features = [
"alloc",
"zeroize",
Expand All @@ -26,9 +26,7 @@ time = { version = "0.3.31", default-features = false, features = [

[dev-dependencies]
bincode = "1.3.3"
# casper-hashing = "3.0.0"
casper-execution-engine = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0" }
casper-types = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0", features = ["gens"] }
casper-storage = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0" }
hex = "0.4.3"
once_cell = "1.19.0"
Expand Down
Loading

0 comments on commit cbdc7ff

Please sign in to comment.