Bart Frenk
Bart Frenk
First of all, thanks for making this open source! Are there plans for supporting API access for uploading and downloading data sets? Or, in other words, do you intend on...
# Pull out common ChainDbArgs from tests Factor out common values for the ChainDbArgs used in various tests, to make it easier to set up new ChainDB tests in the...
# Description Test that UTxO tables are computed correctly on era transitions, for all era transitions. Closes #4043. # Checklist - Branch - [ ] Commit sequence broadly makes sense...
In the effort of defining a more formal interface for the ouroboros-consensus package it it useful to understand which symbols are actually used by users of the package. This issue...
# Description Supersedes https://github.com/input-output-hk/ouroboros-network/pull/4310. Updates chain selection to first check for blocks from the future before setting the tentative header. This avoids pipelining blocks from the future. - https://github.com/input-output-hk/ouroboros-network/commit/1bc91356a75a1bb02b1c154cfdc884c8cf407d5a by...