Skip to content

Commit 3c64728

Browse files
committed
add few command versions to sign
1 parent 3b705a2 commit 3c64728

File tree

4 files changed

+220
-11
lines changed

4 files changed

+220
-11
lines changed

Cargo.lock

Lines changed: 141 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sign/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ chain-impl-mockchain = { path = "../chain-libs/chain-impl-mockchain" ,features=
1515
chain-ser = { path = "../chain-libs/chain-ser" }
1616
chain-storage = { path = "../chain-libs/chain-storage" }
1717

18+
# catalyst-voting = { git = "https://github.com/input-output-hk/catalyst-libs.git" }
19+
catalyst-voting = { path = "/Users/alexeypoghilenkov/Work/catalyst-libs/rust/catalyst-voting" }
20+
1821

1922
hex = "0.4"
2023
cryptoxide = "0.4.2"

src/sign/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ EPOCH=0
3535
SLOT=0
3636
CHOICE=1
3737

38-
./target/release/sign --election-pub-key $ELECTION_PUB_KEY --private-key $ALICE_SK --public-key $ALICE_PK --proposal $PROPOSAL --vote-plan-id $VOTE_PLAN_ID --epoch $EPOCH --slot $SLOT --choice $CHOICE
38+
./target/release/sign v1 --election-pub-key $ELECTION_PUB_KEY --private-key $ALICE_SK --public-key $ALICE_PK --proposal $PROPOSAL --vote-plan-id $VOTE_PLAN_ID --epoch $EPOCH --slot $SLOT --choice $CHOICE
3939

4040
```

0 commit comments

Comments
 (0)