Skip to content

Commit

Permalink
chore(deps) Update the Narwhal pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker authored Sep 16, 2022
1 parent 455b658 commit 262280a
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 59 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/sui-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sui-node = { path = "../sui-node" }
sui-json-rpc-types = { path = "../sui-json-rpc-types" }

move-core-types = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e", features = ["address20"] }
narwhal-node = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "node" }
narwhal-node = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "node" }
workspace-hack = { path = "../workspace-hack"}
test-utils = { path = "../test-utils" }

Expand Down
4 changes: 2 additions & 2 deletions crates/sui-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ move-binary-format = { git = "https://github.com/move-language/move", rev = "e1e
move-package = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }
move-core-types = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e", features = ["address20"] }
move-vm-runtime = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }
narwhal-config = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "config" }
narwhal-crypto = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "crypto" }
narwhal-config = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "config" }
narwhal-crypto = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "crypto" }

sui-framework = { path = "../sui-framework" }
sui-adapter = { path = "../sui-adapter" }
Expand Down
10 changes: 5 additions & 5 deletions crates/sui-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ typed-store = "0.1.0"
typed-store-derive = "0.1.0"
mysten-network = "0.1.0"

narwhal-config = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "config" }
narwhal-consensus = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "consensus" }
narwhal-executor = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "executor" }
narwhal-types = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "types" }
narwhal-node = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "node", features = ["trace_transaction"] }
narwhal-config = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "config" }
narwhal-consensus = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "consensus" }
narwhal-executor = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "executor" }
narwhal-types = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "types" }
narwhal-node = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "node", features = ["trace_transaction"] }

fastcrypto = "0.1.2"
workspace-hack = { path = "../workspace-hack"}
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rocksdb = "0.19.0"
typed-store = "0.1.0"
typed-store-derive = "0.1.0"
tempfile = "3.3.0"
narwhal-executor = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "executor" }
narwhal-executor = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "executor" }
serde_with = { version = "1.14.0", features = ["hex"] }
sui-storage = { path = "../sui-storage" }
strum_macros = "^0.24"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ move-disassembler = { git = "https://github.com/move-language/move", rev = "e1e6
move-ir-types = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }
move-vm-types = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }

narwhal-executor = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "executor" }
narwhal-executor = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "executor" }

fastcrypto = { version = "0.1.2", features = ["copy_key"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/sui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ typed-store = "0.1.0"
typed-store-derive = "0.1.0"

tempfile = "3.3.0"
narwhal-executor = { git = "https://github.com/MystenLabs/narwhal", rev = "42925c2d7eaf0d4a77e7069bff4d2c781ad5b3c1", package = "executor" }
narwhal-executor = { git = "https://github.com/MystenLabs/narwhal", rev = "a9723c28dbe6515bfc7504e24078eed3f6199f6f", package = "executor" }

move-core-types = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e", features = ["address20"] }
move-prover = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }
Expand Down
Loading

0 comments on commit 262280a

Please sign in to comment.