Remco Bloemen
Remco Bloemen
## Describe the issue ``` %matplotlib widget import matplotlib.pyplot as plt plt.plot([0,1],[0,1]) ``` results in ``` Error displaying widget: model not found ``` The javascript console shows: ``` Could not...
### Summary I have a Rust library that calls a wasm library. Currently I `include_bytes!` the wasm bytecode. It is going to run on mobile devices, so reducing resources is...
## Motivation This adds the `ProviderOracle` that allows runtime selection between provider gas methods and gas oracles. Such runtime selection is very useful for building stacks that work on multiple...
There typescript typeings for solidity-parser-antlr and prettier. I'm currently improving the AST typings to the point where most of the grammar rules are checked at compile time. With this you...
## Description Compiles Solidity to Solidity allowing you to transform the code in the process. Included transforms will be: * Generate wrappers exposing non-public functions as public. * Generate mock...
There is no documentation link in the Readme. The link in #14 only contains a copy of the readme and nothing more. It would be very useful to have a...
The current implementation (essentially a stub / no-op) will return the **master key**s where a subkey is expected. There are no warnings or errors, and it is hard to detect...
This PR is almost a complete rewrite, but I'll create a PR nonetheless, just to share what I've been doing. * Split the behaviour of MiniMeToken into several components, each...
This upgrades go-ethereum to upstream v1.9.24, but probably breaks the wasm build.