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
67e689158f
Add missing yarn.lock changes
2018-10-01 17:53:30 +01:00
Fabio Berger
dbbf04bc7d
Fix bug in sol-doc
2018-10-01 17:53:19 +01:00
Fabio Berger
bad6761e13
Merge pull request #1099 from 0xProject/solidityDocRefImprovements
...
Solidity Doc Improvements
2018-10-01 16:37:44 +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
@0xproject/sol-cov@2.1.6
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
@0xproject/dev-utils@1.0.11
@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-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
contracts@2.1.48
ethereum-types@1.0.9
monorepo@ac14dd2
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
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
Fabio Berger
398b292636
Add more basic types
2018-09-28 11:04:51 +01:00
Fabio Berger
545472a38f
Fix section headers
2018-09-28 10:50:55 +01:00
Fabio Berger
28f5cd0641
Only add Stucts section if there are any
2018-09-28 10:30:24 +01:00
Fabio Berger
144561c53b
Fix missing devdoc comments in output by fixing improper encoding of methodSignatures
2018-09-28 10:28:57 +01:00
Jacob Evans
a737cfa004
Merge pull request #1090 from 0xProject/bug/contract-wrappers/handle-revert-with-reason
...
[contract-wrappers] Test revert with reason when decoding call result
2018-09-28 00:21:15 +00:00
Jacob Evans
21f6072186
Handle revert with reason when decoding call result
...
We use in-process ganache which throws on an RPC error. This means all of our tests get a nice revert error thrown when testing against ganache. This is not possible with RPC providers and a revert with reason result is returned. Our callAsync doesn't handle this and attempts to decode the revert with reason error log as a successful log, which results in an error while decoding.
This only works with our fork of ethers https://github.com/ethers-io/ethers.js/pull/188 and will need to be re-worked when updating to Ethers.js 4
2018-09-28 09:59:58 +10:00
Alex Browne
94badedad4
Remove yarn postinstall hack ( #1098 )
2018-09-27 15:34:01 -07:00
Fabio Berger
8531f52456
Switch over remaining usage of sections.types
for typeSectionName
2018-09-27 23:32:29 +01:00
Fabio Berger
092b184f45
Fix linter
2018-09-27 23:30:11 +01:00
Fabio Berger
b2ff7bda02
Explain cast to any
2018-09-27 23:24:05 +01:00
Fabio Berger
e0ff3484cf
Improve switch case
2018-09-27 23:20:21 +01:00
Fabio Berger
95e84aae49
Improve comment
2018-09-27 23:18:32 +01:00
Fabio Berger
338b7d2ec0
Alphabetize
2018-09-27 23:16:55 +01:00
Fabio Berger
37ab789e84
Remove excessive type
2018-09-27 23:14:34 +01:00
Fabio Berger
957af23a64
Include structs section so that we can render struct params/return values properly with a popover
2018-09-27 23:02:12 +01:00
Fabio Berger
d4077ae970
Fix linter
2018-09-27 23:01:12 +01:00
Fabio Berger
17d4b467d4
Only show arguments if the params are named (i.e not generated getters)
2018-09-27 23:00:25 +01:00
Fabio Berger
ac878d8fdb
Improve keys
2018-09-27 23:00:01 +01:00
Fabio Berger
ac04dbf7e4
Re-use interface component for rendering structs but label it differently
2018-09-27 19:50:02 +01:00
Fabio Berger
cfddea931d
Make sure basic solidity types are colored orange
2018-09-27 19:49:07 +01:00
Fabio Berger
a6672e0190
Don't render colon for auto-generated getters
2018-09-27 19:43:10 +01:00
Fabio Berger
5347bf587f
Render fallback functions better
2018-09-27 18:55:01 +01:00
Fabio Berger
63ffdb3895
Improve key
2018-09-27 18:52:51 +01:00
Fabio Berger
e7b1374f23
Fix dropdown menu item so it says "0x smart contracts" not "smart contract"
2018-09-27 18:52:37 +01:00
Fabio Berger
ceff5c9c2b
Rename for clarity
2018-09-27 18:52:14 +01:00
Fabio Berger
dddfe8ae50
Add typeSectionName to docsInfo so we don't use hard-coded "Types"
2018-09-27 18:51:30 +01:00
Fabio Berger
c0498944c3
Add more robust key
2018-09-27 18:40:38 +01:00
Fabio Berger
5cc11912a7
Pull in only contracts we want rendered on the doc page
2018-09-27 18:39:27 +01:00
Leonid Logvinov
bf3795d2ac
Merge pull request #1097 from 0xProject/feature/export-expiration-watcher
...
Export ExpirationWatcher from OrderWatcher
2018-09-27 12:53:36 +02:00
Leonid Logvinov
bc48bc99c3
Add PR number
2018-09-27 12:53:05 +02:00
Leonid Logvinov
51bfd1ca5e
Export ExpirationWatcher from OrderWatcher
2018-09-27 12:48:48 +02:00
Leonid Logvinov
9160cd4983
Merge pull request #1069 from 0xProject/feature/ts-ethers
...
Upgrade to TS version of ethers
2018-09-27 12:47:00 +02:00