Ecosyste.ms: OpenCollective

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

github.com/WalletConnect/WalletConnectKotlinV2

WalletConnect Kotlin SDK v2
https://github.com/WalletConnect/WalletConnectKotlinV2

Deserialization fix

98e4d6e8371693f4a98eac285878055e6f532b14 authored over 2 years ago
Fixed issue with deserialization

85c60b26e94672e6701b71895c8f2d17cbda2896 authored over 2 years ago
Create a common dir in chat module

5295f1ddf6454537e4e819347162d6751678a77a authored over 2 years ago
Serialization abstraction

a14c0ab0f697f337bf5973034eae694b1fe32403 authored over 2 years ago
Remove unnecessary files from copiedFromSing dir. Fix imports to reach compatibility with androidCore module

6106b652c7fce5f211334e3e7899f59c60f8ca3f authored over 2 years ago
Updated Koin and sample Dapp

f5f14ddd34189f0312fd3bb7a7bd7bef032d08ec authored over 2 years ago
addressed PR comments

a45356aed28907ccfb0b17e09fa992d1f51f4261 authored over 2 years ago
reverted missed AppMetaData refactor

a751b968e63d1e1af79786f243999c0dabc806b2 authored over 2 years ago
cleaned up exceptions

d4a992533b039d8dbced332c82a8a797d96ddc82 authored over 2 years ago
added register call to both engines

65481b6355724964a4479a6d1db5b8c89b118b7b authored over 2 years ago
added foundation as dependency to android core sdk module

19d4eea3fcb7e98feabe8979143ad13bfd725ebc authored over 2 years ago
removed auth Validator

61d2a6ce9f5db7d8484dcd5e4b6b2246fc39285f authored over 2 years ago
added logic to validate registered methods when pairing

81034fe6cee45cf213200dd748ab142b092b9d51 authored over 2 years ago
moved files from common modulee to core sdk

a0fe62c484c5cb76f6020d2cc2b590b38df68d39 authored over 2 years ago
updated sdks using pairing api

4851131b71a8a9f6e8c1b45dffd89fcf273b6a3f authored over 2 years ago
Merge pull request #428 from WalletConnect/feature/auth/eip-1271

Feature: Add support for EIP-1271 verification

cb7650018e940134d565fb471fdc048f2a04a8e6 authored over 2 years ago
removed pairing and metadata repositories in the sign engine

8ecebf0f34d79b648a30c4a1e70f4465e0befc03 authored over 2 years ago
Feature: Add support for EIP-1271 verification

5942195cfbef5295e55622fcdf364c2eb12169e0 authored over 2 years ago
replaced SignEngine connect and pair logic with PairingClient

bc43fb02992f7a19c2186bbb7ff807739f701e82 authored over 2 years ago
Merge pull request #427 from WalletConnect/feature/auth_sign/imporve_qrcode_ux

d28658e3ac99336e56554fdba2bf8938ee4d4d91 authored over 2 years ago
feature: Return qr code before sending session_propose/auth_request

66fa4a3f2de0494607ed9c6ee4783bfd5887a04b authored over 2 years ago
Moved Pairing functions from Sign Engine to Core module. Also created Core Delegate to house the Pairing Delegate

b372cba7971c17b8ea9a2382ac393a66fdc68155 authored over 2 years ago
More AppMetaData consolidation

bc5069bb855a6a436f29ffaed09970d4897250ea authored over 2 years ago
Consolidate Metadata

8f94a0788616a8bf22f3291e5554593486da51d1 authored over 2 years ago
Consolidate Metadata

6ed41258cb8bc7ed400470d227e431c8cea4cd92 authored over 2 years ago
Updated SignEngine

d9b4a0197b00fb3e284d749da564c0f37912cd97 authored over 2 years ago
Updated the upsert method for metadata when inserting sessions

bed69425ce38b6c3d81d55c06d4d3dbec2c57f9c authored over 2 years ago
Fixed imports of AndroidCore tables

ab6a74d8324c6133b81285cd4c6e6922df880514 authored over 2 years ago
Removed DAO files and added MetadataStorageRepository wherever the PairingStorageRepository is used

bdbdbb1215c8b8377ea9a5541accc13fed9b5da9 authored over 2 years ago
WIP

e2d89987269ee8fb8bc3c07bdb5c9a248754ff38 authored over 2 years ago
WIP

537cdb4478775da00d364fbd02e8a00ee74a3687 authored over 2 years ago
Changed Moshi dependency from having moshi instances per SDK to a single Moshi.Builder and dynamically generate moshi when needed

6e8f75789216af68a49bfd48e92e34b53db5e5e9 authored over 2 years ago
moved files to AndroidCore common

84ad1b318f713e7eb03f1c0c925c4c71f995152f authored over 2 years ago
create multibinding for serializer and deserializer

