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.2.0 ## Description When folder has name ending with `.sol` it's unable to rename ## Steps to reproduce 1. Create new project HelloWorld 2. Create new folder called...

bug
low-priority

## Environment/Browser Version 1.3.0 ## Description Renaming a contract file (_Rename_ action) does not update contract specific action window titles (file name). These are the windows opened by accessing the...

bug

## Environment/Browser Version 1.1.0 ## Description Off-by-one error. When renaming a file or folder in the _Files_ hierarchy, the initial / character is being taken into account when limiting the...

bug
good first issue

## Environment/Browser Version 1.1.0 ## Description Inconsistent behavior: renaming a contract file requires adding the correct `/contracts` path before the file name, while creating it from _New file_ doesn't require...

bug

## Motivation >Consistency and stability

feature-request

## Environment/Browser Chromium ## Description There might be some issues about using Metamask together with web3 1.0 when accessing `web3.eth.accounts`.

bug
verification-needed

## Summary Enable options for tweaking the compiler settings, such as enabling optimized output. Possibly to add as a new section in _Preferences_. ## Motivation > Can we get solc...

feature-request

## Environment/Browser Version 1.4.3 ## Description Account index mismatch when retrieving accounts calling `web3.eth.getAccounts`. ## Steps to reproduce 1. Edit `app.js` to call: `this.web3.eth.getAccounts(function(err,res){console.error(err);console.log(res);});` 2. Observe the value of `res`...

bug

## Environment/Browser Version 1.3.0 ## Description When deploying with full storage (no space left) and without having the files related to deployment in place, deployer hangs forever with the spinning...

bug

## Environment/Browser Version 1.3.0 ## Description When compiling under the full storage conditions (no space left) and without having the `build` directory in place at all, the compiler hangs forever...

bug