Damian Nadales

Results 88 issues of Damian Nadales

QA reported that the `query utxo --address` command took about 10 seconds. The baseline (`1.35.0` at the time of testing) took ~2.3 seconds. Furthermore, the query returned an empty set...

As part of our efforts to foster collaboration, we should look for parts of consensus that can be extracted as separate packages. Examples of this might include: - SOP strict....

:handshake: consensus

See: https://github.com/input-output-hk/ouroboros-network/blob/548af5bd5cafa3d42267afad1ceac63bff152f53/ouroboros-consensus-cardano-tools/src/Cardano/Node/Protocol/Alonzo.hs#L37 This seems to be used by the `db-synthesizer` only.

technical debt

As a preliminary step towards https://github.com/input-output-hk/ouroboros-network/issues/4061 we need to come up with a plan for updating the CONTRIBUTING and README documents based on Onboarding.md contents.

There’s a lot of documentation referred to by the onboarding markdown but it doesn’t seem to be organized by topic or in some sort of logical order as an aid...

:deciduous_tree: needs-grooming

Write state machine tests (using either QC dynamic or QC state-machine) to exercise the mempool API, including concurrent access to it (checked using `prop_parallel` in QC state-machine). For UTxO HD,...

UTxO-HD 📒💽

... to the generated haddock documentation, which is linked [here](https://input-output-hk.github.io/ouroboros-network/). Information we could add: - Overview. - Links (with short descriptions) to the haddock generated documents for key modules, e.g.,...

When we use the `store-ledger` option, it seems sensible that `db-analiser` would start from the most recent snapshot. We should modify `db-analiser` so that we incorporate this behaviour. For instance,...

Apart from the testing scenarios which are usually run by the SDET team, there are probably scenarios which are new and therefore not being tested. This requires us to check...

At the moment `TICKF` rule takes a considerable amount of time when the slot in question crosses the epoch boundary. This is especially problematic for the leader check, which gets...