canvas-ui
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.
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:  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`
If ink!'s `erc20` example is deployed with an `initialSupply` of `9999` the RPC method `total_supply()` does not decode the returned supply:  If `1000` is chosen...
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...
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...