Michael Müller

Results 103 comments of Michael Müller

@ramirez7358 Could you merge `master` into your PR and resolve the conflicts?

Thanks for the work on this PR. It took a long while, but we now came to a decision that results in the closing of this PR. Some words on...

@niklasp Thanks for writing in here! Adding more frontend examples is currently low on our list of priorities, but we'll have some other suggestions coming your way shortly!

@niklasp This one could be interesting for you: https://github.com/use-ink/ink-alliance/blob/main/bounties/001-website_upgrade.md. Would be great to see you apply for it!

@lilhammer111 ~I can't reproduce the issue, but~ maybe this already helps you: The easiest way to get things running is to download and run the `substrate-contracts-node` binary here: https://github.com/paritytech/substrate-contracts-node/releases/tag/v0.41.0. ~If...

The function is unstable on `pallet-revive` side. My understanding is that it will be moved to a pre-compile and then stabilized again. Here's the tracking issue: https://github.com/paritytech/polkadot-sdk/issues/8570. For now, users...

I'm closing the issue, the precompile for `Blake2_256` was implemented in ink! by now. I'm not sure in which stable the precompile was released, but I think latest `stable2509` must...

Superseded by https://github.com/use-ink/ink/pull/2541.

So this behavior goes back to how bash treats double quotes. Before passing arguments to a command, bash will remove the double quotes. It's why things like `rm "foo"` also...