merge upstream master into tests/contracts

This commit is contained in:
2019-05-08 14:04:53 +01:00
41 changed files with 1903 additions and 317 deletions

View File

@@ -0,0 +1,5 @@
// const Contributor = artifacts.require('Contributor.sol');
contract('Contributor', (_accounts) => {
it('should be tested');
});