Damian Nadales
Damian Nadales
🧑‍⚖ Represents items requiring stakeholder decisions. - [x] Locked KES and DSIGN primitives - [x] `cardano-base:cardano-crypto-class` - [x] Networking: `RawBearer` - [x] Direct serialization - [x] `cardano-base` - [x] `ouroboros-network`...
There is a suspicion that the integration layer of the node might be invoking computations that are proportional to the type-level lists (TLL) that are used in the hard-fork combinator...
Summarize the rough characterization of Leios and list the anticipated tasks derived from this characterization to provide clarity and alignment for the Consensus Team’s future work.
https://github.com/input-output-hk/ouroboros-leios/blob/main/docs/technical-report-1.md
- Scan [our documentation](https://ouroboros-consensus.cardano.intersectmbo.org/) for content that could be adapted to the Cardano Blueprints. - Explain protocol updates, which include hard-forks, eras, and intra-era hard-forks. - Specification of CBOR and...
This issue captures some changes that can be implemented to reduce or localize slot-to-wallclock conversions in our code. - [ ] 1) We could replace[`blockForgeUTCTime`](https://github.com/input-output-hk/ouroboros-network/blob/92778e3bb243ab68015f1f1dc1acf13718e7b1e1/ouroboros-network-api/src/Ouroboros/Network/BlockFetch/ConsensusInterface.hs#L152) with [`headerForgeUTCTime`](https://github.com/input-output-hk/ouroboros-network/blob/92778e3bb243ab68015f1f1dc1acf13718e7b1e1/ouroboros-network-api/src/Ouroboros/Network/BlockFetch/ConsensusInterface.hs#L145), since the equivalent...
The `db-analyser` tool is used with chains produced with a certain version of `cardano-node` that is usually not the `master` version of this repository. Whenever we want to develop a...
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,...
Right now, it seems like fetching a mempool snapshot for a ledger state will eagerly validate all transactions. When forging a block, it would be nice to only have it...
Bundle the Leios demo for the following three simultaneous goals: - It can be easily run with minimal separate preparation. - We (the developers) can still easily modify it (eg...