polytope-labs / hyperbridge

Hyperbridge is a hyperscalable coprocessor for verifiable, cross-chain interoperability
https://docs.hyperbridge.network/
Apache License 2.0
104 stars 33 forks source link

Indexing #175

Closed omadoyeabraham closed 3 months ago

omadoyeabraham commented 4 months ago
Wizdave97 commented 3 months ago

You need to index handlePostRequest and handlePostResponse transactions on the HandlerV1 contract. That's where you call handlePostRequestOrResponseTransaction on the relayer service.

omadoyeabraham commented 3 months ago

You need to index handlePostRequest and handlePostResponse transactions on the HandlerV1 contract. That's where you call handlePostRequestOrResponseTransaction on the relayer service.

This is done now

Wizdave97 commented 3 months ago

Looks good, I'll merge this into the base branch, then you can reopen a PR from the base to main, then we'll deploy and test it out before merging into main.