Sebastien Guillemot
Sebastien Guillemot
Any blocker for merging this?
I think the `tmp_group_by` was never fixed, right?
> Do you have a tx that should be signable with hw-cli, but is not? Yes, this is the case. We just ended up signing the registration tx using a...
This is not a realistic workaround if you're trying to ship an NPM package that others use. I don't want to include a disclaimer in my NPM package that if...
That code is generated by wasm-pack tooling. Unless you create a script to modify the CML outputs, you would have to go make a PR to the underlying wasm pack...
This is already fixed in the CML develop branch, so it will go away once Lucid updates to the latest CML version
Probably the root error here is better caught by a linting rule for unused variable. There isn't really any way for the plugin to know whether or not the variable...
Work is being done on this. Notably, https://github.com/MetaMask/snaps/pull/1421 set up the core design and then now you have to wait until they remove `eth_sendTransaction` from `BLOCKED_RPC_METHODS`
It would be nice to have this if not just to have a non-hacky workaround deno limtations: - https://github.com/denoland/deno/issues/18478 - https://github.com/denoland/deno/issues/18474 You could solve these by instead having a self-hosted...
We wrote code that generates WASM-compatible Rust code for serialization based off a CDDL spec and open sourced it here https://github.com/Emurgo/cddl-codegen It has some limitations but it still may be...