Avatar for the thirdweb-dev user
thirdweb-dev
js
BlogDocsChangelog

[Chore] Add missing walletconnect exports to RN wallet exports

#3444Merged
Comparing
chore/native-exports-wc
(
fe77516
) with
main
(
5f880b2
)
CodSpeed Performance Gauge
0%
Improvements
0
Regressions
0
Untouched
9
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

encode tx (prepared method)
packages/thirdweb/src/transaction/actions/encode.bench.ts::encode tx (prepared method)
CodSpeed Performance Gauge
+1%
345 µs
340.5 µs
units:toTokens(12345678901234567890n, 18)
packages/thirdweb/src/utils/units.bench.ts::units:toTokens(12345678901234567890n, 18)
CodSpeed Performance Gauge
0%
25.4 µs
25.4 µs
encode tx (contract abi)
packages/thirdweb/src/transaction/actions/encode.bench.ts::encode tx (contract abi)
CodSpeed Performance Gauge
0%
410.6 µs
409.7 µs
units:toUnits("40.0", 18)
packages/thirdweb/src/utils/units.bench.ts::units:toUnits("40.0", 18)
CodSpeed Performance Gauge
0%
34.4 µs
34.3 µs
units:toTokens(40000000000000000000n, 18)
packages/thirdweb/src/utils/units.bench.ts::units:toTokens(40000000000000000000n, 18)
CodSpeed Performance Gauge
0%
184.7 µs
184.5 µs
keccakId
packages/thirdweb/src/utils/any-evm/keccak-id.bench.ts::keccakId
CodSpeed Performance Gauge
0%
1.3 ms
1.3 ms
units:toUnits("40", 18)
packages/thirdweb/src/utils/units.bench.ts::units:toUnits("40", 18)
CodSpeed Performance Gauge
0%
33.8 µs
33.8 µs
encode tx (human readable)
packages/thirdweb/src/transaction/actions/encode.bench.ts::encode tx (human readable)
CodSpeed Performance Gauge
0%
377.3 µs
378.3 µs
encode tx (json abi)
packages/thirdweb/src/transaction/actions/encode.bench.ts::encode tx (json abi)
CodSpeed Performance Gauge
-1%
190.3 µs
191.4 µs

Commits

Click on a commit to change the comparison range
Base
main
5f880b2
0%
[Chore] Add missing walletconnect exports to RN wallet exports (#3444) ### TL;DR Adds wallet connect functions to react native. ### What changed? - Added `createWalletConnectClient`, `createWalletConnectSession`, `disconnectWalletConnectSession`, `getActiveWalletConnectSessions`, and `DefaultWalletConnectRequestHandlers` exports to `wallets.native.ts` - Added type exports `WalletConnectClient` and `WalletConnectSession` to `wallets.native.ts` ### How to test? 1. Import the new functions and types in a React Native project. 2. Test creating, managing, and disconnecting WalletConnect sessions. ### Why make this change? To provide WalletConnect support in the React Native SDK for better wallet management and interoperability. ---
fe77516
1 year ago
by gregfromstl
© 2025 CodSpeed Technology
Home Terms Privacy Docs