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

Stellar now returns to Exchange after a successful sign #62

Merged
merged 4 commits into from
Jun 2, 2023

Conversation

fbeutin-ledger
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 5, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (83f1e8e) 77.72% compared to head (44aa5cf) 77.72%.

Additional details and impacted files
@@                    Coverage Diff                     @@
##           fbe/stellar_donjon_review      #62   +/-   ##
==========================================================
  Coverage                      77.72%   77.72%           
==========================================================
  Files                             12       12           
  Lines                           2352     2352           
==========================================================
  Hits                            1828     1828           
  Misses                           524      524           
Flag Coverage Δ
unittests 77.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fbeutin-ledger
Copy link
Contributor Author

@fbeutin-ledger
Copy link
Contributor Author

The warning

src/swap/handle_swap_sign_transaction.c:53:1: error: function declared 'noreturn' should not return [-Werror,-Winvalid-noreturn]
}
^
1 error generated.

Is a false positive caused by a missing flag in the SDK API, fix in progress

@fbeutin-ledger
Copy link
Contributor Author

The issue

FAILED test/python/test_stellar.py::test_stellar_swap_refuse_double_sign[nanosp 1.0.4] - ragger.error.ExceptionRAPDU: Error [0x6d00] b''

Is because the CI for Exchange tests in Stellar is using the develop branch of the exchange app

@fbeutin-ledger
Copy link
Contributor Author

The issue in test_stellar_swap_refuse_double_sign is expected as the test will need an update

@fbeutin-ledger fbeutin-ledger force-pushed the fbe/poc_exchange_returns branch 6 times, most recently from 27811c8 to 9da6325 Compare June 2, 2023 12:25
@fbeutin-ledger
Copy link
Contributor Author

fbeutin-ledger commented Jun 2, 2023

Zemu tests for Stax are broken because the Speculos version in Zemu is out of date and doest not contain the API_LEVEL_10

@fbeutin-ledger fbeutin-ledger merged commit b117e90 into fbe/stellar_donjon_review Jun 2, 2023
@fbeutin-ledger fbeutin-ledger deleted the fbe/poc_exchange_returns branch June 2, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants