Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/WalletConnect/WalletConnectSharp

A C# implementation of the WalletConnect protocol
https://github.com/WalletConnect/WalletConnectSharp

expose public methods virtually

44509df8092ed426f17b3514e350f9bd07837a9a authored over 2 years ago by AddressXception <[email protected]>
expose private methods to subclasses

allow an inheriting class to override the behavior of some internal functions.

50382b75e52450ba6fc9c23e633e7ae90fd67298 authored over 2 years ago by AddressXception <[email protected]>
Enforce field ordering on JsonRpcRequest

while the field ordering is already alphabetical, this enforces the order using the order proper...

bd4abe6a84ca1b8865524a5bdbcefad171a1357d authored over 2 years ago by AddressXception <[email protected]>
add some more common chains

8de888798e0c71d8d2d73d8cbfafd59b57614424 authored over 2 years ago by AddressXception <[email protected]>
Add Dependabot

57e9d2b0f780f375d821777d7132e3e5167c4e0a authored over 2 years ago by John Morgan <[email protected]>
Support multi-target builds

724e698b95f3f676781fd78902e6d8a943915d02 authored over 2 years ago by John Morgan <[email protected]>
Update to file-scoped namespace

01ad10692932c58cb47aa08315284b3b0bc1140a authored over 2 years ago by John Morgan <[email protected]>
fix: was incorrectly referencing netStandard. Updated to net6

8dc823c2f4433073f71fe950718935e07862dc13 authored over 2 years ago by John Morgan <[email protected]>
Remove unused resources from global includes

958058e233aea87e5a4fa8b5149feb9377347888 authored over 2 years ago by John Morgan <[email protected]>
Merge branch 'main' into main

893056f101af7089ead7bc5770ee51eb656aedba authored over 2 years ago by John Morgan <[email protected]>
Merge pull request #31 from john-s-morgan/task/portable-bouncy-castle-swap

Use Portable.BouncyCastle

1a7d04ce64bf883082e7d5d8b20aaba994cd1653 authored over 2 years ago by Eddie Penta <[email protected]>
use Portable.BouncyCastle

0df77e8db2042f3c585f680882647160f3706e75 authored over 2 years ago by John Morgan <[email protected]>
Update files to use net 6.0 conventions

f46684e9d411398735f30d923c6d76b5310efe00 authored over 2 years ago by John Morgan <[email protected]>
implicit using setting

bb71e9f6410947b2bbbcb694d97b44a3db0d339d authored over 2 years ago by John Morgan <[email protected]>
.NET 6 upgrade

402a733d9e8187c4f1f3966f5f2073ea0daf1d85 authored over 2 years ago by John Morgan <[email protected]>
Merge pull request #25 from KoenRijpstra/main

Generate Unique id for RpcRequestMessage

63edc590b055aa5a3fc5212fc44f04638ff73cb1 authored over 2 years ago by Eddie Penta <[email protected]>
Convert _id to local variable

9bba1908054c8da914942a2c22aee64c0aa354b4 authored over 2 years ago by Koen Rijpstra <[email protected]>
Always generate a unique id for the RpcRequestMessage. If a session got resumed the request id could already be in use.

a30ded5515280a3724230d335aac4107faaed187 authored over 2 years ago by Koen Rijpstra <[email protected]>
bump version to 1.7.1

92c71a84590f6eeadc00399404db26266acc5f97 authored over 2 years ago by Eddie Penta <[email protected]>
Merge pull request #23 from WalletConnect/feat/timeout-session-request