6c20f9269d0e28afabbe9a14d2d11e72bc409197 authored over 2 years ago
WIP

627fac9b335fff8ca25c7b7fc5597f6b207f7645 authored over 2 years ago
merged with remote

834fd3b2ebc71cc85b582d7c8e983836ca14394f authored over 2 years ago
consolidated JsonRpcInteractor to the impl module. Also completed methods in PairingClient

f2e0dd773346992f4e97d84198b8ed3c1476470a authored over 2 years ago
WIP

7eaaf256653b438cba9548adeb2e0019e2dc4a01 authored over 2 years ago
Moved some files lower to Common module. Also created CoreClient as the public facing API

a8e3db98b2c68ad48d46094e70fe42e16d25bb0e authored over 2 years ago
Merge pull request #421 from WalletConnect/bugfix/sign/security_lib_crash

Removed JsonRPC SharedPref since it's not being used and was replaced…

d3169c9ca738685c745c92ad79a608c792924f91 authored over 2 years ago
Merge branch 'develop' into bugfix/sign/security_lib_crash

06165da5ffefa60ac60c3787b538097da3366c61 authored over 2 years ago
Merge pull request #420 from WalletConnect/refactor/auth/qrcode_cleanup

d6949b972c4c6d25b77561198663c359ffd4bb4a authored over 2 years ago
Removed JsonRPC SharedPref since it's not being used and was replaced with the JsonRpc table

9e1d8a25a9dd252e435e40339f13f68a51af0152 authored over 2 years ago
refactor: QR Code cleanup

c47f9fd132f3f100a02da4cd138f9dc0d4b8a409 authored over 2 years ago
Merge pull request #417 from WalletConnect/fix/core/endless_relay_test

fb8963258a21bd456d3d5d416f814348ab875768 authored over 2 years ago
fix: Add 10 second timeout to establishing connection

4ecc3720abd8de57b530d4539e6a42c54ab679fc authored over 2 years ago
Merge pull request #416 from WalletConnect/improve_logs_for_relay_tests

Add logs for client id

f6b07d72ebead07a5392d4a65ca6d03b3b878fdd authored over 2 years ago
Add logs for client id

61f7e95842c5e4eab41f3630564fe86bef9f0da2 authored over 2 years ago
Merge pull request #415 from WalletConnect/develop

RC.5

c9695c37caf823eb88aad4cba2990fed31f1e879 authored over 2 years ago
Merge branch 'master' into develop

f92bd609530f5375138c0a822eb4990374a06b04 authored over 2 years ago
Merge branch 'develop' of github.com:WalletConnect/WalletConnectKotlinV2 into develop

19dd79e522aff5c2e4b70d2f0c2975faae19ca63 authored over 2 years ago
Fix releasing java modules

d6e1f3ab7399d689d2cba97a8b9afb9273484fb9 authored over 2 years ago
Merge pull request #413 from WalletConnect/feature/auth/responder_design

2479c255da2f7d52b381eb312210d8103cb1990f authored over 2 years ago
feature: Improve responder design

986bc2be32b0af31944232a25e64f9e9831a2efb authored over 2 years ago
Merge pull request #412 from WalletConnect/fix/auth/infinite_qr_code_generation

fix: Add connection check before connecting

1ae7d84cb02aeca5596731d43c54b320366bf9fb authored over 2 years ago
Merge branch 'develop' into fix/auth/infinite_qr_code_generation

649da048ce369ef5a814a9e4500821b3ce46a216 authored over 2 years ago
Fix setting.gradle error

50c720ab7b613e25c985180b6d957b089ef7fafc authored over 2 years ago
Merge pull request #411 from WalletConnect/feature/core/create_multiple_artifacts

Feature/core/create multiple artifacts

829da3a688de322c1b9868a7fb06c8873a8dbe0c authored over 2 years ago
updated CI unit tests to use debug only

a7c7bd0015b21fe082602d313884127516b4b353 authored over 2 years ago
fix: Add connection check before connecting

2dc180d1d8ed2f3329d4a32a446ccad025bab453 authored over 2 years ago
created Android Core Impl artifact

efe05dca8d1796c29fc7ceb0a1cc2dec574d7da9 authored over 2 years ago
Merge branch 'develop' into feature/core/create_multiple_artifacts

# Conflicts:
# androidCore/sample/build.gradle.kts
# sign/sdk/build.gradle.kts

e467230e623e4249b0f1f9350f091197e7c6ed05 authored over 2 years ago
Updated dependencies to all modules

9acd99224b0a961cecd138365e4ca3406f9b9d44 authored over 2 years ago
Fixed issue with publish plugin crashing builds

fc0dc8d4c9602fbbf3f2f616f0ce5e40249c3c71 authored over 2 years ago
Merge pull request #410 from WalletConnect/read_me_update

