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

Sync master to 2.3.0 release. #292

Merged
merged 36 commits into from
Oct 8, 2024
Merged

Sync master to 2.3.0 release. #292

merged 36 commits into from
Oct 8, 2024

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    1a437f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #271 from LedgerHQ/fix-instructions

    Fix sign_psbt_instruction_approve
    bigspider authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6367fb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Add a test for signing a 64 bytes message.

    The UX refactoring in version 2.2.2 introduced a bug where signing messages
    with certain lengths would fail, as the app would ask the client about chunks
    with an overflowing index.
    bigspider committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c8170da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f0d720 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    bigspider committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    23d0ddf View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request #273 from LedgerHQ/fix-signmessage

    Fix `signMessage` failing for messages of certain lengths
    bigspider authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4c60d06 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Add payin_extra_id to G_swap_state; process destination_address_extra…

    …_id during copy_transaction_parameters
    bigspider committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    19d6c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af3c336 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    629d423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e89e67c View commit details
    Browse the repository at this point in the history
  5. Improve swap error handling

    bigspider committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f18fb4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50cc569 View commit details
    Browse the repository at this point in the history
  7. Update dashboard snapshots

    bigspider committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6fde678 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #275 from LedgerHQ/swap-release

    Swap release
    bigspider authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0d4106d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    eb0cbbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    916670a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa94082 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #278 from edouardparis/client_rs-bump-bitcoin-0.32

    client_rs: bump bitcoin 0.32 and miniscript 12.2
    bigspider authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5499c3e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    e066314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6131f7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f6afe9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #276 from LedgerHQ/perf-opts

    Performance optimizations
    bigspider authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    df2240b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b30cb59 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #279 from LedgerHQ/release230

    Bump version to 2.3.0; upate CHANGELOG and ragger snapshots
    bigspider authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ec81a03 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    248c045 View commit details
    Browse the repository at this point in the history
  2. Update snapshots

    bigspider committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    eab72e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb6f2c9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #282 from LedgerHQ/processing-glitch

    Always return to main menu at the end of get_wallet_address
    bigspider authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8751400 View commit details
    Browse the repository at this point in the history
  5. Update snapshots

    bigspider committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3606a87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee4ca1f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request #284 from LedgerHQ/fix-ci

    Fix CI
    bigspider authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a40b100 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    08d208f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc30b8b View commit details
    Browse the repository at this point in the history
  3. Fix JS CI job

    bigspider committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9f75ae5 View commit details
    Browse the repository at this point in the history
  4. Update all flex snapshots

    bigspider committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6fe785e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #291 from LedgerHQ/update-ci-actions

    Update ci action versions
    bigspider authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c9144de View commit details
    Browse the repository at this point in the history