Changeset 28 for trunk/standards/protocol.txt
- Timestamp:
- 12/19/07 17:19:45 (4 years ago)
- Files:
-
- 1 modified
-
trunk/standards/protocol.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/protocol.txt
r19 r28 81 81 82 82 Wallet: 83 MINTING_KEY_FETCH_DENOMINATION(denomination) or MINTING_KEY_FETCH_KEYID(key_id)83 MINTING_KEY_FETCH_DENOMINATION(denomination) or MINTING_KEY_FETCH_KEYID(key_id) 84 84 IS: 85 MINTING_KEY_PASS(keycertificate) or MINTING_KEY_FAILURE(reason)85 MINTING_KEY_PASS(keycertificate) or MINTING_KEY_FAILURE(reason) 86 86 87 87 * Wallet: creates blank according to CDD: … … 152 152 153 153 FETCH_MINTED_ACCEPT(request_id, list(signature_of_blind1, ...) ) 154 154 155 155 Session terminates 156 156 … … 228 228 - lock list of encrypted coin serial numbers at IS (DSDB) 229 229 LOCK_COINS_REQUEST( DSDB_key_key_id, transaction_id, 230 list( (key_identifier1, encrypted_serial1), ... ) )230 list( (key_identifier1, encrypted_serial1), ... ) ) 231 231 232 232 - IS either accepts with locking time or rejects with list of rejected serials + reason (locked, spent) … … 256 256 257 257 Note: After BLANK_ACCEPT, a BLANK_REJECT(emptylist, "Reason) can be given to abort the transaction until 258 COINS_SPEND is sent259 258 COINS_SPEND is sent 259 260 260 * Wallet Alice sends coins to Wallet Bob (this time including their clear serial and signature) 261 261
