Skip to content

Releases: KomodoPlatform/WalletConnectRust

Pairing API Implementation

03 Dec 15:33
0a5a4f7
Compare
Choose a tag to compare

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

Full Changelog: k-0.0.1...k-0.0.2

WASM WebSocket client support

24 Aug 20:59
2ed6840
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/KomodoPlatform/WalletConnectRust/commits/k-9999