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

Add support for SEP-0007 pay and transaction requests #1202

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    3ce61a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dd12c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Add transactionRequest context

    ebma committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    1116cbb View commit details
    Browse the repository at this point in the history
  2. Add TransactionRequestHandler

    ebma committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    9e31652 View commit details
    Browse the repository at this point in the history
  3. Add VerifyTrustedServiceDialog

    ebma committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    3d83dc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fac8b02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09c84b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    fcd49b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf8479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    776cffb View commit details
    Browse the repository at this point in the history
  4. Add proper backnavigation from payment dialog

    when it is opened by the PaymentAccountSelectionDialog
    ebma committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    c262505 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5a0579 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    714943d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66bf4e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77d5a45 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    ebf347e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Change wording of warning message

    Co-authored-by: Andy Wermke <[email protected]>
    ebma and andywer authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    1adf3f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Show dismiss button if onCancel prop present

    The onCancel prop was not used before so now it indicates
    whether the payment form should show a dismiss button or not
    ebma committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    b106196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90f3e3c View commit details
    Browse the repository at this point in the history
  3. Add NoAccountsDialog

    ebma committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    2c107d0 View commit details
    Browse the repository at this point in the history
  4. Move components

    ebma committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    d6dff65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6b3c67 View commit details
    Browse the repository at this point in the history
  6. Change key of i18n strings

    ebma committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    abc70ab View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    fe1abca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6ad31d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af9d4bd View commit details
    Browse the repository at this point in the history
  4. Rename TransactionRequestHandler

    ebma committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    a2b9807 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8659c3b View commit details
    Browse the repository at this point in the history
  6. Add padding around AccountSelectionList

    Setting padding-right and -left to zero removes the shadows and
    looks weird
    ebma committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    fe3dfad View commit details
    Browse the repository at this point in the history
  7. Refactor selectable accounts

    ebma committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    fa184a6 View commit details
    Browse the repository at this point in the history
  8. Remove selectable accounts check

    ebma committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    34f47e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33d5fbd View commit details
    Browse the repository at this point in the history
  10. Replace hard-coded strings

    ebma committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    05eb8c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd0efc5 View commit details
    Browse the repository at this point in the history
  12. Create unified StellarRequestReviewDialog

    which combines handling payment and transaction requests
    ebma committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    dd38189 View commit details
    Browse the repository at this point in the history
  13. Rename i18n keys

    ebma committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d362dbd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1360e88 View commit details
    Browse the repository at this point in the history
  15. Show message on submission error

    ebma committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    16a9d2b View commit details
    Browse the repository at this point in the history