aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* chore: Remove unused propFabio Berger2018-10-162-6/+1
|
* chore: convert to stateless componentFabio Berger2018-10-161-7/+3
|
* chore: simplifyFabio Berger2018-10-161-1/+1
|
* style: improve menu & logo alignmentFabio Berger2018-10-161-2/+5
|
* chore: Implement newest topBarFabio Berger2018-10-164-77/+25
|
* chore: remove unused importsFabio Berger2018-10-161-2/+1
|
* chore: get menu onHover darken backFabio Berger2018-10-161-37/+27
|
* chore: change landing "build on 0x" to link to developer home, not 0x.js docsFabio Berger2018-10-161-2/+2
|
* chore: remove wiki from main website topBarFabio Berger2018-10-161-32/+1
|
* chore: Replace FAQ with Developer home in footerFabio Berger2018-10-161-4/+4
|
* Replace sandbox with wiki in developer popoverFabio Berger2018-10-161-5/+4
|
* chore: move wiki to Developers sectionFabio Berger2018-10-163-149/+65
|
* chore: fix padding issueFabio Berger2018-10-161-3/+5
|
* chore: replace Github with Wiki in topBar and refactor so can display ↵Fabio Berger2018-10-161-15/+21
| | | | internal & external links
* feat: highlighted sidebar as you scroll on doc reference pagesFabio Berger2018-10-165-20/+58
|
* chore: Remove unused stateFabio Berger2018-10-151-19/+1
|
* Chore: Only render one sidebar at a timeFabio Berger2018-10-152-3/+5
|
* fix: menu item overflow issueFabio Berger2018-10-151-0/+3
|
* chore: improve rendering of sidebar top section on mobileFabio Berger2018-10-152-2/+6
|
* chore: fix missed class renameFabio Berger2018-10-151-11/+1
|
* fix: Nested a tag warning in console by not rendering a tags within type ↵Fabio Berger2018-10-153-43/+54
| | | | definition popovers
* chore: improve colorsFabio Berger2018-10-152-3/+3
|
* chore: many small stylistic changesFabio Berger2018-10-158-9/+110
|
* chore: improve styling of sidebarFabio Berger2018-10-151-1/+1
|
* chore: fix key issueFabio Berger2018-10-151-1/+1
|
* chore: round border of code snippetsFabio Berger2018-10-151-0/+1
|
* chore: only show sidebar once docs have loadedFabio Berger2018-10-141-1/+3
|
* fix: Dropdown component so that re-clicking the activeNode when dropdown is ↵Fabio Berger2018-10-141-1/+1
| | | | open, closes it
* Fix sidebar top so long titles display correctlyFabio Berger2018-10-141-5/+5
|
* Chore: remove unused importsFabio Berger2018-10-131-6/+3
|
* Fix: Make width variableFabio Berger2018-10-131-1/+1
|
* Remove doc menus from main topBarFabio Berger2018-10-131-65/+4
|
* Implement new version dropdown and remove it from nestedTopBarFabio Berger2018-10-135-62/+124
|
* Fix sidebar shifting onHover due to scrollbar widthFabio Berger2018-10-131-2/+11
|
* fix: Remove unnecessary onClick prop from NestedSidebar, since one can ↵Fabio Berger2018-10-132-16/+3
| | | | listen to container element onClick
* Pass down sidebar instead of sectionNameToLinksFabio Berger2018-10-134-19/+17
|
* Make all doc reference pages responsiveFabio Berger2018-10-1211-11/+33
|
* Improve loadingFabio Berger2018-10-121-26/+17
|
* If sidebar menu item links to internal page, no longer open in new tabFabio Berger2018-10-121-15/+0
|
* Add Getting starter sidebar headerFabio Berger2018-10-1211-35/+24
|
* Refactor Home so that Dev section chrome is reusable across pagesFabio Berger2018-10-1214-854/+780
|
* style: Make width of developer section same as rest of website (1064px)Fabio Berger2018-10-111-1/+1
|
* merge dev-section-redesignFabio Berger2018-10-11118-498/+3261
|\
| * Merge branch 'development' into dev-section-redesignFabio Berger2018-10-11118-498/+3261
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (62 commits) Fix linter error Upgrade ethereum-types Lint and update deps Be more explicit with falsiness Add type to cssRuleIfExists Fix issue where we throw if non-numeric characters are used in input Upgrade to more recent types, fix yarn.lock [fix]: [testnet-faucet] Exit 1 on build fail Explains tools we want them to use Add note about button Add dev-tools-pages bundles to gitignore Improve README Fix button and center Increase max bundle size for instant Add stuff Initial project scaffolding Change tslint config to remove conflicts with prettier fix: [testnet-faucet] Signing of orders Update the CHANGELOG Add comments for expiryBuffer ...
| | * Merge pull request #1125 from 0xProject/feature/starter-dev-tools-pagesLeonid Logvinov2018-10-1122-0/+1295
| | |\ | | | | | | | | Initial project scaffolding for dev tools pages
| | | * Fix linter errorLeonid Logvinov2018-10-111-2/+0
| | | |
| | | * Explains tools we want them to useFabio Berger2018-10-111-0/+14
| | | |
| | | * Add note about buttonFabio Berger2018-10-111-0/+4
| | | |
| | | * Improve READMEFabio Berger2018-10-111-12/+27
| | | |
| | | * Fix button and centerFabio Berger2018-10-112-10/+12
| | | |
| | | * Add stuffFabio Berger2018-10-1013-4/+927
| | | |
| | | * Initial project scaffoldingLeonid Logvinov2018-10-1015-0/+339
| | | |
| | * | Merge pull request #1114 from 0xProject/feature/instant/redux-styles-containerFrancesco Agosti2018-10-1122-6/+653
| | |\ \ | | | | | | | | | | [instant] Add styles and redux to instant
| | | * | Upgrade ethereum-typesfragosti2018-10-111-1/+1
| | | | |
| | | * | Lint and update depsfragosti2018-10-112-3/+3
| | | | |
| | | * | Be more explicit with falsinessfragosti2018-10-111-1/+1
| | | | |
| | | * | Add type to cssRuleIfExistsfragosti2018-10-111-1/+2
| | | | |
| | | * | Fix issue where we throw if non-numeric characters are used in inputfragosti2018-10-111-2/+7
| | | | |
| | | * | Upgrade to more recent types, fix yarn.lockfragosti2018-10-111-1/+1
| | | | |
| | | * | Change tslint config to remove conflicts with prettierfragosti2018-10-101-1/+2
| | | | |
| | | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-1074-475/+1297
| | | |\| | | | | | | | | | | | | | | | feature/instant/redux-styles-container
| | | * | Fix empty input bugfragosti2018-10-102-5/+9
| | | | |
| | | * | Center 0x instantfragosti2018-10-101-3/+4
| | | | |
| | | * | Apply linterfragosti2018-10-056-12/+10
| | | | |
| | | * | Create SelectedAssetInputAmountfragosti2018-10-056-15/+72
| | | | |
| | | * | Add Input and AmountInput componentfragosti2018-10-055-3/+75
| | | | |
| | | * | Add border radiosfragosti2018-10-052-2/+2
| | | | |
| | | * | Add box shadow and default box-sizing: border-box to containerfragosti2018-10-055-9/+11
| | | | |
| | | * | Add BuyButton and other small improvementfragosti2018-10-057-19/+147
| | | | |
| | | * | Add faux order details sectionfragosti2018-10-053-40/+15
| | | | |
| | | * | Create zrx instant container headingfragosti2018-10-053-21/+37
| | | | |
| | | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-0590-398/+508
| | | |\ \ | | | | | | | | | | | | | | | | | | feature/instant/redux-styles-container
| | | * | | apply prettierfragosti2018-10-051-7/+1
| | | | | |
| | | * | | Remove deps we probably dont needfragosti2018-10-051-2/+0
| | | | | |
| | | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-0519-169/+547
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | feature/instant/redux-styles-container
| | | * | | | Fix linting problemsfragosti2018-10-053-4/+4
| | | | | | |
| | | * | | | Improve utilities and try to use them in simple form componentfragosti2018-10-058-23/+89
| | | | | | |
| | | * | | | Add Flex and Container componentfragosti2018-10-053-0/+91
| | | | | | |
| | | * | | | Add some ui componentsfragosti2018-10-046-14/+166
| | | | | | |
| | | * | | | Add Inter UI fontfragosti2018-10-042-2/+7
| | | | | | |
| | | * | | | Add redux to 0x instantfragosti2018-10-045-4/+49
| | | | | | |
| | | * | | | Add styled-components with themefragosti2018-10-043-2/+38
| | | | | | |
| | * | | | | [fix]: [testnet-faucet] Exit 1 on build failJacob Evans2018-10-111-18/+17
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | If we detect any compilation errors then exit with 1
| | * | | | Merge pull request #1116 from 0xProject/feature/asset-buyer/api-tweaksBrandon Millman2018-10-107-18/+40
| | |\ \ \ \ | | | | | | | | | | | | | | [asset-buyer] Fix order expiration calc bug and expose gas options to executeBuyQuote
| | | * \ \ \ Merge branch 'development' into feature/asset-buyer/api-tweaksBrandon Millman2018-10-1066-454/+1256
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Define bundlewatch.ci.repoBranchBase Stop accesing ethers private methods Fix merge conflicts Fix ethers build issue Upgrade ethers.js version Fix branch name Add max sizes Use bundlewatch instead of bundlesize Move Metamask Error to OrderErrors Update the exported types for the packages which touch RPC providers Throw and handle errors from Providers. Clarifies use of schemas outside of Javascript/TypeScript. Detect MM on signature validation failure. Return SignedOrder from signing utils. Update 0x.js Changelog Add eth_signTypedData support to our wallet subproviders Move SignTypedData to utils package Introduce Metamask Subprovider. Expose eth_signTypedData functionality for order signing
| | | * | | | | Update the CHANGELOGBrandon Millman2018-10-101-0/+8
| | | | | | | |
| | | * | | | | Add comments for expiryBufferBrandon Millman2018-10-102-2/+2
| | | | | | | |
| | | * | | | | Fix incorrect affiliate fee calculations and associated testsBrandon Millman2018-10-062-14/+20
| | | | | | | |
| | | * | | | | Increase default expiryBufferSeconds from 15 to 300 (5 minutes)Brandon Millman2018-10-061-1/+1
| | | | | | | |
| | | * | | | | Add comments for gasPrice and gasLimitBrandon Millman2018-10-061-0/+2
| | | | | | | |
| | | * | | | | Fix order expiration calc bug and expose gas options to executeBuyQuotefragosti2018-10-063-2/+8
| | | | |_|_|/ | | | |/| | |
| | * | | | | fix: [testnet-faucet] Signing of ordersJacob Evans2018-10-101-3/+1
| | | |/ / / | | |/| | | | | | | | | | | | | | | Signing of orders changed in order-utils but forgot to update testnet faucet
| | * | | | Stop accesing ethers private methodsLeonid Logvinov2018-10-093-9/+7
| | | | | |
| | * | | | Fix ethers build issueLeonid Logvinov2018-10-093-9/+11
| | | | | |
| | * | | | Upgrade ethers.js versionLeonid Logvinov2018-10-0911-11/+11
| | | | | |
| | * | | | Merge pull request #1102 from 0xProject/feature/0x.js/eip712-sign-typed-dataJacob Evans2018-10-0951-434/+1236
| | |\ \ \ \ | | | | | | | | | | | | | | [0x.js][order-utils][web3-wrapper] Expose eth_signTypedData functionality for order signing
| | | * | | | Move Metamask Error to OrderErrorsJacob Evans2018-10-093-10/+9
| | | | | | |
| | | * | | | Update the exported types for the packages which touch RPC providersJacob Evans2018-10-095-3/+24
| | | | | | |
| | | * | | | Throw and handle errors from Providers.Jacob Evans2018-10-0922-89/+205
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask
| | | * | | | Detect MM on signature validation failure.Jacob Evans2018-10-081-24/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Report a developer friendly error in this event to educate them on the compatability wrapper MetamaskSubprovider
| | | * | | | Return SignedOrder from signing utils.Jacob Evans2018-10-0525-192/+380
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a helper back in EIP712Utils for code cleanup. Moved constants in order-utils into the constants object
| | | * | | | Update 0x.js ChangelogJacob Evans2018-10-051-0/+18
| | | | | | |
| | | * | | | Add eth_signTypedData support to our wallet subprovidersJacob Evans2018-10-0520-86/+326
| | | | | | |
| | | * | | | Move SignTypedData to utils packageJacob Evans2018-10-059-152/+234
| | | | | | |
| | | * | | | Introduce Metamask Subprovider.Jacob Evans2018-10-0514-219/+225
| | | | | | | | | | | | | | | | | | | | | | | | | | | | MM has a number of inconsistencies with other providers when implementing the JSON RPC interface. This subprovider wraps those nuances so they do not leak into the rest of our code
| | | * | | | Expose eth_signTypedData functionality for order signingJacob Evans2018-10-058-16/+144
| | | |/ / /
* | | | | | fix(website): remove deadzone between "Developers" menu item and dropdown so ↵Fabio Berger2018-10-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | it never closes when hovering between the two
* | | | | | fix(website): Avoid hover activated dropdown from closing when activeNode is ↵Fabio Berger2018-10-111-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | clicked
* | | | | | Replace Rollbar UMD with regular importFabio Berger2018-10-102-2/+4
|/ / / / /
* | | | | Merge branch 'development' into dev-section-redesignFabio Berger2018-10-0997-460/+878
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | Clarifies use of schemas outside of Javascript/TypeScript.Joe Ardent2018-10-081-1/+1
| |/ / /
| * | | Publishethereum-types@1.0.11contracts@2.1.49@0xproject/website@0.0.54@0xproject/web3-wrapper@3.0.3@0xproject/utils@2.0.2@0xproject/typescript-typings@3.0.2@0xproject/types@1.1.4@0xproject/tslint-config@1.0.8@0xproject/testnet-faucets@1.0.51@0xproject/subproviders@2.0.7@0xproject/sra-spec@1.0.6@0xproject/sra-report@1.0.13@0xproject/sol-resolver@1.0.14@0xproject/sol-doc@1.0.2@0xproject/sol-cov@2.1.7@0xproject/sol-compiler@1.1.7@0xproject/react-shared@1.0.15@0xproject/react-docs@1.0.13@0xproject/order-watcher@2.1.1@0xproject/order-utils@1.0.7@0xproject/monorepo-scripts@1.0.11@0xproject/migrations@1.0.14@0xproject/metacoin@0.0.23@0xproject/json-schemas@1.0.7@0xproject/instant@0.0.2@0xproject/fill-scenarios@1.0.7@0xproject/dev-utils@1.0.12@0xproject/contract-wrappers@2.0.2@0xproject/connect@3.0.1@0xproject/base-contract@3.0.1@0xproject/asset-buyer@2.0.0@0xproject/assert@1.0.13@0xproject/abi-gen@1.0.130x.js@1.0.8Brandon Millman2018-10-0534-260/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | Updated CHANGELOGSBrandon Millman2018-10-0556-141/+251
| | |/ | |/|
| * | Merge pull request #1113 from 0xProject/feature/asset-buyer/testsBrandon Millman2018-10-057-58/+366
| |\ \ | | | | | | | | [asset-buyer] Rework min / max rate calc and add tests
| | * | Update BuyQuote interfaceBrandon Millman2018-10-055-40/+73
| | | |
| | * | Add missing default optionsBrandon Millman2018-10-041-3/+6
| | | |
| | * | Remove unused constantsBrandon Millman2018-10-041-3/+0
| | | |
| | * | Add fee order with a takerFeeBrandon Millman2018-10-041-2/+6
| | | |
| | * | Add additional order factory methods and refactor test to use themBrandon Millman2018-10-042-61/+61
| | | |
| | * | Add comments about buy quote calculationBrandon Millman2018-10-041-0/+2
| | | |
| | * | Update CHANGELOGBrandon Millman2018-10-041-0/+4
| | | |
| | * | Fix linterBrandon Millman2018-10-041-2/+0
| | | |
| | * | Add additional test for slippageBrandon Millman2018-10-042-18/+70
| | | |
| | * | Add buy_quote_calculator_testBrandon Millman2018-10-042-31/+246
| | | |
* | | | remove unused importFabio Berger2018-10-061-1/+0
| | | |
* | | | Move valid-url import to react-sharedFabio Berger2018-10-062-3/+3
| | | |
* | | | Fix commentFabio Berger2018-10-061-1/+1
| | | |
* | | | Fix liinterFabio Berger2018-10-062-2/+1
| | | |
* | | | Convert TutorialButton to styled componentFabio Berger2018-10-061-64/+45
| | | |
* | | | Convert more divs to containers and text componentsFabio Berger2018-10-054-57/+57
| | | |
* | | | remove inline styleFabio Berger2018-10-051-4/+1
| | | |
* | | | Remove type prop and instead infer it from the value of toFabio Berger2018-10-0516-95/+69
| | | |
* | | | Remove style prop from LinkFabio Berger2018-10-0513-64/+56
| | | |
* | | | Rename scroll containerFabio Berger2018-10-055-17/+6
| | | |
* | | | Remove containerId option and throw if passing in shouldOpenInNewTab with ↵Fabio Berger2018-10-051-4/+6
| | | | | | | | | | | | | | | | type ReactScroll
* | | | Apply props to all link variants when possibleFabio Berger2018-10-051-1/+7
| | | |
* | | | Render paragraphs with spans so we don't get margin addedFabio Berger2018-10-051-0/+1
| | | |
* | | | Fix bug where wiki links in dev dropdown weren't working when on the wikiFabio Berger2018-10-053-78/+93
| | | |
* | | | Fix react warningFabio Berger2018-10-051-1/+1
| | | |
* | | | remove stray logsFabio Berger2018-10-052-2/+0
| | | |
* | | | merge base branchFabio Berger2018-10-05151-889/+1796
|\ \ \ \
| * | | | merge developmemntFabio Berger2018-10-05151-889/+1796
| |\| | |
| | * | | force re-buildFabio Berger2018-10-041-1/+1
| | | | |
| | * | | Build website in parallel with other tests since no other test relies on it ↵Fabio Berger2018-10-041-1/+0
| | | | | | | | | | | | | | | | | | | | being built to run
| | * | | Add back sourceMap support for both dev/prodFabio Berger2018-10-041-1/+1
| | | | |
| | * | | Upgrade webpackFabio Berger2018-10-0410-105/+99
| | |/ /
| | * | Merge pull request #1108 from 0xProject/bug/every-artifact-has-every-sourceF. Eugene Aumson2018-10-041-5/+82
| | |\ \ | | | |/ | | |/| fix(sol-compiler): persist artifacts with only relevant sources
| | | * fix: comment need for sourceCodes pruningF. Eugene Aumson2018-10-031-1/+5
| | | |
| | | * fix: use original source ID's from compiler outputF. Eugene Aumson2018-10-031-13/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * Fix some small bugs in compiler.tsAlex Browne2018-10-031-3/+18
| | | |
| | | * fix: persist artifacts with only relevant sourcesF. Eugene Aumson2018-10-031-5/+52
| | | | | | | | | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo/pull/1108 https://app.asana.com/0/684263176955174/842516551768097/f
| | * | Merge pull request #1109 from 0xProject/feature/instant/initFrancesco Agosti2018-10-0316-0/+307
| | |\ \ | | | | | | | | | | [instant] Initialize the package with dev environment and tests etc..
| | | * | Fix typo in build:cifragosti2018-10-031-1/+1
| | | | |
| | | * | Make package privatefragosti2018-10-031-0/+1
| | | | |
| | | * | Ignore bundles in public dirfragosti2018-10-033-32/+2
| | | | |
| | | * | Add to READMEfragosti2018-10-031-0/+20
| | | | |
| | | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-03123-650/+1649
| | | |\| | | | | | | | | | | | | | | | feature/instant/init
| | | * | Add public dirfragosti2018-10-034-0/+62
| | | | |
| | | * | Add build:ci commandfragosti2018-10-031-0/+1
| | | | |
| | | * | Add dev environmentfragosti2018-10-034-8/+25
| | | | |
| | | * | Clean up package jsonfragosti2018-10-031-5/+9
| | | | |
| | | * | Tests are working with coveragefragosti2018-10-032-0/+23
| | | | |
| | | * | Have React setup with basic build workingfragosti2018-09-2811-0/+209
| | | | |
| | * | | Update READMEBrandon Millman2018-10-031-14/+0
| | | | |
| | * | | Fix linter errorsBrandon Millman2018-10-031-1/+1
| | | | |
| | * | | Merge branch 'development' into feature/asset-buyer/improve-asset-buyer-managerBrandon Millman2018-10-03194-1171/+3621
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| | | * | Ignore linter issuesLeonid Logvinov2018-10-021-3/+3
| | | | |
| | | * | Fix linter issueLeonid Logvinov2018-10-0214-45/+31
| | | | |
| | | * | Introduce a build:ci command that doesn't build webpack bundlesLeonid Logvinov2018-10-0233-0/+33
| | | | |
| | | * | Fix linter errorsLeonid Logvinov2018-10-021-1/+1
| | | | |
| | | * | Update package.json versions to match the npm onesLeonid Logvinov2018-10-027-7/+7
| | | | |
| | | * | Updated CHANGELOGSLeonid Logvinov2018-10-0254-0/+351
| | | | |
| | | * | Remove 0x.js bundles from .npmignoreLeonid Logvinov2018-10-021-1/+0
| | | | |
| | | * | Add Jason to websiteBrandon Millman2018-10-022-0/+7
| | | | |
| | | * | Fix bug in sol-docFabio Berger2018-10-022-5/+5
| | | | |
| | | * | Disable max file line count tslint rule for types fileFabio Berger2018-10-011-1/+1
| | | | |
| | | * | merge developmentFabio Berger2018-09-30100-327/+783
| | | |\ \
| | | * | | Add test that structs are documented in separate sectionFabio Berger2018-09-291-0/+7
| | | | | |
| | | * | | Add test for methodSignature gen for methods with param/return structsFabio Berger2018-09-292-0/+44
| | | | | |
| | | * | | Fix testsFabio Berger2018-09-291-4/+1
| | | | | |
| | | * | | Fix typoFabio Berger2018-09-291-2/+2
| | | | | |
| | | * | | Export class instead of functionFabio Berger2018-09-295-526/+529
| | | | | |
| | | * | | Fix badge alignmentFabio Berger2018-09-281-1/+1
| | | | | |
| | | * | | Fix network badges for V1 and add them for V2Fabio Berger2018-09-281-16/+44
| | | | | |
| | | * | | Add more basic typesFabio Berger2018-09-281-1/+1
| | | | | |
| | | * | | Fix section headersFabio Berger2018-09-281-1/+1
| | | | | |
| | | * | | Only add Stucts section if there are anyFabio Berger2018-09-281-9/+11
| | | | | |
| | | * | | Fix missing devdoc comments in output by fixing improper encoding of ↵Fabio Berger2018-09-281-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | methodSignatures
| | | * | | Switch over remaining usage of `sections.types` for `typeSectionName`Fabio Berger2018-09-281-2/+2
| | | | | |
| | | * | | Fix linterFabio Berger2018-09-283-3/+4
| | | | | |
| | | * | | Explain cast to anyFabio Berger2018-09-281-0/+2
| | | | | |
| | | * | | Improve switch caseFabio Berger2018-09-281-4/+4
| | | | | |
| | | * | | Improve commentFabio Berger2018-09-281-4/+4
| | | | | |
| | | * | | AlphabetizeFabio Berger2018-09-281-2/+2
| | | | | |
| | | * | | Remove excessive typeFabio Berger2018-09-281-2/+1
| | | | | |
| | | * | | Include structs section so that we can render struct params/return values ↵Fabio Berger2018-09-282-26/+212
| | | | | | | | | | | | | | | | | | | | | | | | properly with a popover
| | | * | | Fix linterFabio Berger2018-09-281-2/+2
| | | | | |
| | | * | | Only show arguments if the params are named (i.e not generated getters)Fabio Berger2018-09-281-3/+4
| | | | | |
| | | * | | Improve keysFabio Berger2018-09-283-8/+10
| | | | | |
| | | * | | Re-use interface component for rendering structs but label it differentlyFabio Berger2018-09-281-2/+2
| | | | | |
| | | * | | Make sure basic solidity types are colored orangeFabio Berger2018-09-281-1/+2
| | | | | |
| | | * | | Don't render colon for auto-generated gettersFabio Berger2018-09-281-2/+7
| | | | | |
| | | * | | Render fallback functions betterFabio Berger2018-09-282-4/+9
| | | | | |
| | | * | | Improve keyFabio Berger2018-09-281-2/+2
| | | | | |
| | | * | | Fix dropdown menu item so it says "0x smart contracts" not "smart contract"Fabio Berger2018-09-281-1/+1
| | | | | |
| | | * | | Rename for clarityFabio Berger2018-09-281-3/+3
| | | | | |
| | | * | | Add typeSectionName to docsInfo so we don't use hard-coded "Types"Fabio Berger2018-09-282-4/+6
| | | | | |
| | | * | | Add more robust keyFabio Berger2018-09-281-2/+3
| | | | | |
| | | * | | Pull in only contracts we want rendered on the doc pageFabio Berger2018-09-281-1/+1
| | | | | |
| | | * | | Split _genMethodDoc into it and _genFallbackDoc for clarity. Add isFallback ↵Fabio Berger2018-09-272-22/+33
| | | | | | | | | | | | | | | | | | | | | | | | boolean
| | * | | | Clean up interfaces and exportsBrandon Millman2018-10-032-40/+38
| | | | | |
| | * | | | Remove static methods to retrieve assetDatas from SRABrandon Millman2018-10-031-19/+0
| | | | | |
| | * | | | Add AssetUnavailable errorBrandon Millman2018-10-032-7/+4
| | | | | |
| | * | | | Merge AssetBuyer and AssetBuyerManagerBrandon Millman2018-10-035-326/+148
| | | | | |
| | * | | | Add to CHANGELOGfragosti2018-09-251-0/+9
| | | | | |
| | * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-2594-336/+750
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/asset-buyer/improve-asset-buyer-manager
| | * | | | | Make package public again, but add warningfragosti2018-09-252-1/+3
| | | | | | |
| | * | | | | Add AssetBuyerManager to READMEfragosti2018-09-251-0/+14
| | | | | | |
| | * | | | | Use options object convention everywhere, and make package privatefragosti2018-09-257-142/+106
| | | | | | |
| | * | | | | Provide convenience methods on AssetBuyerManagerfragosti2018-09-252-1/+43
| | | | | | |
| | * | | | | Rename StandardRelayerAPIAssetBuyerManager to just AssetBuyerManager and ↵fragosti2018-09-253-25/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | generalize it
* | | | | | | Convert more divs to ContainersFabio Berger2018-10-042-49/+44
| | | | | | |
* | | | | | | Use Container and Text where possibleFabio Berger2018-10-041-12/+11
| | | | | | |
* | | | | | | rename for clarityFabio Berger2018-10-041-2/+2
| | | | | | |
* | | | | | | Fix linterFabio Berger2018-10-046-25/+12
| | | | | | |
* | | | | | | Remove todoFabio Berger2018-10-041-1/+0
| | | | | | |
* | | | | | | Improve commentFabio Berger2018-10-041-3/+4
| | | | | | |
* | | | | | | Use nestedSidebarMenu component for Dev homeFabio Berger2018-10-042-43/+20
| | | | | | |
* | | | | | | Fix nitFabio Berger2018-10-031-1/+1
| | | | | | |
* | | | | | | Remove stray console.logFabio Berger2018-10-031-2/+0
| | | | | | |
* | | | | | | Use same Link UI component for react-scroll linksFabio Berger2018-10-0327-136/+185
| | | | | | |
* | | | | | | remove stray consoleFabio Berger2018-10-031-3/+0
| | | | | | |
* | | | | | | Make whole bottom bar clickable not just the textFabio Berger2018-10-031-13/+13
| | | | | | |
* | | | | | | Don't make opening links in new tab a defaultFabio Berger2018-10-031-3/+6
| | | | | | |
* | | | | | | Decrease size of section descriptionsFabio Berger2018-10-031-1/+1
| | | | | | |
* | | | | | | Add border underneath logo while user is scrollingFabio Berger2018-10-032-6/+30
| | | | | | |
* | | | | | | Align logo and menuFabio Berger2018-10-031-11/+11
| | | | | | |
* | | | | | | Add padding to bottom of scroll areaFabio Berger2018-10-031-3/+7
| | | | | | |
* | | | | | | Fix linkFabio Berger2018-10-031-1/+6
| | | | | | |
* | | | | | | Make tutorial buttons also open in a new tabFabio Berger2018-10-031-3/+18
| | | | | | |
* | | | | | | Convert remaining Links to new UI componentFabio Berger2018-10-033-4/+31
| | | | | | |
* | | | | | | Use new Link UI component everywhere, and add complementary ALink typeFabio Berger2018-10-0320-347/+424
| | | | | | |
* | | | | | | Improve mobile paddingFabio Berger2018-10-021-1/+1
| | | | | | |
* | | | | | | Fix hoveringFabio Berger2018-10-021-2/+2
| | | | | | |
* | | | | | | Simplify helper methodsFabio Berger2018-10-021-23/+13
| | | | | | |
* | | | | | | Use colors moduleFabio Berger2018-10-021-2/+2
| | | | | | |
* | | | | | | Use container instead of divFabio Berger2018-10-021-8/+1
| | | | | | |
* | | | | | | Move more copy to translation filesFabio Berger2018-10-027-8/+36
| | | | | | |
* | | | | | | Make menuSubsectionsBySection optionalFabio Berger2018-10-023-4/+6
| | | | | | |
* | | | | | | Rename for clarityFabio Berger2018-10-021-3/+3
| | | | | | |