F. Eugene Aumson
0de2b6983b
Add LibAssetData to contracts/asset-proxy ( #1779 )
...
* Stop restarting node unnecesssarily during test
* Add new, empty LibAssetData
* Support encoding & decoding of ERC20 asset data
* Support encoding & decoding of ERC721 asset data
* Support encoding & decoding of ERC1155 asset data
* Support encoding & decoding of multi-asset data
* Support querying ERC20 balance from asset data
* Support querying ERC721 balance from asset data
* Support querying ERC1155 balance from asset data
* Support querying balance from multi-asset data
* Support querying ERC20 allowance from asset data
* Support querying ERC721 allowance from asset data
* Support querying ERC1155 allowance from asset data
* In tests, wait for allowance set before checking
* Introduce temporary variable `assetDataBody`
* Handle edge case in multi-asset balance query
* Support multi-asset allowance query by asset data
* Move variable declaration up for readability.
* Make all solhint-disable's cite specific rules
And move the directives to the ends of lines whenever possible
* Rename query tests to include " by asset data"
* Extract test helper method
* Extract another test helper method
* Support batch queries of allowances & balances
* In LibAssetData.sol, use IERC1155, not ...Mintable
* Rename balance*() return vars: amount -> balance
* Fix bug in ERC721 balance query
Was using method balanceOf(), but needed to be using ownerOf().
getERC721TokenOwner() method lifted from
@0x/extensions/contracts/src/OrderValidator/OrderValidator.sol
* Reuse new en/decoders; avoid abi.decode().
* Start lowest allowance/balance from 0, not MAX_INT
* Properly implement ERC1155 balance querying
* Split lines for readability
* Also check isApprovedForAll in 721 allowance query
* Add neglected division of allowances by amounts
* Rename methods: balanceOf -> getBalance
* Rename methods: allowance -> getAllowance
* Add methods: getBalanceAndAllowance() & batch...()
* Rename return vars: amount -> allowance
* Add devdoc comments
* Rename batchGet* methods to getBatch*
* Remove refactoring relic
* Add revert messages to all require() calls
* Reduce gas usage for ERC1155 asset data decoding
* Don't use dockerized solc for ERC20 contracts
Because they demand solc version 0.4.26, and it seems as though the tag
for that version has been deleted from dockerhub.
Without this, @0x/contracts-erc20 was failing to build.
* Rename batch functions to use plurals
* Skip dockerized solc for contracts needing 0.4.26
I seems as though the tag for that version has been deleted from
dockerhub.
Without this, these contracts were failing to build.
* Make revert reasons follow snake case convention
2019-04-29 15:46:26 -04:00
Jacob Evans
c78a602990
Publish
...
- 0x.js@6.0.6
- @0x/abi-gen@2.0.9
- @0x/abi-gen-templates@2.0.2
- @0x/abi-gen-wrappers@4.2.0
- @0x/assert@2.0.9
- @0x/asset-buyer@6.1.0
- @0x/base-contract@5.0.5
- @0x/connect@5.0.5
- @0x/contract-addresses@2.3.1
- @0x/contract-artifacts@1.5.0
- @0x/contract-wrappers@9.0.0
- @0x/contracts-gen@1.0.8
- @0x/dev-tools-pages@0.0.25
- @0x/dev-utils@2.2.1
- ethereum-types@2.1.2
- @0x/fill-scenarios@3.0.5
- @0x/instant@1.0.20
- @0x/json-schemas@3.0.9
- @0x/metacoin@0.0.47
- @0x/migrations@4.1.1
- @0x/monorepo-scripts@1.0.30
- @0x/order-utils@7.2.0
- @0x/order-watcher@4.0.6
- @0x/pipeline@1.0.17
- @0x/react-docs@2.0.10
- @0x/react-shared@2.0.10
- @0x/sol-compiler@3.1.6
- @0x/sol-coverage@3.0.3
- @0x/sol-doc@2.0.10
- @0x/sol-profiler@3.1.5
- @0x/sol-resolver@2.0.7
- @0x/sol-trace@2.0.11
- @0x/sol-tracing-utils@6.0.10
- @0x/sra-spec@2.0.9
- @0x/subproviders@4.0.5
- @0x/testnet-faucets@1.0.76
- @0x/tslint-config@3.0.1
- @0x/types@2.2.2
- @0x/typescript-typings@4.2.2
- @0x/utils@4.3.1
- @0x/web3-wrapper@6.0.5
- @0x/website@0.0.79
- @0x/contracts-asset-proxy@2.1.1
- @0x/contracts-coordinator@2.0.0
- @0x/contracts-erc1155@1.1.1
- @0x/contracts-erc20@2.2.0
- @0x/contracts-erc721@2.1.1
- @0x/contracts-exchange@2.1.1
- @0x/contracts-exchange-forwarder@2.1.1
- @0x/contracts-exchange-libs@2.1.1
- @0x/contracts-extensions@3.1.1
- @0x/contracts-multisig@3.1.1
- @0x/contracts-test-utils@3.1.2
- @0x/contracts-utils@3.1.1
2019-04-11 17:00:06 +01:00
Jacob Evans
0acec57ba9
Updated CHANGELOGS
2019-04-11 16:59:38 +01:00
Xianny
7423028fea
Replace lodash with built-ins where possible to reduce bundle size ( #1766 )
...
* add tslint rule to disallow lodash.isUndefined
* add tslint rule to disallow lodash.isNull
* apply fixes
2019-04-10 09:36:32 -07:00
Fabio Berger
0f45409b4d
Publish
...
- 0x.js@6.0.5
- @0x/abi-gen@2.0.8
- @0x/abi-gen-wrappers@4.1.0
- @0x/assert@2.0.8
- @0x/asset-buyer@6.0.5
- @0x/base-contract@5.0.4
- @0x/connect@5.0.4
- @0x/contract-addresses@2.3.0
- @0x/contract-artifacts@1.4.0
- @0x/contract-wrappers@8.0.5
- @0x/contracts-gen@1.0.7
- @0x/dev-tools-pages@0.0.24
- @0x/dev-utils@2.2.0
- @0x/fill-scenarios@3.0.4
- @0x/instant@1.0.19
- @0x/json-schemas@3.0.8
- @0x/metacoin@0.0.46
- @0x/migrations@4.1.0
- @0x/monorepo-scripts@1.0.29
- @0x/order-utils@7.1.1
- @0x/order-watcher@4.0.5
- @0x/pipeline@1.0.16
- @0x/react-docs@2.0.9
- @0x/react-shared@2.0.9
- @0x/sol-compiler@3.1.5
- @0x/sol-coverage@3.0.2
- @0x/sol-doc@2.0.9
- @0x/sol-profiler@3.1.4
- @0x/sol-resolver@2.0.6
- @0x/sol-trace@2.0.10
- @0x/sol-tracing-utils@6.0.9
- @0x/sra-spec@2.0.8
- @0x/subproviders@4.0.4
- @0x/testnet-faucets@1.0.75
- @0x/types@2.2.1
- @0x/typescript-typings@4.2.1
- @0x/utils@4.3.0
- @0x/web3-wrapper@6.0.4
- @0x/website@0.0.78
- @0x/contracts-asset-proxy@2.1.0
- @0x/contracts-coordinator@1.1.0
- @0x/contracts-erc1155@1.1.0
- @0x/contracts-erc20@2.1.0
- @0x/contracts-erc721@2.1.0
- @0x/contracts-exchange@2.1.0
- @0x/contracts-exchange-forwarder@2.1.0
- @0x/contracts-exchange-libs@2.1.0
- @0x/contracts-extensions@3.1.0
- @0x/contracts-multisig@3.1.0
- @0x/contracts-test-utils@3.1.1
- @0x/contracts-utils@3.1.0
2019-03-21 17:07:20 +01:00
Fabio Berger
5469d3ec13
Updated CHANGELOGS
2019-03-21 17:07:04 +01:00
Jacob Evans
18c2013625
Update contract CHANGELOGs
2019-03-21 11:51:53 +01:00
Jacob Evans
548089888d
Remove excess web3providernegine polling from contracts
2019-03-21 11:50:19 +01:00
Amir Bandeali
d0e43ebaf1
Merge pull request #1712 from merklejerk/fix/feature/contracts/LibAddressArray-tests
...
Fix LibAddressArray.indexOf() and add LibAddressArray tests.
2019-03-20 11:38:08 -07:00
Lawrence
4b2488b124
Ran prettier.
2019-03-20 10:58:25 -04:00
Leonid Logvinov
d4c37ecfa3
Publish
...
- 0x.js@6.0.4
- @0x/abi-gen@2.0.7
- @0x/abi-gen-wrappers@4.0.3
- @0x/assert@2.0.7
- @0x/asset-buyer@6.0.4
- @0x/base-contract@5.0.3
- @0x/connect@5.0.3
- @0x/contract-addresses@2.2.3
- @0x/contract-wrappers@8.0.4
- @0x/contracts-gen@1.0.6
- @0x/dev-tools-pages@0.0.23
- @0x/dev-utils@2.1.4
- ethereum-types@2.1.1
- @0x/fill-scenarios@3.0.3
- @0x/instant@1.0.18
- @0x/json-schemas@3.0.7
- @0x/metacoin@0.0.45
- @0x/migrations@4.0.4
- @0x/monorepo-scripts@1.0.28
- @0x/order-utils@7.1.0
- @0x/order-watcher@4.0.4
- @0x/pipeline@1.0.15
- @0x/react-docs@2.0.8
- @0x/react-shared@2.0.8
- @0x/sol-compiler@3.1.4
- @0x/sol-coverage@3.0.1
- @0x/sol-doc@2.0.8
- @0x/sol-profiler@3.1.3
- @0x/sol-resolver@2.0.5
- @0x/sol-trace@2.0.9
- @0x/sol-tracing-utils@6.0.8
- @0x/sra-spec@2.0.7
- @0x/subproviders@4.0.3
- @0x/testnet-faucets@1.0.74
- @0x/types@2.2.0
- @0x/typescript-typings@4.2.0
- @0x/utils@4.2.3
- @0x/web3-wrapper@6.0.3
- @0x/website@0.0.77
- @0x/contracts-asset-proxy@2.0.0
- @0x/contracts-coordinator@1.0.0
- @0x/contracts-erc1155@1.0.1
- @0x/contracts-erc20@2.0.0
- @0x/contracts-erc721@2.0.0
- @0x/contracts-exchange@2.0.0
- @0x/contracts-exchange-forwarder@2.0.0
- @0x/contracts-exchange-libs@2.0.0
- @0x/contracts-extensions@3.0.0
- @0x/contracts-multisig@3.0.0
- @0x/contracts-test-utils@3.1.0
- @0x/contracts-utils@3.0.0
2019-03-20 15:26:54 +01:00
Leonid Logvinov
3f9fd7c060
Updated CHANGELOGS
2019-03-20 15:26:43 +01:00
Lawrence
6ed1412bdd
Remove unnecessary copy operation in TestLibAddressArray.testAppendRealloc()
.
...
Test explicitly for newly allocated address in LibAddressArray "append" tests.
2019-03-20 10:19:46 -04:00
Lawrence
78b9a45158
Add PR#s to changelogs.
2019-03-20 10:19:46 -04:00
Lawrence
b8925baa88
Add unit tests for contracts/utils/LibAddressArray.
...
Fix `LibAddressArray.indexOf` returning wrong index.
2019-03-20 10:19:46 -04:00
Amir Bandeali
b008fabdac
Change petersburg to constantinople
2019-03-18 13:07:34 -07:00
Amir Bandeali
caf286b8cb
Update CHANGELOGs
2019-03-18 13:07:34 -07:00
Amir Bandeali
aea278c022
Update evmVersion to petersburg
2019-03-18 13:07:34 -07:00
Greg Hysen
c53edf6bd9
0.5.3 -> 0.5.5 in erc1155 contracts
2019-03-12 11:39:00 -07:00
Greg Hysen
98227928af
Added Address.sol for isContract
checks to contracts-utils package
2019-03-11 16:12:31 -07:00
Amir Bandeali
22af796302
Cleanup
2019-03-07 19:36:26 -08:00
Amir Bandeali
2f7dd177c1
Update CHANGELOGs
2019-03-07 15:17:56 -08:00
Amir Bandeali
d35a053efd
Update remaining contract Solidity versions to 0.5.5
2019-03-07 15:17:51 -08:00
Amir Bandeali
9471510086
Optimize LibAddressArray and update CHANGELOG
2019-03-07 14:29:06 -08:00
Amir Bandeali
350474540b
Optimize for loops in LibAddressArray
2019-03-07 10:56:12 -08:00
Greg Hysen
ac8f4ae2f9
updated changelogs of contracts packages
2019-03-06 15:45:18 -08:00
Greg Hysen
1ff49188b1
Set evm version to byzantium to avoid using unsupported opcodes in solidity 0.5.5
2019-03-06 15:10:11 -08:00
Leonid Logvinov
397496aff0
Publish
...
- 0x.js@6.0.3
- @0x/abi-gen@2.0.6
- @0x/abi-gen-wrappers@4.0.2
- @0x/assert@2.0.6
- @0x/asset-buyer@6.0.3
- @0x/base-contract@5.0.2
- @0x/connect@5.0.2
- @0x/contract-wrappers@8.0.3
- @0x/contracts-gen@1.0.5
- @0x/dev-tools-pages@0.0.22
- @0x/dev-utils@2.1.3
- @0x/fill-scenarios@3.0.2
- @0x/instant@1.0.17
- @0x/json-schemas@3.0.6
- @0x/metacoin@0.0.44
- @0x/migrations@4.0.3
- @0x/monorepo-scripts@1.0.27
- @0x/order-utils@7.0.2
- @0x/order-watcher@4.0.3
- @0x/pipeline@1.0.14
- @0x/react-docs@2.0.7
- @0x/react-shared@2.0.7
- @0x/sol-compiler@3.1.3
- @0x/sol-coverage@3.0.0
- @0x/sol-doc@2.0.7
- @0x/sol-profiler@3.1.2
- @0x/sol-trace@2.0.8
- @0x/sol-tracing-utils@6.0.7
- @0x/sra-spec@2.0.6
- @0x/subproviders@4.0.2
- @0x/testnet-faucets@1.0.73
- @0x/utils@4.2.2
- @0x/web3-wrapper@6.0.2
- @0x/website@0.0.76
- @0x/contracts-asset-proxy@1.0.9
- @0x/contracts-erc20@1.0.9
- @0x/contracts-erc721@1.0.9
- @0x/contracts-exchange@1.0.9
- @0x/contracts-exchange-forwarder@1.0.9
- @0x/contracts-exchange-libs@1.1.3
- @0x/contracts-extensions@2.0.8
- @0x/contracts-multisig@2.0.8
- @0x/contracts-tec@0.0.4
- @0x/contracts-test-utils@3.0.8
- @0x/contracts-utils@2.0.8
2019-03-01 14:34:26 -08:00
Leonid Logvinov
7458fe0d81
Updated CHANGELOGS
2019-03-01 14:34:15 -08:00
Leonid Logvinov
e81ae05df9
Publish
...
- 0x.js@6.0.2
- @0x/asset-buyer@6.0.2
- @0x/contract-wrappers@8.0.2
- @0x/instant@1.0.16
- @0x/metacoin@0.0.43
- @0x/migrations@4.0.2
- @0x/order-watcher@4.0.2
- @0x/pipeline@1.0.13
- @0x/sol-compiler@3.1.2
- @0x/sol-coverage@2.0.6
- @0x/sol-doc@2.0.6
- @0x/sol-profiler@3.1.1
- @0x/sol-trace@2.0.7
- @0x/sol-tracing-utils@6.0.6
- @0x/testnet-faucets@1.0.72
- @0x/website@0.0.75
- @0x/contracts-asset-proxy@1.0.8
- @0x/contracts-erc20@1.0.8
- @0x/contracts-erc721@1.0.8
- @0x/contracts-exchange@1.0.8
- @0x/contracts-exchange-forwarder@1.0.8
- @0x/contracts-exchange-libs@1.1.2
- @0x/contracts-extensions@2.0.7
- @0x/contracts-multisig@2.0.7
- @0x/contracts-tec@0.0.3
- @0x/contracts-test-utils@3.0.7
- @0x/contracts-utils@2.0.7
2019-02-27 12:45:19 -08:00
Leonid Logvinov
cb394f3a1c
Updated CHANGELOGS
2019-02-27 12:45:09 -08:00
Leonid Logvinov
ec24c79da1
Publish
...
- 0x.js@6.0.1
- @0x/abi-gen@2.0.5
- @0x/abi-gen-wrappers@4.0.1
- @0x/assert@2.0.5
- @0x/asset-buyer@6.0.1
- @0x/base-contract@5.0.1
- @0x/connect@5.0.1
- @0x/contract-wrappers@8.0.1
- @0x/contracts-gen@1.0.4
- @0x/dev-tools-pages@0.0.21
- @0x/dev-utils@2.1.2
- @0x/fill-scenarios@3.0.1
- @0x/instant@1.0.15
- @0x/json-schemas@3.0.5
- @0x/metacoin@0.0.42
- @0x/migrations@4.0.1
- @0x/monorepo-scripts@1.0.26
- @0x/order-utils@7.0.1
- @0x/order-watcher@4.0.1
- @0x/pipeline@1.0.12
- @0x/react-docs@2.0.6
- @0x/react-shared@2.0.6
- @0x/sol-compiler@3.1.1
- @0x/sol-coverage@2.0.5
- @0x/sol-doc@2.0.5
- @0x/sol-profiler@3.1.0
- @0x/sol-resolver@2.0.4
- @0x/sol-trace@2.0.6
- @0x/sol-tracing-utils@6.0.5
- @0x/sra-spec@2.0.5
- @0x/subproviders@4.0.1
- @0x/testnet-faucets@1.0.71
- @0x/types@2.1.1
- @0x/utils@4.2.1
- @0x/web3-wrapper@6.0.1
- @0x/website@0.0.74
- @0x/contracts-asset-proxy@1.0.7
- @0x/contracts-erc20@1.0.7
- @0x/contracts-erc721@1.0.7
- @0x/contracts-exchange@1.0.7
- @0x/contracts-exchange-forwarder@1.0.7
- @0x/contracts-exchange-libs@1.1.1
- @0x/contracts-extensions@2.0.6
- @0x/contracts-multisig@2.0.6
- @0x/contracts-tec@0.0.2
- @0x/contracts-test-utils@3.0.6
- @0x/contracts-utils@2.0.6
2019-02-26 14:45:52 -08:00
Leonid Logvinov
f5fffbea04
Updated CHANGELOGS
2019-02-26 14:45:42 -08:00
Amir Bandeali
9bf38d9e4d
Add 'contains' function to LibAddressArray
2019-02-26 13:29:18 -08:00
Amir Bandeali
9eafbbc0ae
Update solidity versions of relevant contracts
2019-02-26 13:29:17 -08:00
Leonid Logvinov
5934eb0559
Publish
...
- 0x.js@6.0.0
- @0x/abi-gen@2.0.4
- @0x/abi-gen-templates@2.0.1
- @0x/abi-gen-wrappers@4.0.0
- @0x/assert@2.0.4
- @0x/asset-buyer@6.0.0
- @0x/base-contract@5.0.0
- @0x/connect@5.0.0
- @0x/contract-addresses@2.2.2
- @0x/contract-wrappers@8.0.0
- @0x/contracts-gen@1.0.3
- @0x/dev-tools-pages@0.0.20
- @0x/dev-utils@2.1.1
- ethereum-types@2.1.0
- @0x/fill-scenarios@3.0.0
- @0x/instant@1.0.14
- @0x/json-schemas@3.0.4
- @0x/metacoin@0.0.41
- @0x/migrations@4.0.0
- @0x/monorepo-scripts@1.0.25
- @0x/order-utils@7.0.0
- @0x/order-watcher@4.0.0
- @0x/pipeline@1.0.11
- @0x/react-docs@2.0.5
- @0x/react-shared@2.0.5
- @0x/sol-compiler@3.1.0
- @0x/sol-coverage@2.0.4
- @0x/sol-doc@2.0.4
- @0x/sol-profiler@3.0.0
- @0x/sol-resolver@2.0.3
- @0x/sol-trace@2.0.5
- @0x/sol-tracing-utils@6.0.4
- @0x/sra-spec@2.0.4
- @0x/subproviders@4.0.0
- @0x/testnet-faucets@1.0.70
- @0x/types@2.1.0
- @0x/typescript-typings@4.1.0
- @0x/utils@4.2.0
- @0x/web3-wrapper@6.0.0
- @0x/website@0.0.73
- @0x/contracts-asset-proxy@1.0.6
- @0x/contracts-erc20@1.0.6
- @0x/contracts-erc721@1.0.6
- @0x/contracts-exchange@1.0.6
- @0x/contracts-exchange-forwarder@1.0.6
- @0x/contracts-exchange-libs@1.1.0
- @0x/contracts-extensions@2.0.5
- @0x/contracts-multisig@2.0.5
- @0x/contracts-test-utils@3.0.5
- @0x/contracts-utils@2.0.5
2019-02-25 13:35:29 -08:00
Leonid Logvinov
b998d719a6
Updated CHANGELOGS
2019-02-25 13:35:17 -08:00
Amir Bandeali
8279ef0e05
Add more slice tests
2019-02-25 10:12:59 -08:00
Amir Bandeali
c20972de3f
Update CHANGELOGs
2019-02-25 09:59:25 -08:00
Amir Bandeali
64401f1031
Fix bug in slice functions that disallow slicing the last byte of a byte array
2019-02-25 09:59:25 -08:00
Amir Bandeali
5aa8ea10c3
Upgrade solc version to 0.5.3 for exchange-libs and utils
2019-02-25 09:59:25 -08:00
Leonid Logvinov
6fa7d90f1f
Define offlineMode as false in all smart contracts packages
2019-02-19 10:38:24 -08:00
Fabio Berger
e909faa3ef
Publish
...
- 0x.js@5.0.0
- @0x/abi-gen@2.0.3
- @0x/abi-gen-wrappers@3.0.3
- @0x/assert@2.0.3
- @0x/asset-buyer@5.0.4
- @0x/base-contract@4.0.3
- @0x/connect@4.0.4
- @0x/contract-wrappers@7.1.0
- @0x/contracts-gen@1.0.2
- @0x/dev-tools-pages@0.0.19
- @0x/dev-utils@2.1.0
- @0x/fill-scenarios@2.0.4
- @0x/instant@1.0.13
- @0x/json-schemas@3.0.3
- @0x/metacoin@0.0.40
- @0x/migrations@3.0.4
- @0x/monorepo-scripts@1.0.24
- @0x/order-utils@6.1.0
- @0x/order-watcher@3.0.4
- @0x/pipeline@1.0.10
- @0x/react-docs@2.0.4
- @0x/react-shared@2.0.4
- @0x/sol-compiler@3.0.3
- @0x/sol-coverage@2.0.3
- @0x/sol-doc@2.0.3
- @0x/sol-profiler@2.0.4
- @0x/sol-trace@2.0.4
- @0x/sol-tracing-utils@6.0.3
- @0x/sra-spec@2.0.3
- @0x/subproviders@3.0.3
- @0x/testnet-faucets@1.0.69
- @0x/utils@4.1.0
- @0x/web3-wrapper@5.0.0
- @0x/website@0.0.72
- @0x/contracts-asset-proxy@1.0.5
- @0x/contracts-erc20@1.0.5
- @0x/contracts-erc721@1.0.5
- @0x/contracts-exchange@1.0.5
- @0x/contracts-exchange-forwarder@1.0.5
- @0x/contracts-exchange-libs@1.0.5
- @0x/contracts-extensions@2.0.4
- @0x/contracts-multisig@2.0.4
- @0x/contracts-test-utils@3.0.4
- @0x/contracts-utils@2.0.4
2019-02-09 18:44:40 +00:00
Fabio Berger
28d9fdf798
Updated CHANGELOGS
2019-02-09 18:44:28 +00:00
Leonid Logvinov
f003298ce4
Publish
...
- 0x.js@4.0.3
- @0x/abi-gen@2.0.2
- @0x/abi-gen-wrappers@3.0.2
- @0x/assert@2.0.2
- @0x/asset-buyer@5.0.3
- @0x/base-contract@4.0.2
- @0x/connect@4.0.3
- @0x/contract-wrappers@7.0.2
- @0x/contracts-gen@1.0.1
- @0x/dev-tools-pages@0.0.18
- @0x/dev-utils@2.0.2
- @0x/fill-scenarios@2.0.3
- @0x/instant@1.0.12
- @0x/json-schemas@3.0.2
- @0x/metacoin@0.0.39
- @0x/migrations@3.0.3
- @0x/monorepo-scripts@1.0.23
- @0x/order-utils@6.0.1
- @0x/order-watcher@3.0.3
- @0x/pipeline@1.0.9
- @0x/react-docs@2.0.3
- @0x/react-shared@2.0.3
- @0x/sol-compiler@3.0.2
- @0x/sol-coverage@2.0.2
- @0x/sol-doc@2.0.2
- @0x/sol-profiler@2.0.3
- @0x/sol-resolver@2.0.2
- @0x/sol-trace@2.0.3
- @0x/sol-tracing-utils@6.0.2
- @0x/sra-spec@2.0.2
- @0x/subproviders@3.0.2
- @0x/testnet-faucets@1.0.68
- @0x/types@2.0.2
- @0x/utils@4.0.3
- @0x/web3-wrapper@4.0.2
- @0x/website@0.0.71
- @0x/contracts-asset-proxy@1.0.4
- @0x/contracts-erc20@1.0.4
- @0x/contracts-erc721@1.0.4
- @0x/contracts-exchange@1.0.4
- @0x/contracts-exchange-forwarder@1.0.4
- @0x/contracts-exchange-libs@1.0.4
- @0x/contracts-extensions@2.0.3
- @0x/contracts-multisig@2.0.3
- @0x/contracts-test-utils@3.0.3
- @0x/contracts-utils@2.0.3
2019-02-07 15:02:05 +01:00
Leonid Logvinov
5f5ee0041f
Updated CHANGELOGS
2019-02-07 15:01:53 +01:00
Leonid Logvinov
88497ddc52
Updated CHANGELOGS
2019-02-07 14:42:20 +01:00
Leonid Logvinov
88432a5e67
Fix deps versions
2019-02-07 11:49:59 +01:00
Leonid Logvinov
de23428069
Merge development
2019-02-07 11:15:37 +01:00
Fabio Berger
2a344e26cc
Publish
...
- 0x.js@4.0.2
- @0x/asset-buyer@5.0.2
- @0x/connect@4.0.2
- @0x/contract-wrappers@7.0.1
- @0x/dev-tools-pages@0.0.17
- @0x/fill-scenarios@2.0.2
- @0x/instant@1.0.11
- @0x/migrations@3.0.2
- @0x/monorepo-scripts@1.0.22
- @0x/order-utils@6.0.0
- @0x/order-watcher@3.0.2
- @0x/pipeline@1.0.8
- @0x/react-docs@2.0.2
- @0x/react-shared@2.0.2
- @0x/testnet-faucets@1.0.67
- @0x/website@0.0.70
- @0x/contracts-asset-proxy@1.0.3
- @0x/contracts-erc20@1.0.3
- @0x/contracts-erc721@1.0.3
- @0x/contracts-exchange@1.0.3
- @0x/contracts-exchange-forwarder@1.0.3
- @0x/contracts-exchange-libs@1.0.3
- @0x/contracts-extensions@2.0.2
- @0x/contracts-multisig@2.0.2
- @0x/contracts-test-utils@3.0.2
- @0x/contracts-utils@2.0.2
2019-02-07 01:53:15 +00:00