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
F. Eugene Aumson
a21cf0ad83
Merge pull request #1108 from 0xProject/bug/every-artifact-has-every-source
...
fix(sol-compiler): persist artifacts with only relevant sources
2018-10-03 17:44:50 -04:00
F. Eugene Aumson
f614a2425f
fix: comment need for sourceCodes pruning
2018-10-03 10:57:37 -04:00
F. Eugene Aumson
39a336ca6d
fix: use original source ID's from compiler output
...
Previously, was generating fresh source ID's but per @LogvinovLeon 's
comment (cited below) that will likely break existing source code
mappings.
Changed to use the original source code mapping ID's that were generated
by the compiler
https://app.asana.com/0/684263176955174/842516551768097/f
https://github.com/0xProject/0x-monorepo/pull/1108
https://github.com/0xProject/0x-monorepo/pull/1108#pullrequestreview-161059063
2018-10-03 10:44:19 -04:00
Alex Browne
37c55302e7
Fix some small bugs in compiler.ts
2018-10-02 17:29:47 -07:00
Francesco Agosti
bce43a0050
Merge pull request #1109 from 0xProject/feature/instant/init
...
[instant] Initialize the package with dev environment and tests etc..
2018-10-02 17:07:23 -07:00
Brandon Millman
678deccfca
Merge pull request #1086 from 0xProject/feature/asset-buyer/improve-asset-buyer-manager
...
[asset-buyer] Improve API and README
2018-10-02 17:07:12 -07:00
fragosti
81b08c0339
Fix typo in build:ci
2018-10-02 16:34:19 -07:00
Brandon Millman
efe173e4f7
Update README
2018-10-02 16:30:46 -07:00
fragosti
cca12b7170
Make package private
2018-10-02 16:27:21 -07:00
fragosti
49e494ab8d
Ignore bundles in public dir
2018-10-02 16:24:07 -07:00
Brandon Millman
42083e1408
Fix linter errors
2018-10-02 16:23:54 -07:00
fragosti
3cd7253f7b
Add to README
2018-10-02 16:17:44 -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
fragosti
ad56c9ea78
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/init
2018-10-02 16:10:15 -07:00
fragosti
dde918e9a0
Add public dir
2018-10-02 16:06:25 -07:00
fragosti
8990b92dd6
Add build:ci command
2018-10-02 16:02:35 -07:00
Brandon Millman
75679835a7
Remove static methods to retrieve assetDatas from SRA
2018-10-02 15:52:27 -07:00
fragosti
2540660262
Add dev environment
2018-10-02 15:48:00 -07:00
Brandon Millman
75d6970e6c
Add AssetUnavailable error
2018-10-02 15:44:11 -07:00
F. Eugene Aumson
98c1952956
fix: persist artifacts with only relevant sources
...
https://github.com/0xProject/0x-monorepo/pull/1108
https://app.asana.com/0/684263176955174/842516551768097/f
2018-10-02 17:50:58 -04:00
Brandon Millman
b3a868da0e
Merge AssetBuyer and AssetBuyerManager
2018-10-02 13:54:57 -07:00
fragosti
20f18c3054
Clean up package json
2018-10-02 13:34:32 -07:00
fragosti
a64bee9f83
Tests are working with coverage
2018-10-02 13:29:14 -07:00
Leonid Logvinov
f1ecb8c5cb
Merge pull request #1104 from 0xProject/feature/bundlesize
...
Bundle size reporting
2018-10-02 15:29:49 +02:00
Leonid Logvinov
a4153144db
Change cache key back to repo from repo-built
2018-10-02 15:09:25 +02:00
Leonid Logvinov
d6e0dc4bd2
Change the lint command back
2018-10-02 15:09:25 +02:00
Leonid Logvinov
fed7e0c858
Merge build & install
2018-10-02 15:09:25 +02:00
Leonid Logvinov
8ee34c49a9
Remove deps cache all together
2018-10-02 15:09:25 +02:00
Leonid Logvinov
194a5de564
Cache all nested node_modules directories
2018-10-02 15:09:25 +02:00
Leonid Logvinov
cc7710abd2
Explicitly specify yarn cache folder
2018-10-02 15:09:25 +02:00
Leonid Logvinov
10f3ee32a4
Ignore linter issues
2018-10-02 15:09:25 +02:00
Leonid Logvinov
8c985eb579
Fix linter issue
2018-10-02 15:09:24 +02:00
Leonid Logvinov
3a93c8a6e0
Separate deps and built caches
2018-10-02 15:09:24 +02:00
Leonid Logvinov
86cc98b245
Build tslint rules before running linter
2018-10-02 15:09:24 +02:00
Leonid Logvinov
ddc0813d90
Cache yarn cache directory without node modules
2018-10-02 15:09:24 +02:00
Leonid Logvinov
a02e6c0441
Run linter before prettier as it fails more often
2018-10-02 15:09:24 +02:00
Leonid Logvinov
52ac84335c
Add yarn cache path
2018-10-02 15:09:24 +02:00
Leonid Logvinov
97616eb8e4
Split CI install and build steps
2018-10-02 15:09:24 +02:00
Leonid Logvinov
9e3d1cd63d
Move bundle-size out of static tests and don't wait for a build with static tests
2018-10-02 15:09:24 +02: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
16720d4fc7
Measure only one bundle size as they're the same
2018-10-02 15:09:24 +02:00
Leonid Logvinov
f884cc826f
Fix linter errors
2018-10-02 15:09:23 +02:00
Leonid Logvinov
1059acf56f
Fix no_website CI builds
2018-10-02 15:09:23 +02:00
Leonid Logvinov
c3be851c18
Check bundle size on CI
2018-10-02 15:09:23 +02:00
Leonid Logvinov
00051ae5bb
Add a command to run bundle size reporter
2018-10-02 15:09:23 +02:00