o1-labs / Archive-Node-API

This is a GraphQL server that is built with the intention of exposing information from Mina's Archive Node
17 stars 4 forks source link

Fix graphql schema to support different zkApp transactions within a block #68

Closed MartinMinkov closed 1 year ago

MartinMinkov commented 1 year ago

Description

Since there can be multiple zkApp transactions within a block, assuming that events/actions will be under the duplicate zkApp transactions within a block is always wrong. We change the schema here to support different zkApp transactions with event/action data within the same block.