dapple icon indicating copy to clipboard operation
dapple copied to clipboard

EVM contract system developer multitool

Results 55 dapple issues
Sort by recently updated
recently updated
newest added

enhancement
in progress

- in .dapplerc, "ethereum" key name really means "eth_rpc" connection configuration - in the dappfile, the environments are named after _chains_ not _chain connection info_. "live" should be "ethereum" in...

enhancement
ready
discussion

Build link can be updated. Currently, it is pointing to https://travis-ci.org/nexusdev/dapple and shows as unknown.

``` ~/maker-core/.dapple/packages/ds-token# dapple test Testing... No local solc found. Failing over to JS compiler... ``` ``` # which solc /usr/bin/solc ``` ????

I'm following this tutorial: http://blog.nexusdev.us/dapple-tutorial/ First I had some trouble installing Dapple. I was able to figure it out - installing window-build-tools via npm and then installing the .Net sdk....

collisions from redundant dappsys includes: ``` /Users/nikolai/maker-core/dapple_packages/dappsys/contracts/factory/token_factory.sol:16:38: Error: Invalid type for argument in function call. Invalid implicit conversion from contract DSTokenFrontend to contract DSTokenFrontend requested. ret = new DSTokenController( frontend,...

bug

``` dapple search coin coin - something coin2 - something else ```

enhancement
in progress

I multiple tests are modifying and testing address balances the order of the tests becomes important. This causes problems when adding more tests, because the order may change. The state...

I have window10 system with installed "visualcppbuildtools_full". I am able to successfully install dapple. When i run dapple init in my project directory it give below error. C:\Users\yogesh\Dapple>dapple init Secp256k1...