superblocks-lab icon indicating copy to clipboard operation
superblocks-lab copied to clipboard

Superblocks Lab for DApp development

Results 104 superblocks-lab issues
Sort by recently updated
recently updated
newest added

## Environment/Browser 1.0.0 ## Description This is apparently similar to #76, in a different context. Account settings are only updated after closing and opening the _Show Preview_ window, or by...

bug

## Summary Add support for providing tests to be run against currently selected project. ## Motivation > I would like to test my smart contracts by writing JavaScript unit tests...

feature-request
Plan Item
important

## Summary A little bit of context of what Portis is: The Portis SDK allows DApp users to sign transactions and messages inside their browsers without installing anything. Thanks to...

feature-request

## Environment/Browser Version 1.6.1 ## Description The _Transactions History_ panel appears completely empty at the very beginning. No title bar. ## Steps to reproduce 1. Starting from scratch by opening...

bug

## Environment/Browser Version 1.5.0 ## Description Upon redeployment, the _Preview_ panel won't update. ## Steps to reproduce 1. From _Hello World_ template 2. Open `HelloWorld.sol` 3. Click _Deploy_ 4. Open...

bug

## Summary Add `networkId` string field (as number) to auto-generated Contracts data object (usually accessed via `this.Contract`). In `src/deployer.js`: ``` (function(module, Contracts) { var data={ ... address: "0x0...", transactionHash: "0x0...",...

feature-request

## Summary Add `transactionHash` field to auto-generated Contracts data object (accessible via `this.Contract` in app.js). In `src/deployer.js`: ``` (function(module, Contracts) { var data={ ... address: "0x0...", transactionHash: "0x0...", network: "rinkeby",...

feature-request

## Summary Currently, the downloaded DApp takes a single and specific network into account when exporting (using the _Download DApp_ button in the _Preview_ window). Considering multiple deployments have been...

feature-request

## Environment/Browser Version 1.1.0. Last checked in version 1.4.3 ## Description Parent window sending message to wrong channel. ## Steps to reproduce It's been said to be reproducible by clicking...

bug

## Environment/Browser Lab 1.0.0 Still true in version 1.4.3 ## Description _Show Preview_ doesn't reload properly after redeploying contract. Probably due to #131, or the other way around, since it...

bug