Archive-Node-API
Archive-Node-API copied to clipboard
This is a GraphQL server that is built with the intention of exposing information from Mina's Archive Node
Hook up both tests to a nightly CI pipeline to test PoS implementations. This task also includes all the work to handle setting up the set in CI
- If `fromActionState` is used, the archive node returns one block too many times (namely, the one that ended in `fromActionState`). - https://github.com/o1-labs/snarkyjs/pull/854
By default any non-empty string env var in condition like this `if (process.env.VAR) {` will be parsed into `boolean: true`. So we need to check against another string `if (process.env.VAR...
Suggestions to improve the best tip chain selection was made in a Discord channel, see here: https://discord.com/channels/484437221055922177/1086196859627917343/1087343997812486174 For those without Discord, the contents of the message are: " Potential options...
Adds a `build.yaml` workflow triggered by PRs to the main branch that will bundle the branch into a docker build and upload the artifact to GCP.
We need to inject the following variables into these new tests: - `process.env.STAGING_GRAPHQL_ENDPOINT` - URL of the staging graphQL API that we deploy with our code changes - `process.env.PG_CONN` -...
### Schema 1. Action/Event output: `ActionStates` in the schema here corresponds to the account state after all the transactions in a block is applied. is the assumption that the values...