Granola-Team / mina-indexer

The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
Apache License 2.0
19 stars 10 forks source link

We aren't fetching Berkeley blocks #1610

Open n1tranquilla opened 1 week ago

Isaac-DeFrain commented 1 day ago

The indexer has the ability to run a script to fetch new blocks at a specified cadence: https://github.com/Granola-Team/mina-indexer/blob/main/rust/src/bin/mina-indexer.rs#L130-L136

Here's an example: https://github.com/Granola-Team/mina-indexer/blob/main/tests/regression.bash#L1624