cardano-graphql
cardano-graphql copied to clipboard
GraphQL API for Cardano
### Summary 504 Gateway Time-out on Graphql requests on Cardano Graphql 8.1.0 ### Steps to reproduce the bug ```bash curl --location 'https://explorer.cardano.org/graphql/' --header 'Content-Type: application/json' --data '{"query":"query {\r\n paymentAddresses(\r\n addresses:...
### Summary After having upgraded db-sync from 13.2.0.2 to 13.3.0.0 and Ogmios from 6.4.0 to 6.5.0, we are encountering this error when starting up the graphql background image: ```json {...
### Summary I have been using cardano-graphql 8.0.0. I updated to cardano-graphql 8.1.0 for Chang Hardfork. Then only graphql query became frequently unstable. Do you know what is causing this?...
### Summary Graphql query returns an unexpected internal server error ### Steps to reproduce the bug 1. send graphql query ``` query { paymentAddresses( addresses: [ "addr1qygcsk5l4xh3y3m8j8akv93yyun06wfadrr3de02vj80xyg33pdfl2d0zfrk0y0mvctzgfexl5un66x8zmj75eyw7vgsfpl75e" ] ) {...
Bumps [ws](https://github.com/websockets/ws) from 5.2.3 to 5.2.4. Release notes Sourced from ws's releases. 5.2.4 Bug fixes Backported e55e5106 to the 5.x release line (4abd8f6d). Commits aa8fe0a [dist] 5.2.4 4abd8f6 [security] Fix...
### Ask a question Conway transactions can have field related to donations (current treasury value, treasury donation) and they are missing from the GraphQL schema. When will they be added?
### Summary Hello! I have restored a snapshot with db-sync: (https://update-cardano-mainnet.iohk.io/cardano-db-sync/13.5/db-sync-snapshot-schema-13.5-block-10823207-x86_64.tgz) ``` [db-sync-node:Info:83] [2024-09-19 00:51:47.84 UTC] Reached EpochNo 508 [db-sync-node:Info:92] [2024-09-19 00:56:57.60 UTC] Asynchronously wrote a ledger snapshot to /config/state/134092758-670ca68c3d-507.lstate...
### Summary This error happened first when querying this [transaction](https://cardanoscan.io/transaction/95f880700a8ad31515aeece30737868b9dcd26ade91e909b25a4d033bfe4840d?tab=summary) with the following GraphQL query: ```graphql query Query($txHash: Hash32Hex) { transactions(where: {hash: {_eq: $txHash}}) { redeemers { scriptHash } }...
### Ask a question when i restart cardano-node, it will replay whole block, but replay need too long time, about 10 hours. how to skip it ? docker-compose ``` cardano-node:...
Bumps [webpack](https://github.com/webpack/webpack) from 4.42.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...