Matthias Benkort
Matthias Benkort
Hello! Would anyone be kind to document the semantic and signification of the `RatifyState` type and its sub-components: https://github.com/IntersectMBO/cardano-ledger/blob/8d16d698dd499fd171845da16611c7c7026c1754/eras/conway/impl/src/Cardano/Ledger/Conway/Governance/Internal.hs#L268-L273 I know the type is part of an `Internal` module, but...
Hello, we've been happily using `cardano-signer` to produce witnesses for an upcoming info action; so thanks for taking the time to implement the spec and the JSON-LD canonical serialization 😬!...
## Description The cache restore strategy behavior seems to include the `path` somehow, which may come as a surprise when trying to reuse caches across jobs/workflows. ## Motivation and Context...
# Description The PR wires in a new ledger state query that was [recently added](https://github.com/IntersectMBO/cardano-ledger/pull/5176) but never got properly wired in. This PR requires IntersectMBO/ouroboros-network#5222 due to the nice dependency...
Hello; I recently run into a surprising behavior which might be dismissed as "expected", but I'd still argue it is surprising and _likely wrong_. Context: - The ledger allows (for...
# Description The main use case for this type lies within the StateQuery protocol, where it can be particularly useful to obtain a plain CBOR response. This is particularly useful...
Hello! It's been a while now that I've been using Pallas for a variety of projects and got a good grasp of it. I'd like to propose a few changes...