Jean-Marc Le Roux

Results 172 comments of Jean-Marc Le Roux

Instead of a UUID, I would rather use a public address such as the public address of an Ethereum wallet. This ways, we can associate the data with a decentralized...

Actually mining of that private chain solves the `sendTransaction` problem and I get a valid hash as a result. But it is still not working: when I try to call...

OK I might have missed a bit of context, specifically "why" I want this to happen. And I mean "why" as in personally/philosophically, not just technically. So here it is....

Additional notes: [Ethereum WebAssembly (EWASM)](https://ewasm.readthedocs.io/en/mkdocs/) is - among many things - a smart contract oriented version of RPC for WASM. I'm not saying EWASM should/would build smart contract function calls...

@aardappel thank you for your feedback! > Related, maybe: https://github.com/WebAssembly/wasi-http-proxy The README doesn't tell much about the "http proxy" side of it. Can you please clarify? > This would seem...

Some notes about the potential interactions between WASM RPC and WASI: the RPC transport layer could be made available as a file descriptor to an RPC specific device file such...

Additional notes about the source code RPC "bindings". I've prototyped the following in Rust: ```rust // a function with an empty body will be wrapped as an outbound RPC call...

@AlCalzone what version of `yarn` are you using? Running `yarn run build` with yarn 1.22.17 properly creates the `index.d.ts` and `index.js` files. ``` ... Compiling chrono v0.4.19 Compiling hex v0.4.3...

> Do you have the pnp feature enabled? @Brooooooklyn how can I check that? What is the recommended config?