Leonid Logvinov
8b62b350b1
Publish
...
- 0x.js@2.0.0
- @0x/abi-gen@1.0.14
- @0x/abi-gen-wrappers@1.0.1
- @0x/assert@1.0.14
- @0x/asset-buyer@2.1.0
- @0x/base-contract@3.0.2
- @0x/connect@3.0.2
- @0x/contract-addresses@1.0.1
- @0x/contract-artifacts@1.0.1
- @0x/contract-wrappers@3.0.0
- contracts@2.1.50
- @0x/dev-tools-pages@0.0.2
- @0x/dev-utils@1.0.13
- ethereum-types@1.1.1
- @0x/fill-scenarios@1.0.8
- @0x/instant@0.0.3
- @0x/json-schemas@2.0.0
- @0x/metacoin@0.0.24
- @0x/migrations@2.0.0
- @0x/monorepo-scripts@1.0.12
- @0x/order-utils@2.0.0
- @0x/order-watcher@2.2.0
- @0x/react-docs@1.0.14
- @0x/react-shared@1.0.17
- @0x/sol-compiler@1.1.8
- @0x/sol-cov@2.1.8
- @0x/sol-doc@1.0.3
- @0x/sol-resolver@1.0.15
- @0x/sra-spec@1.0.7
- @0x/subproviders@2.1.0
- @0x/testnet-faucets@1.0.52
- @0x/tslint-config@1.0.9
- @0x/types@1.2.0
- @0x/typescript-typings@3.0.3
- @0x/utils@2.0.3
- @0x/web3-wrapper@3.1.0
- @0x/website@0.0.55
2018-10-18 16:03:00 +02:00
Leonid Logvinov
71d1e6b0ec
Updated CHANGELOGS
2018-10-18 16:02:49 +02:00
Leonid Logvinov
7e49db2301
Fix ethereum-types versions
2018-10-18 15:52:32 +02:00
Jacob Evans
2735fb4fa6
chore: change README.md from 0xproject to 0x
2018-10-18 22:30:09 +11:00
Jacob Evans
88c929a408
chore: change tslint.json from 0xproject to 0x
2018-10-18 22:28:38 +11:00
Jacob Evans
9f924e459c
chore: change package org from 0xproject to 0x
2018-10-18 22:27:31 +11:00
Kadinsky
5ec4b27200
Merge pull request #1145 from 0xProject/refactorSchemasToJSON
...
Move json-schema schemas to JSON files
2018-10-17 19:01:29 +01:00
Brandon Millman
81505ba56c
Fix duplicate BuyQuoteInfo
2018-10-17 10:44:25 -07:00
Brandon Millman
84057934c6
Merge branch 'development' into feature/website/asset-buyer-docs
...
* development: (31 commits)
Update CODEOWNERS
Update CODEOWNERS
Update CODEOWNERS
Add leo to CODEOWNERS on some packages
fix(monorepo-scripts): Format date as UTC not local time.
Bump max bundle size for instant
fix: dont use enum string as type as typedoc gets confused
feat: export AssetData from order-utils
feat: export AssetData from utils
chore: temporarily increase the bundle size for instant
Remove order-utils from dependencies
Run tests on circle CI
Add tests for format and use toFixed instead of round for usd
Remove expiry buffer seconds option from AssetBuyer init
Add ts-optchain and use it instead of lodash get
Hide USD price when ETH-USD price is not available
Rename OrderDetailsRow to EthAmountRow
fix: add Steve's github account to about page, and capitalize AppFolio correctly
Put boundNoop in a util file
Add tnxHash to buy button callbacks
...
2018-10-17 10:30:29 -07:00
Fabio Berger
7c87d2e38b
chore: Update TypeDoc to 0.13.0 (supports TS v3.1)
2018-10-17 16:18:28 +01:00
fragosti
dbf5be6c21
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/move-features-over-from-zrx-buyer
2018-10-16 11:15:17 -07:00
Brandon Millman
4976b34738
feat(asset-buyer): add missing types to public interface
2018-10-16 10:00:49 -07:00
Brandon Millman
7aab4d10de
feat(asset-buyer): add hooks for documentation
2018-10-16 10:00:41 -07:00
fragosti
43f8f2abbd
feat: add changelog entries for changed packages
2018-10-15 14:20:31 -07:00
Alex Browne
e3af06ab10
Update CHANGELOG.json for all changed packages
2018-10-15 14:11:20 -07:00
Alex Browne
974ec23ecd
Apply various PR feedback
2018-10-15 13:38:33 -07:00
Alex Browne
1e9ea09f08
Introduce new contract-addresses package and use it everywhere
2018-10-15 13:38:33 -07:00
Alex Browne
770cf52933
Remove unused copyfiles dependencies
2018-10-15 13:37:57 -07:00
Alex Browne
3da032fb24
update asset-buyer to use new artifacts and abi-gen wrappers packages
2018-10-15 13:36:59 -07:00
fragosti
1c92ae0ed0
fix: export BuyQuoteInfo from asset-buyer
2018-10-11 17:34:43 -07:00
Brandon Millman
cd8e6d9cdf
Update the CHANGELOG
2018-10-09 16:36:19 -07:00
Brandon Millman
f2fdb6e47d
Add comments for expiryBuffer
2018-10-09 14:28:54 -07:00
Brandon Millman
f9f8e06c1c
Fix incorrect affiliate fee calculations and associated tests
2018-10-05 15:42:19 -07:00
Brandon Millman
cb1311ecc5
Increase default expiryBufferSeconds from 15 to 300 (5 minutes)
2018-10-05 15:25:54 -07:00
Brandon Millman
9ba00a1077
Add comments for gasPrice and gasLimit
2018-10-05 15:24:11 -07:00
fragosti
405234133b
Fix order expiration calc bug and expose gas options to executeBuyQuote
2018-10-05 13:40:26 -07:00
Brandon Millman
b5d88079d9
Publish
...
- 0x.js@1.0.8
- @0xproject/abi-gen@1.0.13
- @0xproject/assert@1.0.13
- @0xproject/asset-buyer@2.0.0
- @0xproject/base-contract@3.0.1
- @0xproject/connect@3.0.1
- @0xproject/contract-wrappers@2.0.2
- contracts@2.1.49
- @0xproject/dev-utils@1.0.12
- ethereum-types@1.0.11
- @0xproject/fill-scenarios@1.0.7
- @0xproject/instant@0.0.2
- @0xproject/json-schemas@1.0.7
- @0xproject/metacoin@0.0.23
- @0xproject/migrations@1.0.14
- @0xproject/monorepo-scripts@1.0.11
- @0xproject/order-utils@1.0.7
- @0xproject/order-watcher@2.1.1
- @0xproject/react-docs@1.0.13
- @0xproject/react-shared@1.0.15
- @0xproject/sol-compiler@1.1.7
- @0xproject/sol-cov@2.1.7
- @0xproject/sol-doc@1.0.2
- @0xproject/sol-resolver@1.0.14
- @0xproject/sra-report@1.0.13
- @0xproject/sra-spec@1.0.6
- @0xproject/subproviders@2.0.7
- @0xproject/testnet-faucets@1.0.51
- @0xproject/tslint-config@1.0.8
- @0xproject/types@1.1.4
- @0xproject/typescript-typings@3.0.2
- @0xproject/utils@2.0.2
- @0xproject/web3-wrapper@3.0.3
- @0xproject/website@0.0.54
2018-10-04 15:52:06 -07:00
Brandon Millman
266440f7c3
Updated CHANGELOGS
2018-10-04 15:51:56 -07:00
Brandon Millman
63d97f4c88
Update BuyQuote interface
2018-10-04 14:37:34 -07:00
Brandon Millman
4394036e34
Add missing default options
2018-10-03 23:46:07 -07:00
Brandon Millman
a7a007435c
Remove unused constants
2018-10-03 23:23:53 -07:00
Brandon Millman
24e0fbd7b9
Add fee order with a takerFee
2018-10-03 23:22:38 -07:00
Brandon Millman
059162a90a
Add additional order factory methods and refactor test to use them
2018-10-03 23:22:13 -07:00
Brandon Millman
250a9a4809
Add comments about buy quote calculation
2018-10-03 22:54:32 -07:00
Brandon Millman
10f54893ef
Update CHANGELOG
2018-10-03 14:59:06 -07:00
Brandon Millman
93736c1567
Fix linter
2018-10-03 14:52:44 -07:00
Brandon Millman
260db053fe
Add additional test for slippage
2018-10-03 14:51:24 -07:00
Brandon Millman
57b4396193
Add buy_quote_calculator_test
2018-10-03 14:51:24 -07:00
Brandon Millman
efe173e4f7
Update README
2018-10-02 16:30:46 -07:00
Brandon Millman
42083e1408
Fix linter errors
2018-10-02 16:23:54 -07:00
Brandon Millman
343b922ec1
Merge branch 'development' into feature/asset-buyer/improve-asset-buyer-manager
...
* development: (178 commits)
Change cache key back to repo from repo-built
Change the lint command back
Merge build & install
Remove deps cache all together
Cache all nested node_modules directories
Explicitly specify yarn cache folder
Ignore linter issues
Fix linter issue
Separate deps and built caches
Build tslint rules before running linter
Cache yarn cache directory without node modules
Run linter before prettier as it fails more often
Add yarn cache path
Split CI install and build steps
Move bundle-size out of static tests and don't wait for a build with static tests
Introduce a build:ci command that doesn't build webpack bundles
Measure only one bundle size as they're the same
Fix linter errors
Fix no_website CI builds
Check bundle size on CI
...
2018-10-02 16:13:16 -07:00
Brandon Millman
6deb027bdf
Clean up interfaces and exports
2018-10-02 16:10:41 -07:00
Brandon Millman
75679835a7
Remove static methods to retrieve assetDatas from SRA
2018-10-02 15:52:27 -07:00
Brandon Millman
75d6970e6c
Add AssetUnavailable error
2018-10-02 15:44:11 -07:00
Brandon Millman
b3a868da0e
Merge AssetBuyer and AssetBuyerManager
2018-10-02 13:54:57 -07:00
Leonid Logvinov
f4e4eef48e
Introduce a build:ci command that doesn't build webpack bundles
2018-10-02 15:09:24 +02:00
Leonid Logvinov
8b7888b736
Updated CHANGELOGS
2018-10-02 12:37:34 +02:00
Fabio Berger
ac14dd2b29
Publish
...
- 0x.js@1.0.7
- @0xproject/abi-gen@1.0.12
- @0xproject/assert@1.0.12
- @0xproject/asset-buyer@1.0.2
- @0xproject/base-contract@3.0.0
- @0xproject/connect@3.0.0
- @0xproject/contract-wrappers@2.0.1
- contracts@2.1.48
- @0xproject/dev-utils@1.0.11
- ethereum-types@1.0.9
- @0xproject/fill-scenarios@1.0.6
- @0xproject/json-schemas@1.0.5
- @0xproject/metacoin@0.0.22
- @0xproject/migrations@1.0.13
- @0xproject/monorepo-scripts@1.0.10
- @0xproject/order-utils@1.0.6
- @0xproject/order-watcher@2.1.0
- @0xproject/react-docs@1.0.12
- @0xproject/react-shared@1.0.13
- @0xproject/sol-compiler@1.1.6
- @0xproject/sol-cov@2.1.6
- @0xproject/sol-doc@1.0.1
- @0xproject/sol-resolver@1.0.12
- @0xproject/sra-report@1.0.12
- @0xproject/sra-spec@1.0.5
- @0xproject/subproviders@2.0.6
- @0xproject/testnet-faucets@1.0.50
- @0xproject/types@1.1.2
- @0xproject/typescript-typings@3.0.0
- @0xproject/utils@2.0.0
- @0xproject/web3-wrapper@3.0.2
- @0xproject/website@0.0.53
2018-09-28 19:16:07 +01:00
Fabio Berger
c354129b6f
Updated CHANGELOGS
2018-09-28 19:15:38 +01:00
Fabio Berger
1b35a6e3b5
Publish
...
- 0x.js@1.0.6
- @0xproject/abi-gen@1.0.11
- @0xproject/assert@1.0.11
- @0xproject/asset-buyer@1.0.1
- @0xproject/base-contract@2.0.5
- @0xproject/connect@2.0.4
- @0xproject/contract-wrappers@2.0.0
- contracts@2.1.47
- @0xproject/dev-utils@1.0.10
- ethereum-types@1.0.8
- @0xproject/fill-scenarios@1.0.5
- @0xproject/json-schemas@1.0.4
- @0xproject/metacoin@0.0.21
- @0xproject/migrations@1.0.12
- @0xproject/order-utils@1.0.5
- @0xproject/order-watcher@2.0.0
- @0xproject/react-docs@1.0.11
- @0xproject/react-shared@1.0.12
- @0xproject/sol-compiler@1.1.5
- @0xproject/sol-cov@2.1.5
- @0xproject/sol-resolver@1.0.11
- @0xproject/sra-report@1.0.11
- @0xproject/sra-spec@1.0.4
- @0xproject/subproviders@2.0.5
- @0xproject/testnet-faucets@1.0.49
- @0xproject/types@1.1.1
- @0xproject/typescript-typings@2.0.2
- @0xproject/utils@1.0.11
- @0xproject/web3-wrapper@3.0.1
- @0xproject/website@0.0.52
2018-09-25 21:34:14 +01:00