ar-io / arns-service

Koa microservice that leverages Warp to support the ArNS Portal and ar.io observers.
https://api.arns.app
GNU Affero General Public License v3.0
19 stars 4 forks source link

feat(PE-3607): add endpoint to fetch all contract interactions #8

Closed dtfiedler closed 1 year ago

dtfiedler commented 1 year ago

This endpiont returns all the contract interactions for a given contract, with priority given to graphql. We may want to validate the interctions are the same from graphql and warp, but for now we'll use graphql to tell us what's relevant and use warp to determine if they were successful or failed. So long as the warp on configuration and the arweave client use the same gateway, they should return the same interactions.