Draft of auth ReadMe.md

50d29c3c7185af90318b257dd51a398f2d580fda authored over 2 years ago
Merge branch 'develop' into read_me_update

0f5220cf19705fd136e53140811b18662d7943bd authored over 2 years ago
Update ReadMe.md

f2a2bd0089b4a94b448a23ce37677edad9a965fd authored over 2 years ago
commented out changes to test develop

a47e5b60b4795bc68686e3bd3e578d3bc2a361ac authored over 2 years ago
Merge pull request #408 from WalletConnect/feature/auth/design

b4165d96fdfa4fbb2e8ed642c625df7cb4b181a0 authored over 2 years ago
Update auth/ReadMe.md

Co-authored-by: Szymon Rząd <[email protected]>

ad82e20f279049cf3388f89cc8034baa69a5d349 authored over 2 years ago
Update specs link

beab635e82a23de31436becf1412d62e0e04d613 authored over 2 years ago
Draft of auth ReadMe.md

d982a503735505ea4faebb9705e815637405a422 authored over 2 years ago
feature: Requester design polished

a702b4cd9358114eede18e2b679208f74422abfb authored over 2 years ago
cleaned up publish-module-android.gradle.kts

441ddce405d62820c5f2427cc5899dc9f1693681 authored over 2 years ago
minimized dependencies for the android core artifact

eb51489560112f153305aeda12eb2fb812146df7 authored over 2 years ago
Setup Android-Core to be able to be used as an independent dependency

41542aaa511b15ff18e14174be54ee512ca881d5 authored over 2 years ago
Merge pull request #407 from WalletConnect/fix/session_request_parsing

Fix for session request parsing

9b766524d46ba6e5ead5a69fdf994f1091014270 authored over 2 years ago
Clean up

145947131a4334b9198cdb2f679a6d183f3dafc9 authored over 2 years ago
Merge branch 'fix/session_request_parsing' of github.com:WalletConnect/WalletConnectKotlinV2 into fix/session_request_parsing

8985a23732f4d327ddb94ff913e2b5ca21dd20e8 authored over 2 years ago
Merge branch 'develop' of github.com:WalletConnect/WalletConnectKotlinV2 into fix/session_request_parsing

455b2ccb1d8baf710d9bf3fab6c96a20e2f28d1e authored over 2 years ago
Merge branch 'develop' into fix/session_request_parsing

695d323a826a191ceb6ca83965dfb0d3f05ffad5 authored over 2 years ago
Merge pull request #406 from WalletConnect/fix/relay_tests

Fix/relay tests

1bb90e79330c58f883c191a48ba3694046a5681f authored over 2 years ago
Pr comments addressed

383b21edd29754c1dbd24150cdaca373e929f032 authored over 2 years ago
Added Android Core sample. Also added a plugin to create fat aars

35b7524c75fabfa77b71e8c874dced7e184c4f26 authored over 2 years ago
Fix for session request parsing

7a0daa01cd121826071e01b5d35e6fedf85433b4 authored over 2 years ago
Unit test fixing

cc16ed35ea3db4e4bd9dfcf670e89ce5ac7c82e6 authored over 2 years ago
Clean up

86e26348f3926edd5171bd36fc73d0acd44ac14f authored over 2 years ago
Fix RelayTests and refactor handling publish, subscribe and unsubscribe results

914da4564edae1f27a861c5db3d64c8bb97228c5 authored over 2 years ago
Change ProjectId

99b57f75de214cbf980543f373602e50b157372c authored over 2 years ago
Merge pull request #398 from WalletConnect/feature/core/shared_relay_client_instance

Feature/core/shared relay client instance

0b0dc6e12fd5384ddafb05963f13b56edb28b20c authored over 2 years ago
Fix workflows

4fcee677669df71a2edfee169a8ef787f59d54e4 authored over 2 years ago
Clean up gradle

dc493777512836d22f81b8038184928d619dfd5b authored over 2 years ago
Clean up

ec624624d68e5de42e12c21bf8dc08e221367478 authored over 2 years ago
Fix for integration tests

b6093a2dbe3829b240db19ca5bcadfdbe5795d2c authored over 2 years ago
Clean up

259725f3a99ee2296d6c9b4bfda382d793d5cb7e authored over 2 years ago
Init logger

9dd88f7d1675c751b4841cd4c97066f05cf0403b authored over 2 years ago
Test fixing

0b74706c6702113916d4b557448ad40922c01cfb authored over 2 years ago
Add server url validation

8d4f773de555db2a9384a7d22912eb5d7315257e authored over 2 years ago
Bump lifecycle version

05095bac04e7322af317d666f471ade1b0066e53 authored over 2 years ago
removed extra dependencies in AndroidCore SDK

0873df61eb0a53690f66b4694fb3b33139310cdb authored over 2 years ago