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

feat: hash input #455

Closed statictype closed 1 year ago

statictype commented 1 year ago

displays a custom input for params of type Hash and validates the value.

test with DNS contract

Screenshot 2023-06-15 at 17 54 26
netlify[bot] commented 1 year ago

Deploy Preview for contracts-ui ready!

Name Link
Latest commit b4d3920f701c0fe7f57a5fa8a2c88d2fb5644d5a
Latest deploy log https://app.netlify.com/sites/contracts-ui/deploys/648b31c0dd75890007a13aeb
Deploy Preview https://deploy-preview-455--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.

cypress[bot] commented 1 year ago

Passing run #121 ↗︎

0 61 0 0 Flakiness 0
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.

Details:

add quotes to workflow name
Project: Contracts UI Commit: b4d3920f70
Status: Passed Duration: 04:15 💡
Started: Jun 15, 2023 3:47 PM Ended: Jun 15, 2023 3:51 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

statictype commented 1 year ago

no ticket, this was salvaged from a PR that implemented a Bytes input but got reverted. https://github.com/paritytech/contracts-ui/pull/451 https://github.com/paritytech/contracts-ui/pull/462