Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap #10

Open
42 of 77 tasks
aszepieniec opened this issue Jul 8, 2023 · 0 comments
Open
42 of 77 tasks

Roadmap #10

aszepieniec opened this issue Jul 8, 2023 · 0 comments

Comments

@aszepieniec
Copy link
Contributor

aszepieniec commented Jul 8, 2023

  • Peer-to-peer Networking
    • peer discovery
    • peer authentication
    • end-to-end encryption
    • onion routing
  • Daemon Application Architecture
    • main thread
    • peer thread
    • mine thread
    • RPC thread
    • RPC interface
    • windows & mac support
    • binaries
  • Synchronization
    • archival block synchronization
    • UTXO synchronization from blocks
  • Blockchain Logic
    • Transaction
      • kernel definition and MAST hash
      • validity program
        • lock scripts halt
        • type scripts halt
        • removal records integrity
        • kernel to lock scripts
        • kernel to type scripts
        • public scripts halt
      • single proof
      • merging
        • on faith
        • with recursion
    • UTXO
      • privacy: mutator sets
      • lockable UTXOs
      • lock-free UTXOs
      • currency logic
      • arbitrary state evolution
    • addresses
      • generation
      • change (untraced)
      • change (traced)
      • online
      • encoding
        • bech32m
        • bech32m error location
        • alternative
    • Block
      • parameter adjustment (spec)
      • parameter adjustment (logic)
      • validity program
        • transaction validity (rust / tasm)
        • parameter update (rust / tasm)
        • previous block validity (rust / tasm)
      • single proof
      • dynamic checkpoints
  • Wallet
    • generate tool
    • seed phrase
    • addresses
      • generation
      • change (untraced)
      • change (traced)
      • online
      • encoding
        • bech32m
        • bech32m error location
        • alternative
  • Documentation
  • User Interface
    • console
    • command-line
      • overview
      • peers
      • transaction history
      • send
      • receive
      • blocks
    • graphical
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant