Daan van der Plas
Daan van der Plas
I tried it again and I'm having the same issue. The moment I upload the smart contract I receive this message: Other than that everything is working, so I can...
No, I still don't know now how to manually create the derivation path to import my ledger created address into my Polkadot vault.
I'm facing an error when trying to install which seems to be causes by openssl, how do I fix it?
I am very interested in solving this issue and have been studying the code. One question I have is for what scenario do we need the extrinsic [`paras::force_schedule_code_upgrade`](https://github.com/paritytech/polkadot/blob/ac65f3b3d65543b8602ec2435f71334a3c02e065/runtime/parachains/src/paras/mod.rs#L835) or [`para_registrar::schedule_code_upgrade`](https://github.com/paritytech/polkadot/blob/ac65f3b3d65543b8602ec2435f71334a3c02e065/runtime/common/src/paras_registrar.rs#L384)?...
All the links to dispatchables here: https://github.com/paritytech/cargo-contract/blob/master/docs/extrinsics.md
Other contracts are working fine so I think it doesn't have to do with my machine. I'd love to fix the issue if someone can tell me what the problem...
Please explain
@ftheirs could you confirm that this is the way?
I will have a look this weekend, will not try the other stuff because I also think it looks suspicious
DQ: how would this work? I see that now a mock runtime is provided by ink_sandbox and the api's are "hard coded". Would be very interested to understand how a...