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
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
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
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
f4e4eef48e
Introduce a build:ci command that doesn't build webpack bundles
2018-10-02 15:09:24 +02:00
Leonid Logvinov
f884cc826f
Fix linter errors
2018-10-02 15:09:23 +02:00
Leonid Logvinov
f80faf0b48
Update package.json versions to match the npm ones
2018-10-02 14:45:16 +02:00
Leonid Logvinov
8b7888b736
Updated CHANGELOGS
2018-10-02 12:37:34 +02:00
Leonid Logvinov
a9ec51ac10
Remove 0x.js bundles from .npmignore
2018-10-02 12:13:38 +02:00
Brandon Millman
c1fb0d7fdf
Add Jason to website
2018-10-01 11:52:49 -07:00
Fabio Berger
dbbf04bc7d
Fix bug in sol-doc
2018-10-01 17:53:19 +01:00
Fabio Berger
6ffdc318e7
Disable max file line count tslint rule for types file
2018-10-01 16:10:22 +01:00
Fabio Berger
de7470d936
merge development
2018-09-30 07:31:34 +01:00
Fabio Berger
b9eb2b3918
Add test that structs are documented in separate section
2018-09-29 14:22:49 +01:00
Fabio Berger
2b6a9911f5
Add test for methodSignature gen for methods with param/return structs
2018-09-29 14:22:33 +01:00
Fabio Berger
005b7a55e8
Fix tests
2018-09-29 14:22:05 +01: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
c7e26cd448
Un-nest the interface to fix the doc rendering
2018-09-28 18:59:28 +01:00
Fabio Berger
033340e304
Fix typo
2018-09-28 18:38:10 +01:00
Fabio Berger
9ae60d0abe
Export class instead of function
2018-09-28 17:20:24 +01:00
fragosti
2471e10346
Have React setup with basic build working
2018-09-28 13:09:16 +02:00
Fabio Berger
005a2e12ba
Fix badge alignment
2018-09-28 11:33:30 +01:00
Fabio Berger
6dff24906e
Fix network badges for V1 and add them for V2
2018-09-28 11:05:13 +01:00