Skip to content

Commit

Permalink
Migrate phase1-verifier to setup1-verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Dec 22, 2020
1 parent c5da2ca commit 8b62509
Show file tree
Hide file tree
Showing 18 changed files with 39 additions and 132 deletions.
161 changes: 34 additions & 127 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ members = [
"phase1-cli",
"phase1-coordinator",
"phase1-wasm",
"phase1-verifier",
"phase2",
"setup1-verifier",
"setup-utils",
]

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions phase1-verifier/Cargo.toml → setup1-verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "aleo-setup-verifier"
name = "setup1-verifier"
version = "0.3.0"
authors = ["The Aleo Team <[email protected]>"]
description = "Verifier implementation of Phase 1"
homepage = "https://github.com/AleoHQ/aleo-setup-verifier"
repository = "https://github.com/AleoHQ/aleo-setup-verifier"
homepage = "https://github.com/AleoHQ/aleo-setup"
repository = "https://github.com/AleoHQ/aleo-setup"
license = "MIT/Apache-2.0"
edition = "2018"

[[bin]]
name = "aleo-setup-verifier"
name = "setup1-verifier"
path = "src/main.rs"

[dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8b62509

Please sign in to comment.