Fabio Berger
10faa47495
Freeze order-utils at 0.0.5 for all packages except contracts
2018-05-29 13:38:19 -07:00
Fabio Berger
dea322e2c5
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
...
* v2-prototype:
Hide wallet management option and expand component on small screens
Remove registry override
Revert "Change the registry in yarn.lock"
Change the registry in yarn.lock
Remove contracts -> @0xproject/order-utils dependency
2018-05-25 19:54:11 -07:00
Fabio Berger
ed5b9c2b56
Merge pull request #625 from 0xProject/feature/contracts-without-contract-wrappers
...
Remove contracts -> @0xproject/contract-wrappers dependency
2018-05-25 19:52:47 -07:00
Brandon Millman
c31ca4af90
Hide wallet management option and expand component on small screens
2018-05-25 18:34:07 -07:00
Leonid Logvinov
1d68692bb6
Remove contracts -> @0xproject/order-utils dependency
2018-05-25 16:09:17 -07:00
Fabio Berger
790af0fd72
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
...
* v2-prototype:
Fix imports in order_utils
Use web3-wrapper instead of 0x.js, update logDecoder
Cleanup tests
Add errMsg when throwing on unrecognized error
Move readFirst4 to LibBytes
Add old MultiSig to previous contracts, cleanup file structure
Fix build
Address feedback, rename contract to AssetProxyOwner
Update multisig tests and utils
Update MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress to use a mapping of registered proxies
Implement design for relayers with no volume or tokens
2018-05-25 15:39:02 -07:00
Brandon Millman
c7f5e77b3f
Merge pull request #620 from 0xProject/feature/website/relayer-empty
...
Implement design for relayers with no volume or tokens
2018-05-24 23:16:44 -07:00
Leonid Logvinov
817248369a
Fix imports in order_utils
2018-05-24 18:30:48 -07:00
Amir Bandeali
654698b208
Merge pull request #571 from 0xProject/feature/contracts/proxyOwner
...
Update MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress
2018-05-24 17:24:52 -07:00
Fabio Berger
4e5bfae332
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
...
* v2-prototype:
Temporarily disable installation tests
Use domain separator for exchange address
publicGetOrderSchemaHash -> getOrderSchemaHash
Update order hash to match latest eip712
Pin connect in sra-report
Fix a typo
Pin types in sra-report
Fix linter issues
Unpin types version in @0xproject/connect
Pin types version in website
Do a fake version bump on types so that yarn doesn't try to install updated version for not yet migrated packages
Migrate migrations to v2
2018-05-24 16:31:21 -07:00
Fabio Berger
35121f0b78
Merge branch 'v2-prototype' into feature/contracts/eip712-order-hash
...
* v2-prototype:
Temporarily disable installation tests
Pin connect in sra-report
Fix a typo
Pin types in sra-report
Fix linter issues
Unpin types version in @0xproject/connect
Pin types version in website
Do a fake version bump on types so that yarn doesn't try to install updated version for not yet migrated packages
Migrate migrations to v2
# Conflicts:
# packages/contracts/src/utils/order_utils.ts
2018-05-24 16:30:30 -07:00
Leonid Logvinov
c4a7574f7b
Merge pull request #618 from 0xProject/feature/v2-migrations
...
Migrate migrations, types to v2
2018-05-24 16:18:44 -07:00
Fabio Berger
662dc12877
Add senderAddress to order schema
2018-05-24 16:05:07 -07:00
Jacob Evans
3cc8af819c
Use domain separator for exchange address
2018-05-24 16:00:22 -07:00
Jacob Evans
fcf4a958c3
publicGetOrderSchemaHash -> getOrderSchemaHash
2018-05-24 16:00:22 -07:00
Jacob Evans
65676c22f9
Update order hash to match latest eip712
2018-05-24 16:00:22 -07:00
Leonid Logvinov
3e907d7f4f
Pin connect in sra-report
2018-05-24 15:45:11 -07:00
Leonid Logvinov
9fa567aa78
Fix a typo
2018-05-24 15:42:29 -07:00
Amir Bandeali
237ebb0716
Use web3-wrapper instead of 0x.js, update logDecoder
2018-05-24 15:39:19 -07:00
Amir Bandeali
fdea260e41
Cleanup tests
2018-05-24 15:39:19 -07:00
Amir Bandeali
9af77dc835
Add errMsg when throwing on unrecognized error
2018-05-24 15:39:19 -07:00
Amir Bandeali
d4aacd218a
Move readFirst4 to LibBytes
2018-05-24 15:39:19 -07:00
Amir Bandeali
326a566db2
Add old MultiSig to previous contracts, cleanup file structure
2018-05-24 15:39:19 -07:00
Amir Bandeali
84257dac2b
Fix build
2018-05-24 15:39:19 -07:00
Amir Bandeali
22ad9e1e1a
Address feedback, rename contract to AssetProxyOwner
2018-05-24 15:39:19 -07:00
Amir Bandeali
cc44f5f75d
Update multisig tests and utils
2018-05-24 15:39:19 -07:00
Amir Bandeali
23df5cc201
Update MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress to use a mapping of registered proxies
2018-05-24 15:39:19 -07:00
Brandon Millman
dab2d5db44
Implement design for relayers with no volume or tokens
2018-05-24 15:37:04 -07:00
Leonid Logvinov
1717c5c00d
Pin types in sra-report
2018-05-24 15:28:37 -07:00
Leonid Logvinov
ea3f82ccc2
Fix linter issues
2018-05-24 14:56:20 -07:00
Leonid Logvinov
fd6ce470e7
Unpin types version in @0xproject/connect
2018-05-24 14:40:53 -07:00
Leonid Logvinov
6d3fbbe256
Pin types version in website
2018-05-24 14:40:32 -07:00
Leonid Logvinov
45c4de16d2
Do a fake version bump on types so that yarn doesn't try to install updated version for not yet migrated packages
2018-05-24 14:33:48 -07:00
Leonid Logvinov
92b0efff5a
Migrate migrations to v2
2018-05-24 13:59:30 -07:00
Leonid Logvinov
bc550c3265
Merge pull request #617 from 0xProject/feature/no-coverage-ci-contracts
...
Disable contracts coverage on CI
2018-05-24 13:37:55 -07:00
fragosti
f8f8bd95ca
Improve OnboardingFlow API and typescript types
2018-05-24 11:24:10 -07:00
fragosti
d057b77dc5
Address PR feedback
2018-05-24 10:53:13 -07:00
fragosti
27d637195d
Undo change to react-highlight
2018-05-24 10:52:11 -07:00
fragosti
46919ce797
Fix build errors
2018-05-24 10:52:11 -07:00
fragosti
b4e1ce59f9
Fix issue where modal can be out of sync with app state
2018-05-24 10:52:11 -07:00
fragosti
7af77d3eb0
Basic onboarding flow infrastructure set up
2018-05-24 10:51:06 -07:00
Francesco Agosti
de1ff52de3
Merge pull request #612 from 0xProject/feature/website/add-redux-devtools
...
Add redux-devtools-extension to project
2018-05-24 10:12:57 -07:00
Leonid Logvinov
69c1df68c8
Disable contracts coverage on CI
2018-05-24 09:57:13 -07:00
Fabio Berger
62431fee8e
Merge pull request #615 from 0xProject/refactor/json-schemas/for-v2
...
Refactor order schemas in json-schemas for v2
2018-05-24 09:39:28 -07:00
Fabio Berger
a88e8ffe79
Have source-map-loader ignore node_modules packages
2018-05-23 21:27:08 -07:00
Fabio Berger
5c88f43e15
Revert to an earlier version that works
2018-05-23 21:26:17 -07:00
Alex Browne
2f7ab3e32d
Merge pull request #613 from 0xProject/check-tx-receipt-status
...
Check transaction receipt status
2018-05-23 18:12:41 -07:00
Fabio Berger
3ec05bb5d8
Force hex to have at least two hex values after the prefix, but it could be two zeros
2018-05-23 17:36:34 -07:00
Fabio Berger
59890f2c83
Fix Hex regex and tests
2018-05-23 17:28:17 -07:00
Fabio Berger
2c70162bee
Remove the caret so it actually installs this version
2018-05-23 17:28:03 -07:00