blinklabs-io/cardano-node-api

Raw block storage for rollback buffer

開放

#120 建立於 2024年3月7日

 (0 則留言) (0 個反應) (0 位負責人)Go (0 個分叉)auto 404
enhancementhelp wanted

倉庫指標

星標
 (16 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

The UTxO RPC spec handles rollbacks differently than Ouroboros and will return "undo" blocks on a rollback, so if a rollback rolls back 3 blocks, it will replay those blocks in reverse order as an undo block until it rewinds to the correct point. This allows downstream consumers to be stateless, but it requires us to maintain some kind of persistent buffer to service these requests.

貢獻者指南