Skip to content

Roadmap #10

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

Closed
63 of 75 tasks
aszepieniec opened this issue Jul 8, 2023 · 1 comment
Closed
63 of 75 tasks

Roadmap #10

aszepieniec opened this issue Jul 8, 2023 · 1 comment

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
        • kernel to outputs
        • removal records integrity
        • collect lock scripts
        • collect type scripts
      • single proof
      • merging
        • with recursion
      • updating
      • integral mempool
    • 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
  • 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
@Sword-Smith
Copy link
Member

Closing in favor of new issue, as we decided to launch without succinctness and soft-fork that in later.. Please open a new one to track requirements if so desired.

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

2 participants