Skip to content

Commit

Permalink
New revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Dec 30, 2020
1 parent 9d90d0a commit a188979
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 65 deletions.
26 changes: 13 additions & 13 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 @@ -32,9 +32,9 @@ name = "snarkos"
path = "snarkos/main.rs"

[dependencies]
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }

snarkos-consensus = { path = "./consensus", version = "1.1.4"}
snarkos-network = { path = "./network", version = "1.1.4"}
Expand Down
10 changes: 5 additions & 5 deletions benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ path = "posw/posw.rs"
harness = false

[dependencies]
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-marlin = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-marlin = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }

snarkos-profiler = { path = "../profiler", version = "1.1.4" }
snarkos-posw = { path = "../posw", version = "1.1.4", features = ["test-helpers"] }
Expand All @@ -33,7 +33,7 @@ smallvec = { version = "1.4" }
criterion = "0.3.3"

[dev-dependencies]
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1"}
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1"}
criterion = "0.3.3"
csv = { version = "1" }
rand_xorshift = { version = "0.2" }
12 changes: 6 additions & 6 deletions consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ license = "GPL-3.0"
edition = "2018"

[dependencies]
snarkvm-algorithms = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1"}
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-algorithms = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1"}
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }

snarkos-posw = { path = "../posw", version = "1.1.4"}
snarkos-profiler = { path = "../profiler", version = "1.1.4"}
Expand Down
10 changes: 5 additions & 5 deletions network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ license = "GPL-3.0"
edition = "2018"

[dependencies]
snarkvm-algorithms = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1"}
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-algorithms = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1"}
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }

snarkos-consensus = { path = "../consensus", version = "1.1.4" }
snarkos-storage = { path = "../storage", version = "1.1.4"}
Expand Down
20 changes: 10 additions & 10 deletions posw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ license = "GPL-3.0"
edition = "2018"

[dependencies]
snarkvm-algorithms = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" } # needed to instantiate with BLS12-377
snarkvm-errors = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-gadgets = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-marlin = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-polycommit = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" } # needed to instantiate with BLS12-377
snarkvm-parameters = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-algorithms = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" } # needed to instantiate with BLS12-377
snarkvm-errors = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-gadgets = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-marlin = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-polycommit = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" } # needed to instantiate with BLS12-377
snarkvm-parameters = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }

snarkos-profiler = { path = "../profiler", version = "1.1.4"}

Expand Down
8 changes: 4 additions & 4 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ license = "GPL-3.0"
edition = "2018"

[dependencies]
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }

snarkos-consensus = { path = "../consensus", version = "1.1.4" }
snarkos-network = { path = "../network", version = "1.1.4"}
Expand Down
14 changes: 7 additions & 7 deletions storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ license = "GPL-3.0"
edition = "2018"

[dependencies]
snarkvm-algorithms = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1"}
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-errors = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-parameters = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-algorithms = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1"}
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-errors = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-parameters = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }

anyhow = { version = "1.0.37" }
bincode = { version = "1.3.1" }
Expand All @@ -30,5 +30,5 @@ thiserror = { version = "1.0" }

[dev-dependencies]
snarkos-consensus = { path = "../consensus" }
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkos-testing = { path = "../testing" }
14 changes: 7 additions & 7 deletions testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ license = "GPL-3.0"
edition = "2018"

[dependencies]
snarkvm-algorithms = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1"}
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1"}
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-parameters = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-algorithms = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1"}
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1"}
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-parameters = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }

snarkos-consensus = { path = "../consensus", version = "1.1.4" }
snarkos-network = { path = "../network", version = "1.1.4" }
Expand Down
10 changes: 5 additions & 5 deletions toolkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ path = "benches/account.rs"
harness = false

[dependencies]
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1", default-features = false }
snarkvm-errors = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1", default-features = false }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fff2e49", version = "0.0.1" }
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1", default-features = false }
snarkvm-errors = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-models = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1", default-features = false }
snarkvm-objects = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "cd99a47", version = "0.0.1" }

hex = { version = "0.4.2" }
rand = { version = "0.7", default-features = false, features = ["wasm-bindgen"] }
Expand Down

0 comments on commit a188979

Please sign in to comment.