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

UI remains in processing state when there is a keyring error #458

Closed statictype closed 4 months ago

statictype commented 1 year ago

To Reproduce Steps to reproduce the behavior:

  1. Upload multisig and go to the interact page
  2. Copy the contract address and paste it in the caller select
  3. Select the addOwner message
  4. Make sure to transfer some funds to the multisig address so that the dry run is successfull
  5. Call the contract
  6. See processing notification even if there was an error (the contract is not in the keyring)
Screenshot 2023-03-29 at 13 00 32