fix markdown nested lists

This commit is contained in:
Shayan 2018-06-26 18:30:40 -04:00
parent 3526cb4526
commit bb850aba2c
2 changed files with 29 additions and 27 deletions

View File

@ -8,25 +8,27 @@ The workshop was mainly a discussion on what kind of libraries and tools are nee
The state of ZCash Libraries now: The state of ZCash Libraries now:
- Zcash libraries are mostly ported from Bitcoin ones - Zcash libraries are mostly ported from Bitcoin ones
-- Libraries with t-address support - Libraries with t-address support
- Bitcore - Bitcore
- python-bitcoinlib - python-bitcoinlib
- z-nomp - z-nomp
-- Shielded Addresses
--- Nothing! - Shielded Addresses
- Nothing!
- Most of the codes are in Rust - Most of the codes are in Rust
-- Librustzcash - Librustzcash
--- Libwallet-zcash - Libwallet-zcash
---- What functionalities do we want it to do? - What functionalities do we want it to do?
--- Also used in Zcash Fullnode - Also used in Zcash Fullnode
- Discussion on what do we need? - Discussion on what do we need?
-- In-browser Signing / Creation of transactions - In-browser Signing / Creation of transactions
-- cross-language tools - cross-language tools
-- Need for a curated list of dev tools - Need for a curated list of dev tools
-- APIs for humans and machines - APIs for humans and machines

View File

@ -4,28 +4,28 @@
Possible Disclosures: Possible Disclosures:
- Payment Disclosure - Payment Disclosure
-- For zAddress payments to prove the payment - For zAddress payments to prove the payment
-- proof for shielded payment (receipt) - proof for shielded payment (receipt)
-- should be saved before the software throws away the proof - should be saved before the software throws away the proof
-- Discloses everything (Recipient, amount, memo) - Discloses everything (Recipient, amount, memo)
- Selective Disclosure (Not yet merged) - Selective Disclosure (Not yet merged)
-- Only disclose a selective section (only amount, recipient or ...) - Only disclose a selective section (only amount, recipient or ...)
-- might make shielded transactions less efficient, requires changes in the protocol/cryptography - might make shielded transactions less efficient, requires changes in the protocol/cryptography
-- If this happen (Selective Disclosure tuple), it's possible to get rid of transparent transactions all together - If this happen (Selective Disclosure tuple), it's possible to get rid of transparent transactions all together
-- --
... // Missing notes ... // Missing notes
-- How to identify who leaked information in case there are multiple parties receiving the receipts. - How to identify who leaked information in case there are multiple parties receiving the receipts.
- what is available in Zcash today? - what is available in Zcash today?
-- Payment disclosure: Recipients, Amount, Memo - Payment disclosure: Recipients, Amount, Memo
-- Some options to do read only keys in new SPV implementations -- Coming soon -- - Some options to do read only keys in new SPV implementations -- Coming soon --
- One of the main issues with Selective disclosure is inadvertently disclose informations that they do not want disclosed - One of the main issues with Selective disclosure is inadvertently disclose informations that they do not want disclosed
-- such as UI misuse - such as UI misuse
-- Device seizure - Device seizure
-- ... - ...