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

feat: make the app supports the latest Stellar protocol (17). #26

Merged
merged 9 commits into from
Sep 3, 2021

Conversation

overcat
Copy link
Contributor

@overcat overcat commented Aug 19, 2021

Change Log

  • Make the app supports the Stellar Protocol 13~17.
  • Bug fixes

This PR includes the following features:

fix #23

Added Muxed Account support, affecting the following fields:

  • PaymentOp::destination
  • PathPaymentStrictReceiveOp::destination
  • Operation::sourceAccount
  • Operation::destination (for ACCOUNT_MERGE)
  • Transaction::sourceAccount

For more information about Muxed Account please read the following articles:


fix #27

Added FeeBump Transaction Support.

For more information about Muxed Account please read the following articles:


fix #22, fix #12

Added support for the following operations.

  • PATH_PAYMENT_STRICT_SEND
  • CREATE_CLAIMABLE_BALANCE (Currently does not support displaying claimant details.)
  • CLAIM_CLAIMABLE_BALANCE
  • BEGIN_SPONSORING_FUTURE_RESERVES
  • END_SPONSORING_FUTURE_RESERVES
  • REVOKE_SPONSORSHIP
  • CLAWBACK
  • CLAWBACK_CLAIMABLE_BALANCE
  • SET_TRUST_LINE_FLAGS

Fix #28

fix the jump problem in format_operation_source


fix: fix a bug that jumps between ux_confirm_tx_finalize_step and ux_variable_display.


feat: show transaction's sequence number.

@overcat overcat changed the title Missing operations feat: add support for missing operations. Aug 19, 2021
@overcat overcat force-pushed the missing-operations branch 8 times, most recently from e2a636e to c0abbbd Compare August 24, 2021 04:04
@overcat overcat force-pushed the missing-operations branch 2 times, most recently from 82b5a15 to 7590cc4 Compare August 24, 2021 08:39
@overcat overcat marked this pull request as ready for review August 24, 2021 08:49
@overcat overcat force-pushed the missing-operations branch 2 times, most recently from 5384fb3 to 1e5adbd Compare August 25, 2021 09:06
@overcat overcat marked this pull request as draft August 25, 2021 09:21
@overcat overcat marked this pull request as ready for review August 25, 2021 10:21
@overcat overcat changed the title feat: add support for missing operations. feat: add support for missing operations and muxed account. Aug 26, 2021
@overcat overcat changed the title feat: add support for missing operations and muxed account. feat: make the app support the latest Stellar protocol. Aug 30, 2021
@overcat overcat changed the title feat: make the app support the latest Stellar protocol. feat: make the app supports the latest Stellar protocol. Aug 30, 2021
@TamtamHero TamtamHero merged commit 614f957 into LedgerHQ:master Sep 3, 2021
@overcat overcat changed the title feat: make the app supports the latest Stellar protocol. feat: make the app supports the latest Stellar protocol (17). Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants