16 Commits
Author SHA1 Message Date
nabarun 699bf8ee9f Upgrade watcher-ts packages to fix block processing (#8)
Part of milestone 6 (Testnet)

Reviewed-on: LaconicNetwork/azimuth-watcher-ts#8
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2025-11-18 10:05:50 +00:00
nabarun 8ab8f8e261 Upgrade watcher-ts packages for handling network error (#6)
Part of https://plan.wireit.in/deepstack/browse/VUL-271/ and milestone 6 (Testnet)

Reviewed-on: LaconicNetwork/azimuth-watcher-ts#6
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2025-11-13 08:42:43 +00:00
nabarunandpranav 48210eed8e Add GQL mutation to mock sponsorship and ownership change events (#4)
Part of https://plan.wireit.in/deepstack/browse/VUL-266/

Co-authored-by: Pranav <jadhavpranav89@gmail.com>
Reviewed-on: LaconicNetwork/azimuth-watcher-ts#4
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2025-10-24 10:20:05 +00:00
prathamesh 85be626f1c Add an example to query keys for a point (#1)
Part of https://www.notion.so/Subscription-API-for-scry-bindings-1c2a6b22d47280a98bb2e2d06496ac89

Reviewed-on: LaconicNetwork/azimuth-watcher-ts#1
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2025-06-02 11:31:35 +00:00
nabarun 53be2a87c4 Update watchers to add event name filter in eventsInRange GQL query (#50)
* Update azimuth-watcher with latest watcher-ts version

* Update all watchers for event name filter

* Upgrade package version
2025-03-20 21:20:32 +05:30
nabarun 4927f2fba6 Update package versions to handle missing totalDifficulty in block data (#49)
* Update package versions to handle missing totalDifficulty

* Upgrade package versions
2025-03-11 15:43:37 +05:30
prathamesh0 14fd03d097 Regenerate watchers for updated GQL query metrics (#47)
* Regenerate azimuth watcher

* Regenerate censures watcher

* Regenerate claims watcher

* Regenerate conditional-star-release watcher

* Regenerate delegated-sending watcher

* Regenerate ecliptic watcher

* Regenerate linear-star-release watcher

* Regenerate polls watcher

* Update README

* Update package versions

* Update watcher repo URLs
2024-06-07 15:47:00 +05:30
nabarun 4a3c0a2cd1 Upgrade watcher packages to version 0.2.92 for exposing release version and commit hash metrics (#45)
* Upgrade packages to latest watcher-ts version 0.2.92

* Upgrade version in watchers
2024-05-31 11:41:51 +05:30
prathamesh0 be0dbc1701 Upgrade watcher-ts packages to configure failover RPC endpoints (#44)
* Upgrade watcher-ts dependencies

* Update config and add an indexer method to switch clients

* Update indexer and database methods

* Update package version

* Update event parsing in watcher indexer
2024-05-22 10:33:25 +05:30
nabarun 0b222eea77 Upgrade watcher package versions to 0.2.77 (#42)
* Upgrade watcher package versions

* Upgrade watcher versions
2023-11-27 10:08:38 +05:30
nabarun 5402445f44 Update watchers with fix for historical processing sync status update (#40)
* Update azimuth watcher with fix for historical processing sync status

* Upgrade packages in all watchers

* Upgrade package versions to 0.2.76

* Update watcher version to 0.1.2
2023-11-24 12:44:09 +05:30
prathamesh0 fb76365f4e Change back GQL endpoint for gateway server to /graphql (#39) 2023-11-23 18:04:45 +05:30
prathamesh0 581e7d76f9 Change GQL endpoint for gateway server from /graphql to / (#38) 2023-11-23 16:15:57 +05:30
Zach e005b7e69d Add runnable default query with info text (#23)
* defaultQuery

* add azimuth examples to default query
2023-08-02 15:19:47 +05:30
nabarun c420078ad5 Fix watcher endpoints check in gateway server (#19) 2023-05-04 15:08:51 +05:30
nabarun 86fe1c03af Use GQL schema stitching to proxy queries to multiple watchers (#18)
* Use apollo federation router to proxy gql queries to multiple watchers

* Use graphql stitch to proxy requests to all watchers

* Load watcher endpoints and prefixes from json

* Transpile typescript and setup lint

* Change conflicting metrics ports

* Add comments
2023-05-02 18:14:30 +05:30