elessar.eth

Results 29 issues of elessar.eth

This PR builds on top of #336 and addreses the [DeepDao's Gitcoin bounty](https://gitcoin.co/issue/deepdao1/global-dao-hackaton-10.2021/3/100026940) related to supporting vote rewards. It adds a new functionality to the `Vote` model that allows you...

This PR updates both the Voting connector and subgraph in order to expose the vote status following the [DeepDao's Gitcoin bounty](https://gitcoin.co/issue/deepdao1/global-dao-hackaton-10.2021/2/100026939) requirements. The vote status can be one of the...

It adds the following: - Migration to `vitest`. - Turborepo integration. - A testing server to manage forked chains in concurrent test execution environments. - Small fixes to some unit...

By adopting a thread pool, we can significantly reduce the overhead associated with dynamically spawning threads for each syncing operation we execute.

Right now, the indexer skips a block if It can't retrieve the related blobs sidecar. We should still index this block and txs, and mark the correspondent blobs as expired...

- Unit tests for each client method - Errors are handled correctly - Blobscan API parameters are sent correctly - Integration tests