Changelog and Versioning
Last updated
Current published package versions (npm latest):
@megaeth-labs/wallet-sdk: 0.1.27
@megaeth-labs/wallet-sdk-react: 0.1.26
@megaeth-labs/wallet-server-verify: 0.1.9
@megaeth-labs/wallet-wagmi-connector: 0.3.1
The React SDK currently depends on the core SDK at 0.1.26.
The React SDK expects react@^19 and @tanstack/react-query@^5.
Wallet packages currently publish as ESM and CJS bundles with type declarations.
The server verification package depends on viem and porto and is intended for backend use, not browser bundles.
Documented newly covered APIs across Web + React references:
signData
balances
getPermissions(address?)
deposit
open
Added coverage for newly exported core methods:
send
swap
Added @megaeth-labs/wallet-wagmi-connector docs and integration notes for plain wagmi, RainbowKit, ConnectKit, and Reown AppKit.
Clarified session/permissions flow with canonical call matcher guidance.
Updated lifecycle + initialization docs to reflect iframe + Penpal behavior and current return signatures.
Expanded React wrapper coverage, including React Query requirements and the mega re-export.
Pin tested versions in production integrations instead of floating to the newest release automatically.
Re-run sign, transfer, permissions, and contract-call smoke tests whenever either package version changes.
Treat wallet host behavior and query-param based config as release-sensitive integration points.
Last updated