You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bsc): remove ethereumjs-util import, add WalletConnect test coverage
Replace the ethereumjs-util addHexPrefix import (not in sdk-coin-bsc
deps) with an inline helper. ethereumjs-util is a transitive dep of
abstract-eth, not a direct dep of sdk-coin-bsc, so relying on it was
fragile.
Add two tests for the WalletConnect recipients[0].data flow in
verifyTssTransaction:
- BEP-20 with matching recipients[0].data passes
- BEP-20 with tampered txHex calldata but correct recipients[0].data
throws (tampered-recipient rejection)
Ticket: WCI-1169
Session-Id: 4ade7ff7-085e-476d-b280-f4d3dd01c105
Task-Id: 9e3fa483-2a00-47db-aa04-c64b6f003a77
0 commit comments