Leonid Logvinov
|
855b6b1dc5
|
Updated CHANGELOGS
@0xproject/dev-utils@1.0.1
@0xproject/assert@1.0.1
@0xproject/base-contract@1.0.1
@0xproject/connect@1.0.1
@0xproject/json-schemas@1.0.0
@0xproject/react-docs@1.0.1
@0xproject/react-shared@1.0.1
@0xproject/sol-compiler@1.0.1
@0xproject/sol-resolver@1.0.1
@0xproject/sra-report@1.0.1
@0xproject/tslint-config@1.0.1
@0xproject/subproviders@1.0.1
@0xproject/types@1.0.0
@0xproject/typescript-typings@1.0.1
@0xproject/utils@1.0.1
@0xproject/web3-wrapper@1.0.1
ethereum-types@1.0.1
|
2018-07-23 16:58:40 +02:00 |
|
Leonid Logvinov
|
2c1daf9c9a
|
Add missing timestamps in CHANGELOGs
|
2018-07-23 16:24:13 +02:00 |
|
Leonid Logvinov
|
ffdaf88fd0
|
Add missing timestamps in CHANGELOGs
|
2018-07-23 15:57:16 +02:00 |
|
Amir Bandeali
|
195d11f9d0
|
Merge pull request #877 from 0xProject/feature/contracts/removeERC721Callback
Removed receiverData and `onReceive` callback from ERC721 proxy.
|
2018-07-22 18:14:09 -05:00 |
|
Fabio Berger
|
06f61949f9
|
Merge pull request #880 from feuGeneA/patch-5
make PR template checklist more useful
|
2018-07-22 15:35:15 +02:00 |
|
Francesco Agosti
|
0e72b67865
|
Merge pull request #895 from 0xProject/feature/website/send-eth-from-portal
Send Ether from Portal
|
2018-07-22 03:45:21 -07:00 |
|
Fabio Berger
|
b987eebf21
|
Fix version of ethereumjs-abi to 0.6.5 to fix decoding bug
|
2018-07-22 07:37:12 +02:00 |
|
Fabio Berger
|
c808d12b74
|
Merge pull request #904 from lukeautry/luke/leading_zero_encode
0x.js v2: fix decodeAssetData for addresses starting in 0
|
2018-07-22 07:16:49 +02:00 |
|
Luke Autry
|
b466431ede
|
fix decodeAssetData for addresses starting in 0
|
2018-07-21 18:05:33 -04:00 |
|
Amir Bandeali
|
bf69ca6e53
|
Merge pull request #899 from kroitor/patch-1
Deduplicate assert web3-wrapper signMessageAsync
|
2018-07-20 20:28:29 -07:00 |
|
Brandon Millman
|
e54501522d
|
Merge pull request #903 from 0xProject/bug/website/fix-website
Add AbortController polyfill to fetchAsync in utils
|
2018-07-20 13:51:12 -07:00 |
|
Brandon Millman
|
f2baeddc30
|
Merge branch 'v2-prototype' into bug/website/fix-website
* v2-prototype:
Add missing timestamp to CHANGELOG entries
|
2018-07-20 12:07:27 -07:00 |
|
Brandon Millman
|
fd349b618a
|
Add changelog entry for @0xproject/utils
|
2018-07-20 12:05:47 -07:00 |
|
Brandon Millman
|
6ca2a02766
|
Add AbortController polyfill to fetchAsync in utils
|
2018-07-20 11:58:38 -07:00 |
|
Brandon Millman
|
d9a282bd92
|
Increase node heap size for webpack command
|
2018-07-20 11:56:20 -07:00 |
|
Fabio Berger
|
dc151f7290
|
Add missing timestamp to CHANGELOG entries
|
2018-07-20 20:13:53 +02:00 |
|
Brandon Millman
|
cce2127f72
|
Upgrade some @0xproject packages to 1.0.0 in website
|
2018-07-20 10:55:47 -07:00 |
|
Amir Bandeali
|
8e7c395f59
|
Merge pull request #892 from 0xProject/refactor/contracts/LibAbiEncoder
Created LibAbiEncoder with `fillOrderNoThrow`
|
2018-07-20 07:43:40 -07:00 |
|
Amir Bandeali
|
02d50a513a
|
Hard code fillOrder selector into abiEncodeFillOrder
|
2018-07-20 07:37:40 -07:00 |
|
Greg Hysen
|
d61759f6dd
|
Returns byte array instead of memory range for encoding fillOrder calldata
|
2018-07-20 07:37:40 -07:00 |
|
Greg Hysen
|
5790ed7ba9
|
Created LibAbiEncoder with fillOrderNoThrow
|
2018-07-20 07:37:40 -07:00 |
|
Leonid Logvinov
|
7fadba59e7
|
Merge pull request #901 from 0xProject/feature/abi-gen-fix
Fix the abi-gen entry point
|
2018-07-20 16:34:17 +02:00 |
|
Fabio Berger
|
bcde0731db
|
Merge branch 'v2-prototype' of github.com:0xProject/0x-monorepo into v2-prototype
* 'v2-prototype' of github.com:0xProject/0x-monorepo:
Fix linter error
Remove the postinstall hook
|
2018-07-20 16:31:49 +02:00 |
|
Fabio Berger
|
052afb67a4
|
Add missing dep in migrations
|
2018-07-20 16:31:39 +02:00 |
|
Leonid Logvinov
|
6e15d7bb0f
|
Fix the abi-gen entry point
|
2018-07-20 16:30:47 +02:00 |
|
Igor Kroitor
|
5bb68974ec
|
Deduplicate assert web3-wrapper signMessageAsync
|
2018-07-20 08:49:16 +03:00 |
|
Leonid Logvinov
|
0a3ba4d27d
|
Fix linter error
|
2018-07-20 02:06:11 +02:00 |
|
Leonid Logvinov
|
482a226dc5
|
Remove the postinstall hook
|
2018-07-20 02:02:16 +02:00 |
|
Fabio Berger
|
9e69458ba8
|
Merge branch 'v2-prototype' of github.com:0xProject/0x-monorepo into v2-prototype
* 'v2-prototype' of github.com:0xProject/0x-monorepo:
@0xproject/sra-report@1.0.0
Change all package to depend on the new @0xproject/connect@1.0.0
|
2018-07-20 01:24:19 +02:00 |
|
Fabio Berger
|
71e386d5fa
|
Update website package.json with original imports
|
2018-07-20 01:22:48 +02:00 |
|
Leonid Logvinov
|
60b501b137
|
@0xproject/sra-report@1.0.0
@0xproject/sra-report@1.0.0
|
2018-07-20 01:07:44 +02:00 |
|
Leonid Logvinov
|
36f8e9f1d5
|
Change all package to depend on the new @0xproject/connect@1.0.0
|
2018-07-20 01:06:14 +02:00 |
|
Leonid Logvinov
|
78707bd3ca
|
@0xproject/connect@1.0.0
@0xproject/connect@1.0.0
|
2018-07-20 01:03:15 +02:00 |
|
Leonid Logvinov
|
56137d0605
|
Use old assert version in @0xproject/connect
|
2018-07-20 01:01:54 +02:00 |
|
Leonid Logvinov
|
681a582630
|
FIx a typo
|
2018-07-20 00:54:44 +02:00 |
|
Leonid Logvinov
|
846a447c4d
|
Remove rc versions from unmigrated packages
|
2018-07-20 00:50:13 +02:00 |
|
Leonid Logvinov
|
f76be4f016
|
0x.js@1.0.0-rc.2
0x.js@1.0.0-rc.2
|
2018-07-20 00:45:19 +02:00 |
|
Fabio Berger
|
ed19067096
|
Move methods in ZeroEx.assetData to ZeroEx itself
|
2018-07-20 00:39:23 +02:00 |
|
Leonid Logvinov
|
eb9f7c2c9d
|
Fix scoping of assets in 0x.js
|
2018-07-20 00:21:59 +02:00 |
|
Leonid Logvinov
|
52693f7d0a
|
0x.js@1.0.0-rc.1
0x.js@1.0.0-rc.1
|
2018-07-20 00:11:00 +02:00 |
|
Leonid Logvinov
|
5e015872ef
|
Remove bundles config
|
2018-07-20 00:07:25 +02:00 |
|
Leonid Logvinov
|
08c291bd3f
|
@0xproject/order-watcher@1.0.0-rc.1
@0xproject/order-watcher@1.0.0-rc.1
|
2018-07-20 00:05:44 +02:00 |
|
Leonid Logvinov
|
48c5d69c9d
|
Add monorepo-scripts postpublish.ts
|
2018-07-20 00:05:25 +02:00 |
|
Leonid Logvinov
|
0f9c262bb0
|
Change all package to depend on the new @0xproject/contract-wrappers@1.0.0-rc.1
|
2018-07-20 00:01:24 +02:00 |
|
Leonid Logvinov
|
dff0fc65bf
|
@0xproject/contract-wrappers@1.0.0-rc.1
@0xproject/contract-wrappers@1.0.0-rc.1
|
2018-07-19 23:56:46 +02:00 |
|
Leonid Logvinov
|
161f96c07d
|
Change all package to depend on the new @0xproject/migrations@1.0.0
|
2018-07-19 23:50:46 +02:00 |
|
Leonid Logvinov
|
67ad21b368
|
@0xproject/migrations@1.0.0
@0xproject/migrations@1.0.0
|
2018-07-19 23:46:23 +02:00 |
|
Leonid Logvinov
|
d5e633c38f
|
Change all package to depend on the new @0xproject/sol-cov@1.0.0
|
2018-07-19 23:44:51 +02:00 |
|
Leonid Logvinov
|
617ef5b6ce
|
@0xproject/sol-cov@1.0.0
|
2018-07-19 23:42:28 +02:00 |
|
Leonid Logvinov
|
8bd4e38d02
|
Change all package to depend on the new @0xproject/react-docs@1.0.0
@0xproject/sol-cov@1.0.0
|
2018-07-19 23:39:28 +02:00 |
|