Skip to content

Commit 9aa558b

Browse files
daro-majValentinTrinque
authored andcommitted
update
1 parent 88bbb01 commit 9aa558b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

non-protocol-specs/0011-NP-CLIE-client-interaction-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This acts as a guideline to implement network-based (remote) wallet management a
5050

5151
#### API v1
5252

53-
DEPRECATED: The wallet API v1 is no longer officially supported.
53+
DEPRECATED: The wallet API v1 is no longer officially supported. The desktop wallet not longer support sending transaction using the API v1. The CLI wallet still expose this API, but updates to the API V2 are not back ported to API V1. Once the browser wallet is officially released, the API v1 will be removed from all wallet software.
5454

5555
- As a user, I can create a new account on the Wallet service (account creation requirement to be implementation details) (<a name="0022-AUTH-001" href="#0022-AUTH-001">0022-AUTH-001</a>)
5656
- As a user, I can login to the Wallet service with my wallet name and password (<a name="0022-AUTH-002" href="#0022-AUTH-002">0022-AUTH-002</a>)

protocol/0022-AUTH-auth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ The process of sending the first transaction for a user is as follows:
4343
2. Bob requests to his wallet management application a signature of a transaction by submitting the transaction and the public key of the party to use.
4444
3. The transaction is checked, signed, and bundled with the signature and the public key by the wallet management application.
4545
4. The signed transaction is then submitted to the Vega network, which verify the authenticity of the transaction and its content to ensure the transaction was signed on behalf of the correct party.
46-
5. If correct, the transaction is executed.
46+
5. The network also verifies the transaction is not an attempt to replay an old transaction.
47+
6. If correct, the transaction is executed.
4748

4849
There is no prior announcement of the party required for the party to be used. As long as the party has enough resources to execute the transaction, the Vega network welcomes it.
4950

0 commit comments

Comments
 (0)