-
Probably, the problem is that the version bounds incorrectly permit a major version increase. Aside: do we really need 'watchexec'?
-
The `IndexerState` represents the data that the `mina-indexer` server needs in order to operate properly. Currently, the initialization for this state is highly coupled to the functionality that actua…
-
As an archive process it isn't necessary for us to validate public keys in the genesis ledger with elliptic curve cryptography (ECC). There are 2 known bad public keys in the `mainnet` genesis ledger.…
-
Currently there are two types of filename formats in the O(1) gcloud bucket.
1. `--.json`
2. `-.json`
Verify that for every block in format 2, there is also the equivalent block with height inf…
-
Create hermetic parsing code that replaces the `mina-serialization` module in `mina-rs`
-
I struggled to find any documentation about this in the repo. But how do I start listening to the block-data stream? I can find in the Mina-docs that it is [rather a configuration of the mina daemon](…
-
-
As stated in the title I'm trying to run it with the provided example-config. (I'm only changing the paths to home-directory). I get presented with a missing field error like below. If I add the line …
-
The Block filesystem receiver doesn't update state when files are written to the `watch-dir`
-
The indexer will support GraphQL, REST, and Unix Domain Sockets as a way to query and obtain data from the Indexer. This spike is to explore how to handle the lifecycle of various servers and data acc…