Kryštof Viktora
Kryštof Viktora
## Environment/Browser Firefox/local master `7fa651a` ## Description It's not possible to interact with contract deployed to external network (Rinkeby/Ropsten) ## Steps to reproduce 1. Create any project 2. Switch to...
## Environment/Browser Live ## Description When any function has array as parameter, it's unable to Interact with it. Example code: ``` contract HelloWorld { uint256[] public message; function update(uint256[] memory...
## Environment/Browser Live ## Description Inside `dappfile.json` of CryptoPizza template, there are missing contracts from node_modules folder. The file in `editor/templates/CryptoPizzas/dappfile.json` should be updated to contain all contracts. ## Steps...
## Environment/Browser Firefox / Local / Browser network ## Description There are multiple issues, probably related, so I've put it into one issue. ## Issues ~1. Payable function doesn't allow...
## Summary Currently when you open a project that you don't own and initiate any action which modifies project files, it will fork the project and redirects you to a...
## Environment/Browser Production 1.6.1 ## Description When you load project from ipfs and delete any file, it won't get forked. Same goes for creating new file/folder. ## Steps to reproduce...
## 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...