Skip to content

fix: combined cleanup — WETH, fullFeature guards, shebangs, ripple CLI#176

Merged
pastaghost merged 5 commits intomasterfrom
fix/combined-cleanup
Mar 12, 2026
Merged

fix: combined cleanup — WETH, fullFeature guards, shebangs, ripple CLI#176
pastaghost merged 5 commits intomasterfrom
fix/combined-cleanup

Conversation

@BitHighlander
Copy link
Copy Markdown
Contributor

Summary

Combines 4 open PRs into a single clean changeset:

Supersedes

PRs #173, #175, #170, #165 — close those after merging this one.

Test plan

  • WETH: test_sign_uni_approve_liquidity_ETH passes
  • fullFeature: ETH tests skip on BTC-only emulator
  • Shebangs: scripts run on systems without /bin/env
  • Ripple: keepkeyctl ripple_get_address available

@BitHighlander BitHighlander requested a review from pastaghost March 6, 2026 01:05
- Add WETH to uniswap token database (PR #173)
- Guard Ethereum tests with requires_fullFeature for BTC-only firmware (PR #175)
- Fix shebang lines: /bin/env -> /usr/bin/env (PR #170)
- Add ripple_get_address command to keepkeyctl (PR #165)
@BitHighlander BitHighlander force-pushed the fix/combined-cleanup branch from 0b9b573 to c5cd85a Compare March 6, 2026 01:14
Copy link
Copy Markdown
Contributor

@pastaghost pastaghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

WETH exists in ethereum-lists/src/tokens/eth/ which generates
ethereum_tokens.def. Adding it to uniswap_tokens.json created a
duplicate ticker, causing tokenByTicker() to return false.

Also removes the unittest.skip since WETH is available via ethereum-lists.
@pastaghost pastaghost merged commit 3b85e30 into master Mar 12, 2026
1 check passed
@BitHighlander BitHighlander deleted the fix/combined-cleanup branch March 16, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants