ergo-graphql icon indicating copy to clipboard operation
ergo-graphql copied to clipboard

Ergo Platform GraphQL server

Results 25 ergo-graphql issues
Sort by recently updated
recently updated
newest added

While filtering more than one register (Eg. `R5` and `R6`) the `box` query does not return proper boxes. Sample query: ``` { boxes( spent: true, ergoTree: "100504000400050004000e20011d3364de07e5a26f0c4eef0852cddb387039a921b7154ef3cab22c6eda887fd803d601b2a5730000d602e4c6a70407d603b2db6501fe730100ea02d1ededededed93e4c672010407720293e4c67201050ec5720391e4c672010605730293c27201c2a793db63087201db6308a7938cb2db63087203730300017304cd7202", registers: { R5:...

bug

We can retrieve headerId and digest from the extension object but the fields object does not work. `query Extension { blocks { header { extension { headerId digest fields }...

help wanted