Alexander Gryaznov
Alexander Gryaznov
This also affects **/Conracts** tab: `storageDepositLimit` is being set to `0` on `instantiateWithCode()` invocation leading to `StorageDepositLimitExhausted` error occurs on contract deployment found_in: > apps v0.99.2-5
> Please keep in mind that we can't actually rename as this would break existing contracts. Do we need to keep the `seal_` prefixed aliases for `__unstable__` versions though? (for...
/benchmark runtime pallet pallet_contracts
need to fix here: remove `seal_` prefix for the recently [added](https://github.com/paritytech/substrate/pull/12695) host functions https://github.com/paritytech/substrate/blob/938901b58235a41de006c4b72fbc27e9e6c92c68/frame/contracts/src/schedule.rs#L668-L669
addressed in https://github.com/paritytech/substrate/pull/13302
/cmd queue -c bench $ pallet dev pallet_contracts
/cmd queue -c bench $ pallet dev pallet_contracts
/cmd queue -c bench $ pallet dev pallet_contracts
looks like we're waiting for new weights from here: https://github.com/paritytech/substrate/pull/13316
> We want to fix up the schedule printing macro here before merge. fixed