Deleted user

Results 137199 comments of Deleted user

Hey @nikolay I understand the proposed solution, but what's the actual problem you are trying to solve? What is it you can't do today due to a lack of a...

Same here for Dutch and Turkish

I am not sure this is really consensus specific. Seems to me that what this issue is about is somewhat broader in scope than a mere documentation if we want...

It would be great if we could consolidate the CDDLs we have in, say, a `cardano-cddl-api` package

@ashisherc I meant package in the broader sense and I fully sympathise with the goal you describe. In my mind, `package` was intended to mean "something that's published in a...

The CDDL for the rejection messages simply do not exist at this stage so we would need to write them and put them somewhere for you to retrieve. It's therefore...

FWIW the reject reason is an `ApplyTxError` whose encoding is defined here: https://github.com/input-output-hk/cardano-ledger/blob/master/eras/shelley/impl/src/Cardano/Ledger/Shelley/API/Mempool.hs#L214 Seems to me it would make to include a CDDL file describing those in the ledger itself,...

@coot @JaredCorduan > The problem is that it's indeed polymorphic, and the concrete type is implemented by the consensus team if I am not mistaken. The concrete type for ledger...

@JaredCorduan Thanks. I would be happy to help building some kind of comprehensive CDDL specification single point of entry that the community could use, but I guess ledger team is...

There would be some CDDL which would have to be defined in consensus as some error cases are internal there (eg. era mismatch). Perhaps a first step on consensus side...