Releases: KomodoPlatform/WalletConnectRust
Releases · KomodoPlatform/WalletConnectRust
Pairing API Implementation
This release introduces the WalletConnect Pairing API, enabling seamless and secure communication between dApps and wallets. The implementation supports key pairing lifecycle management features, including creation, deletion, extension, and pinging of pairings.
What's Changed
- feat: implement Pairing API by @borngraced in #3
Full Changelog: k-0.0.1...k-0.0.2
WASM WebSocket client support
This release enables WebSocket client support for WebAssembly (WASM).
What's Changed
- feat: add WebSocket client support for WASM by @borngraced in #1
Key Enhancements:
- Dependencies have been modified to ensure support for WebSocket client in WASM.
- Exported WebSocket stream message receiver/handler
- Introduced a new http feature in relay_client, allowing users to enable or disable the HTTP client functionality using the reqwest crate.
New Contributors
- @borngraced made their first contribution in #1
Full Changelog: https://github.com/KomodoPlatform/WalletConnectRust/commits/k-9999