Ecosyste.ms: OpenCollective

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

github.com/WalletConnect/WalletConnectSwift

WalletConnect Swift SDK
https://github.com/WalletConnect/WalletConnectSwift

add eth_sign and eth_signTypedData

94723151763e568d8c9bde2bd4b88874eb4c7005 authored over 5 years ago
add personal sign to client

d81afb6414a584c4fe4beac3ba88c7ebcd186f60 authored over 5 years ago
finish extracting common logic to WalletConnect class

1155fd222be515cad7d43aba9b341a683e3b6084 authored over 5 years ago
introduce base WalletConnect class with common logic

13cff2c4426529e39642eeeb3d1a7580404dfa05 authored over 5 years ago
disconnect and send request logic

f8a2aeec4c8a898cdb6a874f0d45cb942f9ca293 authored over 5 years ago
make responses handling thread safe

ea0c4397a6b47d767f49ffbcb54cfc6f202d95e8 authored over 5 years ago
small adjustments

eded77917d52373ace9468eca4d2186c2994928d authored over 5 years ago
add example client app

1db90cde843d2a050fc0d53d7e9720db3ad41ce0 authored over 5 years ago
bootstrap Client

e4cce1b537dcf1bff88a77cf1da9c8919949273f authored over 5 years ago
move serialisation to communicator

42c676e765438f90dfc23236e951d8bf09b3d706 authored over 5 years ago
move transport to communicator

f3f32c4d8a80bdc0918245e14ba9775782e1d296 authored over 5 years ago
move sessions and pending sessions to communicator

a08f84b898e007026b2514e06e362da6d4b3737a authored over 5 years ago
packaged into project

b03e95e5f14ac02dacdecc1fc49f93dd644e679f authored over 5 years ago
GH-1031 use transaction block number to identify that a safe is already created

a3b1ae033fddb11d9e18e784c0418d68b7438133 authored over 5 years ago
GH-934 implemented raw call to ethereum node

fb4a72dc5686af61643ceac07e0fdeb65ac02762 authored over 5 years ago
GH-906 WCSendTransactionRequest improvements; fix chainId

5dcf367159d27663fdff8073b3bfdd79be8d2e85 authored over 5 years ago
GH-984 added preconditions for queue context

f7ce4f3709f62ee6c48aa2a98290925d995c8d09 authored over 5 years ago
GH-984 revert

20a8a20ff0b12daa5c6585fbe85553cdce2431cd authored over 5 years ago
GH-984 GH-997 added request rejection on error

bdb943df668c7a922571f9b65ab945f4068d8085 authored over 5 years ago
GH-976 normalize from and to addresses

30b29c7097c855be8ba4045a9d163dbc5c03ee5f authored over 5 years ago
GH-906 refactor DBWalletConnectSessionReposotory - store connecting sessions as well; adapt all services;

2cd024b01a61250d6f02b6aac4f6b360f1e49707 authored over 5 years ago
GH-984 added thread safe access to wallet connect server and parts

1bc6f06976ba3c3fd2e3082647eb81c8128d0651 authored over 5 years ago
GH-984 removed forced unwraps in places where the non-nil is not guaranteed

aa8e0c9ba4a0a4d64ac24b46e9c799cf39823d42 authored over 5 years ago
GH-984 ws

17c457376e8fdb015e5717bca31c88903aea70b1 authored over 5 years ago
GH-984 GH-983 fixed crash and decoding error

859f9ab7c42403fffb2fb1d7e8ff114650b53ec2 authored over 5 years ago
GH-976 updated dependency in test

dabade62aceb4ce7f2574f48a7b5bb8002bfb0f0 authored over 5 years ago
GH-984 reverted again

a97940416472a16d22b651c2b974588d4ca8c25b authored over 5 years ago
GH-906 more WalletConnectService tests

a16e87430de02663ea240b4b3495fd30ea26621e authored over 5 years ago
GH-906 WCPendingTransactionStore; handle incoming transactions; IncomingTransactionsManager;

0fbe2444b028d6bd0b7bb9260f3ead6c179828fb authored over 5 years ago
GH-906 fix comments

3c0d8ace5c7659beebf123bf8560778fcb7bf8e5 authored over 5 years ago
GH-918 handleEthereumNodeRequest impl

