Sebastien Guillemot

Results 116 comments of Sebastien Guillemot

Seems there is a comment related to this in the code ```rust // TODO: do we want to get rid of the rust struct and embed the tag / min/max...

Somebody mentioned to me that if they spend an inline datum and yet specify the datum of the input in their own transaction, they get a `NonOutputSupplimentaryDatums` error. I haven't...

I think you should be able to convert the datum to JSON and then import the JSON from CML

This is partially handled in https://github.com/dcSpark/cardano-multiplatform-lib/pull/45 but the refactoring required to support this isn't quite done yet

@siegfried unfortunately I have a lot of tooling work to do across projects, so it's hard to dedicate time to do rearchitectures of components unless we manage to grow the...

So it sounds like it's because when constructing a transaction offchain, PlutusTx maintains insertion order whereas CML isn't because it uses a BtreeMap. Sounds like the solution may be to...

I think maybe we don't need this in the end since the metadata format is simple enough to just re-inline into specific libraries (see cip25 as an example)

This feels like exactly the kind of stuff the new codegen is meant to solve. We should be able to just regenerate this part and then have it work. The...

Looks like the conclusion of this is that the Shelley TxOut type isn't compatible with the Byron TxOut type so this is expected since CML doesn't support most Byron-era structs...