Matthias Benkort

Results 190 comments of Matthias Benkort

@lehins @zliu41 @michaelpj I've updated points (3) and (4) on the original description of the ticket to match what I believe being the _refined proposal_ resulting from our conversations above....

@michaelpj my apologies, I have a tendency to explore multiple ideas at once and weight them against each other and I understand this can be confusing especially in a written...

> So what's the advantage The advantage is a tiny change in the Plutus Ledger API which doesn't affect the performances or semantic of PlutusTx, but that saves us in...

We do write the compiler indeed. So we try to spend times on things that matters as much as possible (as you do I imagine). So, we could support a...

Nice @klarkc. Note that I think 8.9.0 is an easy reach. I've recently integrated that one on Ogmios and apart from some changes in the local state query protocol (which...

> Transaction ID is known before hand where slot isn't. It depends by _who_ 😉. Kupo doesn't know your transaction id beforehand, but it does know slots. This is something...

This should be relatively easy to do, working from era summaries and a (partial) protocol parameters object. Era summaries are what can be obtained already from querying `eraSummaries` in Ogmios....

Hey! For those still interested, the following actually works fine for me (thanks @fizruk): ```hs import Control.Lens ((&), (?~)) import GHC.TypeLits (KnownSymbol, Symbol) import Servant ((:>), HasServer, ServerT) import Data.Proxy...

> Considering bech32 values are likely to be stored/serialized as plain ByteStrings I disagree here. Storing data bech32-encoded as bytestring would be silly. In the same way that storing base16-encoded...

@philkunz both project (cardano-node and cardano-wallet) exports pre-compiled binary artefacts on each release on the 3 major platforms: Windows, MacOS and GNU/Linux. You can find them on the following links:...