aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement rate utilsBrandon Millman2018-08-102-0/+45
|
* Merge pull request #949 from 0xProject/fix/update-dependenciesAlex Browne2018-08-1030-45/+45
|\ | | | | fix: Update dependencies
| * fix: Update dependenciesAlex Browne2018-08-1030-45/+45
| |
* | Update Clays linkedinfragosti2018-08-101-1/+1
| |
* | Merge https://github.com/0xProject/0x-monorepo into developmentfragosti2018-08-1027-45/+504
|\|
| * Merge pull request #941 from 0xProject/feature/contracts/returnValuesTestsAmir Bandeali2018-08-107-34/+120
| |\ | | | | | | [contracts] Test fillOrder return values and abiEncodeFillOrder
| | * Revert incrementing memory ptr in dispatchTransferFromAmir Bandeali2018-08-093-9/+3
| | |
| | * Test abiEncodeFillOrder as part of combinatorial follOrder testsAmir Bandeali2018-08-094-16/+46
| | |
| | * Increment free memory pointer for internal Exchange functions that use asmAmir Bandeali2018-08-093-12/+34
| | |
| | * Add return values to combinatorial fillOrder testsAmir Bandeali2018-08-092-11/+51
| | |
| * | Merge pull request #915 from 0xProject/feature/encode-decode-checksAlex Browne2018-08-0920-11/+384
| |\ \ | | | | | | | | Add strictArgumentEncodingCheck to BaseContract and use it in contract templates
| | * | Update comment about ethers checksummed address behaviorAlex Browne2018-08-091-3/+3
| | | |
| | * | Add packages/coverage/.gitkeep fileAlex Browne2018-08-091-0/+0
| | | |
| | * | Update CI config and package.json to run @0xproject/utils tests on CIAlex Browne2018-08-092-1/+6
| | | |
| | * | Update remaining CHANGELOG.json filesAlex Browne2018-08-094-0/+22
| | | |
| | * | Update CHANGELOG.json for contract-wrappersAlex Browne2018-08-091-0/+4
| | | |
| | * | Update ethers typings for TypeScript 2.9.2Alex Browne2018-08-091-2/+2
| | | |
| | * | Update CHANGELOG.json for base-contractAlex Browne2018-08-091-0/+9
| | | |
| | * | Move some ethers-related types to typescript-typings/ethersAlex Browne2018-08-093-13/+25
| | | |
| | * | Apply prettierAlex Browne2018-08-095-25/+36
| | | |
| | * | Add strictArgumentEncodingCheck to BaseContract and use it in contract templatesAlex Browne2018-08-0911-9/+319
| | | |
* | | | Add clay to websitefragosti2018-08-102-0/+11
|/ / /
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-091-4/+9
|\ \ \ | | |/ | |/| | | | development
| * | Merge pull request #946 from 0xProject/fix/contracts/signatureValidatorCommentsAmir Bandeali2018-08-091-4/+9
| |\ \ | | |/ | |/| [contracts] Fix comments and styling for MixinSignatureValidator
| | * fix comments and styling for MixinSignatureValidatorAmir Bandeali2018-08-091-4/+9
| | |
* | | Change amir picturefragosti2018-08-093-1/+1
|/ /
* | Merge pull request #947 from 0xProject/feature/confirm-before-publishAlex Browne2018-08-092-9/+15
|\ \ | | | | | | Add confirmation prompt before publishing
| * | fix(monorepo-scripts): Fix typo in git tag commandAlex Browne2018-08-091-1/+1
| | |
| * | feat(monorepo-scripts): Add confirmation prompt before publishingAlex Browne2018-08-092-75/+14
| | |
* | | Merge pull request #945 from 0xProject/fix/typescript-2.9.2Alex Browne2018-08-0932-101/+53
|\ \ \ | |_|/ |/| | Update TypeScript to version 2.9.2
| * | Update TypeScript to version 2.9.2Alex Browne2018-08-0932-101/+53
| |/
* | Merge pull request #925 from 0xProject/refactor/contracts/hashingAmir Bandeali2018-08-093-29/+56
|\ \ | |/ |/| [contracts] Fix comments, styling and small optimization for hashOrder
| * Use asm for hashEIP712Message, increment free memory pointer after asm ↵Amir Bandeali2018-08-092-9/+28
| | | | | | | | hashing functions
| * Fix comments, styling, and optimize hashOrderAmir Bandeali2018-08-083-25/+33
|/
* Merge pull request #937 from ↵Brandon Millman2018-08-079-2/+462
|\ | | | | | | | | 0xProject/feature/contract-wrappers/forwarder-estimation-utils Add marketUtils object for assisting with market buy calculations
| * Remove assertion commentsBrandon Millman2018-08-071-4/+0
| |
| * Remove 0x test case from hexSchema testBrandon Millman2018-08-061-1/+1
| |
| * Update CHANGELOGsBrandon Millman2018-08-062-0/+13
| |
| * Add some test cases that stress slippageBufferAmount paramBrandon Millman2018-08-061-6/+15
| |
| * Add tests for findFeeOrdersThatCoverFeesForTargetOrdersBrandon Millman2018-08-064-20/+165
| |
| * Change orderStates param name to remaingFillableMakerAssetAmountsBrandon Millman2018-08-063-91/+69
| |
| * Implement first round of tests for findOrdersThatCoverMakerAssetFillAmountBrandon Millman2018-08-065-12/+222
| |
| * Update hex schema to match 0xBrandon Millman2018-08-061-1/+1
| |
| * Move helper functions into order-utilsBrandon Millman2018-08-063-100/+111
| |
| * Add findFeeOrdersThatCoverFeesForTargetOrders to ForwarderWrapperBrandon Millman2018-08-061-5/+60
| |
| * Add findOrdersThatCoverMakerAssetFillAmount static method on ForwarderWrapperBrandon Millman2018-08-061-1/+44
|/
* Merge pull request #936 from ↵Brandon Millman2018-08-0613-44/+241
|\ | | | | | | | | 0xProject/feature/contract-wrappers/forwader-optimizations ForwarderWrapper order optimizations
| * Move CreateOrderOpts into shared typesBrandon Millman2018-08-063-12/+22
| |
| * Update createFactory to accept one createOrderOpts param to encompass all ↵Brandon Millman2018-08-064-41/+59
| | | | | | | | optional params
| * PrettierBrandon Millman2018-08-041-1/+0
| |
| * Fix CHANGELOGsBrandon Millman2018-08-043-3/+12
| |
| * Update orderFactory interfaceBrandon Millman2018-08-044-33/+28
| |
| * Rename to calldata utilsBrandon Millman2018-08-033-16/+16
| |
| * Add missing PR numbersBrandon Millman2018-08-032-2/+3
| |
| * CHANGELOGBrandon Millman2018-08-021-0/+4
| |
| * Add testsBrandon Millman2018-08-022-18/+85
| |
| * Add createOrder with no signing to orderFactoryBrandon Millman2018-08-023-6/+45
| |
| * Create marketBuyOrdersOptimizationsBrandon Millman2018-08-023-8/+63
|/
* Update contract-wrappers CHANGELOG.jsonBrandon Millman2018-08-021-0/+9
|
* Merge pull request #934 from 0xProject/feature/contract-wrappers/forwaderBrandon Millman2018-08-0211-10/+448
|\ | | | | Initial forwarder contract wrapper
| * Clarify ethAmount is in weiBrandon Millman2018-07-311-2/+2
| |
| * Update forwarder_wrapper_testBrandon Millman2018-07-311-0/+16
| |
| * Add more assertionsBrandon Millman2018-07-313-6/+102
| |
| * Write initial test for forwarder_wrapperBrandon Millman2018-07-312-16/+73
| |
| * Fix spelling error in exchange wrapper testsBrandon Millman2018-07-311-1/+1
| |
| * Add getOrdersInfo to exchange_wrapperBrandon Millman2018-07-313-3/+32
| |
| * Implement initial forwarder wrapperBrandon Millman2018-07-318-2/+242
| |
* | Add the CHANGELOG entry for #909Leonid Logvinov2018-07-311-0/+9
| |
* | Merge pull request #909 from joincivil/ritave/resolver-check-dirsLeonid Logvinov2018-07-312-1/+2
|\ \ | |/ |/| Fixed the relative resolver not checking if the file can be read in the
| * Merge branch 'development' into ritave/resolver-check-dirsLeonid Logvinov2018-07-31208-6745/+59805
| |\ | |/ |/|
* | Merge pull request #931 from 0xProject/feature/website/meta-tagsBrandon Millman2018-07-318-73/+138
|\ \ | | | | | | Add MetaTags component for easily adding customizable meta tags for a new page
| * | Add back tags in htmlBrandon Millman2018-07-311-1/+7
| | |
| * | Fix jobs page overflow issueBrandon Millman2018-07-303-4/+6
| | |
| * | Create MetaTags componentBrandon Millman2018-07-307-76/+133
|/ /
* | Merge pull request #910 from ↵Francesco Agosti2018-07-2814-180/+346
|\ \ | | | | | | | | | | | | 0xProject/feature/website/upgrade-allowance-toggles-to-locks-and-checks [website] Use new designs with tooltips for allowance toggles
| * \ Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-28195-6494/+59326
| |\ \ | |/ / |/| | | | | feature/website/upgrade-allowance-toggles-to-locks-and-checks
* | | Add note about needing Yarn 1.6 to READMEFabio Berger2018-07-271-3/+5
| | |
* | | Add combinatorial tests for internal Exchange functions (#807)Alex Browne2018-07-2724-1269/+788
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP add combinatorial tests for internal Exchange functions * Change combinitorial testing strategy based on feedback * Check value of filled[orderHash] in updateFilledState tests * Add combinatorial tests for addFillResults * Add combinatorial tests for getPartialAmount * Implement generic `testWithReferenceFuncAsync` * Implement generic `testCombinatoriallyWithReferenceFuncAsync` * Add combinatorial tests for isRoundingError * Add combinatorial tests for calculateFillResults * Add support for Geth in internal contract tests * Fix contract artifacts * Change DECIMAL_PLACES to 78 and add a note. * Document new functions in utils * Optimize tests by only reseting state when needed * Rename/move some files * Print parameter names on failure in testWithReferenceFuncAsync * Add to changelog for utils package * Appease various linters * Rename some more things related to FillOrderCombinatorialUtils * Remove .only from test/exchange/internal.ts * Remove old test for isRoundingError and getPartialAmount * Appease linters again * Remove old todos * Fix typos, add comments, rename some things * Re-add some LibMath tests * Update contract internal tests to use new SafeMath revert reasons * Apply PR feedback from Amir * Apply PR feedback from Remco * Re-add networks to ZRXToken artifact * Remove duplicate Whitelist in compiler.json
* | | Publishcontracts@2.1.39@0xproject/website@0.0.43@0xproject/testnet-faucets@1.0.40@0xproject/react-docs-example@0.0.19@0xproject/metacoin@0.0.14@0xproject/abi-gen@1.0.4Fabio Berger2018-07-2627-151/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.2 - @0xproject/abi-gen@1.0.4 - @0xproject/assert@1.0.4 - @0xproject/base-contract@1.0.4 - @0xproject/connect@1.0.4 - @0xproject/contract-wrappers@1.0.1-rc.2 - contracts@2.1.39 - @0xproject/dev-utils@1.0.3 - @0xproject/fill-scenarios@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.3 - @0xproject/metacoin@0.0.14 - @0xproject/migrations@1.0.3 - @0xproject/order-utils@1.0.1-rc.2 - @0xproject/order-watcher@1.0.1-rc.2 - @0xproject/react-docs@1.0.4 - @0xproject/react-docs-example@0.0.19 - @0xproject/react-shared@1.0.5 - @0xproject/sol-compiler@1.0.4 - @0xproject/sol-cov@1.0.3 - @0xproject/sol-resolver@1.0.4 - @0xproject/sra-report@1.0.4 - @0xproject/subproviders@1.0.4 - @0xproject/testnet-faucets@1.0.40 - @0xproject/types@1.0.1-rc.3 - @0xproject/utils@1.0.4 - @0xproject/web3-wrapper@1.1.2 - @0xproject/website@0.0.43
* | | Updated CHANGELOGSFabio Berger2018-07-2636-10/+184
| | |
* | | Update yarn.lockFabio Berger2018-07-261-0/+67
| | |
* | | Point to actual current versionFabio Berger2018-07-2611-22/+22
| | |
* | | Add changelog entries for other RCs that did publishFabio Berger2018-07-262-0/+16
| | |
* | | Fix changelogs and package versions for ones that weren't publishedFabio Berger2018-07-2616-21/+13
| | |
* | | Fix circle.ymlFabio Berger2018-07-261-1/+1
| | |
* | | Publishcontracts@2.1.38@0xproject/website@0.0.42@0xproject/testnet-faucets@1.0.39@0xproject/sol-compiler@1.0.3@0xproject/react-docs-example@0.0.18@0xproject/monorepo-scripts@1.0.4@0xproject/metacoin@0.0.13@0xproject/abi-gen@1.0.3Fabio Berger2018-07-2631-252/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.2 - @0xproject/abi-gen@1.0.3 - @0xproject/assert@1.0.3 - @0xproject/base-contract@1.0.3 - @0xproject/connect@1.0.3 - @0xproject/contract-wrappers@1.0.1-rc.2 - contracts@2.1.38 - @0xproject/dev-utils@1.0.3 - ethereum-types@1.0.3 - @0xproject/fill-scenarios@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.2 - @0xproject/metacoin@0.0.13 - @0xproject/migrations@1.0.3 - @0xproject/monorepo-scripts@1.0.4 - @0xproject/order-utils@1.0.1-rc.2 - @0xproject/order-watcher@1.0.1-rc.2 - @0xproject/react-docs@1.0.3 - @0xproject/react-docs-example@0.0.18 - @0xproject/react-shared@1.0.4 - @0xproject/sol-compiler@1.0.3 - @0xproject/sol-cov@1.0.3 - @0xproject/sol-resolver@1.0.3 - @0xproject/sra-report@1.0.3 - @0xproject/subproviders@1.0.3 - @0xproject/testnet-faucets@1.0.39 - @0xproject/tslint-config@1.0.4 - @0xproject/types@1.0.1-rc.2 - @0xproject/typescript-typings@1.0.3 - @0xproject/utils@1.0.3 - @0xproject/web3-wrapper@1.1.1 - @0xproject/website@0.0.42
* | | Updated CHANGELOGSFabio Berger2018-07-2652-7/+289
| | |
* | | Still test unrunnable packages for compilation issuesFabio Berger2018-07-261-8/+8
| | |
* | | Add changelog entries for next RC publishFabio Berger2018-07-267-0/+56
| | |
* | | Expose lerna depFabio Berger2018-07-261-1/+1
| | |
* | | Split running packages that cannot be run in a node.js scriptFabio Berger2018-07-261-1/+9
| | |
* | | Fix accidental import from test folderFabio Berger2018-07-261-1/+1
| | |
* | | Re-enable deleted the dir after test runsFabio Berger2018-07-261-1/+1
| | |
* | | Change test:installation so it also causes run-time errors to appearFabio Berger2018-07-261-3/+10
| | |
* | | Fix lint issueFabio Berger2018-07-261-2/+1
| | |
* | | Always append monorepo root path so script can be called from anywhereFabio Berger2018-07-261-3/+5
| | |
* | | Delete any remenants of test-env dir before creating a new oneFabio Berger2018-07-261-0/+1
| | |
* | | Print version that will be testedFabio Berger2018-07-261-1/+1
| | |
* | | Add ending slashFabio Berger2018-07-261-1/+1
| | |
* | | Add support for testing installations post-publish as wellFabio Berger2018-07-262-2/+5
| | |
* | | Fix asset pathFabio Berger2018-07-261-2/+2
| | |
* | | Publishcontracts@2.1.37@0xproject/website@0.0.41@0xproject/testnet-faucets@1.0.38@0xproject/react-docs-example@0.0.17@0xproject/monorepo-scripts@1.0.3@0xproject/metacoin@0.0.12@0xproject/abi-gen@1.0.2Fabio Berger2018-07-2631-261/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.1 - @0xproject/abi-gen@1.0.2 - @0xproject/assert@1.0.2 - @0xproject/base-contract@1.0.2 - @0xproject/connect@1.0.2 - @0xproject/contract-wrappers@1.0.1-rc.1 - contracts@2.1.37 - @0xproject/dev-utils@1.0.2 - ethereum-types@1.0.2 - @0xproject/fill-scenarios@1.0.1-rc.1 - @0xproject/json-schemas@1.0.1-rc.1 - @0xproject/metacoin@0.0.12 - @0xproject/migrations@1.0.2 - @0xproject/monorepo-scripts@1.0.3 - @0xproject/order-utils@1.0.1-rc.1 - @0xproject/order-watcher@1.0.1-rc.1 - @0xproject/react-docs@1.0.2 - @0xproject/react-docs-example@0.0.17 - @0xproject/react-shared@1.0.3 - @0xproject/sol-compiler@1.0.2 - @0xproject/sol-cov@1.0.2 - @0xproject/sol-resolver@1.0.2 - @0xproject/sra-report@1.0.2 - @0xproject/subproviders@1.0.2 - @0xproject/testnet-faucets@1.0.38 - @0xproject/tslint-config@1.0.3 - @0xproject/types@1.0.1-rc.1 - @0xproject/typescript-typings@1.0.2 - @0xproject/utils@1.0.2 - @0xproject/web3-wrapper@1.1.0 - @0xproject/website@0.0.41
* | | Updated CHANGELOGSFabio Berger2018-07-2652-8/+299
| | |
* | | Fix linterFabio Berger2018-07-262-3/+0
| | |
* | | Revert to using execAsyncFabio Berger2018-07-261-10/+2
| | |
* | | update yarn.lockFabio Berger2018-07-261-7/+0
| | |
* | | Revert to publishing ethereum-typesFabio Berger2018-07-2618-18/+17
| | |
* | | Fix marshaller importFabio Berger2018-07-261-1/+1
| | |
* | | Update yarn.lockFabio Berger2018-07-261-0/+7
| | |
* | | Temporarily have all packages depend on an older, published version of ↵Fabio Berger2018-07-2617-17/+17
| | | | | | | | | | | | ethereum-types since we cannot publish a new one
* | | Temporarily make ethereum-types private to exclude from publishingFabio Berger2018-07-261-0/+1
| | |
* | | Add order-watcher artifacts to gitignoreFabio Berger2018-07-261-1/+2
| | |
* | | Fix changelogsFabio Berger2018-07-266-3/+30
| | |
* | | Remove artifacts for gitFabio Berger2018-07-264-3256/+0
| | |
* | | Call 'lerna publish' with spawn so we see stderr and stdout in real-timeFabio Berger2018-07-261-2/+10
| | |
* | | Merge pull request #902 from 0xProject/feature/web3-wrapper/unexport-marshallerFrancesco Agosti2018-07-263-2/+6
|\ \ \ | | | | | | | | Stop exporting marshaller from web3-wrapper
| * \ \ Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-26177-3870/+4542
| |\ \ \ | | | | | | | | | | | | | | | feature/web3-wrapper/unexport-marshaller
| * | | | Add remove marshaller to changelog notesfragosti2018-07-201-0/+8
| | | | |
| * | | | Stop exporting marshaller from web3-wrapperfragosti2018-07-203-6/+2
| | | | |
* | | | | Remove careers page feature flagBrandon Millman2018-07-262-14/+2
| | | | |
* | | | | Merge pull request #893 from 0xProject/feature/website/jobs-page-part2Brandon Millman2018-07-2630-438/+420
|\ \ \ \ \ | | | | | | | | | | | | Jobs page
| * | | | | Header copy changeBrandon Millman2018-07-261-8/+7
| | | | | |
| * | | | | Margin polishBrandon Millman2018-07-262-4/+4
| | | | | |
| * | | | | Update open positions sectionBrandon Millman2018-07-253-10/+29
| | | | | |
| * | | | | Update benefits sectionBrandon Millman2018-07-253-23/+48
| | | | | |
| * | | | | Update mission sectionBrandon Millman2018-07-252-18/+47
| | | | | |
| * | | | | Header copy updatesBrandon Millman2018-07-251-6/+16
| | | | | |
| * | | | | Use isMobileWidth utilBrandon Millman2018-07-251-1/+1
| | | | | |
| * | | | | Use our image component in missionBrandon Millman2018-07-252-2/+7
| | | | | |
| * | | | | Always go to open positions when clicking CTABrandon Millman2018-07-241-0/+1
| | | | | |
| * | | | | Fix hiding of dots on small screensBrandon Millman2018-07-241-2/+2
| | | | | |
| * | | | | Merge branch 'v2-prototype' into feature/website/jobs-page-part2Brandon Millman2018-07-24118-2294/+2720
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (38 commits) Revert "Publish" Publish Remove ERC721 callback functions Use != instead of > in loops, add sanity checks to market fill functions Add more tests and fixes Remove MConstants and MixinConstants for LibConstants Remove redundant external call by reimplementing fillOrderNoThrow Remove orders length check Add assertValidFillResults Update web3Wrapper CHANGELOG Get actual gasPrice from transaction instead of setting default Store orders length in varible before looping over orders Use transferFrom instead of safeTransferFrom Fix minimal tests Fix rounding error issues, use different logic when makerAsset is ZRX Rename marketSellEth => marketSellWeth Update percentage constants Update transferEthFeeAndRefund, add check to ERC721 transfer Refactor forwarding contract architecture, remove batch functions Updated CHANGELOGS ...
| * \ \ \ \ \ Merge branch 'v2-prototype' into feature/website/jobs-page-part2Brandon Millman2018-07-21115-913/+1992
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (103 commits) Add changelog entry for @0xproject/utils Add AbortController polyfill to fetchAsync in utils Increase node heap size for webpack command Add missing timestamp to CHANGELOG entries Upgrade some @0xproject packages to 1.0.0 in website Hard code fillOrder selector into abiEncodeFillOrder Returns byte array instead of memory range for encoding fillOrder calldata Created LibAbiEncoder with `fillOrderNoThrow` Add missing dep in migrations Fix the abi-gen entry point Fix linter error Remove the postinstall hook Update website package.json with original imports @0xproject/sra-report@1.0.0 Change all package to depend on the new @0xproject/connect@1.0.0 @0xproject/connect@1.0.0 Use old assert version in @0xproject/connect FIx a typo Remove rc versions from unmigrated packages 0x.js@1.0.0-rc.2 ...
| * | | | | | | Update hr colorBrandon Millman2018-07-192-4/+1
| | | | | | | |
| * | | | | | | Fix lint errorsBrandon Millman2018-07-193-26/+0
| | | | | | | |
| * | | | | | | Add /careers route and fix hr stylingBrandon Millman2018-07-197-9/+19
| | | | | | | |
| * | | | | | | Fix typosBrandon Millman2018-07-192-5/+5
| | | | | | | |
| * | | | | | | Fix key errors and typoBrandon Millman2018-07-192-5/+4
| | | | | | | |
| * | | | | | | Fix padding on open positions sectionBrandon Millman2018-07-191-1/+1
| | | | | | | |
| * | | | | | | Add dots on heroBrandon Millman2018-07-191-1/+11
| | | | | | | |
| * | | | | | | Padding fixesBrandon Millman2018-07-192-7/+4
| | | | | | | |
| * | | | | | | Update open positions sectionBrandon Millman2018-07-193-85/+78
| | | | | | | |
| * | | | | | | Benefits and values sectionsBrandon Millman2018-07-1922-284/+209
| | | | | | | |
| * | | | | | | Remove sectionsBrandon Millman2018-07-191-7/+0
| | | | | | | |
| * | | | | | | Update mission sectionBrandon Millman2018-07-191-37/+29
| | | | | | | |
| * | | | | | | Updates to the Join 0x sectionBrandon Millman2018-07-191-8/+12
| | | | | | | |
| * | | | | | | Fix development environment checkBrandon Millman2018-07-191-1/+1
| | | | | | | |
* | | | | | | | Also skip prompt when publishing for realFabio Berger2018-07-261-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #911 from 0xProject/fix-v2-beta-migrationFabio Berger2018-07-2644-4507/+60023
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Update/Fix V2-beta-testnet migration & Use it in all RC packages
| * | | | | | | Add order-watcher artifacts to prettierignoreFabio Berger2018-07-261-0/+1
| | | | | | | |
| * | | | | | | Add contract-wrappers artifacts to prettierignoreFabio Berger2018-07-261-0/+1
| | | | | | | |
| * | | | | | | Prettier fixesFabio Berger2018-07-266-3199/+3263
| | | | | | | |
| * | | | | | | Missing artifactFabio Berger2018-07-261-0/+723
| | | | | | | |
| * | | | | | | Replace hard-coded compact_artifacts with migrations artifactsFabio Berger2018-07-2611-381/+3211
| | | | | | | |
| * | | | | | | Update order-utils to use 2.0.0-beta-testnet artifactsFabio Berger2018-07-261-3/+5
| | | | | | | |
| * | | | | | | Remove artifacts which should no longer be commitedFabio Berger2018-07-269-14598/+0
| | | | | | | |
| * | | | | | | Add artifacts to gitignoreFabio Berger2018-07-261-0/+1
| | | | | | | |
| * | | | | | | New WETH9 artifactsFabio Berger2018-07-262-36/+36
| | | | | | | |
| * | | | | | | Modify WETH9 event arg names to be identical to ERC20 standard suggested namesFabio Berger2018-07-261-4/+4
| | | | | | | |
| * | | | | | | Update artifacts in contract-wrappers, generate artifacts and improve READMEFabio Berger2018-07-2618-3817/+25006
| | | | | | | |
| * | | | | | | Update the kovan addresses in artifactsFabio Berger2018-07-254-6/+6
| | | | | | | |
| * | | | | | | Improve the README instructions for migrationsFabio Berger2018-07-251-2/+22
| | | | | | | |
| * | | | | | | Use infuraFabio Berger2018-07-252-2/+2
| | | | | | | |
| * | | | | | | Fix typoFabio Berger2018-07-251-1/+1
| | | | | | | |
| * | | | | | | Update v2-beta-testnet migrationFabio Berger2018-07-2511-259/+45542
|/ / / / / / /
* | | | | | | Merge pull request #908 from 0xProject/publish-fixes-rcFabio Berger2018-07-2565-1349/+1507
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Publish Flow Fixes For RC releases
| * | | | | | | Update yarn.lock to not use local npm registryFabio Berger2018-07-251-76/+76
| | | | | | | |
| * | | | | | | Remove unused importFabio Berger2018-07-251-1/+0
| | | | | | | |
| * | | | | | | Update artifactFabio Berger2018-07-251-8/+8
| | | | | | | |
| * | | | | | | update yarn.lockFabio Berger2018-07-251-0/+7
| | | | | | | |
| * | | | | | | Fix dep collisionFabio Berger2018-07-251-1/+0
| | | | | | | |
| * | | | | | | merge v2-prototypeFabio Berger2018-07-254-13/+9
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Leave react-dom type version also unspecifiedFabio Berger2018-07-252-2/+2
| | | | | | | |
| * | | | | | | Remove unused typweFabio Berger2018-07-251-12/+0
| | | | | | | |
| * | | | | | | Remove force publishFabio Berger2018-07-251-1/+1
| | | | | | | |
| * | | | | | | Revert "Temporarily add changelog & package.json version changes"Fabio Berger2018-07-2552-290/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 97268d22534c2f4aca9bd6a88c70e988969d3c76.
| * | | | | | | Add back build stepFabio Berger2018-07-251-1/+1
| | | | | | | |
| * | | | | | | Specify registry url only if local publish attemptedLeonid Logvinov2018-07-256-36/+42
| | | | | | | |
| * | | | | | | Replace dry mode with local publishing modeLeonid Logvinov2018-07-253-30/+38
| | | | | | | |
| * | | | | | | Install our fork of lerna and use itFabio Berger2018-07-253-451/+472
| | | | | | | |
| * | | | | | | Omit specific version of react typesFabio Berger2018-07-241-1/+1
| | | | | | | |
| * | | | | | | Temporarily add changelog & package.json version changesFabio Berger2018-07-2452-8/+290
| | | | | | | |
| * | | | | | | Fix lerna versonFabio Berger2018-07-242-18/+18
| | | | | | | |
| * | | | | | | Correct next versionFabio Berger2018-07-241-1/+1
| | | | | | | |
| * | | | | | | Merge fix-rc-packagesFabio Berger2018-07-249-11/+38
| |\ \ \ \ \ \ \
| * | | | | | | | Make the test:installation work with the local npm registryLeonid Logvinov2018-07-242-5/+13
| | | | | | | | |
| * | | | | | | | Pretend we defined types for @lerna/batch-packagesLeonid Logvinov2018-07-241-0/+1
| | | | | | | | |
| * | | | | | | | Add utils.getTopologicallySortedPackagesLeonid Logvinov2018-07-241-1/+11
| | | | | | | | |
| * | | | | | | | Introduce PackageJson fileLeonid Logvinov2018-07-241-10/+12
| | | | | | | | |
| * | | | | | | | Add .npmrc to gitignoreLeonid Logvinov2018-07-241-0/+1
| | | | | | | | |
| * | | | | | | | Test installation on latest version, not the packed oneLeonid Logvinov2018-07-241-6/+4
| | | | | | | | |
| * | | | | | | | Temp: Force publishLeonid Logvinov2018-07-241-1/+3
| | | | | | | | |
| * | | | | | | | Fix(lerna): Change lerna versionLeonid Logvinov2018-07-242-17/+17
| | | | | | | | |
| * | | | | | | | improve logsFabio Berger2018-07-241-3/+2
| | | | | | | | |
| * | | | | | | | remove legacy prepublishOnlyFabio Berger2018-07-241-1/+0
| | | | | | | | |
| * | | | | | | | Add --yes flagFabio Berger2018-07-241-1/+1
| | | | | | | | |
| * | | | | | | | Add nodeFabio Berger2018-07-241-1/+1
| | | | | | | | |
| * | | | | | | | Use relative path to lerna executableFabio Berger2018-07-241-3/+3
| | | | | | | | |
| * | | | | | | | Upgrade to new lernaFabio Berger2018-07-242-62/+62
| | | | | | | | |
| * | | | | | | | Add missing 'publish'Fabio Berger2018-07-241-1/+1
| | | | | | | | |
| * | | | | | | | Fix publish commandFabio Berger2018-07-241-3/+5
| | | | | | | | |
| * | | | | | | | Use cdVersions flag instead of interactive promptFabio Berger2018-07-241-63/+4
| | | | | | | | |
| * | | | | | | | Temporarily use local lernaFabio Berger2018-07-243-96/+96
| | | | | | | | |
| * | | | | | | | Add ignore flagFabio Berger2018-07-241-0/+8
| | | | | | | | |
| * | | | | | | | Use includeFabio Berger2018-07-241-3/+1
| | | | | | | | |
| * | | | | | | | Dedup versionPrompt being triggered multiple timesFabio Berger2018-07-241-2/+8
| | | | | | | | |
| * | | | | | | | Remove regexFabio Berger2018-07-241-1/+1
| | | | | | | | |
| * | | | | | | | Make regex less strictFabio Berger2018-07-241-1/+1
| | | | | | | | |
| * | | | | | | | Add timeout before writing to stdinFabio Berger2018-07-241-4/+11
| | | | | | | | |
| * | | | | | | | Use string equals and remove returnsFabio Berger2018-07-241-3/+1
| | | | | | | | |
| * | | | | | | | Add in print statementsFabio Berger2018-07-241-0/+3
| | | | | | | | |
| * | | | | | | | Add missing varsFabio Berger2018-07-241-2/+4
| | | | | | | | |
| * | | | | | | | Also add private package new versions to packageToNextVersionFabio Berger2018-07-241-11/+14
| | | | | | | | |
| * | | | | | | | Make sure private packages have a next versionFabio Berger2018-07-241-0/+8
| | | | | | | | |
| * | | | | | | | more bogusFabio Berger2018-07-241-1/+1
| | | | | | | | |
| * | | | | | | | testingFabio Berger2018-07-241-0/+3
| | | | | | | | |
| * | | | | | | | Fix publish to give lerna actual version rather then the semver diffFabio Berger2018-07-242-12/+12
| | | | | | | | |
| * | | | | | | | Update lerna.jsonFabio Berger2018-07-241-2/+2
| | | | | | | | |
| * | | | | | | | Changed artifactsFabio Berger2018-07-2413-414/+483
| | | | | | | | |
| * | | | | | | | And also temporarily remove rebuilding from publish flowFabio Berger2018-07-241-2/+2
| | | | | | | | |
| * | | | | | | | Temporarily uncommented parts of publish flowFabio Berger2018-07-242-23/+23
| | | | | | | | |
| * | | | | | | | Fix lerna publish to include publishing prerelease versionsFabio Berger2018-07-242-13/+15
| | | | | | | | |
| * | | | | | | | Omit building website before publishFabio Berger2018-07-241-2/+4
| | | | | | | | |
| * | | | | | | | Add new RC versions to changelog so that these packages are publised as RC'sFabio Berger2018-07-247-0/+65
| | | | | | | | |
| * | | | | | | | Revert "Revert "Publish""Fabio Berger2018-07-2431-280/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a66ccaa1da2af753038bf22a5e7e63bdc307bf2f.
| * | | | | | | | Add skip-git for testingFabio Berger2018-07-241-1/+1
| | | | | | | | |
| * | | | | | | | Allow registry to be configured in lerna.jsonFabio Berger2018-07-244-6/+8
| | |_|_|/ / / / | |/| | | | | |
| | | | | | * | Remove unused variablefragosti2018-07-281-1/+0
| | | | | | | |
| | | | | | * | Add loading state for initial load and other PR feedbackfragosti2018-07-282-10/+14
| | | | | | | |
| | | | | | * | Make a non-jank Spinner component and use itfragosti2018-07-254-3/+84
| | | | | | | |
| | | | | | * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-25131-2380/+2820
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | feature/website/upgrade-allowance-toggles-to-locks-and-checks
| | | | | | * | Center allowance toggles in account pagefragosti2018-07-251-7/+9
| | | | | | | |
| | | | | | * | Increase allowance toggle loading spinner size by 1fragosti2018-07-251-1/+1
| | | | | | | |
| | | | | | * | Add unlocking and locking token copyfragosti2018-07-251-2/+2
| | | | | | | |
| | | | | | * | Hide tooltip after allowance toggle clickfragosti2018-07-251-1/+3
| | | | | | | |
| | | | | | * | Make tooltip appear to the left of the toggle when onboarding in progressfragosti2018-07-256-3/+20
| | | | | | | |
| | | | | | * | Fix tooltip wrapping issue in onboardinfragosti2018-07-252-8/+16
| | | | | | | |
| | | | | | * | Fix wrap button alignment issuefragosti2018-07-257-224/+40
| | | | | | | |
| | | | | | * | WIP for allowance toggle redesign workingfragosti2018-07-214-16/+118
| | | | | | | |
| | | | | | * | Show token name dynamically in tooltipfragosti2018-07-214-13/+19
| | | | | | | |
| | | | | | * | Implement tooltipsfragosti2018-07-212-8/+56
| | | | | | | |
| | | | | | * | Add loading statefragosti2018-07-213-3/+4
| | | | | | | |
| | | | | | * | Have basic lock and check working in waleltfragosti2018-07-204-13/+93
| | | | | | | |
| | | | | | | * Added fix to CHANGELOGOlaf Tomalka2018-07-271-0/+4
| | | | | | | |
| | | | | | | * Fixed the relative resolver not checking if the file can be read in theOlaf Tomalka2018-07-251-1/+1
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | first place
* | | | | | | Update orderEpoch commentsAmir Bandeali2018-07-252-2/+2
| | | | | | |
* | | | | | | Merge pull request #891 from 0xProject/bug/website/wiki-page-topbarFrancesco Agosti2018-07-251-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make topbar zIndex 1
| * | | | | | | Add zIndex 1 to topbar and fix issue where no box-shadow present on /docsfragosti2018-07-192-2/+6
| | | | | | | |
| * | | | | | | Make topbar zIndex 1fragosti2018-07-181-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #905 from 0xProject/fix-rc-packagesFabio Berger2018-07-259-13/+37
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Fix Published Packages Type Issues