🛠️ DevLog – More Debugging on Deferred Write for Ephemeral Nodes
We’re still debugging the deferred-write flow for offchain storage v3 on ephemeral nodes. The main issue is still around the post-commit step where miners need to call the authenticated router endpoint to materialize their result.
🔹 Current issue
- Ephemeral miner is still not completing the deferred-write step cleanly after commit.
- This is the path where miner needs to hit the authenticated router endpoint and write the result through the router.
- So the remaining issue is still inside that ephemeral-node result-write path.
🔹 Current progress
- We’ve already identified the issue more clearly.
- We’re now adding more logging and another patch so we can see the next failure point more precisely.
- More logs / patch have already been pushed to dev-stable.
🔹 What’s next
- We’ve asked node operators to upgrade all nodes again with the latest patch.
- After that, we’ll continue debugging this deferred-write flow with the added logs.
#Cortensor #DevLog #OffchainStorage #EphemeralNodes #Testnet1a