Ecosyste.ms: OpenCollective

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

github.com/WalletConnect/auth-client-js


https://github.com/WalletConnect/auth-client-js

Fix bug and add unit test

d43fbdd25fdd213be4f290dd44dfeaeef704fd95 authored over 2 years ago by Celine Sarafa <[email protected]>
Add metadata across SDK

0170567f2efbf8b6ca25e4205e381bc5d0ad9838 authored over 2 years ago by Celine Sarafa <[email protected]>
Use statement in message

bc83c0c252527c5264fd05320e647e0d18922aea authored over 2 years ago by Celine Sarafa <[email protected]>
feat(tests): implements dynamic sig generation/validation, await specific event callbacks (#14)

0ae60e64c13f5f48f32e6a7a29e1e7990473f782 authored over 2 years ago by Ben Kremer <[email protected]>
fix: missing `async` keyword

44a4cef7d287b3756c0f05cd735cbaf5e874bedd authored over 2 years ago by Ben Kremer <[email protected]>
Merge pull request #12 from WalletConnect/feat/getters

Implement getters

7ceadc1a2e1b9ed4b5d094c3a9cc4174b8280106 authored over 2 years ago by Celine Sarafa <[email protected]>
Add awaiting to store setting

35f6e886c98a8e379b01a21421f668a303fe89c3 authored over 2 years ago by Celine Sarafa <[email protected]>
Correct typos

dbbff72dba68b69b90a4fd94eb1bf4deb0c17762 authored over 2 years ago by Celine Sarafa <[email protected]>
Add utils and unit tests

e7aa47b61609ceba4c767af81ebbb1ced5344072 authored over 2 years ago by Celine Sarafa <[email protected]>
Remove extra console log

b61bfc79a173b3d3882972d464c691891898a43b authored over 2 years ago by Celine Sarafa <[email protected]>
Merge branch 'main' into feat/getters

e9a76cfe92884174cce6e88120f99983ca2d33e3 authored over 2 years ago by Celine Sarafa <[email protected]>
Merge pull request #13 from WalletConnect/fix/some-fixups

40db623982cc4311beade255994bcf55f86a3283 authored over 2 years ago by Ben Kremer <[email protected]>
fix(tests): updates static wallet addr + signature

cfd4d9c033a735d2d5dbe870de1120c1b76451d1 authored over 2 years ago by Ben Kremer <[email protected]>
fix(utils): ensures `getDidChainId` returns correct segment

This was writing `eip155` instead of `1` for ethereum mainnet into the EIP4361 message

e4a467ccac59b56be78f4e08461886a42ad6a789 authored over 2 years ago by Ben Kremer <[email protected]>
fix(test): use optional chaining to check result.signature

b26319654fbfb3075084ff3f61ba278879f5e462 authored over 2 years ago by Ben Kremer <[email protected]>
fix(build): use explicit ethers imports to fix build

08380f7a559f0f49ceb7477cec62537e90b00c4a authored over 2 years ago by Ben Kremer <[email protected]>
fix: use type param if specified, then fallback to `eip4361`

5339a21f16e8b190f32bbfa7c19b2ca0808671eb authored over 2 years ago by Ben Kremer <[email protected]>
refactor: aligns JSON-RPC request/response typings with spec

44f3c5d2fbd1eb101d56a8eb0196ddc8a596cd4e authored over 2 years ago by Ben Kremer <[email protected]>
chore: clean up stale todos, unused imports, warnings

d1f5c3e7d2bcdfa33e90fb603ccc6f19563f8dec authored over 2 years ago by Ben Kremer <[email protected]>
fix(engine): aligns error format with spec

c5beb6113287cea0d63f443d647406b35cb6b61f authored over 2 years ago by Ben Kremer <[email protected]>
fix: removes unused engineUtil

93d339eba26bd778b06cde7188d6a15c95b76c32 authored over 2 years ago by Ben Kremer <[email protected]>
Implement getRequest

eea18a9220f18fd59ca9e03e1d7f20c6ffa9c9c5 authored over 2 years ago by Celine Sarafa <[email protected]>
Fix bug in respond

c1b674251fd3a926ddaa85003c32e0678d80e858 authored over 2 years ago by Celine Sarafa <[email protected]>
Fix typing

1a20502f8d86f6403a82a2f04e8e1e3802c9f552 authored over 2 years ago by Celine Sarafa <[email protected]>
Merge pull request #9 from WalletConnect/feat/expiry

Register expirer events

b9bd6ac8cb429d4fa6b81b0fb804f6ceffa72308 authored over 2 years ago by Celine Sarafa <[email protected]>
Add long term expiry on responder side

f3310f87133b351203a29e6d5108a9581368b4aa authored over 2 years ago by Celine Sarafa <[email protected]>
Revereted active false for pair

270dbd40016121b4a2b15b362edcd0251e49fc6d authored over 2 years ago by Celine Sarafa <[email protected]>
Added setExpiryCall

4734243d89a2d4758f0f6409a76c8f35f18d9f49 authored over 2 years ago by Celine Sarafa <[email protected]>
Fixed wait for relay not waiting enough

a7e7271aff3dee81498c316435e6bd9a13550601 authored over 2 years ago by Celine Sarafa <[email protected]>
Modify pairing time onAuthResponse

2ea1d22a502af5e6b5a2a5ef7b422a3405cf4485 authored over 2 years ago by Celine Sarafa <[email protected]>
chore(deps): updates to rc.2, moves `@walletconnect/types` to devDeps (#11)

66bc0e592eae5f028f864035220f50361849ce08 authored over 2 years ago by Ben Kremer <[email protected]>
fix(deps): adds missing `ethers` dep in package.json (#10)

acaaeb0504479cdf48cedf4b0a593a9e9576c179 authored over 2 years ago by Ben Kremer <[email protected]>
Add comments explaining reasoning

255de28ce437653faec5454a3ee7aee98e112f9b authored over 2 years ago by Celine Sarafa <[email protected]>
Add expiry test

5bca530fb872faf13c77f01cad930f3b830862de authored over 2 years ago by Celine Sarafa <[email protected]>
Set pairing to active by default

e37474af753f5fffd633e25b4873d3d58eed29db authored over 2 years ago by Celine Sarafa <[email protected]>
Register expirer events

62dab346b14e43f4347e77c3743dc927ee8e2ba7 authored over 2 years ago by Celine Sarafa <[email protected]>
Merge pull request #8 from WalletConnect/feat/signing

Prepare signing and message contructing

96c9615dd971f09ab8d1cc1aff312676a90b9d54 authored over 2 years ago by Celine Sarafa <[email protected]>
Fix fs import

4afbec9ff319ada7af7628654aefb020474dcc0a authored over 2 years ago by Celine Sarafa <[email protected]>
Flesh our where iss is coming from

3cd9f38f910752b532606e84166557f1804536cb authored over 2 years ago by Celine Sarafa <[email protected]>
Constructing the message and verifying

aaf9fe0863719e290a8f007d1d639e2b9f70bc80 authored over 2 years ago by Celine Sarafa <[email protected]>
Pull chainId and creates signature

442639e18e0691f82f5763539b961c11d0856a8b authored over 2 years ago by Celine Sarafa <[email protected]>
Prepare signing and message contructing

efbb989becef47fa4fb636a0cad56d84614139a0 authored over 2 years ago by Celine Sarafa <[email protected]>
Merge pull request #3 from WalletConnect/feat/prepare-request-cycle

Feat/prepare request cycle

2fc8198ae957fc7f54ed4716e967f26ec3699718 authored over 2 years ago by Celine Sarafa <[email protected]>
feat: implements happy path for peer.respond, some WIP tests (#6)

e4d4a74b706ed3d7f8af9f6c029b285da43fabe7 authored over 2 years ago by Ben Kremer <[email protected]>
Use key store to access pub key for decoding

4b44badabef1b40617b30f33e190dbc5db60fdba authored over 2 years ago by Celine Sarafa <[email protected]>
Instantiate auth keys store

4f54106c90efe3349aa8b0dc9bebb21dd0af936e authored over 2 years ago by Celine Sarafa <[email protected]>
Remove mismatched checking for now

cb03b30ac7066033470eeb2225c1443d4fd26069 authored over 2 years ago by Celine Sarafa <[email protected]>
Add generic store for keys in type

da76b66c238c663e25682df9d55bffd913f06d3b authored over 2 years ago by Celine Sarafa <[email protected]>
Test pairing and records

8fc48c9bb58b6ad7d1b47d19f07c0ba56c653fff authored over 2 years ago by Celine Sarafa <[email protected]>
Merge branch 'feat/prepare-request-cycle' of github.com:WalletConnect/auth-client-js into feat/prepare-request-cycle

0c1d62f9087c832cf81a83ebe8a27a7cfe0e6a89 authored over 2 years ago by Celine Sarafa <[email protected]>
fix(engine): allows for passing of `encodeOpts` in `sendRequest/Result` (#5)

2468ffcf9a0290bfd3b319d67b1be707c20d2538 authored over 2 years ago by Ben Kremer <[email protected]>
Updated UT

fee684283fee878c5d7c42d9a433a353ece65113 authored over 2 years ago by Celine Sarafa <[email protected]>
Add type and unit test

cd63ab9e85fed42b0576ffe55e59b0c813e049ad authored over 2 years ago by Celine Sarafa <[email protected]>
Initialize history,expirer and pairing

6e1b20deb939084cab6e5206238995bf5c2c9dba authored over 2 years ago by Celine Sarafa <[email protected]>
Initialize pairing and expirer

76790283b83bbaeace90f20dd387ee0f3756c88a authored over 2 years ago by Celine Sarafa <[email protected]>
Prettify code

40377770beeba45109c230a9ae98aab394d39dba authored over 2 years ago by Celine Sarafa <[email protected]>
Add clarifying comment

538c49558d9ce25e89a368646964aa942be3b8e5 authored over 2 years ago by Celine Sarafa <[email protected]>
Add expirer class and import in client

bf3c9e18624d8d0207f6d357dd4df0cb542e2507 authored over 2 years ago by Celine Sarafa <[email protected]>
Update request functionality to match specs

b81a898f15d498d5e3e05e94d96586d2a2887f63 authored over 2 years ago by Celine Sarafa <[email protected]>
Include pairing in auth client

520c43f4267cd01229dc61892467e8c26f9b872f authored over 2 years ago by Celine Sarafa <[email protected]>
Export pairing constants

e6039e73e93e76336f199d07bd3a03acf05c04e6 authored over 2 years ago by Celine Sarafa <[email protected]>
Specify events type, running npm i

fbd78c3090dd70c549294011abe4a8f9e2b5be2a authored over 2 years ago by Celine Sarafa <[email protected]>
Add pairing store

dba63f7d925a460181eaf0bc9e031eaec00cd9c7 authored over 2 years ago by Celine Sarafa <[email protected]>
Update .gitignore to be compatible with editor ignore

d0b72e2da7884e810097e4f266a0a04cfe07ea12 authored over 2 years ago by Celine Sarafa <[email protected]>
docs(readme): adds note on running unit tests

41c0e230cefc46d535b11674672dfe88cb0db840 authored over 2 years ago by Ben Kremer <[email protected]>
feat: sets up AuthEngine, IAuthEngine, refines IAuthClient

de2b0e5a6c12c9655715972339ccb98c59485ddf authored over 2 years ago by Ben Kremer <[email protected]>
initial commit

479aa4465adf73629dab1f488b7475f78cc19cd4 authored over 2 years ago by Ben Kremer <[email protected]>