Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
b1fa110
Add truffle fork dep, exec.js
cgewecke Mar 28, 2017
f1de0f4
exec.js test suite updated for truffle 3
cgewecke Mar 29, 2017
31125bf
Toggle silence off to debug CI failures
cgewecke Mar 29, 2017
bb50f66
Comment out suite flush test, remove truffle -g from circle.yml
cgewecke Mar 29, 2017
fa903ec
Comments/cleanup in exec.js. Add --test flag, add CI logic to flush test
cgewecke Mar 29, 2017
95f0580
Remove .only on run tests
cgewecke Mar 29, 2017
d9d9789
Attempt to normalize paths for "npm install --save-dev" use
cgewecke Mar 30, 2017
b24dbc0
Remove patching - replace with testrpc/ethereumjs-vm forks
cgewecke Mar 30, 2017
6de8846
Remove silence to debug CI failure, lengthen timeout, npm bin
cgewecke Mar 30, 2017
6fb6f0b
Add debugging line for norpc, explicitly include yargs
cgewecke Mar 30, 2017
adbdf8e
Try removing shebang to get CI to pass
cgewecke Mar 30, 2017
60c9332
Try to fix CI: remove yargs, add commander for argv processing
cgewecke Mar 30, 2017
9f770c8
Move to config file based options, allow use of coverage network in t…
cgewecke Mar 31, 2017
c98c53b
Debug CI - untoggle silent
cgewecke Mar 31, 2017
1bf4ac3
Only run single testrpc instance in tests
cgewecke Mar 31, 2017
e075842
Use istanbul API instead of shell.exec b/c incompatible w/ npm insta…
cgewecke Mar 31, 2017
f6b617e
Debug CI: run flush test
cgewecke Mar 31, 2017
5228fe7
Exit process at end (travis got stuck if not)
Apr 12, 2017
da24a90
Allows contract inheritance
Apr 12, 2017
128dd31
Added keccakjs dependency
Apr 12, 2017
fbfd049
eslint-ed
Apr 12, 2017
2004589
Updated solc to 0.4.10
Apr 12, 2017
7012cda
reverted version to solc 0.4.8
Apr 12, 2017
9d24ac7
Remove some extraneous deps, use sc-forks testrpc
cgewecke Apr 17, 2017
440e685
Use sc-forks, add inheritance test, fix report bug
cgewecke Apr 18, 2017
108d7a0
Try resolving merge conflict
cgewecke Apr 19, 2017
4cc0ad5
Remove runCoveredTests.js
cgewecke Apr 19, 2017
cb833aa
Merge branch 'adriamb-master' into truffle3-adriamb
cgewecke Apr 19, 2017
d8eafb8
Merge adriamb inheritance fix, use non-forked (global) truffle
cgewecke Apr 19, 2017
c4f03dc
Lint
cgewecke Apr 19, 2017
af94780
Lint II
cgewecke Apr 19, 2017
1bea757
Lint III: add .eslintignore for truffle-crash test (intentional synta…
cgewecke Apr 19, 2017
3fd5e32
Merge pull request #58 from cgewecke/truffle3-adriamb
cgewecke Apr 19, 2017
c98d085
Fix testrpc fork name in pkg, remove unused testing utils
cgewecke Apr 19, 2017
a46f733
Accomodate both locations NPM might install testrpc-sc
cgewecke Apr 19, 2017
52f0a4b
Add assembly AST node names, edit README for npm install
cgewecke Apr 19, 2017
7d652aa
Generate a config for truffle.js networks -> development, instead of …
cgewecke Apr 19, 2017
9af5c30
Revert previous config fix, update README to require a development ne…
cgewecke Apr 19, 2017
3e53edc
Add missing assembly AST node type, ignore client truffle.js, revert …
cgewecke Apr 20, 2017
0b57ebc
Accomodate LibraryStatements in instrumentSolidity.js
cgewecke Apr 21, 2017
695b2fe
Get truffle exec to recognize networks option flag
cgewecke Apr 21, 2017
818689d
Update readme for networks option
cgewecke Apr 21, 2017
eacbe63
Run testrpc with 35 accounts (uport-proxy) / allow configuration
cgewecke Apr 21, 2017
440bd8b
Fix chained constructor/method call bug. Add compilation unit test fo…
cgewecke Apr 23, 2017
769c7f8
Add lint script to package.json
cgewecke Apr 23, 2017
21d3c04
Fix empty contract body parsing bug. Add coverage unit test for case
cgewecke Apr 24, 2017
e65a035
Update README with known issues, links to zeppelin example report
cgewecke Apr 24, 2017
381285c
Allow testrpc options string in config, rename run to cli (test seque…
cgewecke Apr 24, 2017
7617134
Add unit test for arbitrary testing command config option, remove tes…
cgewecke Apr 24, 2017
4b627f6
Fix broken chained call handling, add unit tests to verify cases get …
cgewecke Apr 24, 2017
8223aec
Rename "run" folders/files "cli" for consistency
cgewecke Apr 24, 2017
2f933a6
Disable two "config" tests for CI - multiple testrpc launches max out…
cgewecke Apr 24, 2017
c47f160
README updates for .solcover.js config options, more example reports
cgewecke Apr 25, 2017
48e77b2
Misc edits for clarity
cgewecke Apr 25, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try resolving merge conflict
  • Loading branch information
cgewecke committed Apr 19, 2017
commit 108d7a0327211e90a4f97c415ec1857550017970
Empty file added runCoveredTests.js
Empty file.