Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: keepkey/python-keepkey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BitHighlander/python-keepkey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 3 contributors

Commits on Mar 4, 2026

  1. fix: add WETH to uniswap token database

    The Uniswap approve liquidity handler (zxappliquid.c) calls
    tokenByTicker("WETH") to compute V2 pair addresses via CREATE2.
    Without WETH in the token table, the firmware returns false before
    any button prompt, causing "Signing cancelled by user" in tests.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    BitHighlander and claude committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    393d5aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from BitHighlander/fix/add-weth-token

    fix: add WETH to uniswap token database
    BitHighlander authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    c24db05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #172 from BitHighlander/fix/add-weth-token

    fix: add WETH to uniswap token database
    BitHighlander authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    c0e0735 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    698e9a4 View commit details
    Browse the repository at this point in the history
Loading