Deepthi S Kumar

Results 67 comments of Deepthi S Kumar

all of the get_best_tip requests fail due to connections closed and the node is stuck waiting for a block to trigger a bootstrap. [Example instance](https://cloudlogging.app.goo.gl/Fmk6ug5SsMjywzYX6) Might be worth making the...

Potential fixes to alleviate the issue: 1. Rotate peers and retry 2. Check if nodes are synced before requesting data from them 3. Sync DHT to get a diverse set...

The changes are intended to decouple daemon and snark worker process to allow for custom setups. Snark worker: * Stand alone snark worker process that can be spawned when required...

@jrwashburn the current coordinator-worker setup will remain as is. This is to expose necessary tools/endpoints for a custom setup

>There should be a published/supported protocol from worker to coordinator that can be implemented by anyone. I think this solution is trying to achieve this to some extent? a new...

https://www.notion.so/o1labs/Emergency-HF-berkeley-to-berkeley-23759d503dc046b7825994f36bbfac4f?pvs=4

Two different routes that could be explored 1. Using a zkApp from which payouts can be retrieved (requires https://github.com/MinaProtocol/mina/issues/11436) 2. Possibly baked into consensus layer and then using zkApps to...