Matthias Benkort

Results 104 comments of Matthias Benkort

Some progress indeed (thanks!), but still not there unfortunately :( ```hs [ FailurePropertiesRelated (PropertiesRelatedInvalid {_prInvalidProperties = fromList [ ("swagger",[]) , ("host",[]) , ("info",[]) , ("definitions", [FailureRef (RefInvalid "#/definitions/definitions" (...))]) --...

Hey, thanks for the help you're providing on that (I hope we can get through it ^.^). To reproduce the error described above (on the branch you just mentioned), the...

@JaredCorduan What about the [`RewardInfoPool`](https://github.com/input-output-hk/cardano-ledger/blob/cf95f2b97ad6d0af37efb78e845839cf855cdd1c/eras/shelley/impl/src/Cardano/Ledger/Shelley/API/Wallet.hs#L315-L330); it's not a 1:1 replacement but I imagine it could be used in some scenario to provide similar information. Is this what people should use...

(Note: I haven't _yet_ integrated the `GetRewardInfoPool` query in Ogmios, support for it was recently added to the network protocols and I was planning to add it as part of...

(@renesecur I think that is just about the right repository since everything starts from here. If there's no way to get this information from the ledger, you won't find it...

Thanks for opening this ticket @Quantumplation :pray: To answer your question @JaredCorduan about how to best address that, my best recommendation would be to stick to one canonical encoding (likely...

*it saves one byte every time anyone uses a list or a map above ~length 23~ **length 256** ! Encoding a list of 23-256 elements only demand 2 bytes in...

Sounds like a reasonable idea to me. Remains to know what would be the most convenient interface for that. Doing proper fee estimation is not straightforward. I actually ran not...

Yes, I had to write some very ugly _"temporary work-around"_ in cardano-wallet back in the days for Plutus-Script-locked inputs; mostly because of the transaction integrity hash that is added to...