Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test the new Ledger Nervos App #414

Open
homura opened this issue Jul 20, 2024 · 6 comments
Open

Test the new Ledger Nervos App #414

homura opened this issue Jul 20, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@homura
Copy link

homura commented Jul 20, 2024

We've created a new PR to upgrade the Nervos App to display addresses in CKB2021 format and fix known issues that could cause crashes. So we need to test the App to confirm if it works as expected.

To install the App before releasing it on Ledger Live

  1. Make sure the firmware is upgraded to the latest
  2. Download the App from the GitHub artifact
  3. Install ledgerblue
python3 -m venv ledger
source ledger/bin/activate
pip install ledgerblue
  1. Install the App on the device
# make sure the device is connected and unlocked
cd /path/to/download/binaries/nanos2/bin
python3 -m ledgerblue.runScript  --scp --fileName app.apdu --elfFile app.elf
  1. Confirm the install message "Allow unsafe manager" on the device
@silySuper
Copy link

silySuper commented Jul 31, 2024

1.Send transaction always shows pending,but the block number is get.

Image

transaction hash:
0x065eb7e6f748ca7b94f9ad473cffb1b8b3bea3c54db63ce38138f89503377fdd

log shows error:

main.log

@silySuper
Copy link

silySuper commented Jul 31, 2024

2.Claim is invalid in app ,after operate accept in ledger once,it dump to confirm page again and again.

main.log

video:

claim.mov

The same to send in asset accounts(but again only once).

Image

@yanguoyu
Copy link

1.Send transaction always shows pending,but the block number is get.

Image

transaction hash: 0x065eb7e6f748ca7b94f9ad473cffb1b8b3bea3c54db63ce38138f89503377fdd

log shows error:

main.log

From the log, it may same as #407

@silySuper
Copy link

I test this by pull latest develop branch,and yarn start.I do not know whether sync is related to this.I will try a develop package.Sync can solve after test this nervos app.

@silySuper
Copy link

3.When offline sign an unsigned transaction,pop up abnormal tip.

2024-07-31.13.45.29.mov

@silySuper
Copy link

4.In asset accouts ,when send transaction,destination in Nervos App is different from transaction detaill.
transaction id:
0x3adf40462923ec03b02ec191137554ff3d516a2471ad4e2315b0611c801f7761

Nervos App shows:

Image

Image

Image

video:

2024-07-31.14.29.12.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 👀 Testing
Development

No branches or pull requests

4 participants