6f67cde667c591a8f23fe2a2f1ee1e4cd1f8c480 authored over 5 years ago
GH-939 sync sessions

359d86cca39048cc702afc159c92658ce9b1cd5f authored over 5 years ago
GH-918 WalletConnectApplicatoinService tests

87767e130dd764dffed70f57d76235b887905a2d authored over 5 years ago
GH-917 fix BridgeServer early socket connection releasing; fix UpdateSessionHandler; better logging;

031f9af4fb0a5a9a1bc5aa7f0dd5fe5466d8a5cd authored over 5 years ago
GH-917 Add peerId and clientMeta to WalletInfo

5f0729adf5d909b44b56f936639d954735f59bdc authored over 5 years ago
GH-917 Finish with JSONRPC_2_0

d837013542a694b3c354c2c2c910cd98531a3cc6 authored over 5 years ago
GH-917 create WCURL from string; start working on integration tests;

9fc6816fba603086b5465849460638ee8df02be0 authored over 5 years ago
GH-917 finish Serializer

cd006999340b3badafd964a9876ded4c19574a0b authored over 5 years ago
GH-917 try to reconnect on disconnect; send ping messages to keep web socket connection open

d75a3a9ef65898515eb3b719ca6606e9dfa2d13f authored over 5 years ago
GH-916 remove comments

76d37d46f0b98f46dde7e633ca3fe8deacadf27d authored over 5 years ago
GH-917 disable WalletConnectIntegraionTests

831ed42b79627d59147ba7a1d389955a95f838bc authored over 5 years ago
GH-916 Add WalletConnectDomainService protocol; Bootstrap WalletConnectService;

09ddb0749d9f1585c8f63da70b351512ab74b361 authored over 5 years ago
GH-916 finish WalletConnectService

da52fec18c8bedea5bf733a5bbf7d3eb2fe0e800 authored over 5 years ago
GH-916 handle eth_sendTransaction request and other requests.

0d0ae94c3c0bbc68630d5dade517355e1cab476a authored over 5 years ago
GH-917 adjust WebSocketConnection, Bridge, Server

77b8facf8441e3caffc152c5bd22aef57c1a7e73 authored over 5 years ago
GH-917 store WalletConnect session on server; send response on session request

d8c93a541d76e75912f16a23813b0dc99abd2bcd authored over 5 years ago
GH-918 WCSessionListTableViewController & WalletConnectApplication service integration

da4d239dbe5272383972e92fbe950fbb716ce364 authored over 5 years ago
GH-917 increase ping interval

bfa3dab48112066d48571173e771a8b62ff9d81e authored over 5 years ago
GH-917 intermediate

865e717c2aacfca96d360d52e8e287253e5a0266 authored over 5 years ago
GH-917 add session reconnect logic

cfc3fa8763b8bb434a859380ebbb826755a012c2 authored over 5 years ago
GH-918 didFailToConnect and shouldStart methods impl

b759e7049db8eac2128ab26caf50d31ec69a97ba authored over 5 years ago
GH-917 handle topics properly

38183892a17642c1d751fc357e825063ddc760bb authored over 5 years ago
GH-917 Finish HandshakeHandler; create session from request

263c861169e2d2bbd54b0ee5851b4cc3e3c4e31c authored over 5 years ago
GH-917 Add SerializerTests; JSONRPC 2.0 changes;

3862ff721ef3b5cbefb2399e2c9adace8c03da19 authored over 5 years ago
GH-917 use WCURL everywhere

bd8869db6717e648616ca3fc73acbcc560695989 authored over 5 years ago
GH-918 bootstrap WalletConnectApplication service with tests

ae2f33050e569cc69fb35ed86add4c0f0a897e5e authored over 5 years ago
GH-917 add UpdateSessionHandler; send update session request on disconnect

b04e872e25c000d231c867df6facc0832a93bab0 authored over 5 years ago
GH-916 unit tests for WalletConnectService

1ab2d226f7c140127e42d490574ddfa5543a8036 authored over 5 years ago
GH-917 small adjustments

40639c9342f162738151f93dceb2489916bf3ef1 authored over 5 years ago
GH-726 improve readability of MultisigWalletImplementations

f1296acd191977928a92f7ca2534c566121d7fd0 authored over 5 years ago