cgewecke
f2cdb63498
Add API documentation ( #447 )
5 years ago
cgewecke
3612a815e6
Make api require-able, expose plugin utils ( #445 )
5 years ago
cgewecke
f87c274c2f
Rename the dist folder 'plugins' ( #444 )
5 years ago
cgewecke
653fc51ab9
Stop camel-casing testfiles flag ( #443 )
5 years ago
cgewecke
97de9c6012
Add builder-ethers test to CI ( #441 )
...
* Let plugins manage which client is used
* Use requested network name
5 years ago
cgewecke
4f73e1585c
Add buidler config and run info ( #440 )
...
* Add buidler config and run info
* Sub 'add' for 'use'
* Add docs links
5 years ago
cgewecke
33b33f9409
Moloch E2E ( #439 )
5 years ago
cgewecke
404c73d205
Add simple E2E for Buidler ( #438 )
5 years ago
cgewecke
d0f188f966
Add autoLauchServer option / update config validator ( #437 )
5 years ago
cgewecke
367ef81fa5
Prepare API for parallelization ( #436 )
5 years ago
cgewecke
ce2e6c3dfb
Add tests for buidler cli options ( #435 )
5 years ago
cgewecke
9d98f3fd2a
Add error test suites for Buidler plugin ( #428 )
5 years ago
cgewecke
592470608c
Buidler plugin draft ( #426 )
...
* Plugin draft
* Passing: standard test suite
5 years ago
cgewecke
0bc67b8a34
Update test fixtures and plugin utils for Buidler ( #422 )
5 years ago
cgewecke
99b3b6e835
Update buidler / reorg dependencies
5 years ago
cgewecke
a43ee6553e
Clarify compiler optimization warning
5 years ago
cgewecke
d359df2cea
Add usage note about compiler optimization
5 years ago
cgewecke
ceeff4d3b9
Link to skipping tests correctly
5 years ago
cgewecke
9b5adeb7a0
Link correctly to workflow hooks
5 years ago
cgewecke
64a501b883
Merge pull request #372 from sc-forks/truffle-plugin
...
0.7.0 Phase 1: opcode trace instrumentation & truffle plugin app architecture
5 years ago
cgewecke
00f32f68d2
Docs for beta release ( #415 )
5 years ago
cgewecke
fab8aaa543
Update version to 0.7.0-beta.2
5 years ago
cgewecke
3421207276
Add --temp command flag ( #414 )
5 years ago
cgewecke
2552ebaef0
Add 'onCompileComplete' option ( #413 )
...
* Also small UI fixes & document network cli flag
5 years ago
cgewecke
dc618ba39f
Fix ganache options usage note in README
5 years ago
cgewecke
8a438e022a
Fix zeppelin CI run
5 years ago
cgewecke
bfe63f4a2e
Add @beta to installation instructions
5 years ago
cgewecke
4e2438562b
Update package version to 0.7.0-beta.1
5 years ago
cgewecke
39ed98340e
README fixes for options tables ( #412 )
5 years ago
cgewecke
baa6e85a1c
Make gasLimit lower than gasLimitString
...
+ Leaves a margin for cases where tx gas is modified upwards by users (cf: OZ GSN)
5 years ago
cgewecke
b66dcd4468
Add yxliang01 to contributors list
5 years ago
Xiao Liang
0795af6d13
chore(lib/ui): make URL https:// prefixed ( #410 )
5 years ago
cgewecke
1c8701ecf9
Improve coverage ( #409 )
...
+ Remove unused code from `lib/parse.js`
+ Add invalid reporter test
+ Remove un-hittable try/catch around backup client load in API.ganache
5 years ago
cgewecke
438b2fef0f
Add onServerReady, onTestsComplete, onIstanbulComplete Hooks ( #408 )
5 years ago
cgewecke
79b6443d8e
Pre-empt EADDRINUSE and show useful error. ( #407 )
5 years ago
cgewecke
efc321e388
Refactor instrument method ( #406 )
...
* Move all filesystem & filtering logic to plugins
* Move plugin helpers to own file
5 years ago
cgewecke
6bf6b1aa5f
Add warnings for deprecated shell commands ( #405 )
...
* Add ghost-testrpc `0.0.2` dep (mocks $ testrpc-sc)
5 years ago
cgewecke
cd7fae0327
Add EADDRINUSE test ( #404 )
5 years ago
cgewecke
ee72e8d66d
Validate solcoverjs with json schema ( #403 )
5 years ago
cgewecke
556d2d2e58
Use ganache server (instead of provider) ( #402 )
...
+ Support --network <name> cli flag
5 years ago
cgewecke
503c300993
Add mocha options to solcoverjs ( #401 )
...
* Add mocha options in solcoverjs (for skipping tests)
* Plugin tests cleanup
5 years ago
cgewecke
35e663170c
Reorganize and cleanup truffle integration tests ( #400 )
5 years ago
cgewecke
7bce2143a2
Route all errors through reporter ( #399 )
...
* Decouple app & plugin UIs. Make UI extensible class consumed by plugin.
* Add flags to force loading truffle lib module from different sources (global, plugin)
* Route all error output through UI Class
* Add error checking for solcover.js loading
* Add truffle lib bundle map
5 years ago
cgewecke
bad4fd0ab5
Handle native solidity tests / add test logger fixtures ( #398 )
5 years ago
cgewecke
df1c7b307b
Re-enable e2e zeppelin & metacoin ( #396 )
...
* Handle truffle.library require cases
* Fix sanity-check paths
5 years ago
cgewecke
e75a631445
Even more edits
5 years ago
cgewecke
f2d5fe1f8e
More README edits
5 years ago
cgewecke
3ce4c053bd
Add --version cli flag
5 years ago
cgewecke
39a4481141
Initial README edit
5 years ago
cgewecke
ce6a524ffc
Attach to non-fork ganache vm ( #391 )
5 years ago