Open MartinOndejka opened 6 months ago
Can you elaborate? It's not clear to me why we need this to delay deposits.
We should probably run our own L1 archive node and node though. Possibly on a different machine for performance reasons.
We need to decide which deposits state is "finalised enough", and we should query that from archive node. Running on the same machine has the advantage of the postgres access.
Why can’t you query this from the public ones?
Because every public archive node has it's own public api. I think this is a good time to run our own node and not depend on any custom api.
FWIW this should be trivial given that the Mina repo already has a NixOS module set up. I'll make a new machine with it some time.
We need the history to be able to delay deposits https://github.com/zeko-labs/zeko/pull/136