issues
search
Neptune-Crypto
/
neptune-core
anonymous peer-to-peer cash
Apache License 2.0
27
stars
8
forks
source link
Roadmap
#10
Open
aszepieniec
opened
1 year ago
aszepieniec
commented
1 year ago
[x] Peer-to-peer Networking
[x] peer discovery
[ ] peer authentication
[ ] end-to-end encryption
[ ] onion routing
[x] Daemon Application Architecture
[x] main thread
[x] peer thread
[x] mine thread
[x] RPC thread
[x] RPC interface
[ ] windows & mac support
[ ] binaries
[x] Synchronization
[x] archival block synchronization
[x] UTXO synchronization from blocks
[x] Blockchain Logic
[x] Transaction
[x] kernel definition and MAST hash
[x] validity program
[x] kernel to outputs
[x] removal records integrity
[x] collect lock scripts
[x] collect type scripts
[x] single proof
[x] merging
[x] with recursion
[x] updating
[ ] integral mempool
[x] UTXO
[x] privacy: mutator sets
[x] lockable UTXOs
[ ] lock-free UTXOs
[x] currency logic
[x] arbitrary state evolution
[x] addresses
[x] generation
[x] change (untraced)
[x] change (traced)
[ ] online
[x] encoding
[x] bech32m
[ ] bech32m error location
[ ] alternative
[ ] Block
[x] parameter adjustment (spec)
[x] parameter adjustment (logic)
[ ] validity program
[ ] transaction validity (rust / tasm)
[ ] parameter update (rust / tasm)
[ ] previous block validity (rust / tasm)
[ ] single proof
[x] Wallet
[x] generate tool
[x] seed phrase
[x] addresses
[x] generation
[x] change (untraced)
[x] change (traced)
[ ] online
[x] encoding
[x] bech32m
[ ] bech32m error location
[ ] alternative
[x] Documentation
[x] User Interface
[x] console
[x] command-line
[x] overview
[x] peers
[x] transaction history
[x] send
[x] receive
[ ] blocks
[ ] graphical