Fabio Berger
|
d370296e82
|
Merge branch 'development' into breakUp0xjs
* development:
Fix ganache subprovider config
Fix a bug in compiler config precedence
Fix linter errors
Fix templates
Remove unused deployer docs configs
Add a legacy endpoint for the deployer
Add a check for compiler output
Add a comment
Put ARTIFACTS_VERSION in a config
Improve a comment
Remove _applyDefaultsToDeployTxDataAsync
Add a HACK comment
Fix linter issues
Rename deployer to sol-compiler
Remove deployer
Remove deployer from 0x.js and migrations
Configure migrations with a compiler.json
Remove deployer from metacoin and contract tests
Update wallet footer and add remove token functionality
# Conflicts:
# .gitignore
# packages/0x.js/package.json
# packages/0x.js/src/0x.ts
# packages/contracts/package.json
# packages/contracts/test/multi_sig_with_time_lock.ts
# packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts
# packages/contracts/util/artifacts.ts
# packages/deployer/test/deployer_test.ts
# packages/migrations/package.json
|
2018-05-11 12:32:57 +02:00 |
|
Leonid Logvinov
|
e972ed8456
|
Fix linter errors
|
2018-05-10 18:12:34 +02:00 |
|
Leonid Logvinov
|
f854f3ee2b
|
Remove unused deployer docs configs
|
2018-05-10 17:47:38 +02:00 |
|
Leonid Logvinov
|
75d24dea0e
|
Fix linter issues
|
2018-05-10 17:47:38 +02:00 |
|
Leonid Logvinov
|
3d58b38e4e
|
Remove deployer from metacoin and contract tests
|
2018-05-10 17:46:57 +02:00 |
|
Fabio Berger
|
209266dbed
|
Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifying library with the same interface
|
2018-05-09 20:36:28 +02:00 |
|
Leonid Logvinov
|
249bf0163d
|
Move our contract templates to accept Provider instead of Web3Wrapper
|
2018-04-04 11:56:32 +03:00 |
|
Leonid Logvinov
|
13299158d1
|
Add sol-cover implementation
|
2018-03-12 03:37:27 +01:00 |
|
Leonid Logvinov
|
7116f100ee
|
Fix tests by passing DummyToken args
|
2018-03-09 14:16:38 +01:00 |
|
Leonid Logvinov
|
6edd7682a9
|
Adjust the tests
|
2018-03-01 13:25:01 -08:00 |
|
Leonid Logvinov
|
6323496945
|
Make tests slightly nicer
|
2018-03-01 12:21:09 -08:00 |
|
Leonid Logvinov
|
fd5e231a93
|
Remove only
|
2018-03-01 12:21:09 -08:00 |
|
Leonid Logvinov
|
425039e4d3
|
Don't pass tokenGet and tokenGive because we can get them from 0x order
|
2018-03-01 12:21:09 -08:00 |
|
Leonid Logvinov
|
e36fb654b0
|
Fix a typo
|
2018-03-01 12:21:09 -08:00 |
|
Leonid Logvinov
|
413e8b6062
|
Fix the comment
|
2018-03-01 12:21:09 -08:00 |
|
Leonid Logvinov
|
c90770472e
|
Remove false-positive linter failure because of chai-as-pronmised incorrect types
|
2018-03-01 12:21:08 -08:00 |
|
Leonid Logvinov
|
45df9de5b5
|
Assert that the balances don't change if arbitrage fails
|
2018-03-01 12:21:08 -08:00 |
|
Leonid Logvinov
|
2d0940589e
|
Initial implementation of Arbitrage contract with tests
|
2018-03-01 12:21:08 -08:00 |
|