Denis Erfurt

Results 24 issues of Denis Erfurt

enhancement
in progress

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

enhancement
in progress

I'm currently in the process of refactoring the build/linking process and `classes.json` file. Currently dapple has a complicated linking process including recopying all files to a flat structure and renaming...

## Restructuring classes.json Currently in case of two contracts with the same name, `classes.json` "bubbles up" only one name. This is not good. This is not a bit good. Let...

based on the new required parameter `dapple_version` in the dappfile we now have knowledge about on what dapple version the dappfile was written. If no such parameter exists, we should...

A FR from devcon was to be able to operate dapple only from a local installation. This would include to make dapple run agnostically from its path: - making flags...

https://github.com/ethereum/solidity/releases/tag/v0.4.0 We should think of supporting different versions of solidity and with that inject different files (e.g. dapple/test.sol )

With the current assembly code integration into solidity low level helpers would be great that inspect the storage/ stack/ memory after each evm step and between transactions. Ethereumjs-VM has nice...

enhancement

Since delegatecall is now available libraries should become First-class citizen of packages. Here we should discuss on how dapple treats libraries A few thoughts: ## dappfile - analog to objects:...

enhancement
discussion