Michael Müller
Michael Müller
Persisting this here: It's still unclear how the UI would display our MVP in a meaningful way.
@dartdart26 Sorry for dropping the ball on this. Could you take a look at the suggestion in https://github.com/paritytech/ink/issues/1471? Would you be up for implementing it like this?
Looked into it. So the story with `ink-debug` is that if you execute `cargo contract build` the default behavior is that `cargo-contract` builds the contract with `--features=ink/ink-debug`. That's the reason...
I'm uploading a zip with two contracts here: [erc20-4.0-vs-5.0.zip](https://github.com/polkadot-js/api/files/14123501/erc20-4.0-vs-5.0.zip). It contains: * ERC-20 with ink! 4.0 * ERC-20 with ink! 5.0 The diff comes down to ```diff "events": [ {...
@jacogr We would be very grateful if you could tackle this soonish. The context is that we're about to release ink! 5.0 and just now realized that `polkadot-js/api` needs to...
That's basically the ink! metadata. Solang & co just implement the same metadata format as ink!, Solang also uses the ink! crates for parts of that. I think Solang is...
@dartdart26 I'm closing this PR as it seems to have staled, please see the comments above. @SkymanOne Can you please assign yourself https://github.com/paritytech/ink/issues/1471 and implement it this way? I think...
Closing, as we removed anything `SpreadLayout` for ink! 4.0.
Closing, as we removed anything `SpreadLayout` for ink! 4.0.
@sebastienpattyn93 Sorry for only replying now, your message disappeared in a flood of GitHub notifications. We didn't manage to include it for 4.0, but I just had a conversation with...