-
Notifications
You must be signed in to change notification settings - Fork 9
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
Relayed v3 support #93
base: master
Are you sure you want to change the base?
Conversation
[auto] Update Screenshots
[auto] Update Screenshots
[auto] Update Screenshots
src/sign_tx_hash.c
Outdated
int ret_code = 0; | ||
int err; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we can use here ret_code
instead of adding err
variable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
tests/test_multiversx.py
Outdated
test_name) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add assert backend.last_async_response.status == Error.USER_DENIED
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, well spotted
# Conflicts: # ledger_app.toml # tests/snapshots/nanosp/test_menu/00011.png # tests/snapshots/stax/test_get_addr_confirm_ok/00002.png # tests/snapshots/stax/test_get_addr_confirm_ok/00004.png # tests/snapshots/stax/test_menu/00001.png # tests/snapshots/stax/test_menu/00002.png # tests/snapshots/stax/test_menu/00003.png # tests/snapshots/stax/test_sign_msg_auth_token_invalid_ttl/00003.png # tests/snapshots/stax/test_sign_msg_auth_token_localhost_5min_ok/00003.png # tests/snapshots/stax/test_sign_msg_auth_token_long_origin_should_trim_ok/00003.png # tests/snapshots/stax/test_sign_msg_auth_token_long_ttl/00003.png # tests/snapshots/stax/test_sign_msg_auth_token_ok/00003.png # tests/snapshots/stax/test_sign_msg_auth_token_too_long_ttl_ok/00003.png # tests/snapshots/stax/test_sign_msg_auth_token_xexchange_24h_ok/00003.png # tests/snapshots/stax/test_sign_msg_long/00003.png # tests/snapshots/stax/test_sign_msg_short_ok/00009.png # tests/snapshots/stax/test_sign_tx_valid_esdt_with_guardian/00004.png # tests/snapshots/stax/test_sign_tx_valid_large_amount/00004.png # tests/snapshots/stax/test_sign_tx_valid_large_nonce/00004.png # tests/snapshots/stax/test_sign_tx_valid_large_receiver/00004.png # tests/snapshots/stax/test_sign_tx_valid_simple_no_data_confirmed/00004.png # tests/snapshots/stax/test_toggle_contract_data_0/00001.png # tests/snapshots/stax/test_toggle_contract_data_0/00002.png # tests/snapshots/stax/test_toggle_contract_data_0/00003.png # tests/snapshots/stax/test_toggle_contract_data_1/00001.png # tests/snapshots/stax/test_toggle_contract_data_1/00002.png # tests/snapshots/stax/test_toggle_contract_data_1/00003.png
Relayed v3 support app multiversx
0960858
replaced deprecated functions
Adjust limits (for STAX)
No description provided.