Nathan Holland
Nathan Holland
I think this should be done along with the concurrent VRF evaluation stuff that's coming down the pipeline. We already need to build something that will evaluate VRF results in...
Seeking feedback on the ledger names in the transaction snark registers. I initially named them as: - `fee_payment_ledger` for the ledger where we first apply the coinbases, fee transfers, signed...
We can do this, though we need to be careful with our rules for recovering the transaction pool. I don't think we will be able to really flesh those out...
@p-shahi can you ask the user to share the `mina-vrf-evaluator.log` from their mina config directory?
If we still want to do this, we do need to take care as some of the `debug_assert` calls are wrapping expensive code that is checking a lot of invariants....
Oh, sorry, I thought it was fully completed. My bad.
#6370 is a good interim solution to this problem, but it would be nice to keep this algorithm captured somewhere for the future in case we determine that #6370 is...
I was able to mitigate this by making an adjustment to the information captured by the `Root_history` transition frontier extension to make the target of the scan state available there...
Next steps: try out the libp2p upgrade and see if the behavior changes.
We completed the investigation and created a fix #11700