fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
Jacob Evans
70858603ed
Merge pull request #633 from 0xProject/feature/contracts/errors
...
Update error handling
2018-06-04 17:25:45 -07:00
Jacob Evans
5c44db341f
rename GT to GREATER_THAN
2018-06-04 17:04:16 -07:00
Jacob Evans
351173e554
Rebase from v2-prototype
2018-06-04 16:55:22 -07:00
Amir Bandeali
342432dc76
Update Exchange statuses, revert instead of emmitting event on fill/cancel failures, and remove redundant logic in matchOrders
2018-06-04 15:55:28 -07:00
Alex Browne
79472552aa
Merge pull request #655 from 0xProject/update-migrations
...
Update artifacts in migrations
2018-06-04 12:47:11 -07:00
Alex Browne
fd1c7f7169
Update artifacts in migrations
2018-06-04 12:45:23 -07:00
Francesco Agosti
f5c74d123a
Merge pull request #644 from 0xProject/feature/website/refactor-token-state-fetching
...
Move TokenState fetching logic up into Portal.tsx so it can be used by Wallet and PortalOnboardingFlow
@0xproject/web3-wrapper@0.7.0
2018-06-04 10:46:08 -07:00
fragosti
c8421efcd3
Address feedback
2018-06-04 10:27:24 -07:00
fragosti
f382609d01
Implement WETH step logic for continue
2018-06-04 10:25:38 -07:00
fragosti
f9615c18a1
Move trackedTokenStateByAddress logic into portal
2018-06-04 10:25:38 -07:00
Fabio Berger
d50fbac5f9
Merge pull request #636 from 0xProject/refactor/order-utils/for-v2
...
Refactor order-utils for v2
2018-06-01 17:29:44 -07:00
Fabio Berger
d3c64bd5b4
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
...
* v2-prototype:
Set contract expiration time to a constant 10 minutes
Remove unused promises array
Make erc20_wrapper and erc721_wrapper serial
Rename changelogs to changelog
Add CHANGELOG entry
Check that git branch is up to date before publishing
Move prepublish checks before building packages for publishing
Refactor changelog utils to a separate module
2018-06-01 17:13:02 -07:00
Fabio Berger
7024a7468a
Improve comments and remove unused imports
2018-06-01 17:02:54 -07:00
Alex Browne
62e60e2ba6
Merge pull request #651 from 0xProject/serial-contract-wrappers
...
Make erc20_wrapper and erc721_wrapper serial and increase contract expiration time
2018-06-01 16:56:32 -07:00
Alex Browne
fb3860757c
Set contract expiration time to a constant 10 minutes
2018-06-01 16:40:38 -07:00
Alex Browne
e4a8b17522
Remove unused promises array
2018-06-01 16:18:22 -07:00
Alex Browne
448df1bb9c
Make erc20_wrapper and erc721_wrapper serial
2018-06-01 16:09:49 -07:00
Leonid Logvinov
bf6900fb2a
Merge pull request #650 from 0xProject/feature/publishing
...
Improve publishing flow
2018-06-01 15:50:13 -07:00
Leonid Logvinov
50552546f3
Rename changelogs to changelog
2018-06-01 15:46:16 -07:00
Fabio Berger
324fab8186
Fix tslint issues
2018-06-01 14:12:18 -07:00
Fabio Berger
7ab80f01b5
Add comment to exported method
2018-06-01 14:09:47 -07:00
Fabio Berger
9ce4a5c7b1
Add missing dep
2018-06-01 14:09:16 -07:00
Fabio Berger
c9a0525a10
Fix types version
2018-06-01 14:02:15 -07:00
Fabio Berger
83465bb7f5
Also manually symlink types package in contracts
2018-06-01 14:02:00 -07:00
Leonid Logvinov
e8771fb36a
Add CHANGELOG entry
2018-06-01 13:59:45 -07:00
Leonid Logvinov
d4d03f3d7f
Check that git branch is up to date before publishing
2018-06-01 13:55:40 -07:00
Fabio Berger
d567d667e8
Remove usage of prebuild
since it doesn't run on watch
2018-06-01 13:49:30 -07:00
Fabio Berger
3d55bbbc29
remove artifactsDir and contracts from compiler.json
2018-06-01 13:42:06 -07:00
Leonid Logvinov
2f8e52f905
Move prepublish checks before building packages for publishing
2018-06-01 13:39:04 -07:00
Fabio Berger
a5896ac6b6
Add postinstall hack to get around yarn
not setting up symlinks properly. This is a temporary fix while we wait on: https://github.com/yarnpkg/yarn/issues/5907
2018-06-01 13:36:22 -07:00
Fabio Berger
94b9d5644c
Fix type imports
2018-06-01 13:33:46 -07:00
Leonid Logvinov
06e5fc233c
Refactor changelog utils to a separate module
2018-06-01 13:12:45 -07:00
Fabio Berger
aefb922a05
Remove ISigner artifact
2018-06-01 13:11:18 -07:00
Fabio Berger
a22434fd73
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
...
* v2-prototype:
Update v2 artifacts
Add IWallet and IValidator to compiled contracts
Split migrations compile command into one for V1 and another for V2
# Conflicts:
# packages/migrations/artifacts/2.0.0/Exchange.json
# packages/migrations/artifacts/2.0.0/TestSignatureValidator.json
2018-06-01 13:08:38 -07:00
Fabio Berger
c41846805d
Merge pull request #649 from 0xProject/addArtifacts
...
Add Updated V2 Artifacts
2018-06-01 13:06:42 -07: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
Fabio Berger
ed5528664c
Update v2 artifacts
2018-06-01 12:20:54 -07:00
Fabio Berger
fe88d3c225
Add IWallet and IValidator to compiled contracts
2018-06-01 12:20:36 -07:00
Fabio Berger
aed4ee8694
Split migrations compile command into one for V1 and another for V2
2018-06-01 12:05:57 -07:00
Fabio Berger
df9cfe7840
Update json-schemas version to 1.0.0 to avoid possible conflicts
2018-06-01 11:48:55 -07:00
Fabio Berger
8cd4578d83
Add signature specific validation methods, and other refactors
2018-06-01 11:34:12 -07:00
Brandon Millman
9ca41b9536
Merge pull request #648 from 0xProject/feature/website/fill-order
...
Add shared order support
2018-06-01 11:22:25 -07:00
Brandon Millman
559743c911
Only show ProviderDisplay in portal
2018-06-01 11:05:01 -07:00
Leonid Logvinov
04a0eae241
Improve sol-cov docs
2018-06-01 10:43:33 -07:00
Brandon Millman
0500d2fb6e
Remove old parse code
2018-06-01 10:37:44 -07:00
Brandon Millman
31f1a9e5aa
Refactor order parser and add shared order support to new portal
2018-06-01 10:37:44 -07:00
Brandon Millman
6387aae471
Add generate and fill order routes
2018-06-01 10:37:44 -07:00
Fabio Berger
152082e182
Fix TODOs
2018-05-31 21:32:20 -07:00
Fabio Berger
08eb2b3df7
Update all artifacts
2018-05-31 21:32:13 -07:00