Damian Nadales

Results 88 issues of Damian Nadales

`ouroboros-consensus` tests fail when enabling assertion, using version `0.4`. The [following assertion](https://github.com/input-output-hk/io-sim/blob/7ba9a3e1339a43946cbc1e44cfa0ad0e4748582c/io-sim/src/Control/Monad/IOSim/Internal.hs#L172) is triggered. See [the full log](https://cicero.ci.iog.io/api/run/log/a8b231f2-2c1e-f86a-8e5c-33b7951c7562/nomad?raw&strip-ansi).

bug

Storing the ledger state on disk requires converting from the compact representation of multi-assets, which consumes a significant amount of memory, and raises garbage collection activity significantly. Consequently, [slot leadership...

Storing the ledger state on disk requires forcing the pulser, which consumes a significant amount of CPU time and memory, and raises garbage collection activity significantly. As a consequence, [slot...

We should define a process for proposing changes to Consensus to enable the community to contribute to the design and specification of new features. Such a process should be crystalized...

- [x] https://github.com/input-output-hk/ouroboros-consensus/issues/91 - [ ] https://github.com/input-output-hk/ouroboros-consensus/issues/189 (only if the Network team actually wants this) For context: https://github.com/input-output-hk/ouroboros-network/issues/4615

quarterly-objectives

# Plutus - [ ] Release to CHaP # Ledger - [ ] Release to CHaP # Network - [ ] Merge https://github.com/IntersectMBO/ouroboros-network/pull/4960 - [ ] Release to CHaP #...

Closes #1204 Depends on https://github.com/IntersectMBO/ouroboros-network/pull/4960

We need to establish that the `benchmark-ledger-ops` analysis of `db-analyser` are useful in spotting potential performance regressions or optimizations. For that, we need its results to be reproducible and meaningful....

After https://github.com/IntersectMBO/ouroboros-consensus/pull/525, the `cdbFutureBlocks` field became unnecessary, as we now delay headers until they are no longer from the (near) future. Closes #1260

After https://github.com/IntersectMBO/ouroboros-consensus/pull/525, the `cdbFutureBlocks` field became unnecessary, as we now delay headers until they are no longer from the (near) future. We should remove this field and document how we...