use-ink / contracts-ui

Web application for deploying wasm smart contracts on Substrate chains that include the FRAME contracts pallet
https://contracts-ui.substrate.io/
GNU General Public License v3.0
61 stars 45 forks source link

Contract transaction dry-run should happen every time an input is changed #442

Closed cmichi closed 1 year ago

cmichi commented 1 year ago

It could be that this is already fixed for Contracts UI, I'm not sure.

Please execute the reproduction steps from https://github.com/polkadot-js/apps/issues/6603 to find out if the error is also happening for Contracts UI.

statictype commented 1 year ago

Unable to reproduce, the code is rejected even on WeightV1 testnets

I can confirm that the dry run is performed when changing the caller account or any other inputs in the instantiation / interaction forms.

There are some cases where this doesn't work. Will close this in favor of https://github.com/paritytech/contracts-ui/issues/445