-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [x] check out and build old version of near-cli-rs ([revision](https://github.com/near/near-cli-rs/tree/0f484b5053f12f3baba66cda5a82252bee916913) before [blind signature pull](#259) ) - [x] near 0.7.2 - [x] test a normal tx on `app-near`: ok https://explorer.near.org/transactions/HSE5jFuKvrDYeaxEqd445PwVsahcYgXV6kZQQY5uDsj2 - [x] test a long tx on `app-near`: error ```bash `near` CLI has a new update available 0.7.2 → 0.8.1 To update `near` CLI use: near extensions self-update Error: 0: Error occurred while signing the transaction: APDUExchangeError("Unknown Ledger APDU retcode: 27024") ❯ pcalc 27024 27024 0x6990 0y110100110010000 ❯ rg 0x6990 workdir/app-near/src/constants.h 37:#define SW_BUFFER_OVERFLOW 0x6990 ``` - [x] test a long tx on `app-near-rs`: ok https://nearblocks.io/txns/5yzwbUckGSWMyYj8hbG3jJjHWLef5atkzc2fiVrf8Loy - [x] current pr near 0.8.1 - [x] test a normal tx on `app-near`: ok https://nearblocks.io/txns/5Ptbx3iGykXKQpxYBhR9YUa5BCmS6jGjyLiE7oGYGXKN - [x] test a long tx on `app-near` : error ```bash Error: 0: Error occurred while signing the transaction: APDUExchangeError("Ledger APDU retcode: 0x6990") ``` - [x] test a long tx on `app-near-rs`: ok https://nearblocks.io/txns/2duat1ripdAxtHJjuNyNT7ZNd6adADs8LGMZ6VsV9FDm - [x] test a deploy contract tx - [x] on `app-near-rs`: ok https://nearblocks.io/txns/GV6Y9TcTMhqBUoYL6M6BxkeCXXkEe8TfmLJCVx64U7ME# ```bash Unsigned transaction: signer_id: 1b11b3b31673033936ad07bddc01f9da27d974811e480fb197c799e23480a489 receiver_id: 1b11b3b31673033936ad07bddc01f9da27d974811e480fb197c799e23480a489 actions: -- deploy contract DC1KnvBEyPhBzBxCBarMgY9ZN68krg449Dk8AxARU2QN ... ``` - [x] https://nearblocks.io/address/1b11b3b31673033936ad07bddc01f9da27d974811e480fb197c799e23480a489#contract - [x] on `app-near`: error, same behaviour as long tx (12288 bytes) ```bytes 12288 ./examples/adder/res/adder.wasm ```
- Loading branch information
Showing
4 changed files
with
21 additions
and
82 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters