Michael Müller

Results 103 comments of Michael Müller

> [cmichi](https://github.com/cmichi), I’m using the web version of GitHub and don’t see the Update branch button. could you clarify if my branch is already up to date with master, or...

Thanks for the report, @AbuTuraab! Was this on a local node on your machine or on a testnet? @AlexD10S I tried reproducing with `cargo-contract` on a local `ink-node` and couldn't....

@ledigang The CI is failing due to `cargo fmt`. Can you run ``` find . -name "Cargo.toml" | xargs -n1 -I{} bash -c "echo {}; cargo +nightly fmt --all --manifest-path={}"...