Skip to content

Commit

Permalink
feat: update mint-repl to use ringct
Browse files Browse the repository at this point in the history
mint-repl changes:

* enable mint-repl example in Cargo.toml
* rename SpentBook SpentBookNode to match MintNode
* remove DbcUnblinded
* impl reissue_auto command to randomly generate many Dbcs
* remove KeyManager alias for SimpleKeyManager
* remove Signer alias for SimpleSigner
* use RingCtTransaction in place of ReissueTransaction
* disable commands related to multisig usage.
* rework how mint and spentbook nodes are created
* use single char inputs for many user prompts
* support for using SecretKey instead of SecretKeySet
* add newkeys command to generate N new keypairs
* support for ownerless/bearer Dbcs.
* use random decoys from spentbook
* use copy of spentbook code from lib.rs (tests)
  • Loading branch information
dan-da authored and dirvine committed Feb 17, 2022
1 parent f72fe8f commit 5c41110
Show file tree
Hide file tree
Showing 3 changed files with 637 additions and 398 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ termios = "0.3.3"
# harness = false
# required-features = [ "dkg" ]

# [[example]]
# name = "mint-repl"
# path = "examples/mint-repl/mint-repl.rs"
[[example]]
name = "mint-repl"
path = "examples/mint-repl/mint-repl.rs"
Loading

0 comments on commit 5c41110

Please sign in to comment.