Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 3.91 KB

wishlist.md

File metadata and controls

54 lines (49 loc) · 3.91 KB

Criticals / Must Have

  1. PIBD - (faster and more robust syncing strategy) -In beta, being tested on mainnet
  2. multi-sig* -Requires building and signing in reverse order, not happening any time soon due to complexity with payment proofs, but perhapps multisig with HW is ok since it is strictly two parties involved:
  3. Wallet backend improvements - Grin-wallet had many bug fixes and stability improvements
  4. libsecp fork update -not updated, last commit to libsecp was 5 years ago
  5. safe cancel* WIP, not merged yet in the stable release mimblewimble/grin-rfcs#71, will be part of Grin GUI and new grin-wallet stable release

Important

  1. Tor support for nodes*
  2. light node*
  3. testnet exchange/ making it easier for exchange integrations -Implemented - Link
  4. payjoins* -Not really payjoin, but Coin Swap, mwixnet is nearly implemented, see aggregator
  5. binaries for older systems, older GLIBC or build on low RAM machine < 300MB
  6. invoice payment proofs* -Implemented in the under contract flow branch grin GUI wallet, part of unified/biderection payment proofs
  7. hardware wallets* -Leger HW support for Grin is implemented. [Tutorial](url, Download the code here)

Fix if time / Nice to Have

  1. wallet view key* -Implemented in grin-wallet 5.2 beta, not implemented in 5.0.3 stable release and not yet implemented in Grin++*
  2. one-time use slatepack addresses for wallet* -Generate new slatepack address is implemented in Grin++, not yet in grin-wallet
  3. flyclient* -Nothing implemented, would require header history or inclusion proof according to discussions on KeyBase
  4. atomic swaps* -Gene made a first implementation of "non-ideal" atomic swap, grin reaper offered to continue implementation, nothing fixed yet. https://forum.grin.mw/t/questions-about-the-state-of-the-atomic-swap-pr-and-introduction/10332 mimblewimble/grin-rfcs#83
  5. aggregators -mwixnet/CoinSwap, third stage under review with two open issues out of 9 issues https://forum.grin.mw/t/request-for-funding-scilio-coinswap-implementation/9149** mimblewimble/mwixnet#11
  6. block archive node support* -Implemented, fast sync method could still be added in the future
  7. improve compatibility with OSX -No specific changes as far as I know, or are these part of the many changes to grin-wallet
  8. anchors*
  9. bulletproofs+* *-Not deemed safe/well tested enough yet in 2020, *-Had a positive review in Tari, (see full report).
  10. NRD activation*
  11. [Display slatepacks as QR codes in CLI -Implemented