Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
daro-maj authored and ValentinTrinque committed Jul 12, 2023
1 parent e7df010 commit 490a44d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This acts as a guideline to implement network-based (remote) wallet management a

#### API v1

DEPRECATED: The wallet API v1 is no longer officially supported.
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.

- 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>)
- 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>)
Expand Down
3 changes: 2 additions & 1 deletion protocol/0022-AUTH-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ The process of sending the first transaction for a user is as follows:
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.
3. The transaction is checked, signed, and bundled with the signature and the public key by the wallet management application.
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.
5. If correct, the transaction is executed.
5. The network also verifies the transaction is not an attempt to replay an old transaction.
6. If correct, the transaction is executed.

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.

Expand Down
2 changes: 1 addition & 1 deletion user-interface/6006-DEPC-chart_depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ As a market user, I want to be aware of the depth of the market using a chart.
- **Must** see mid market price in the center of chart (<a name="6006-DEPC-003" href="#6006-DEPC-003">6006-DEPC-003</a>)
- **Must** see bid and ask line on mouse hover (<a name="6006-DEPC-004" href="#6006-DEPC-004">6006-DEPC-004</a>)
- **Must** see X-axis - buy or sell price (<a name="6006-DEPC-005" href="#6006-DEPC-005">6006-DEPC-005</a>)
- **Must** see Y-axis - amount of coin (<a name="6006-DEPC-006" href="#6006-DEPC-006">6006-DEPC-006</a>)
- **Must** see Y-axis - cumulative volume (<a name="6006-DEPC-006" href="#6006-DEPC-006">6006-DEPC-006</a>)
- **Must** be able to zoom in and zoom out chart (<a name="6006-DEPC-007" href="#6006-DEPC-007">6006-DEPC-007</a>)
- **Must** see on mouse hover opposite ask or bid price (<a name="6006-DEPC-008" href="#6006-DEPC-008">6006-DEPC-008</a>)

0 comments on commit 490a44d

Please sign in to comment.