Changeset 29 for trunk/standards
- Timestamp:
- 12/21/07 21:10:44 (4 years ago)
- Location:
- trunk/standards
- Files:
-
- 3 modified
-
messages/all.txt (modified) (5 diffs)
-
messages/wallet.to.wallet.txt (modified) (4 diffs)
-
protocol.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/messages/all.txt
r28 r29 43 43 44 44 B: 45 BLANK_ FAILURE#hex_string(number_of_failures)45 BLANK_REJECT #hex_string(number_of_failures) 46 46 #base64(encrypted serial of blank1) "Reason1" 47 47 #base64(encrypted serial of blank2) "Reason2" … … 50 50 Unknown issuer 51 51 Note: Also used for an untrusted issuer 52 Insufficient currency 52 53 Prior: BLANK_PRESENT 53 54 Follow: Goodbye 54 55 55 BLANK_ FAILURE#hex_string(0) "reason"56 BLANK_REJECT #hex_string(0) "reason" 56 57 Reason: 57 58 Cancelled … … 60 61 61 62 62 BLANK_ REJECT#hex_string(number_of_failures)63 BLANK_FAILURE #hex_string(number_of_failures) 63 64 #base64(encrypted serial of blank1) "Reason1" 64 65 #base64(encrypted serial of blank2) "Reason2" … … 72 73 Follow: Goodbye 73 74 74 BLANK_ REJECT#hex_string(0) "reason"75 BLANK_FAILURE #hex_string(0) "reason" 75 76 Reasons: 76 77 Cancelled … … 120 121 Prior: COINS_REDEEM 121 122 Follow: Goodbye 123 122 124 123 125 -
trunk/standards/messages/wallet.to.wallet.txt
r28 r29 21 21 22 22 B: 23 BLANK_ FAILURE#hex_string(number_of_failures)23 BLANK_REJECT #hex_string(number_of_failures) 24 24 #base64(encrypted serial of blank1) "Reason1" 25 25 #base64(encrypted serial of blank2) "Reason2" … … 28 28 Unknown issuer 29 29 Note: Also used for an untrusted issuer 30 Insufficient currency 30 31 Prior: BLANK_PRESENT 31 32 Follow: Goodbye 32 33 33 BLANK_ FAILURE#hex_string(0) "reason"34 BLANK_REJECT #hex_string(0) "reason" 34 35 Reason: 35 36 Cancelled … … 38 39 39 40 40 BLANK_ REJECT#hex_string(number_of_failures)41 BLANK_FAILURE #hex_string(number_of_failures) 41 42 #base64(encrypted serial of blank1) "Reason1" 42 43 #base64(encrypted serial of blank2) "Reason2" … … 50 51 Follow: Goodbye 51 52 52 BLANK_ REJECT#hex_string(0) "reason"53 BLANK_FAILURE #hex_string(0) "reason" 53 54 Reasons: 54 55 Cancelled -
trunk/standards/protocol.txt
r28 r29 205 205 206 206 * Bob decides whether to 207 - accept transfer 207 - accept transfer (trust issuer, enough currency) 208 208 - accept transfer without double spending checking 209 209 - decline transfer
