-
First off, I greatly appreciate your Python implementation of Borromean signatures. It helps me a lot in my project. Next, I would like to request a feature: **range proofs**.
Rangeproofs, as shown…
Moumi updated
6 years ago
-
`RangeProof` are a special case of `ChangeProof` where the diff is from the beginning of time until the current root so we can remove the distinct type to remove a lot of duplicate code about the hand…
-
Given N rangeproofs it is possible to verify them in a single multi-scalar multiplication by merging the relevant iterators.
-
-
Just for record keeping a wishlist of hardfork changes that might be considered for Liquid v2.
- remove `CHECKSIGFROMSTACK` (keep `CHECKSIGFROMSTACKVERIFY`) (#202)
- Fix #473: " Non-witness transa…
-
Incomplete list:
- [x] Change amounts back to 64-bit based numbers
- [ ] Ensure bulletproofs borromean signature rangeproofs convertability
-
Signatures returned from Jade are not commiting to rangeproofs. This can cause lock of funds.
Malicious software wallet can generate invalid rangeproof in change output of the transaction using an …
-
Opening this issue so we have a checklist of what we want to change when we HF for bulletproofs
- [ ] Replace rangeproofs by bulletproofs :)
- [ ] Add signed blob entry to CTxOut to replace data s…
-
It would be great to have support for Confidental Assets (CA), which is used in the Elements blockchain platform and in Liquid, the commercial sidechain based on Elements. I'm happy to help move this …
-
Creating this issue to track progress on a subset of the proposals in #952. The current plan is to:
1. Support requesting Kernel MMRs in one request, and outputs + rangeproofs in a separate request. …