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

Merge develop after fixes #32

Merged
merged 38 commits into from
Sep 3, 2024
Merged

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

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

Commits on Aug 16, 2024

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

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    e97ed55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26154f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b0793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb301bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d99ddcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccd0f7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4014078 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    606c360 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98380ef View commit details
    Browse the repository at this point in the history
  10. refactor: remove unused code

    Justkant committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    313af0c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6af7cc View commit details
    Browse the repository at this point in the history
  12. fix: missing deps in useEffect array

    And cleanup unused code and picomatch dependency
    Justkant committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9d58923 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    531bc03 View commit details
    Browse the repository at this point in the history
  14. feat(web3hub): new bottom modal to select network and account with da…

    …pp browser v3
    
    Small perf improvement for dapp browser v3 dapps initial load
    Lots of small visual improvements, polish and bugfixes
    Update app screen header url
    Justkant committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    248901b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7430d8e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ffa9dd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    7db12c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe7e4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request LedgerHQ#7718 from LedgerHQ/support/qaa_181_make_s…

    …peculos_code_common
    
    [QAA-181] Made speculos spawning code common for LLM use
    abdurrahman-ledger authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bfefac1 View commit details
    Browse the repository at this point in the history
  4. 🐦‍🔥 [FIX]: Refresh ledger sync QR code on expiration (LedgerHQ#7690)

    * Refresh qr code instead of showing an error
    
    * Refresh qr code on mobile too
    
    * Update change log
    
    ---------
    
    Co-authored-by: Theophile Sandoz <Theophile Sandoz>
    thesan authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a3fd728 View commit details
    Browse the repository at this point in the history
  5. 🛣️ [FEAT]: Create the /ledgersync deeplink (LedgerHQ#7706)

    * Create LLDs /ledgersync deeplink
    
    * Use redux to show the ledger sync activation drawer
    
    * Create LLMs /ledgersync deeplink
    
    * Update change log
    
    ---------
    
    Co-authored-by: Theophile Sandoz <Theophile Sandoz>
    thesan authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    84ea362 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0bcef6 View commit details
    Browse the repository at this point in the history
  7. fix: persistant gasOptions between evm chains creating crashes (Ledge…

    …rHQ#7715)
    
    * fix: persistant gasOptions between evm chains creating crashes
    
    * chore: lint
    CremaFR authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f4bb881 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge pull request LedgerHQ#7702 from LedgerHQ/feat/LIVE-13195

    feat(web3hub): new bottom modal to select network and account with dapp browser v3 [LIVE-13195]
    Justkant authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fffa5ec View commit details
    Browse the repository at this point in the history
  2. Rename polkadot network model file for consistency (LedgerHQ#7695)

    * chore: rename polkadot network model file
    
    Signed-off-by: Stéphane Prohaszka <[email protected]>
    
    * chore: update readme
    
    Signed-off-by: Stéphane Prohaszka <[email protected]>
    
    * fix: lint issue
    
    Signed-off-by: Stéphane Prohaszka <[email protected]>
    
    ---------
    
    Signed-off-by: Stéphane Prohaszka <[email protected]>
    sprohaszka-ledger authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bb1ca23 View commit details
    Browse the repository at this point in the history
  3. 🔏 [FIX]: Trustchain "Expected signature to be an Uint8Array with leng…

    …th 64" error (LedgerHQ#7719)
    
    * Test the verification of problematic signatures
    From occasionaly returned from the Apdu device reponses
    
    * Fix the "Expected signature to be an Uint8Array with length 64" error
    
    * Update change log
    
    * Keep `NobleCryptoSecp256k1.derDecode` private
    
    ---------
    
    Co-authored-by: Theophile Sandoz <Theophile Sandoz>
    thesan authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8e0ac04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a84f3d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ecbe88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a5a837 View commit details
    Browse the repository at this point in the history
  7. [FIX]: Minors bugs on LedgerSync (LedgerHQ#7717)

    * [FIX]: Minors bugs on LedgerSync
    
    * [FIX]: e2e tests
    mcayuelas-ledger authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9a4a3bc View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fix: replace sidecar with node (LedgerHQ#7470)

    * fix: replace sidecar with node
    
    * fix: use erasStakersOverview to fetch tvl for each validator
    
    * fix: remove identities code for polkadot
    
    * get rid of sidecar api
    
    * fix unit tests
    
    * fix: polkadot integration test
    
    * refactoring
    hzheng-ledger authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    93128e3 View commit details
    Browse the repository at this point in the history
  2. [LIVE-13715] Support - Update axios everywhere (LedgerHQ#7593)

    * Update `axios` everywhere to fixed version `1.7.3`
    
    * changeset
    
    * Update `live-network` for axios version `1.7.3`
    
    * changeset
    
    * Update test in `coin-tezos` for axios 1.7.3 update
    
    * changeset
    
    * Update trustchain test for new axios headers
    
    * Remove axios complete mock and replace w/ nock
    
    * Update coin-framework unimportedrc
    lambertkevin authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    187293c View commit details
    Browse the repository at this point in the history
  3. Merge pull request LedgerHQ#7609 from LedgerHQ/feat/CN-197-pass-partn…

    …erTestBaseUrl-to-buy-sell-app
    
    CN-197: add param partnerTestBaseUrl to be passed to buy-sell app
    adammino-ledger authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f0721f2 View commit details
    Browse the repository at this point in the history
  4. Setup analytics for Web3Hub (LedgerHQ#7666)

    * feat: add track screens on Web3Hub
    RamyEB authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    32b33b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4510b8 View commit details
    Browse the repository at this point in the history