fragosti
59cb2132f2
Linter now passes
2018-06-05 11:46:05 -07:00
Fabio Berger
25f62daf14
- Rename watch to watch_without_deps in sub-packages, so dev's don't confuse running watch from root dir, with sub-package dir
...
- stop using special prebuild script name and run pre_build steps for `watch` and `build` commands
- Remove `clean` step from `build`/`watch`
2018-06-05 15:38:40 +02:00
Fabio Berger
28d019f824
Use _.omit for conciseness
2018-06-05 11:13:55 +02:00
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
Fabio Berger
9fba470364
Add PR to changelog
2018-06-04 21:29:17 +01:00
Fabio Berger
6cd5bf31c9
Update fill-scenarios for V2 and add CHANGELOG entry
2018-06-04 20:54:39 +01:00
Fabio Berger
f816bdf541
Remove compact_artifacts and replace with updated artifacts
2018-06-04 20:52:37 +01:00
Fabio Berger
c5e5c8288e
Update fill-scenarios to depend on v2 updated order-utils and types. Needed to re-employ the symlink hack.
2018-06-04 20:45:35 +01:00
Fabio Berger
b7b45b69a6
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
...
* v2-prototype: (33 commits)
Only show ProviderDisplay in portal
Improve sol-cov docs
Remove old parse code
Refactor order parser and add shared order support to new portal
Add generate and fill order routes
Address feedback
Override ethereumjs-tx version
Fix missing key
Update placeholder param ordering
Change userEtherBalanceInWei to optional so we can know if its loading
Add loading state to ProviderDisplay
Tweaks
Add Placeholder component
Add StandardIconRow
Split render into loading and loaaded
Fix linter errors
Fix linter errors
Add ethereum-types to extraFileIncludes
Introduce ethereum-types package
Remove merge conflicts from yarn.lock
...
# Conflicts:
# packages/contracts/src/utils/exchange_wrapper.ts
# packages/contracts/src/utils/match_order_tester.ts
# packages/contracts/src/utils/types.ts
# packages/contracts/test/exchange/core.ts
# packages/contracts/test/exchange/match_orders.ts
# packages/contracts/test/libraries/lib_bytes.ts
# packages/sol-cov/package.json
2018-06-01 13:05:17 -07:00
Leonid Logvinov
a2fc9a964b
Fix linter errors
2018-05-31 11:19:18 -07:00
Fabio Berger
10faa47495
Freeze order-utils at 0.0.5 for all packages except contracts
2018-05-29 13:38:19 -07:00
Leonid Logvinov
92b0efff5a
Migrate migrations to v2
2018-05-24 13:59:30 -07:00
Alex Browne
b05a3b7aed
Check transaction receipt status codes where applicable
2018-05-23 15:09:17 -07:00
Leonid Logvinov
031f97e97c
Publish
...
- 0x.js@0.38 .0
- @0xproject/abi-gen@0.3.0
- @0xproject/assert@0.2.10
- @0xproject/base-contract@0.3.2
- @0xproject/connect@0.6.13
- @0xproject/contract-wrappers@0.0.2
- contracts@2.1.29
- @0xproject/dev-utils@0.4.2
- @0xproject/fill-scenarios@0.0.2
- @0xproject/json-schemas@0.7.24
- @0xproject/metacoin@0.0.7
- @0xproject/migrations@0.0.6
- @0xproject/monorepo-scripts@0.1.20
- @0xproject/order-utils@0.0.5
- @0xproject/order-watcher@0.0.2
- @0xproject/react-docs-example@0.0.12
- @0xproject/react-docs@0.0.12
- @0xproject/react-shared@0.1.7
- @0xproject/sol-compiler@0.5.0
- @0xproject/sol-cov@0.0.11
- @0xproject/sol-resolver@0.0.5
- @0xproject/sra-report@0.1.0
- @0xproject/subproviders@0.10 .2
- @0xproject/testnet-faucets@1.0.30
- @0xproject/tslint-config@0.4.18
- @0xproject/types@0.7.0
- @0xproject/typescript-typings@0.3.2
- @0xproject/utils@0.6.2
- @0xproject/web3-wrapper@0.6.4
- @0xproject/website@0.0.33
2018-05-22 10:26:47 -07:00
Leonid Logvinov
1a35107a1d
Updated CHANGELOGS
2018-05-22 10:16:53 -07:00
Alex Browne
251218af8b
Use make-promises-safe to catch unhandled rejections in tests
2018-05-16 17:36:37 -07:00
Fabio Berger
5f678acf46
Fix abi-gen binary so it can be called directly from packages
2018-05-14 19:31:56 +02:00
Fabio Berger
478f6ed011
Move from using lerna multi-package commands to wsrun, update README's accordingly
2018-05-14 19:23:50 +02:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Fabio Berger
273d3445e4
Revert throw conditions since it messes with the expected test timing
2018-05-11 16:04:03 +02:00
Fabio Berger
657dc785ea
Get networkId from web3Wrapper
2018-05-11 15:23:50 +02:00
Fabio Berger
461e74d8be
Throw if tx reverts
2018-05-11 15:23:34 +02:00
Fabio Berger
f9ad34170d
Add compiler dep
2018-05-11 14:25:48 +02:00
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
Fabio Berger
733fe5b335
Add artifacts to clean command
2018-05-11 12:05:32 +02:00
Fabio Berger
0a044199a1
Add missing DummyToken
2018-05-10 17:29:59 +02:00
Fabio Berger
832e1e2cf7
Add missing quote
2018-05-10 15:26:19 +02:00
Fabio Berger
d5304fb5bd
Remove provider instance variable
2018-05-10 15:23:04 +02:00
Fabio Berger
28e83c21e2
Remove uneeded tslint config
2018-05-10 15:22:13 +02:00
Fabio Berger
4df847c349
Add pr number to changelogs
2018-05-10 14:58:15 +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