embark/test
Vyom Sharma 62607b0a3b
feat: adds support for swarm imports in Solidity
This commit enables users of Embark to import any Solidity contract using
the swarm protocol.

Example:

```
import "bzz:/someensdomain.eth/ERC725.sol";
```

Closes #766
2018-11-09 09:57:06 +01:00
..
cli_shim [WIP] cli shim demo 2018-10-22 19:39:26 +02:00
contracts Fix compiler warnings when running test suite 2018-09-05 12:38:42 -04:00
fixtures Progress 2018-08-21 16:09:13 -04:00
helpers Converted `fakeIpcProvider` to 2 spaces 2018-08-02 13:51:36 +10:00
keyFiles add tests for getContract 2018-05-14 14:04:26 -04:00
test1 Accept standard Ether units and update/add tests 2018-10-22 19:54:43 +02:00
accountParser.js conflict in specialconfigs 2018-10-22 19:54:46 +02:00
blockchain.js fix(blockchain): fix setting proxy to false not applying 2018-11-07 12:37:01 -05:00
cmd.js rename to cmd 2018-08-21 16:09:13 -04:00
code_generator.js update tests 2018-09-01 09:42:52 -04:00
compiler.js update tests 2018-10-29 17:28:49 +01:00
config.js feat: adds support for swarm imports in Solidity 2018-11-09 09:57:06 +01:00
console.js fix tests 2018-10-29 17:07:51 +01:00
contracts.js update test script 2018-10-29 17:12:43 +01:00
coverage.js Use matcher for error message instead of string 2018-08-30 13:29:33 -04:00
devFunds.js conflict in specialconfigs 2018-10-22 19:54:46 +02:00
file.js refacotr how we handle files already parsed 2018-04-20 10:03:03 -04:00
fs.js fix fs layer (#1004) 2018-10-30 17:25:57 +01:00
processLauncher.js update tests 2018-10-29 17:28:49 +01:00
template.js Enable downloading templates that don't have a master branch (#1019) 2018-10-31 21:48:06 +01:00
utils.js feat: adds support for swarm imports in Solidity 2018-11-09 09:57:06 +01:00