Michael Müller
Michael Müller
@ramirez7358 Sorry for pinging you only now about all those old PR's. Could you possibly merge `master` and resolve the conflicts here as well?
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...
Duplicate of https://github.com/use-ink/ink/issues/2597, closing.
Hi there @kevin-valerio, thanks for reporting this! The issue you encountered is currently only present in `master`, but not released yet. For reference, [here's](https://github.com/use-ink/ink/blob/7338425630ca122717e360573d1b6ad09992d559/crates/engine/src/ext.rs#L103) the culprit. @davidsemakula Are you interested...
Yup, agree with both of you! We certainly have to fix it.
@athei Could you add some more details to this issue? Do I understand you right that the idea here is for this System pre-compile to live in `frame/revive/`?
@athei I've created PRs with migrations for some more host functions. Before continuing, are you fine with me migrating those to the `System` pre-compile as well? ``` fn caller_is_origin() ->...
@athei I noticed the stable host function `set_storage_or_clear` depends on the unstable `clear_storage`, which is scheduled to be moved into a pre-compile. Here's the line in question: https://github.com/paritytech/polkadot-sdk/blob/master/substrate/frame/revive/src/vm/pvm/env.rs#L240. How do...
@0xRVE Why did you close this issue? There are still functions left that need to be moved?
>Because the System precompile is already created. Yes, but the issue description was also about moving the disabled host functions over to it. Anyway, I'm happy to see that you...