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
62 stars 48 forks source link

Various improvements for contract interactions #366

Closed statictype closed 2 years ago

statictype commented 2 years ago

Dry run contract call

closes https://github.com/paritytech/contracts-ui/issues/297 didn't exactly follow the designs in the issue, showing return values for getters and dry run results for transactions. removed the read button. call is only possible if the dry run is successful.

Decode ContractEmitted event

closes https://github.com/paritytech/contracts-ui/issues/229 the decoded event data is shown in the transactions log panel after a successful transaction

Improve call results display

closes https://github.com/paritytech/contracts-ui/issues/293, closes https://github.com/paritytech/contracts-ui/issues/252, closes https://github.com/paritytech/contracts-ui/issues/244, closes https://github.com/paritytech/contracts-ui/issues/238

Display better errors

closes https://github.com/paritytech/contracts-ui/issues/134, closes https://github.com/paritytech/contracts-ui/issues/133, closes https://github.com/paritytech/contracts-ui/issues/107 these should now be part of the dry run output for call and instantiate

still to do:

netlify[bot] commented 2 years ago

Deploy Preview for contracts-ui ready!

Name Link
Latest commit c2ca147dede1e14cbbb53e2704625b702220ca68
Latest deploy log https://app.netlify.com/sites/contracts-ui/deploys/63372257b048390007eed478
Deploy Preview https://deploy-preview-366--contracts-ui.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

athei commented 2 years ago