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...