Daniel Pyrathon
|
dd97669cdd
|
removed other legacy code
|
2019-05-27 18:34:23 -07:00 |
|
Daniel Pyrathon
|
af75581659
|
removed legacy performedCallback system, and implemented new react-redux system
|
2019-05-27 18:30:29 -07:00 |
|
Amir Bandeali
|
3c08f5b86a
|
Update CHANGELOGs
|
2019-05-26 18:00:03 -07:00 |
|
Amir Bandeali
|
7809cad6cb
|
Fix linting errors and warnings
|
2019-05-26 17:59:53 -07:00 |
|
Amir Bandeali
|
3e59029966
|
Modify dev utils tests to pass
|
2019-05-26 17:20:10 -07:00 |
|
Amir Bandeali
|
24249bcb4d
|
Add LibTransactionDecoder to DevUtils
|
2019-05-26 17:19:45 -07:00 |
|
Amir Bandeali
|
543011c3de
|
Modify batch allowances to take an array of spenders
|
2019-05-26 17:19:01 -07:00 |
|
Amir Bandeali
|
4d9f2586d9
|
Remove redundant code, add signature checks to order validations, and create DevUtils contract
|
2019-05-26 16:15:56 -07:00 |
|
Amir Bandeali
|
7f94ebe362
|
Add signature validation checks to OrderValidator contract
|
2019-05-26 15:41:10 -07:00 |
|
Amir Bandeali
|
c9bf1eda54
|
Small readability and efficiency improvements
|
2019-05-26 15:33:55 -07:00 |
|
Amir Bandeali
|
2cd4d9004c
|
Create LibAssetProxyIds
|
2019-05-26 14:39:31 -07:00 |
|
Chris Kalani
|
35cd0319d4
|
Prettier
|
2019-05-24 17:50:57 -07:00 |
|
Chris Kalani
|
899030e966
|
Fixed error, whups
|
2019-05-24 17:38:04 -07:00 |
|
Chris Kalani
|
15e3944d23
|
Removed redundant links, fixed linting issues
|
2019-05-24 17:23:05 -07:00 |
|
Chris Kalani
|
f1fbaedb0f
|
Added Resources dropdown to main nav
|
2019-05-24 16:09:33 -07:00 |
|
Fabio Berger
|
cf04062a19
|
Publish
- 0x.js@6.0.10
- @0x/asset-buyer@6.1.5
- @0x/connect@5.0.10
- @0x/contract-wrappers@9.1.4
- @0x/dev-tools-pages@0.0.27
- @0x/dev-utils@2.2.3
- @0x/fill-scenarios@3.0.10
- @0x/instant@1.0.24
- @0x/metacoin@0.0.51
- @0x/migrations@4.1.6
- @0x/order-utils@8.1.1
- @0x/order-watcher@4.0.11
- @0x/pipeline@1.0.21
- @0x/react-docs@2.0.12
- @0x/react-shared@2.0.12
- @0x/sol-compiler@3.1.8
- @0x/sol-coverage@3.0.5
- @0x/sol-doc@2.0.12
- @0x/sol-profiler@3.1.7
- @0x/sol-trace@2.0.13
- @0x/sol-tracing-utils@6.0.12
- @0x/subproviders@4.1.0
- @0x/testnet-faucets@1.0.80
- @0x/website@0.0.83
- @0x/contracts-asset-proxy@2.1.5
- @0x/contracts-coordinator@2.0.4
- @0x/contracts-erc1155@1.1.6
- @0x/contracts-erc20@2.2.5
- @0x/contracts-erc721@2.1.6
- @0x/contracts-exchange@2.1.5
- @0x/contracts-exchange-forwarder@3.0.3
- @0x/contracts-exchange-libs@2.1.6
- @0x/contracts-extensions@3.1.5
- @0x/contracts-multisig@3.1.5
- @0x/contracts-test-utils@3.1.7
- @0x/contracts-utils@3.1.6
@0x/order-watcher@4.0.11
@0x/sol-profiler@3.1.7
@0x/sol-trace@2.0.13
@0x/sol-tracing-utils@6.0.12
@0x/subproviders@4.1.0
@0x/testnet-faucets@1.0.80
@0x/asset-buyer@6.1.5
@0x/connect@5.0.10
@0x/contract-wrappers@9.1.4
@0x/contracts-asset-proxy@2.1.5
@0x/contracts-coordinator@2.0.4
@0x/contracts-erc1155@1.1.6
@0x/contracts-erc20@2.2.5
@0x/contracts-erc721@2.1.6
@0x/contracts-exchange-forwarder@3.0.3
@0x/contracts-exchange-libs@2.1.6
@0x/contracts-exchange@2.1.5
@0x/contracts-extensions@3.1.5
@0x/contracts-multisig@3.1.5
@0x/contracts-test-utils@3.1.7
@0x/contracts-utils@3.1.6
@0x/dev-tools-pages@0.0.27
@0x/dev-utils@2.2.3
@0x/fill-scenarios@3.0.10
@0x/instant@1.0.24
@0x/metacoin@0.0.51
@0x/migrations@4.1.6
@0x/order-utils@8.1.1
@0x/pipeline@1.0.21
@0x/react-docs@2.0.12
@0x/react-shared@2.0.12
@0x/sol-compiler@3.1.8
@0x/sol-coverage@3.0.5
@0x/sol-doc@2.0.12
@0x/website@0.0.83
monorepo@cf04062
|
2019-05-24 16:59:56 +01:00 |
|
Fabio Berger
|
2e922bf7db
|
Updated CHANGELOGS
|
2019-05-24 16:59:43 +01:00 |
|
F. Eugene Aumson
|
741a731ecb
|
Transaction decoder for Coordinator (#1802)
* Remove unused dependency from erc20/package.json
* Add LibTransactionDecoder
Yet unsupported functions include:
cancelOrdersUpTo
executeTransaction
|
2019-05-24 11:27:53 -04:00 |
|
Fabio Berger
|
91bff1976c
|
Remove react deps from react-highlight in yarn.lock
|
2019-05-24 14:56:49 +01:00 |
|
Fabio B
|
fad500042a
|
Merge pull request #1830 from 0xProject/feature/fixTrezorInefficiency
subproviders: Fix Trezor subprovider inefficiency
|
2019-05-24 01:24:40 +01:00 |
|
Fabio B
|
bdb2a01385
|
Update packages/subproviders/src/subproviders/trezor.ts
Co-Authored-By: Jacob Evans <dekz@dekz.net>
|
2019-05-24 00:52:33 +01:00 |
|
Fabio Berger
|
f372cd2d13
|
Add CHANGELOG entry for new Trezor subprovider
|
2019-05-23 15:52:53 +01:00 |
|
Fabio Berger
|
a435da910f
|
Cache the derived key info since it does not change and currently we request it from the Trezor device for each request
|
2019-05-23 14:26:15 +01:00 |
|
Fabio Berger
|
f1d96d9673
|
Fix linter issues
|
2019-05-23 14:02:55 +01:00 |
|
Fabio Berger
|
45226ee1f6
|
Update yarn.lock
|
2019-05-23 14:00:57 +01:00 |
|
Fabio B
|
03b8d29740
|
Merge pull request #1431 from MarcZenn/feature/subproviders/trezor-subprovider
Feature/subproviders/trezor subprovider
|
2019-05-23 13:58:34 +01:00 |
|
Fabio B
|
80a4af249f
|
Merge branch 'development' into feature/subproviders/trezor-subprovider
|
2019-05-23 13:14:09 +01:00 |
|
David Sun
|
900d444946
|
Merge pull request #1816 from 0xProject/feature/website/add-alex-kroeger
Added Alex Kroeger and removed Leo from team page :(
|
2019-05-20 10:19:01 -07:00 |
|
Fabio B
|
7ca9393d2d
|
Merge pull request #1820 from 0xProject/fix/updateLaunchKitRepo
website/python-packages: Update 0x-launch-kit repo name to include `-backend`
|
2019-05-16 21:22:44 -03:00 |
|
Fabio Berger
|
b22d7bb310
|
Add backend to constant variable name as well
|
2019-05-16 21:21:54 -03:00 |
|
Fabio Berger
|
c742cdfe5c
|
Update 0x-launch-kit repo name to include -backend
|
2019-05-16 16:30:48 -03:00 |
|
xianny
|
2d3fe02cd7
|
Publish
- 0x.js@6.0.9
- @0x/asset-buyer@6.1.4
- @0x/connect@5.0.9
- @0x/contract-wrappers@9.1.3
- @0x/fill-scenarios@3.0.9
- @0x/instant@1.0.23
- @0x/metacoin@0.0.50
- @0x/migrations@4.1.5
- @0x/monorepo-scripts@1.0.32
- @0x/order-utils@8.1.0
- @0x/order-watcher@4.0.10
- @0x/pipeline@1.0.20
- @0x/testnet-faucets@1.0.79
- @0x/website@0.0.82
- @0x/contracts-asset-proxy@2.1.4
- @0x/contracts-coordinator@2.0.3
- @0x/contracts-erc1155@1.1.5
- @0x/contracts-erc20@2.2.4
- @0x/contracts-erc721@2.1.5
- @0x/contracts-exchange@2.1.4
- @0x/contracts-exchange-forwarder@3.0.2
- @0x/contracts-exchange-libs@2.1.5
- @0x/contracts-extensions@3.1.4
- @0x/contracts-multisig@3.1.4
- @0x/contracts-test-utils@3.1.6
- @0x/contracts-utils@3.1.5
@0x/contracts-multisig@3.1.4
@0x/contracts-test-utils@3.1.6
@0x/contracts-utils@3.1.5
0x.js@6.0.9
@0x/asset-buyer@6.1.4
@0x/connect@5.0.9
@0x/contract-wrappers@9.1.3
@0x/contracts-asset-proxy@2.1.4
@0x/contracts-coordinator@2.0.3
@0x/contracts-erc1155@1.1.5
@0x/contracts-erc20@2.2.4
@0x/contracts-exchange-forwarder@3.0.2
@0x/contracts-exchange-libs@2.1.5
@0x/contracts-extensions@3.1.4
@0x/order-utils@8.1.0
@0x/contracts-erc721@2.1.5
@0x/contracts-exchange@2.1.4
@0x/fill-scenarios@3.0.9
@0x/instant@1.0.23
@0x/metacoin@0.0.50
@0x/migrations@4.1.5
@0x/monorepo-scripts@1.0.32
@0x/order-watcher@4.0.10
@0x/pipeline@1.0.20
@0x/testnet-faucets@1.0.79
@0x/website@0.0.82
monorepo@2d3fe02
|
2019-05-15 19:05:54 -04:00 |
|
xianny
|
7d61cb6bac
|
Updated CHANGELOGS
|
2019-05-15 19:05:44 -04:00 |
|
xianny
|
a804433a7a
|
must run npm with sudo
|
2019-05-15 18:08:28 -04:00 |
|
Xianny
|
11082320c2
|
add prepublish check for write permissions for npmjs packages (#1813)
|
2019-05-15 18:05:56 -04:00 |
|
xianny
|
9f9797b123
|
remove only flag
|
2019-05-15 18:02:32 -04:00 |
|
Xianny
|
05d34616b7
|
fallback to eth_sign if eth_signTypedData fails (#1817)
* fallback to eth_sign if eth_signTypedData fails
lots of wallets/web3providers still don't support the new signing methods
|
2019-05-15 18:01:55 -04:00 |
|
Jacob Evans
|
c7f474ada1
|
Merge pull request #1815 from 0xProject/bug/dutchAuctionDecode
Incorrect decode in DutchAuctionWrapper
|
2019-05-15 10:28:56 +02:00 |
|
Chris Kalani
|
c7328a63d0
|
Removing Leo's photo from images directory
|
2019-05-14 16:42:32 -07:00 |
|
Chris Kalani
|
db818794d5
|
Added Alex Kroeger and removed Leo :(
|
2019-05-14 16:34:19 -07:00 |
|
Jacob Evans
|
b4b34e4890
|
Update CHANGELOG
|
2019-05-14 22:25:30 +02:00 |
|
Jacob Evans
|
eec016380d
|
Commit fix to decode
|
2019-05-14 19:57:48 +02:00 |
|
Jacob Evans
|
dcab272be0
|
Add a test for encoding/decoding dutch auction asset data
|
2019-05-14 19:20:27 +02:00 |
|
Fabio Berger
|
418d033a5c
|
Publish
- 0x.js@6.0.8
- @0x/asset-buyer@6.1.3
- @0x/connect@5.0.8
- @0x/contract-addresses@2.3.3
- @0x/contract-wrappers@9.1.2
- @0x/fill-scenarios@3.0.8
- @0x/instant@1.0.22
- @0x/metacoin@0.0.49
- @0x/migrations@4.1.4
- @0x/order-utils@8.0.2
- @0x/order-watcher@4.0.9
- @0x/pipeline@1.0.19
- @0x/testnet-faucets@1.0.78
- @0x/website@0.0.81
- @0x/contracts-asset-proxy@2.1.3
- @0x/contracts-coordinator@2.0.2
- @0x/contracts-erc1155@1.1.4
- @0x/contracts-erc20@2.2.3
- @0x/contracts-erc721@2.1.4
- @0x/contracts-exchange@2.1.3
- @0x/contracts-exchange-forwarder@3.0.1
- @0x/contracts-exchange-libs@2.1.4
- @0x/contracts-extensions@3.1.3
- @0x/contracts-multisig@3.1.3
- @0x/contracts-test-utils@3.1.5
- @0x/contracts-utils@3.1.4
@0x/asset-buyer@6.1.3
@0x/connect@5.0.8
@0x/contract-addresses@2.3.3
@0x/contract-wrappers@9.1.2
@0x/contracts-asset-proxy@2.1.3
@0x/contracts-coordinator@2.0.2
@0x/contracts-erc1155@1.1.4
@0x/contracts-erc20@2.2.3
@0x/contracts-exchange-forwarder@3.0.1
@0x/contracts-exchange-libs@2.1.4
@0x/contracts-exchange@2.1.3
0x.js@6.0.8
@0x/contracts-erc721@2.1.4
@0x/contracts-extensions@3.1.3
@0x/contracts-multisig@3.1.3
@0x/contracts-test-utils@3.1.5
@0x/contracts-utils@3.1.4
@0x/fill-scenarios@3.0.8
@0x/instant@1.0.22
@0x/metacoin@0.0.49
@0x/migrations@4.1.4
@0x/order-utils@8.0.2
@0x/order-watcher@4.0.9
@0x/pipeline@1.0.19
@0x/testnet-faucets@1.0.78
@0x/website@0.0.81
|
2019-05-13 23:14:54 -03:00 |
|
Fabio Berger
|
e7a7713b80
|
Updated CHANGELOGS
|
2019-05-13 23:14:30 -03:00 |
|
xianny
|
52a580d845
|
fix dangling comma
|
2019-05-13 21:17:25 -04:00 |
|
xianny
|
ea42a0b5f5
|
version bump
|
2019-05-13 21:15:38 -04:00 |
|
xianny
|
a0b63da9a6
|
version bump
|
2019-05-13 20:57:26 -04:00 |
|
Xianny
|
8d9932fc42
|
add private key option to migration script (#1811)
|
2019-05-13 16:32:37 -07:00 |
|
Xianny
|
54be45bedc
|
Update coordinator contracts (#1812)
* update coordinator contracts after redeploying
|
2019-05-13 16:32:16 -07:00 |
|