Skip to content

Conversation

@TaprootFreak
Copy link
Collaborator

No description provided.

TaprootFreak and others added 4 commits January 14, 2026 00:01
* fix: update TypeScript target to es2020 for ox/viem compatibility

The ox package (dependency of viem, @reown/appkit, @walletconnect/utils)
ships TypeScript source files (.ts) that use BigInt literals (0n),
which require ES2020+.

This change only affects type-checking. Babel handles actual transpilation
based on browserslist, which already targets modern browsers only
(Chrome 109+, Firefox 115+, Safari 17+) that all support ES2020.

* fix: update TypeScript target to esnext for consistency

- Change target from es2020 to esnext in tsconfig.json
- Update e2e/tsconfig.json target and lib to ESNext for consistency
- Babel handles actual transpilation based on browserslist

---------

Co-authored-by: Bernd <bernd@dfx.swiss>
* feat(e2e): add Sepolia USDT sell E2E test with MetaMask

- New comprehensive E2E test for complete sell flow on Sepolia testnet
- Handles MetaMask wallet setup with Chrome 126
- Implements login flow: CRYPTO WALLET → MetaMask → Connect → Sign
- Handles network switch popup (Mainnet → Sepolia)
- Navigates to /sell with Sepolia USDT
- Includes IBAN selection and transaction flow
- Adds Sepolia Etherscan transaction verification with visual screenshot
- Updates playwright.synpress.config.ts to include new test file

Test command: npx playwright test --config=playwright.synpress.config.ts e2e/synpress/sepolia-sell-e2e.spec.ts

* test(e2e): update sell amount to 10 USDT and add wallet2 screenshots

- Change default test amount from 0.01 to 10 USDT
- Add wallet2 visual regression baseline screenshots
…an (#917)

- Add detailed implementation plan for gasless transactions
- Add gasless token transfer analysis
- Add API test utilities for Pimlico and MetaMask capabilities
Use ibantools to validate and normalize IBAN input. Only transforms
strings that pass IBAN checksum validation, ensuring names, emails,
and other search terms remain unchanged.
@github-actions
Copy link

github-actions bot commented Jan 14, 2026

🤖 PR Review Bot

⚠️ Security: 0 critical, 30 high vulnerabilities


This is an automated review. Please address the issues above.

@TaprootFreak TaprootFreak merged commit 5b5603a into main Jan 15, 2026
7 checks passed
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.

3 participants