cardano-graphql
cardano-graphql copied to clipboard
GraphQL API for Cardano
After querying various blocks (they happen to have plutus scripts in them - but that may not be the cause) the browser returns: SORRY, WE COULD NOT FIND ANY RESULTS...
Can you please expose the 'pool_offline_data' and 'pool_offline_fetch_error' tables? It would be really handy to have this so it doesn't have to be crawled externally.
### Environment The [CLI](../../packages/cli) can be used to gather generic information about your system to assist with support. No installation is required thanks to [npx](https://github.com/npm/npx) ``` console npx @cardano-graphql/cli system-info...
GraphQL ``` stakePools(where: {registrationTransaction:{hash: {_eq: "841cca81da918feb9fa7257a34630eac95794be712ed3faae6df64f215ce25f2"}}}){ id hash retirements { announcedIn{ hash } } } ``` returns error: ``` "path": [ "stakePools" ], "extensions": { "code": "INTERNAL_SERVER_ERROR", "exception": { "stacktrace":...
I've been looking into a way to calculated the "live stake" for a while now and I can't seem to find an obvious way to do it. Having the "Active...
Is there any way to query for a partially matched string? Maybe the parameter "_like". ``` query assets { assets( limit: 20 offset: 0 where: { assetName: { _in: "5370616365"...
I wasn't able yet to find a way to get all base addresses (payment key + stake key) that a stake key controls. Would it be possible to add the...
Hi, I try to find metadata information by a query, but I can't find _Ticker_ or __Description_ information. In the Wallet API it's available: [https://input-output-hk.github.io/cardano-wallet/api/edge/#tag/Stake-Pools](https://input-output-hk.github.io/cardano-wallet/api/edge/#tag/Stake-Pools) The postgresql table _pool_meta_data_ don't...
Following on from #227: https://docs.docker.com/compose/compose-file/#cap_add-cap_drop Also consider more embedded solution to tighten security without external runtime params https://unit42.paloaltonetworks.com/non-root-containers-kubernetes-cve-2019-11245-care/
Upgraded node to 9.1 and db-sync to 13.3.0.0 Currently the mainnet conway file is missing, will be inserted as soon as it's available.