Salman Pathan

Results 16 issues of Salman Pathan

## Summary of changes - Collect metrics for individual resources ### Reference issue to close (if applicable) - Closes #305 ----- ### Code Checklist - [ ] Tested - [...

Implement the `EventHandler` trait similar to Evm [here](https://github.com/webb-tools/relayer/blob/main/src/events_watcher/mod.rs#L273-#L304) which will allow one event watcher to run and many event handlers that will run in parallel. ```rust let vanchor_watcher_task = event_watcher.run(...

p3 πŸ”΅
optimization βš™οΈ
difficulty: starter 🏁

## Overview `HistoryStoreKey` contains keys used to store the history of events and all the event watcher use `ResourceID` as a key. The problem with substrate ResourceId is it uses...

question ❓
difficulty: medium 🚩
substrate

## Issue While trying to deploy contracts to test networks, I came across this error for `goerli` and exhausted my test tokens. ``` reason: 'processing response error', code: 'SERVER_ERROR', body:...

https://github.com/webb-tools/protocol-solidity/blob/abb8e9f5f94fd600f817b2c911e9a7bc6af3d131/contracts/vanchors/VAnchor.sol#L209-L215

bug πŸͺ²
p2 🟑

## Overview Intent based arch should relinquish any automated function of the relayer (specifically relaying and processing AUPs) - Relayers don’t make money submitting the AUP. - Why would they...

## CHECKLIST - [x] Update license on all pages - [x] Update documents - [ ] Update readme - [x] Rename dkg-related code with tangle - [ ] Test relayer...

## Summary of changes - ### Reference issue to close (if applicable) - Closes ----- ### Code Checklist - [ ] Tested - [ ] Documented

On hold πŸ›‘

## Summary Write E2E Integration tests for the relayer using Signing rules. - Submit the TSS phase 1 Job request - Start Athena and Hermes local chains - Make a...

## Overview Some of the CI tests with tangle as backend fail with the following error ``` 2023-09-22 16:37:34 API-WS: disconnected from ws://127.0.0.1:9945: 1006:: Abnormal Closure docker network create --subnet=172.20.0.0/16...