Chase

Results 40 comments of Chase

@adeshpande3 any updates on `legacy_seq2seq`?

@adeshpande3 I think that's our only choice. I'd appreciate it if you could make an issue describing some primary things- * *Exactly* what the function currently does * What we...

I think this repo could become completely C standard compliant through usage of `_Generic` from C11. Pretty much every major compiler nowadays support C11.

If the CML being used is [this one](https://github.com/Berry-Pool/cardano-multiplatform-lib/tree/vasil), then the issue should be [in `serialization.rs`](https://github.com/Berry-Pool/cardano-multiplatform-lib/blob/9891966de6cbd82ff509c80e6440586af64a2278/rust/src/serialization.rs#L2596). CSL does it differently https://github.com/Emurgo/cardano-serialization-lib/commit/4a904d1525b4edf66879e4b1e520a0e35adc7810#diff-4b90653e5bfcd7f31fabfc9cab5f8f5a77db63a4ad3338090026fa20a00dd9b1R1820-R1824 On that note, is there a particular reason for using...

Hmmm, weird - I don't quite understand where else the problem could lie if it's not where I originally suspected it to be. I can sign and submit this transaction...

The core transaction cbor is produced via a Haskell server using official `cardano-node`. I would share a CBOR hex of such a transaction but it couldn't be signed without my...

Indeed, it is the incompatibility between the cardano libs. Using the specific cardano multiplatform lib impl from `temporary_modules` in this repo (`vasil` branch, of course) works properly. I tried with...

Hello again @alessandrokonrad Some more thoughts: I suspect this affects Lucid as well. I can't use Lucid's `vasil` branch with other wallets (for example: eternl) - only nami. Other wallets...

> However I don't like it actually that I'm forced to serialise transactions in a certain way although the specifications do allow me differently Completely understandable. Sometimes the ecosystem just...

It does indeed seem to have been fixed. Amazing work!