3f2dc56261
Fix json-bigint package version in yarn.lock file ( #361 )
...
* Fix json-bigint package version in lock file
* Upgrade package versions
2023-04-13 17:38:50 +05:30
72ec6c8e5b
Upgrade package versions ( #360 )
...
* Set eslint max-warnings to 0 in codegen generated watcher
* Upgrade package versions
2023-04-13 17:07:09 +05:30
7dada71fa3
Add boolean flag to enable sending L2 txs from watcher peer ( #354 )
2023-04-10 09:56:55 +05:30
8c928516f8
Remove peer listener ( #349 )
2023-03-30 12:57:23 +05:30
prathamesh0
91816db6f3
Upgrade js-libp2p ( #346 )
...
* Upgrade js-libp2p
* Upgrade package version
2023-03-29 09:37:06 +05:30
0c2e432c80
Upgrade all package versions ( #345 )
2023-03-28 13:43:15 +05:30
9e53b1a498
Upgrade dependency versions to remove vulnerabilities from dependabot ( #343 )
...
* Dependency patch updates
* Minor update @apollo/client 3.3.19 -> 3.7.10
* Minor update @nomiclabs/hardhat-ethers 2.0.2 -> 2.2.2
* Minor update @openzeppelin/contracts 4.3.2 -> 4.8.2
* Minor update @types/chai 4.2.19 -> 4.3.4
* Minor update decimal 10.3.1 -> 10.4.3
* Minor update @graphql-tools/utils 9.1.1 -> 9.2.1
* Minor update @graphql, graphql-ws, graphql-request
* Minor update yargs
* Minor update @types/node
* Minor update graph-ts
* Minor updates graphql-tools, multiaddr
* Update dependencies with minor updates
* Minor updates to eslint and related dependencies
* Update solidity compiler version for erc721-watcher
* Fix ESLint indent rule
---------
Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
2023-03-28 13:17:53 +05:30
ac5e030b13
Integrate peer in watcher server and send txs to L2 chain ( #344 )
...
* Integrate peer in watcher and send txs to L2
* Remove passing debug log in functions
* Remove unnecessary relay advertise config option
---------
Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
2023-03-24 16:49:16 +04:00
ee63e33cc5
Upgrade Typescript and ESLint ( #337 ) ( #342 )
...
* Upgrade eslint and additional lint changes
* Upgrade typescript version to v5
---------
Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
2023-03-24 10:31:33 +04:00
prathamesh0
0f239c360e
Use websockets transport with WebRTC signalling ( #341 )
...
* Use websockets as the base transport
* Update yarn lock file
* Upgrade cerc-io/js-libp2p
* Update package version
2023-03-23 16:58:11 +05:30
d221704baa
Add timestamp to mobymask p2p messages ( #340 )
...
* Add timestamps to mobymask logs
* Fix getCurrentTime method calls
---------
Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
2023-03-17 15:08:15 +05:30
c44eff36b4
Send mobymask p2p messages to laconicd ( #339 )
...
* Use laconic ETH RPC endpoint for querying
* Run peer with message handler to send tx to laconic
* Handle revoke messages in mobymask p2p
* Set tx gasLimit explicitly for slow eth_estimateGas call
* Convert delegationHash to hex string before broadcasting json
2023-03-17 10:26:47 +05:30
1ba731915d
Log pseudonyms with peer id ( #334 )
...
* Log pseudonyms with peer id
* Upgrade package version
2023-03-06 16:26:38 +05:30
prathamesh0
0400546996
Refactor peer CLI to be run from watchers ( #331 )
...
* Refactor peer CLI to be run from watchers
* Participate in chat protocol only through chat CLI
2023-02-27 14:15:26 +05:30
prathamesh0
888199b717
Upgrade package versions ( #329 )
2023-02-21 18:27:28 +05:30
prathamesh0
6a8b9a2385
Pass initialization options when starting a peer ( #328 )
...
* Pass initialization options when starting a peer
* Update config used for relay and peer nodes in watcher
* Rename types
* Refactor mobymask libp2p message parsing
* Enable laconic debug logs in server command
2023-02-21 17:57:25 +05:30
prathamesh0
6fa3ee28b5
Add mobymask-v2-watcher with integrated relay and peer functionality ( #327 )
...
* Add an option to run relay node with watcher server
* Add a v2 mobymask-watcher
* Add an option to run peer node with watcher server
* Ignore ts error when importing types from peer package
* Rename mobymask v2 watcher
* Parse mobymask libp2p messages
* Refactor and add comments
* Add a note in peer package about nodejs exports
* Update copyright
2023-02-20 18:09:06 +05:30