Fabio Berger
6c9f7839c3
Merge branch 'development' into dev-section-redesign
...
* development:
Clarifies use of schemas outside of Javascript/TypeScript.
Fix typo
Add asset-buyer to published packages section in README
Publish
Updated CHANGELOGS
Update BuyQuote interface
Add missing default options
Remove unused constants
Add fee order with a takerFee
Add additional order factory methods and refactor test to use them
Add comments about buy quote calculation
Update CHANGELOG
Fix linter
Add additional test for slippage
Add buy_quote_calculator_test
2018-10-09 11:42:35 +02:00
Joe Ardent
34c00eaeb3
Clarifies use of schemas outside of Javascript/TypeScript.
2018-10-07 21:28:11 -07:00
Fabio Berger
6cc9631ef6
remove unused import
2018-10-05 17:58:54 +01:00
Fabio Berger
2966ab12e0
Move valid-url import to react-shared
2018-10-05 17:58:34 +01:00
Fabio Berger
3ce665eeab
Fix comment
2018-10-05 17:58:22 +01:00
Fabio Berger
03bfc7dd40
Fix liinter
2018-10-05 17:34:46 +01:00
Fabio Berger
a5d0066d00
Convert TutorialButton to styled component
2018-10-05 17:28:03 +01:00
Fabio Berger
df7210163a
Convert more divs to containers and text components
2018-10-05 15:33:15 +01:00
Fabio Berger
ded6742ddd
remove inline style
2018-10-05 15:06:59 +01:00
Fabio Berger
fa6bd34899
Remove type prop and instead infer it from the value of to
2018-10-05 14:55:28 +01:00
Fabio Berger
5f2cd33da0
Remove style prop from Link
2018-10-05 13:54:37 +01:00
Fabio Berger
e0355a2e39
Rename scroll container
2018-10-05 12:03:15 +01:00
Fabio Berger
f7aee9c7a9
Remove containerId option and throw if passing in shouldOpenInNewTab with type ReactScroll
2018-10-05 12:00:24 +01:00
Fabio Berger
e7de4b953f
Apply props to all link variants when possible
2018-10-05 11:51:52 +01:00
Fabio Berger
d98de363eb
Render paragraphs with spans so we don't get margin added
2018-10-05 11:46:35 +01:00
Fabio Berger
055763cceb
Fix bug where wiki links in dev dropdown weren't working when on the wiki
2018-10-05 11:13:33 +01:00
Fabio Berger
60ba8d57d4
Fix react warning
2018-10-05 10:13:19 +01: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
ab28e6af35
Merge pull request #1113 from 0xProject/feature/asset-buyer/tests
...
[asset-buyer] Rework min / max rate calc and add tests
2018-10-04 14:49:25 -07:00
Brandon Millman
63d97f4c88
Update BuyQuote interface
2018-10-04 14:37:34 -07:00
Fabio Berger
85045267fe
remove stray logs
2018-10-04 19:26:50 +01:00
Fabio Berger
c9bfb86960
merge base branch
2018-10-04 19:03:01 +01:00
Fabio Berger
3991e66a58
merge developmemnt
2018-10-04 18:59:55 +01:00
Fabio Berger
98db4b1543
force re-build
2018-10-04 16:46:12 +01:00
Fabio Berger
08ba4ffd61
Build website in parallel with other tests since no other test relies on it being built to run
2018-10-04 16:35:30 +01:00
Fabio Berger
d5379ab320
Add back sourceMap support for both dev/prod
2018-10-04 15:58:50 +01:00
Fabio Berger
c613b6741d
Upgrade webpack
2018-10-04 15:47:43 +01: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
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
Fabio Berger
d0b2b4d0aa
Convert more divs to Containers
2018-10-03 19:00:59 +01:00
Fabio Berger
4184c5db85
Use Container and Text where possible
2018-10-03 17:30:23 +01:00
Fabio Berger
7197f26494
rename for clarity
2018-10-03 17:25:23 +01:00
Fabio Berger
46764c2d3f
Fix linter
2018-10-03 17:23:43 +01:00
Fabio Berger
a7955c0964
Remove todo
2018-10-03 17:19:39 +01:00
Fabio Berger
1bef42cdcb
Improve comment
2018-10-03 17:17:16 +01:00
Fabio Berger
8d6bffa96c
Use nestedSidebarMenu component for Dev home
2018-10-03 17:03:05 +01:00
Fabio Berger
72b1c60f39
Fix nit
2018-10-03 16:44:18 +01:00
Fabio Berger
751e8eafe4
Remove stray console.log
2018-10-03 16:41:44 +01:00
Fabio Berger
437612f8b8
Use same Link UI component for react-scroll links
2018-10-03 16:37:59 +01: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