Robin Freyler

Results 177 issues of Robin Freyler

This might be a bit of a bigger task all in all. The UI currently does not make any use of the contract's `storage` metadata section. This section describes in...

enhancement

The Canvas UI should have a feature to query the code hashes that have been deployed on-chain to simplify reuse. It shall be possible to query them by their name...

enhancement

With the current Canvas UI it is very hard to keep track of how you have operated on all your stored smart contract instances in the past. For this is...

enhancement

This situation is currently confusing a lot of our users because the warning is not immediately obvious from being simply put inside a more or less long list of some...

enhancement

People are often confused about how `cargo contract new flipper` creates a proper flipper ink! smart contract while `cargo contract new erc20` does not create a proper ERC-20 contract. This...

enhancement

This mainly updates `bindgen` to version `0.64` due to this problem: https://github.com/rust-lang/rust-bindgen/issues/2312

The last time I tested the ink-playground the compilation and especially the (initial) compilation was really slow. This is due to many factors: - The first build has to build...

From chat: > I just wanted to give a short update that the release of ink! `3.0` is imminent and an internal (RC kind of) release is planned for 2020-10-07...

Do you have plans to implement the incremental SAT solver interface [IPASIR](https://github.com/biotomas/ipasir)? I have written a Rust interface for it that can be found [here](https://crates.io/crates/ipasir) **shamelesspug** and would love seeing...

enhancement

Hi @yamt , it is really cool that you put so many Wasm runtimes on your benchmarks for comparison! I have a few questions though. What hardware did you run...