canvas-ui icon indicating copy to clipboard operation
canvas-ui copied to clipboard

Basic Polkadot/Substrate UI for interacting with a node. This is the main user-facing application, allowing access to all features available on Substrate chains.

Results 41 canvas-ui issues
Sort by recently updated
recently updated
newest added

So this error pops up in a fresh environment when uploading a contract: Uncaught error. Something went wrong with the query and rendering of this component. k.constructors[v] is undefined ```...

Building `deasync` requires `node-gyp`: ``` Usage Error: Couldn't find a script name "node-gyp" in the top-level (used by deasync@npm:0.1.21). This typically happens because some package depends on "node-gyp" to build...

Hi there, The "Instantiate" button is disabled and the console throws 1 error as seen below: ![CanvaUI_error](https://user-images.githubusercontent.com/44770354/145190066-59c2d665-199d-4327-b12a-1c98e4f1e561.JPG) Edit: The same missing argument error occurs when instantiating via PolkadotJS Apps.

> found in: current master (a9073cf1) A strange issue has been observed while trying to make another instance of the [following contract](https://github.com/agryaznov/candle-auction-ink/releases/tag/v0.1.9). Steps to reproduce: 1. Go to `/instantiate` and...

As stated in the comment. I get problems when building the canvas UI locally, from building electron: ``` HTTPError: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v9.4.1/electron-v9.4.1-darwin-arm64.zip ``` And also for...

`CodecArg` is no longer included in `"@polkadot/types": "^5.1.2-7"` It's currently used in `src/Params/values.ts`

bug

If ink!'s `erc20` example is deployed with an `initialSupply` of `9999` the RPC method `total_supply()` does not decode the returned supply: ![screenshot-paritytech github io-2021 05 14-10_29_34](https://user-images.githubusercontent.com/241530/118244475-da49c700-b49f-11eb-95a3-74c0b114fa53.png) If `1000` is chosen...

bug

In https://github.com/paritytech/ink/issues/821 we found that debug messages which are printed in contract constructors do not appear on the console. Debug messages in functions of an instantiated contract appear though. This...

enhancement

The new and upcoming `seal_debug_print` call no longer directly prints the debug output to the Substrate console. Instead it is stored into a buffer which can be retrieved by a...

Contracts/code bundles currently stored in browser storage should be stored in a IPFS-based file system or database store - possibly Orbit-DB - Requires addition of user credentials - New design...

enhancement