Prophet Daniel

Results 5 issues of Prophet Daniel

Dragonfire listens to the audio itself is reproducing and assumes that's the user's voice. And it can enter an endless loop in that situation. A simple way to solve that...

enhancement
question

I made the following improvements: - Added zeppelin-solidity. - Use of zeppelin-solidity's Destructible rather than custom Killable. - Cleaned 2_deploy_contracts. - Deleted contracts/zeppelin/lifecycle/Killable.sol - Deleted contracts/zeppelin/ownership/Ownable.sol

This implements latest solc feature and can be used to test nightly builds.

needs review

Fixed the error due to the lack of the source maps when debugging the code within the browser.

If you try to call a method from the proxy with unstructured upgradeability pattern as follows: ```javascript await aContractInstanceByProxy.anOnlyOnwerMethod(anAddress, { from: owner }); ``` It gives you an error: ```...

status:more-info