-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from blooo-io/refactor/LDG-411update-plugin-fr…
…amework Update plugin framework
- Loading branch information
Showing
233 changed files
with
33 additions
and
307 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Checklist | ||
<!-- Put an `x` in each box when you have completed the items. --> | ||
- [ ] App update process has been followed <!-- See comment below --> | ||
- [ ] Target branch is `develop` <!-- unless you have a very good reason --> | ||
- [ ] Application version has been bumped <!-- required if your changes are to be deployed --> | ||
|
||
<!-- Make sure you followed the process described in https://developers.ledger.com/docs/embedded-app/maintenance/ before opening your Pull Request. | ||
Don't hesitate to contact us directly on Discord if you have any questions ! https://developers.ledger.com/discord --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,16 @@ | ||
--- | ||
name: Check SDK submodule version | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
- develop | ||
pull_request: | ||
|
||
jobs: | ||
job_check_SDK: | ||
name: Check Ethereum plugin SDK submodule is up-to-date | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone plugin | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
- name: Clone SDK | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: LedgerHQ/ethereum-plugin-sdk | ||
path: plugin-sdk | ||
ref: ${{ github.base_ref || github.ref_name }} | ||
- name: Comparing the SDK hash values | ||
run: | | ||
git config --global --add safe.directory "$GITHUB_WORKSPACE" | ||
REPO_SDK_HASH=$(git submodule status | grep sdk | cut -d ' ' -f2) | ||
echo "SDK submodule hash: ${REPO_SDK_HASH} (checked out from '${{ github.base_ref || github.ref_name }}')" | ||
CURRENT_SDK_HASH=$(cd ./plugin-sdk/ && git rev-parse HEAD) | ||
echo "SDK submodule hash: ${CURRENT_SDK_HASH}" | ||
if [ ${REPO_SDK_HASH} = ${CURRENT_SDK_HASH} ] | ||
then | ||
echo "SDK versions match!" | ||
exit 0 | ||
else | ||
echo "SDK versions mismatch!" | ||
exit 1 | ||
fi | ||
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_check_ethereum_sdk.yml@v1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ build | |
|
||
# Editors | ||
.idea/ | ||
.vscode | ||
|
||
# Python | ||
*.pyc[cod] | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/arbitrum_nanosp_arbitrum_angle_deposit/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/arbitrum_nanosp_arbitrum_angle_deposit/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/arbitrum_nanosp_arbitrum_angle_deposit/00005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/arbitrum_nanosp_arbitrum_angle_deposit/00007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/arbitrum_nanosp_arbitrum_angle_withdraw/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/arbitrum_nanosp_arbitrum_angle_withdraw/00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/arbitrum_nanosp_arbitrum_angle_withdraw/00008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(98%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_1/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1 Byte
(100%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_1/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(98%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_1/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_1/00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(98%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_2/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(98%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_2/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_2/00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4 Bytes
(99%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_overdue_shares_1/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1 Byte
(100%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_overdue_shares_1/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(98%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_overdue_shares_1/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_overdue_shares_1/00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4 Bytes
(99%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_overdue_shares_2/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(98%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_overdue_shares_2/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/avalanche_nanosp_avalanche_redeem_overdue_shares_2/00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4 Bytes
(99%)
tests/snapshots/avalanche_nanosp_avalanche_request_unlock/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/avalanche_nanosp_avalanche_request_unlock/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(98%)
tests/snapshots/avalanche_nanosp_avalanche_request_unlock/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/avalanche_nanosp_avalanche_request_unlock/00006.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_angle_deposit/00001.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_angle_deposit/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_angle_deposit/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_angle_deposit/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_angle_withdraw/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_angle_withdraw/00005.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_angle_withdraw/00007.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_buy_voucher/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_buy_voucher/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_buy_voucher/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_buy_voucher/00005.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_claim_self_apecoin/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_claim_self_apecoin/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_claim_self_apecoin/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_claim_self_apecoin/00005.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_claim_tokens/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_claim_tokens/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_claim_tokens/00005.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_comet_supply/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_comet_supply/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_comet_supply/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_comet_supply/00005.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_deposit_self_apecoin/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_deposit_self_apecoin/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_deposit_self_apecoin/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_deposit_self_apecoin/00005.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_grt_delegate/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_grt_delegate/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_grt_delegate/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_grt_delegate/00006.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_grt_undelegate/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_grt_undelegate/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_grt_undelegate/00005.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_grt_withdraw_delegated/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_grt_withdraw_delegated/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_grt_withdraw_delegated/00005.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_lido_claim_withdrawals_1/00001.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_claim_withdrawals_1/00002.png
Oops, something went wrong.
Binary file modified
BIN
+10 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_claim_withdrawals_1/00004.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_claim_withdrawals_1/00006.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_claim_withdrawals_1/00008.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_lido_claim_withdrawals_2/00001.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_claim_withdrawals_2/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_claim_withdrawals_2/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_claim_withdrawals_2/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_lido_request_withdrawals_1/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_request_withdrawals_1/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_request_withdrawals_1/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_lido_request_withdrawals_2/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_request_withdrawals_2/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_lido_request_withdrawals_2/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_1/00001.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_1/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_1/00003.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_1/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_1/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_2/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_2/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_2/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_2/00005.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_3/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_3/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_3/00003.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_3/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_supply_3/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_withdraw_1/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_withdraw_1/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_withdraw_1/00005.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_withdraw_2/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_withdraw_2/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_morpho_withdraw_2/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_paraspace_deposit/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_paraspace_deposit/00002.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_paraspace_deposit/00003.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_paraspace_deposit/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_paraspace_deposit/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_paraspace_withdraw/00001.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_paraspace_withdraw/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_paraspace_withdraw/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_paraspace_withdraw/00005.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_request_withdraw/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_request_withdraw/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_request_withdraw/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_request_withdraw/00006.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_sell_voucher_new/00001.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_sell_voucher_new/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_sell_voucher_new/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_sell_voucher_new/00005.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_submit_eth_lido/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_submit_eth_lido/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_submit_eth_lido/00005.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_submit_matic_lido/00001.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_submit_matic_lido/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_submit_matic_lido/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_submit_matic_lido/00006.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_swap_from/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_swap_from/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_swap_from/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_swap_from/00006.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_unstake_claim_tokens_new/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_unstake_claim_tokens_new/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_unstake_claim_tokens_new/00005.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_withdraw_rewards/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_withdraw_rewards/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_withdraw_rewards/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_withdraw_rewards/00005.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/ethereum_nanosp_ethereum_withdraw_self_apecoin/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/ethereum_nanosp_ethereum_withdraw_self_apecoin/00003.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/ethereum_nanosp_ethereum_withdraw_self_apecoin/00005.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_1/00001.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_1/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_1/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_1/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_2/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_2/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_2/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_2/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_3/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_3/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_3/00005.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/fantom_nanosp_fantom_yearn_vault_withdraw_3/00007.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_1/00001.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_1/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_1/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_1/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_2/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_2/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_2/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_2/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_3/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_3/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_3/00005.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/fantom_nanosp_yearn_vault_deposit_3/00007.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/polygon_nanosp_polygon_aave_v3_supply/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/polygon_nanosp_polygon_aave_v3_supply/00002.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/polygon_nanosp_polygon_aave_v3_supply/00005.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/polygon_nanosp_polygon_aave_v3_supply/00007.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/polygon_nanosp_polygon_aave_v3_withdraw/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/polygon_nanosp_polygon_aave_v3_withdraw/00005.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/polygon_nanosp_polygon_aave_v3_withdraw/00007.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/polygon_nanosp_polygon_comet_claim/00001.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
tests/snapshots/polygon_nanosp_polygon_comet_claim/00003.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/polygon_nanosp_polygon_comet_claim/00005.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/polygon_nanosp_polygon_comet_claim/00007.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/polygon_nanosp_polygon_comet_withdraw/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/polygon_nanosp_polygon_comet_withdraw/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/polygon_nanosp_polygon_comet_withdraw/00006.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(99%)
tests/snapshots/tomochain_nanosp_tomochain_vic_resign_1/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/tomochain_nanosp_tomochain_vic_resign_1/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/tomochain_nanosp_tomochain_vic_resign_1/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/tomochain_nanosp_tomochain_vic_unvote_1/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/tomochain_nanosp_tomochain_vic_unvote_1/00005.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/tomochain_nanosp_tomochain_vic_unvote_1/00007.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/tomochain_nanosp_tomochain_vic_vote_1/00001.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/tomochain_nanosp_tomochain_vic_vote_1/00004.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/tomochain_nanosp_tomochain_vic_vote_1/00006.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
tests/snapshots/tomochain_nanosp_tomochain_vic_withdraw_1/00001.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
tests/snapshots/tomochain_nanosp_tomochain_vic_withdraw_1/00003.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
tests/snapshots/tomochain_nanosp_tomochain_vic_withdraw_1/00005.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
tests/snapshots/tomochain_nanosp_tomochain_vic_withdraw_1/00007.png
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