Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 841 Bytes

TODO.md

File metadata and controls

28 lines (20 loc) · 841 Bytes

#TODO

##Data

  • Write good tests for metadata interpretation
  • Use Freeform type for some memos and Previous/New/Final fields
  • Implement canonical signatures
  • Consider adding SuppressionId, NodeId, SigningHash and Hash to hashable interface and make the encoder do all four in one pass. Raw is the full encoded value with every field included.

##Peers

  • Implement all handlers

##Ledger

  • Allow subscribing to incoming Proposals/Validations/Transactions for use in listener

##Terminal

##Websockets

  • Add missing commands
  • Make connection resilient via reconnection strategy (r.ripple.com?)
  • Allow connection to multiple endpoints?

##Tools

###tx

  • Implement OfferCreate, OfferCancel, AccountSet and TrustSet commands
  • Use websockets to optionally acquire correct sequence number for account derived from seed
  • Add memo support