Skip to content

Releases: WalletConnect/WalletConnectSharp

2.1.1

16 Oct 08:50
2.1.1
ab63e99
Compare
Choose a tag to compare
  • Made session expiry configurable
  • Added connection timeout configuration
  • Added type safe check when sending custom request / response types
  • Added pairing topic to SessionStruct
  • Fixed Stack Overflow on Dispose
  • Fixed automatic disconnects

2.1.0

12 Sep 01:57
9be25f2
Compare
Choose a tag to compare

WalletConnectSharp 2.1.0

  • Auth client added
  • Web3wallet client added
  • Better unity support
  • Several bug fixes
  • General performance improvements

2.0.6

10 Jul 23:28
8fdabd3
Compare
Choose a tag to compare

WalletConnectSharp 2.0.6

  • Bump coverlet.collector from 3.1.0 to 6.0.0
  • Bump Microsoft.IdentityModel.Tokens from 6.27.0 to 6.31.0
  • Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.3
  • Fix/relay batch updates
  • Fix always set optional namespace and session properties in proposal
  • Fix Org.BouncyCastle.Crypto.OutputLengthException: 'output buffer too short'
  • Updated dependency Newtonsoft.Json

2.0.5

13 Jun 04:27
054926e
Compare
Choose a tag to compare

WalletConnectSharp 2.0.5

  • Several pull requests were merged to update various dependencies and fix some issues with relay.
  • Added logic for both failed requests and reconnection
  • Renamed Core to WalletConnectCore (Core class is now marked as obsolete and will be removed)
  • Added support for batch subscriptions

2.0.4

23 May 00:54
Compare
Choose a tag to compare

WalletConnectSharp 2.0.4

  • Several pull requests were merged to update various dependencies and fix some issues with relay API, CAIP-25 and pairing validation.
  • xunit.runner.visualstudio was updated from 2.4.3 to 2.4.5, xunit from 2.4.1 to 2.4.2, Websocket.Client from 4.4.43 to 4.6.1 and Microsoft.NET.Test.Sdk from 16.11.0 to 17.5.0.
  • The prompt field was removed and the tag was marked as required for the relay API, a check was added to see if optional namespaces is null for CAIP-25 and validation checks were added for pairing topic.

2.0.3

22 Feb 23:16
Compare
Choose a tag to compare

WalletConnectSharp 2.0.3

This is the first public release using the v2 protocol.

1.7.2

v0.1

17 Dec 05:28
4351a12
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Working end-to-end. Basic NEthereum transfers/transactions/calls have been tested and working. Example code can be found here