timeout session request (from WalletConnectUnity PR #45)

10ae2897efcc92b4074e8349c9a0aa2cf0323ea4 authored over 2 years ago by Eddie Penta <[email protected]>
timeout session request (from WalletConnectUnity PR #45)

dedd2e32bdc9896b0e2ab358280243861e99ab6a authored over 2 years ago by Eddie Penta <[email protected]>
Merge pull request #21 from WalletConnect/feat/eth-sign-transaction

NEthereum Extension upgrade + Desktop bug fixes

0a6e21fd00bb0331ffee10c6862c83f32351f477 authored over 2 years ago by Eddie Penta <[email protected]>
remove project id

c4ecbbc1c87b5a904243df09c5f80a44ef3a543c authored over 2 years ago by Eddie Penta <[email protected]>
undo ObserveOn

53166dc4d7cc00ae6febe8cbe73529c6c3b2030c authored over 2 years ago by Eddie Penta <[email protected]>
bump all minor versions

017b058d8c14761fc4743b3e08a8566e45c160eb authored over 2 years ago by Eddie Penta <[email protected]>
remove unused example

1efa1fabc18483f54625fa71c03069476acab11c authored over 2 years ago by Eddie Penta <[email protected]>
bump version

976309759d9c8a0394e9bb367a296e3ee8357350 authored over 2 years ago by Eddie Penta <[email protected]>
Removed some unused stuff from NEthereum extension

9a5a87ad27ebac9cd1ae757b45f64b6225e82d7d authored over 2 years ago by Eddie Penta <[email protected]>
Respond to websocket messages in seperate thread

+ add savedsession constructor to WalletConnect class

08f802d04c6f57c636498f91fc509eded6440bf8 authored over 2 years ago by Eddie Penta <[email protected]>
Fix transaction signing to update V value

dc073f8c759fca88213844167b39c3b471812805 authored over 2 years ago by Eddie Penta <[email protected]>
Include data in legacy transaction

c1281c076503f75b6e5aa224efce8f7a14804c61 authored over 2 years ago by Eddie Penta <[email protected]>
Use NEthereum transaction encoding and support EIP1559 in fallback

12a6452df10c979525d353bcf2dd079e6ffd8b3e authored over 2 years ago by Eddie Penta <[email protected]>
fix test but need to fix signer

d1d59d264bfa41f42802fc19e8a9988fe33aa60e authored over 2 years ago by Eddie Penta <[email protected]>
Lookup EIP1559 support through an array

1f9e47a4ec356e0cdcb5447c502eb64aea183ebe authored over 2 years ago by Eddie Penta <[email protected]>
Always use EIP1559

3e2c0c6d4cac29f2e058252f2403400de5f9798d authored over 2 years ago by Eddie Penta <[email protected]>
Fully document new NEthereum Extension API and add more examples

6f92fa69b7130337318b6ff180b0da61f112f3b1 authored over 2 years ago by Eddie Penta <[email protected]>
Do sign

d1f9b2afa712887d487840be78ed9d3f9483a59a authored over 2 years ago by Eddie Penta <[email protected]>
Get transaction signing to work with NEthereum extension

4e824e59376e28246c3de1302b52ca6cd150207c authored over 2 years ago by Eddie Penta <[email protected]>
Fix the Connected property when comparing bridgeURL

749890ab4356c772f7c0d1014960e0a8be0096f8 authored over 2 years ago by Eddie Penta <[email protected]>
bump version

d21ceb1d1cb5a79048fe0c9fc61938e9bc95c89f authored over 2 years ago by Eddie Penta <[email protected]>
Add option to turn feature on/off

06937a575afc04d62c3d1d7e0cab1da8927c4889 authored over 2 years ago by Eddie Penta <[email protected]>
Added function encoding

063dcf933ee3b2f60a2f3677896c458b2cdfd004 authored over 2 years ago by Eddie Penta <[email protected]>
Use eth_sign as a fallback when attempting to use eth_signTransaction

fec58d018c100d00fc21b632c38d086953478cf3 authored over 2 years ago by Eddie Penta <[email protected]>
bump nuget version

2f06027bf1319aaa698444ae9d92256dd9856da9 authored almost 3 years ago by Eddie Penta <[email protected]>
Remove unity references

bbd68c2989100adf5db8ee95a9117ce36e2069ff authored about 3 years ago by Eddie <[email protected]>
Merge changes from WalletConnectUnity

aed2998daecef8b3eba9435ec82aa48963eb1941 authored about 3 years ago by Eddie <[email protected]>
Remove unneeded paramters from NEthereum extension methods

dd0f1361c94506dbc8eb7b00b93b8315d81e2889 authored about 3 years ago by Eddie <[email protected]>
Add Connected state to WebsocketTransport

fc1af5805bfb90e59087efd74e18210d7c817271 authored about 3 years ago by Eddie <[email protected]>
Add ReadyForUserPrompt

ba19a36ddbac9ddeffb3cb16d4780580b5fc7193 authored about 3 years ago by Eddie <[email protected]>
Track connected state with more granularity

65f0decb61f8b456fdcd44431d9d7774cd95bea3 authored over 3 years ago by Eddie <[email protected]>
Bump version

d3b9133d677217b3c1f43f634df5f9ef555aa6c2 authored over 3 years ago by Eddie <[email protected]>
More aggresive bridge randomness

8800c5e164a4143486e769fffdce55d8f94dc6c1 authored over 3 years ago by Eddie <[email protected]>
Merge branch 'main' of github.com:edkek/WalletConnectSharp into main

caba6b1df76a1bb0d383966b1d28bc164b418234 authored over 3 years ago by Eddie <[email protected]>
Add support for wc_sessionUpdate from wallets

620c6119ce0f7b2984fb66f15c1fabbfcabde91d authored over 3 years ago by Eddie <[email protected]>
Add session regeneration after disconnect

f6f76b5f91685c756b17dc03330baaa0512f43b2 authored over 3 years ago by Eddie <[email protected]>
Update README.md

e4fa22f395ec9d7ad13d166d0db6bf93a2710daa authored over 3 years ago by Eddie Penta <[email protected]>
Wrong dotnet version

34b198c500c78fceccfe3d9d92498ca9aa7d2a99 authored over 3 years ago by Eddie <[email protected]>
Wrong branch name

6bcee553ec861c4c1e9fcf227a899bfdd38936ac authored over 3 years ago by Eddie <[email protected]>
Fix github workflow build

516eccd36bee4f5054775dd8e71f14d651cd650f authored over 3 years ago by Eddie <[email protected]>
Get ready for nuget publish

90406c8eac2e9d5e104540422280307f0b73854e authored over 3 years ago by Eddie <[email protected]>
Add a EthGenericRequest class and eth_sendRawTransaction

63e31df1479ecd0c08f4f43a31361451f4e2c949 authored over 3 years ago by Eddie <[email protected]>
Add EthSignTransaction

ee1e1651907f5287f9a71d21f7b4884743fe4a6e authored over 3 years ago by Eddie <[email protected]>
Save networkId

e9389f19c99a3d956010340d25bdcd9c7afcb6f8 authored over 3 years ago by Eddie <[email protected]>
chainId and networkId are no longer nullable

029b2271fabea14f4fbd5c1998031e5fdca1d4e9 authored over 3 years ago by Eddie <[email protected]>
chainId and networkId are no longer nullable

9f50957a4d2eb0cdd311dd1a536afcb381e55dc8 authored over 3 years ago by Eddie <[email protected]>
Merge pull request #16 from WalletConnect/dev/1.5

Dev/1.5

ec2ac00c0a056afe322664a9e7d81154bee043d2 authored over 3 years ago by Eddie Penta <[email protected]>
Get SignTypedData working

0a1cbfdced0611b3d3373b1f5133a84efec3da99 authored over 3 years ago by Eddie <[email protected]>
Add OnSend event

d7ba4e51a760e34cc62b6989170156335ac03f96 authored over 3 years ago by Eddie <[email protected]>
Fix typo

9cd489fd2a0623f511e806130756c4877f9d4adf authored over 3 years ago by Eddie <[email protected]>
Add all signing functions

52cf7242445c3e4ba72d25f40cc968e7d3b7ffdd authored over 3 years ago by Eddie <[email protected]>
Start on Wallet support

a50ac751a8c216ecd83008c0f010ff4e5c7fc5c2 authored over 3 years ago by Eddie <[email protected]>
Merge pull request #13 from WalletConnect/feature/save-sessions

Session Saving/Resuming

9774f36d81af5e3185b143c3853bff54e60dd476 authored over 3 years ago by Eddie Penta <[email protected]>
Merge branch 'dev/1.5' into feature/save-sessions

96f6ea72f5d89d37b112de6d0fbdf3a0c9f58006 authored over 3 years ago by Eddie Penta <[email protected]>
Add all default bridges

edefde8d55d32330b6bbbef757749e6d07e24746 authored over 3 years ago by Eddie <[email protected]>
General cleanup

fc45fb289c7bcd7774ecbf7bafb801be3c6b0f1e authored over 3 years ago by Eddie <[email protected]>
Merge pull request #14 from Aarlington/logadded

log added

4ec41f362ccb36123115e1f7165a7b976c6e5a4f authored over 3 years ago by Eddie Penta <[email protected]>
Added Logging for Unity Platform

70a2b4e44cd0f09ac44d2bbbfef8b5ef1d73eb7f authored over 3 years ago by Suleiman A. Belrhiti <[email protected]>
Merge branch 'main' of https://github.com/Aarlington/WalletConnectSharp into logadded

d33e3e7cf7a1ed26b36e5586988e3f8f45c0f8ac authored over 3 years ago by Suleiman A. Belrhiti <[email protected]>
Add error throwing to Connect()

cabac2929cd34500b67b1308035976324b711364 authored over 3 years ago by Eddie <[email protected]>
log added

7841909869932f6644ae637e746419a9fc8c7bd8 authored over 3 years ago by Suleiman Belrhiti <[email protected]>
Remove all Console.WriteLines (need to replace with logging)

9dee27e6907773ce29656a300f7d30b066ed65bf authored over 3 years ago by Eddie <[email protected]>
Merge branch 'main' of github.com:edkek/WalletConnectSharp into main

126c4838fe8d94bd65da300f7fa04a99f56205e0 authored over 3 years ago by Eddie <[email protected]>
Clean up Unity project dependecies

f71661b00ac8b904b518de0af00e74cf4b201f5c authored over 3 years ago by Eddie <[email protected]>
Update README.md

3e6c3e5f3a7203342e564b00ff9ec97696928d99 authored over 3 years ago by Eddie Penta <[email protected]>
Update README.md

e1dd9b10d1567771d02643a101f43e8339fe374e authored over 3 years ago by Eddie Penta <[email protected]>
Update README.md

a0cbce160e8d530d8746fc919434b668d01544e3 authored over 3 years ago by Eddie Penta <[email protected]>
Move NEthereum outside of Core library

947823cbf306409a1338d65ad097e4f8ba651011 authored over 3 years ago by Eddie <[email protected]>
Added a way to grab session data and write session data

5c036f4934c0c62aa171225fe227175a2c6ebb37 authored over 3 years ago by Eddie <[email protected]>
Merge pull request #12 from WalletConnect/fix/6

Make error response more readable

ba85cdf452ac370419b6b3302728ba7aa31100cf authored over 3 years ago by Eddie Penta <[email protected]>
Make error response more readable

981877386193b7ba4af162a115fc5a11b3106a4e authored over 3 years ago by Eddie <[email protected]>
Merge branch 'feature/unity' into main

52ed5565472cff5e177ce8f8781cd3ecb116dd8e authored over 3 years ago by Eddie <[email protected]>
Fix example project

fa369d682676e2b729060c6e59928c9ff6c64aaf authored over 3 years ago by Eddie <[email protected]>
Add examples back in

a2fcb62cddb84d3c7429ebc94d3e299b64b8c5d8 authored over 3 years ago by Eddie <[email protected]>
Remove examples project

e8c8cab11d0afcf20128298c1cf06a38f2395cc1 authored over 3 years ago by Eddie <[email protected]>
Rework some things

18d26277b04d280989cb0a93b721a70b0d1f0f7c authored over 3 years ago by Eddie <[email protected]>
Merge pull request #10 from WalletConnect/feature/unity

Add WalletConnectSharp.Unity and remove Websocket dependecy

7a7203ee0f0f23b744ecce2939d40fe6d418d0d6 authored over 3 years ago by Eddie Penta <[email protected]>
Add WalletConnectSharp.Unity and remove Websocket dependecy

9cbb949ac31a23cebf37997e4d078e1ab9e18d60 authored over 3 years ago by Eddie <[email protected]>
Merge branch 'main' of github.com:edkek/WalletConnectSharp into main

b48dccd049e9a0e950b5aaff07f6f9d5f746143b authored over 3 years ago by Eddie <[email protected]>
Restructure project and fix bugs

fec27e1cc16c4055411670bae54368dab55d3c85 authored over 3 years ago by Eddie <[email protected]>
Merge pull request #1 from moodmosaic/patch-1

Update README.md

f186c57c654eade9fe6ba250fb70d979eb54c52e authored almost 4 years ago by Eddie Penta <[email protected]>