Sebastien Guillemot
Sebastien Guillemot
I updated Yoroi to Webpack 5 a few months ago and didn't have any issues at the time. Maybe this PR is useful to you: https://github.com/Emurgo/yoroi-frontend/pull/1929
Every WASM project has at least two different builds: - NodeJS build - Browser build If you're trying to connect from Webpack, you need to use the browser build, but...
The new 7.1.0 release includes a fix for Webpack 5 builds that may help you if you're still having issues
If I recall this was never added because there was no standard for differentiating extended ed25519 keys from non-extended ones. Although serialization-lib ended up using `ed25519e` and `ed25519` as different...
I went ahead and also added a `RequiredWitnessSet` so that the tx builder can pass information about which witnesses are required. I didn't hook it up to the tx builder...
This is an issue with some upstream dependencies and not something we can tackle in this codebase. You can see https://github.com/rustwasm/wasm-bindgen/issues/2706 where one of the maintainers answered
Seems the cause is that they remade the documentation website for Cardano and cardano-serialization-lib didn't get ported over. I created an issue to track this in the documentation Github repo:...
If possible, it would be nice if you could post the data, post the hash you get and also post what you think the expected hash should be
Yes, min_ada_required got changed to a new protocol parameter that gives a lower value. Be sure to change what value you use for the protocol parameter value as well when...
> Maybe I'm missing something. @SebastienGllmt thoughts? Yes, what you said sounds right to me