Changeset 207
- Timestamp:
- 03/15/08 16:30:14 (4 years ago)
- Location:
- trunk/standards
- Files:
-
- 2 modified
-
TODO (modified) (1 diff)
-
protocol.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/TODO
r120 r207 16 16 protocol.txt 17 17 ============ 18 Define encryption padding 19 Add default transaction_id handling (Both parties agreeing to a transaction_id) 20 Add hello/versioning/protocol handshaking 21 Add generic error message 22 Renamings (Coin-->Token, ...) 23 RFC style 24 Licence - GNU FDL? (oierw thinks public domain or a CC license) 18 See protocol.txt, section "ToDo" 25 19 26 20 -
trunk/standards/protocol.txt
r206 r207 25 25 ToDo 26 26 27 - do the stuff in ./TODO 28 - licence of this document? 27 - licence of this document (GNU FDL, CC, Public Domain)? 29 28 - "Introduction", including scope of protocol 30 29 - JSON, 7-bit ASCII 30 - define coin/certificate format, encryption padding 31 - add note on randomness 32 - add PROTOCOL_ERROR 31 33 - add HANDSHAKE, CONTINUE, GOODBYE; warning that GOODBYE will disappear 32 34 - replace "COIN_SPEND" with "SPEND_TOKEN" … … 35 37 when minting 36 38 - add mandatory trusted channel (Bluetooth, TLS) 39 - reformat this into RFC-XML 37 40 38 41
