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

Blink wallet sending attachment #1293

Merged
merged 15 commits into from
Aug 18, 2024
Merged

Blink wallet sending attachment #1293

merged 15 commits into from
Aug 18, 2024

Commits on Aug 13, 2024

  1. blink attachment

    riccardobl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f29f7a2 View commit details
    Browse the repository at this point in the history
  2. support staging

    riccardobl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    93c15aa View commit details
    Browse the repository at this point in the history
  3. add staging dashboard link

    riccardobl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a43fa22 View commit details
    Browse the repository at this point in the history
  4. Revert "add staging dashboard link"

    This reverts commit a43fa22.
    riccardobl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    66a4024 View commit details
    Browse the repository at this point in the history
  5. Revert "support staging"

    This reverts commit 93c15aa.
    riccardobl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f52054c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e031085 View commit details
    Browse the repository at this point in the history
  7. stable sats -> stablesats

    riccardobl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f3b6f50 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. catch HTTP errors

    riccardobl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    df1c3ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9a9d6d View commit details
    Browse the repository at this point in the history
  3. disable autocomplete

    riccardobl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    26b677b View commit details
    Browse the repository at this point in the history
  4. schema without test()

    riccardobl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    409147c View commit details
    Browse the repository at this point in the history
  5. Fix save since default is not applied for empty strings

    Formik validation must see 'currency' as undefined and apply the default but the validation before save sees an empty string.
    ekzyis committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    418b922 View commit details
    Browse the repository at this point in the history
  6. Save transformed config

    ekzyis committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4f7dbda View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary defaults

    ekzyis committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e6e4200 View commit details
    Browse the repository at this point in the history
  8. Prefix HTTP error with text

    ekzyis committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a6c9488 View commit details
    Browse the repository at this point in the history