Roman Storm

Results 59 issues of Roman Storm

Use case: I send a tx, the tx is in pending state, I hit refresh Expected result: I should still have loading windows showing pending state and waiting for tx...

enhancement
medium priority

![screenshot_20180927-011203](https://user-images.githubusercontent.com/9360827/46132283-7ab92300-c1f2-11e8-98f8-59409578a11b.png)

good first issue

Can you explain how to install all versions of solidity compiler and have them available locally? What is your strategy?

For mac OSX, I had to change config file to: ``` this.ipcPath = process.env["HOME"] + "/Library/Application Support/io.parity.ethereum/jsonrpc.ipc"; ```

I can't seem to get it working at all `docker info` Containers: 23 Images: 56 Storage Driver: aufs Root Dir: /var/lib/docker/aufs Dirs: 102 Execution Driver: native-0.2 Kernel Version: 3.13.0-40-generic Operating...

https://github.com/trufflesuite/truffle-debugger/blob/feaebc3be9b8589be07544d176051fd8a375cedd/lib/web3/adapter.js#L16 Right now the debugger assumes that the user is using geth node. Parity doesn't have `debug_traceTransaction` method

there are 2 methods: ```solidity function upgradeabilityOwner() public view returns (address) { return _upgradeabilityOwner; } ``` and ```solidity function proxyOwner() public view returns (address) { return upgradeabilityOwner(); } ``` I...

New Metamask handles this nicely, asking to enter a password, then allows user to approve sharing ethAddresses. Nifty wallet doesn't follow the same flow.