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 #1

Closed
48 of 54 tasks
debris opened this issue Aug 18, 2016 · 0 comments
Closed
48 of 54 tasks

roadmap #1

debris opened this issue Aug 18, 2016 · 0 comments

Comments

@debris
Copy link
Contributor

debris commented Aug 18, 2016

  • primitives
    • hash
    • bytes
  • serialization
    • serialize trait
    • deserialize trait
    • compact integers
    • serialization of primitives
  • crypto
    • ripemd160
    • sha1
    • sha256
    • dhash160
    • dhash256
  • chain
    • transaction
      • serialization
      • tx hash
    • block_header
      • serialization
    • block
      • serialization
      • hash
    • merkle_root
  • base58
  • keys
    • random generation
    • compressed keys
    • addresses
      • P2PKH
      • P2SH
      • serialization to/from string
    • signatures
      • sign
      • sign_compact
      • recover_compact
      • verify
  • script
    • interpreter
      • eval
      • verify
    • pretty display
    • signing transaction input
  • message
    • common
    • message types
    • serialization
  • p2p
    • handshake
    • dispatching messages
  • CI
    • travis for private repos
    • coveralls
    • documentation
@debris debris closed this as completed Nov 25, 2016
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