aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add artifacts to clean commandFabio Berger2018-05-118-8/+8
|
* Remove unnecessary compile commandFabio Berger2018-05-111-1/+0
|
* Standardize gitignores and remove `migrations/artifacts`Fabio Berger2018-05-111-7/+6
|
* Commit v1 artifacts to migrations package and remove compile step from prebuildFabio Berger2018-05-1126-1/+7686
|
* Replace mkdir with mkdirp so it also created any missing intermediate ↵Fabio Berger2018-05-114-3/+6
| | | | directories
* Fix path to artifactsFabio Berger2018-05-112-2/+2
|
* Fix tslint errorsFabio Berger2018-05-102-2/+2
|
* Add missing DummyTokenFabio Berger2018-05-101-1/+1
|
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-1046-509/+983
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (38 commits) Add fallback image support to relayer grid tile Clear relayer grid state when fetching Configure the compiler to generate artifacts with deployedBytecode Implement loading and error state for relayer grid Fallback image for relayer grid tile Change relayer grid tile to link on header Display top tokens from backend Remove overflowZ property from portal Suggestions and fix bad merge Fix typo Only show untracked tokens Make wallet scrollable Add token flow Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile ... # Conflicts: # .gitignore # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts
| * Add fallback image support to relayer grid tileBrandon Millman2018-05-101-2/+36
| |
| * Clear relayer grid state when fetchingBrandon Millman2018-05-101-0/+6
| |
| * Configure the compiler to generate artifacts with deployedBytecodeLeonid Logvinov2018-05-102-1/+19
| |
| * Implement loading and error state for relayer gridBrandon Millman2018-05-101-10/+50
| |
| * Fallback image for relayer grid tileBrandon Millman2018-05-102-2/+3
| |
| * Change relayer grid tile to link on headerBrandon Millman2018-05-101-17/+17
| |
| * Merge pull request #576 from 0xProject/feature/website/top-tokensBrandon Millman2018-05-093-41/+17
| |\ | | | | | | Display top tokens from backend
| | * Display top tokens from backendBrandon Millman2018-05-093-41/+17
| | |
| * | Merge pull request #557 from 0xProject/feature/website/top-bar-redesignBrandon Millman2018-05-094-56/+57
| |\ \ | | |/ | |/| Redesign top bar for portal v2
| | * Merge branch 'development' into feature/website/top-bar-redesignBrandon Millman2018-05-094-79/+92
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | * development: Remove overflowZ property from portal Fix typo Only show untracked tokens Make wallet scrollable Add token flow
| * | Remove overflowZ property from portalBrandon Millman2018-05-091-1/+0
| | |
| * | Merge pull request #570 from 0xProject/feature/website/wallet-add-tokensBrandon Millman2018-05-094-79/+92
| |\ \ | | | | | | | | Portal v2 add tokens flow
| | * | Fix typoBrandon Millman2018-05-091-1/+1
| | | |
| | * | Only show untracked tokensBrandon Millman2018-05-091-1/+1
| | | |
| | * | Make wallet scrollableBrandon Millman2018-05-091-9/+48
| | | |
| | * | Add token flowBrandon Millman2018-05-094-69/+43
| |/ /
| | * Suggestions and fix bad mergeBrandon Millman2018-05-092-21/+6
| | |
| | * Merge branch 'development' into feature/website/top-bar-redesignBrandon Millman2018-05-09171-6159/+2597
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (63 commits) Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile Use named constants Add a comment Fix comments Rename args to constructor-args Fix a typo Define a separator const Move artifacts from src/artifacts to artifacts/v1 Fix sol-cov to work with the new artifacts format Implement new artifacts format Publish Updated CHANGELOGS Make node types a dependency Fix type errors in CSS properties ...
| * | Merge pull request #556 from 0xProject/feature/website/portal-v2Brandon Millman2018-05-093-3/+326
| |\ \ | | | | | | | | Add new top-level portal component with wallet and relayer index layout
| | * | Add headers to wallet and relayer indexBrandon Millman2018-05-052-2/+12
| | | |
| | * | Add scrolling to relayer indexBrandon Millman2018-05-052-2/+8
| | | |
| | * | Lay out wallet and relayersBrandon Millman2018-05-053-3/+310
| | | |
| * | | Update The Ocean logoFabio Berger2018-05-081-0/+0
| | | |
| * | | Merge pull request #537 from 0xProject/feature/artifacts-v2Leonid Logvinov2018-05-0731-305/+368
| |\ \ \ | | | | | | | | | | Implement the new artifacts format
| | * | | Fix artifacts pathsLeonid Logvinov2018-05-074-5/+5
| | | | |
| | * | | Create an artifacts folderLeonid Logvinov2018-05-071-0/+0
| | | | |
| | * | | Introduce a varLeonid Logvinov2018-05-071-2/+4
| | | | |
| | * | | Add removeHexPrefix util methodLeonid Logvinov2018-05-072-6/+6
| | | | |
| | * | | CHeck if ABI existsLeonid Logvinov2018-05-071-0/+6
| | | | |
| | * | | Improve the readability of the check for should compileLeonid Logvinov2018-05-073-6/+7
| | | | |
| | * | | Use named constantsLeonid Logvinov2018-05-071-3/+6
| | | | |
| | * | | Add a commentLeonid Logvinov2018-05-071-0/+3
| | | | |
| | * | | Fix commentsLeonid Logvinov2018-05-071-2/+2
| | | | |
| | * | | Rename args to constructor-argsLeonid Logvinov2018-05-071-2/+2
| | | | |
| | * | | Fix a typoLeonid Logvinov2018-05-071-1/+1
| | | | |
| | * | | Define a separator constLeonid Logvinov2018-05-072-4/+5
| | | | |
| | * | | Move artifacts from src/artifacts to artifacts/v1Leonid Logvinov2018-05-072-2/+2
| | | | |
| | * | | Fix sol-cov to work with the new artifacts formatLeonid Logvinov2018-05-072-25/+30
| | | | |
| | * | | Implement new artifacts formatLeonid Logvinov2018-05-0724-271/+313
| |/ / /
| | | * ProviderDisplay changesBrandon Millman2018-04-242-37/+28
| | | |
| | | * Top bar expanded display typeBrandon Millman2018-04-242-17/+33
| | | |
| | | * Relayer grid spacing tweaksBrandon Millman2018-04-241-2/+2
| | | |
| | | * Add headers to wallet and relayer indexBrandon Millman2018-04-242-2/+12
| | | |
| | | * Add scrolling to relayer indexBrandon Millman2018-04-242-2/+8
| | | |
| | | * Lay out wallet and relayersBrandon Millman2018-04-243-3/+310
| | | |
* | | | Add missing uuid typesFabio Berger2018-05-101-0/+1
| | | |
* | | | Fix type error for latched on propertyFabio Berger2018-05-101-1/+1
| | | |
* | | | Add generated contracts in contract-wrappers to gitignoreFabio Berger2018-05-101-0/+1
| | | |
* | | | Rename zeroExContract... to contractWrappers...Fabio Berger2018-05-108-17/+17
| | | |
* | | | Update yarn.lockFabio Berger2018-05-101-24/+1
| | | |
* | | | Add missing quoteFabio Berger2018-05-109-9/+9
| | | |
* | | | Add PR numberFabio Berger2018-05-102-2/+4
| | | |
* | | | Remove provider instance variableFabio Berger2018-05-101-10/+7
| | | |
* | | | Add var returnsFabio Berger2018-05-103-8/+14
| | | |
* | | | Remove unneeded tslint disableFabio Berger2018-05-102-3/+0
| | | |
* | | | Remove uneeded tslint configFabio Berger2018-05-109-9/+9
| | | |
* | | | Remove generated contract wrappersFabio Berger2018-05-106-3842/+0
| | | |
* | | | Remove extra tslint configFabio Berger2018-05-102-2/+2
| | | |
* | | | Improve createOrderWatcherAsyncFabio Berger2018-05-101-4/+5
| | | |
* | | | Fix no-any-propagationFabio Berger2018-05-102-3/+4
| | | |
* | | | Remove unnecessary tslint configFabio Berger2018-05-107-7/+7
| | | |
* | | | Add pr number to changelogsFabio Berger2018-05-104-5/+12
| | | |
* | | | Fix website and 0x.js docsFabio Berger2018-05-104-40/+41
| | | |
* | | | Remove last artifactFabio Berger2018-05-101-39/+0
| | | |
* | | | Remove artifactsFabio Berger2018-05-1013-5490/+0
| | | |
* | | | Fix package.jsonFabio Berger2018-05-101-1/+1
| | | |
* | | | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-10168-1350/+19671
|/ / / | | | | | | | | | unifying library with the same interface
* | | Publishcontracts@2.1.28@0xproject/website@0.0.32@0xproject/testnet-faucets@1.0.29@0xproject/sra-report@0.0.14@0xproject/sol-resolver@0.0.4@0xproject/react-docs-example@0.0.11@0xproject/migrations@0.0.5@0xproject/metacoin@0.0.6@0xproject/dev-utils@0.4.1@0xproject/base-contract@0.3.1Leonid Logvinov2018-05-0525-130/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.37.2 - @0xproject/abi-gen@0.2.13 - @0xproject/assert@0.2.9 - @0xproject/base-contract@0.3.1 - @0xproject/connect@0.6.12 - contracts@2.1.28 - @0xproject/deployer@0.4.3 - @0xproject/dev-utils@0.4.1 - @0xproject/json-schemas@0.7.23 - @0xproject/metacoin@0.0.6 - @0xproject/migrations@0.0.5 - @0xproject/order-utils@0.0.4 - @0xproject/react-docs-example@0.0.11 - @0xproject/react-docs@0.0.11 - @0xproject/react-shared@0.1.6 - @0xproject/sol-cov@0.0.10 - @0xproject/sol-resolver@0.0.4 - @0xproject/sra-report@0.0.14 - @0xproject/subproviders@0.10.1 - @0xproject/testnet-faucets@1.0.29 - @0xproject/types@0.6.3 - @0xproject/typescript-typings@0.3.1 - @0xproject/utils@0.6.1 - @0xproject/web3-wrapper@0.6.3 - @0xproject/website@0.0.32
* | | Updated CHANGELOGSLeonid Logvinov2018-05-0540-0/+260
| | |
* | | Make node types a dependencyLeonid Logvinov2018-05-051-1/+1
| | |
* | | Fix type errors in CSS propertiesLeonid Logvinov2018-05-053-3/+3
| | |
* | | Use a single version of react typesLeonid Logvinov2018-05-051-5/+1
| | |
* | | Revert yarn.lock changesLeonid Logvinov2018-05-051-666/+585
| | |
* | | Publish@0xproject/website@0.0.31@0xproject/react-docs@0.0.10@0xproject/react-docs-example@0.0.10Leonid Logvinov2018-05-054-8/+8
| | | | | | | | | | | | | | | | | | | | | - @0xproject/react-docs-example@0.0.10 - @0xproject/react-docs@0.0.10 - @0xproject/react-shared@0.1.5 - @0xproject/website@0.0.31
* | | Updated CHANGELOGSLeonid Logvinov2018-05-054-0/+26
| | |
* | | Fix property nameLeonid Logvinov2018-05-052-584/+675
| | |
* | | Upgrade react types versionLeonid Logvinov2018-05-055-5104/+4
| | |
* | | Publishcontracts@2.1.27@0xproject/website@0.0.30@0xproject/testnet-faucets@1.0.28@0xproject/sra-report@0.0.13Leonid Logvinov2018-05-056-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.37.1 - contracts@2.1.27 - @0xproject/order-utils@0.0.3 - @0xproject/sra-report@0.0.13 - @0xproject/testnet-faucets@1.0.28 - @0xproject/website@0.0.30
* | | Updated CHANGELOGSLeonid Logvinov2018-05-056-0/+39
|/ /
* | Make a negligible change to order-utils to publish a new versionLeonid Logvinov2018-05-052-1/+21
| |
* | Publishcontracts@2.1.26@0xproject/website@0.0.29@0xproject/testnet-faucets@1.0.27@0xproject/sra-report@0.0.12@0xproject/sol-resolver@0.0.3@0xproject/react-docs-example@0.0.9@0xproject/monorepo-scripts@0.1.19@0xproject/migrations@0.0.4@0xproject/metacoin@0.0.5@0xproject/dev-utils@0.4.0@0xproject/base-contract@0.3.0Leonid Logvinov2018-05-0427-180/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.37.0 - @0xproject/abi-gen@0.2.12 - @0xproject/assert@0.2.8 - @0xproject/base-contract@0.3.0 - @0xproject/connect@0.6.11 - contracts@2.1.26 - @0xproject/deployer@0.4.2 - @0xproject/dev-utils@0.4.0 - @0xproject/json-schemas@0.7.22 - @0xproject/metacoin@0.0.5 - @0xproject/migrations@0.0.4 - @0xproject/monorepo-scripts@0.1.19 - @0xproject/order-utils@0.0.2 - @0xproject/react-docs-example@0.0.9 - @0xproject/react-docs@0.0.9 - @0xproject/react-shared@0.1.4 - @0xproject/sol-cov@0.0.9 - @0xproject/sol-resolver@0.0.3 - @0xproject/sra-report@0.0.12 - @0xproject/subproviders@0.10.0 - @0xproject/testnet-faucets@1.0.27 - @0xproject/tslint-config@0.4.17 - @0xproject/types@0.6.2 - @0xproject/typescript-typings@0.3.0 - @0xproject/utils@0.6.0 - @0xproject/web3-wrapper@0.6.2 - @0xproject/website@0.0.29
* | Updated CHANGELOGSLeonid Logvinov2018-05-0444-89/+330
| |
* | Add order utils docs to the menuLeonid Logvinov2018-05-048-13/+20
| |
* | Open relayer app when clicking on grid tileBrandon Millman2018-05-042-16/+20
| |
* | Add header images to relayer grid tilesBrandon Millman2018-05-042-4/+7
| |
* | Fix logo left padding on mobileFabio Berger2018-05-031-1/+1
| |
* | Add new section to homepageFabio Berger2018-05-032-0/+26
| |
* | Remove id property from WebsiteBackendRelayerInfoBrandon Millman2018-05-032-2/+1
| |
* | Add order-utils to monorepo-scriptsLeonid Logvinov2018-05-031-0/+1
| |
* | Merge pull request #559 from 0xProject/feature/order-utilsLeonid Logvinov2018-05-0347-370/+934
|\ \ | | | | | | Move order utils to @0xproject/order-utils
| * | Fix signature utils testsLeonid Logvinov2018-05-031-15/+22
| | |
| * | Stop exporting assertions from order-utilsLeonid Logvinov2018-05-0211-17/+40
| | |
| * | Create wrapper functions so that docs render properlyLeonid Logvinov2018-05-022-29/+38
| | |
| * | Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-0252-395/+920
|/ /
* | Add Greg and Remco to the about pageBrandon Millman2018-05-024-1/+23
| |
* | Merge pull request #550 from 0xProject/feature/website/crypto-compare-pricesBrandon Millman2018-05-025-62/+73
|\ \ | | | | | | Grab wallet price information by token symbol
| * | Remove WETH special case, website backend handles this nowBrandon Millman2018-05-011-6/+2
| | |
| * | Hit website backend for price informationBrandon Millman2018-05-014-49/+12
| | |
| * | Style suggestionsBrandon Millman2018-04-281-15/+10
| | |
| * | Move quote currency string into configBrandon Millman2018-04-282-3/+3
| | |
| * | yarn.lockBrandon Millman2018-04-281-6/+6
| | |
| * | Merge branch 'development' into feature/website/crypto-compare-pricesBrandon Millman2018-04-2727-85/+394
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix react type versions to avoid minor version bumps with breaking changes Update Web3 Provider Engine to 14.0.4 Remove auto-assignment of everyone to PR's Check for Yarn instead of npm Add hack comment about the use of sudo Fix lazy load component name Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenu Remove unnecessary additional params Remove outside declaration Capitalize yarn Use path for platform independence Consolidate github personal access token env to one place: constants.ts Use methods moved to utils since now shared by multiple scripts Add comment Improve comments Add checks for the required local setup before running the publish script Add descriptions for all commands in monorepo-scripts Add removeGitTags script that can be run after a failed Lerna publish
| * | | Rename baseCurrency to quoteCurrencyBrandon Millman2018-04-231-3/+3
| | | |
| * | | Remove some unused importsBrandon Millman2018-04-231-2/+1
| | | |
| * | | Rate limit crypto compare callsBrandon Millman2018-04-231-3/+25
| | | |
| * | | Refactor common fetch logic into fetch_utilsBrandon Millman2018-04-233-56/+62
| | | |
| * | | Grab price information from crypto compare apiBrandon Millman2018-04-232-8/+38
| | | |
* | | | Merge pull request #568 from 0xProject/bug/0x.js/trade-simulator-trading-zrxJacob Evans2018-05-013-23/+46
|\ \ \ \ | | | | | | | | | | Execute Taker side in trade simulation
| * | | | Update comment to be more descriptive of null address in exchange simulatorJacob Evans2018-05-011-1/+3
| | | | |
| * | | | Execute taker side in trade simulationJacob Evans2018-05-013-23/+44
| | |/ / | |/| | | | | | | | | | Fill if the taker address is open
* | | | Merge pull request #564 from 0xProject/add-code-of-conduct-1Brandon Millman2018-05-011-0/+46
|\ \ \ \ | |/ / / |/| | | Create CODE_OF_CONDUCT.md
| * | | PrettierBrandon Millman2018-04-281-10/+10
| | | |
| * | | Create CODE_OF_CONDUCT.mdBrandon Millman2018-04-281-0/+46
|/ / /
* | | Merge pull request #555 from ↵Jacob Evans2018-04-2611-19/+189
|\ \ \ | | | | | | | | | | | | | | | | 0xProject/feature/subproviders/upgrade-provider-engine Update Web3 Provider Engine to 14.0.4
| * | | Update Web3 Provider Engine to 14.0.4Jacob Evans2018-04-2411-19/+189
| | |/ | |/|
* | | Fix react type versions to avoid minor version bumps with breaking changesFabio Berger2018-04-245-5/+5
| | |
* | | Merge branch 'development' of github.com:0xProject/0x-monorepo into developmentFabio Berger2018-04-245-24/+26
|\| | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: Fix lazy load component name Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenu
| * | Merge pull request #552 from 0xProject/refactor/website/legacy-portalBrandon Millman2018-04-245-24/+26
| |\ \ | | | | | | | | Rename Portal component to LegacyPortal
| | * | Fix lazy load component nameBrandon Millman2018-04-241-2/+2
| | | |
| | * | Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenuBrandon Millman2018-04-245-23/+25
| | |/
* | / Remove auto-assignment of everyone to PR'sFabio Berger2018-04-241-1/+0
|/ /
* | Check for Yarn instead of npmFabio Berger2018-04-241-4/+4
| |
* | Merge pull request #541 from 0xProject/improveMonorepoScriptsFabio Berger2018-04-247-36/+174
|\ \ | |/ |/| Improve Monorepo-scripts
| * Add hack comment about the use of sudoFabio Berger2018-04-241-0/+2
| |
| * Remove unnecessary additional paramsFabio Berger2018-04-201-1/+1
| |
| * Remove outside declarationFabio Berger2018-04-201-2/+1
| |
| * Capitalize yarnFabio Berger2018-04-201-1/+1
| |
| * Use path for platform independenceFabio Berger2018-04-201-1/+1
| |
| * Consolidate github personal access token env to one place: constants.tsFabio Berger2018-04-203-3/+3
| |
| * Use methods moved to utils since now shared by multiple scriptsFabio Berger2018-04-191-33/+3
| |
| * Add commentFabio Berger2018-04-191-0/+2
| |
| * Improve commentsFabio Berger2018-04-191-4/+5
| |
| * Add checks for the required local setup before running the publish scriptFabio Berger2018-04-191-0/+50
| |
| * Add descriptions for all commands in monorepo-scriptsFabio Berger2018-04-191-0/+10
| |
| * Add removeGitTags script that can be run after a failed Lerna publishFabio Berger2018-04-194-1/+105
| |
* | Merge pull request #545 from 0xProject/feature/deployer/solidity-0.4.23Amir Bandeali2018-04-216-6/+16
|\ \ | | | | | | Feature/deployer/solidity 0.4.23
| * | Fix getABIEncodedTransactionData in contract templatesAmir Bandeali2018-04-211-1/+1
| | |
| * | Add support for solidity 0.4.23Amir Bandeali2018-04-215-5/+15
|/ /
* | Merge pull request #543 from 0xProject/feature/website/integrate-relayer-infoBrandon Millman2018-04-214-103/+125
|\ \ | | | | | | Integrate relayer index with website backend
| * | Add specific render path for error and loadingBrandon Millman2018-04-211-5/+7
| | |
| * | Integrate relayer index with website backendBrandon Millman2018-04-204-103/+123
| | |
* | | Merge pull request #540 from 0xProject/feature/abi-gen/tuple-return-typesJacob Evans2018-04-2015-23/+90
|\ \ \ | | | | | | | | Support Tuples returned from functions
| * | | Remove ethers-contracts typesJacob Evans2018-04-203-30/+2
| | | |
| * | | Update CHANGELOGsJacob Evans2018-04-196-15/+31
| | | |
| * | | Interface for EventDescription renamed topicsJacob Evans2018-04-192-2/+2
| | | |
| * | | Use ethers in abi_decoder utilsJacob Evans2018-04-192-4/+4
| | | |
| * | | Add ethers to web3-wrapperJacob Evans2018-04-191-0/+1
| | | |
| * | | Update 0x.js package json for ethersJacob Evans2018-04-191-1/+1
| | | |
| * | | Update ethers in metacoin projectJacob Evans2018-04-191-1/+1
| | | |
| * | | Support Tuples from function returnsJacob Evans2018-04-197-15/+93
| | |/ | |/|
* | | Add ImToken to landing pageFabio Berger2018-04-193-7/+7
| | |
* | | Merge pull request #526 from 0xProject/fix/expiration-watcherFabio Berger2018-04-197-11/+68
|\ \ \ | |_|/ |/| | Fix expiration watcher comparator
| * | Merge branch 'development' into fix/expiration-watcherFabio Berger2018-04-1912-75/+148
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Publish Updated CHANGELOGS Move @0xproject/migrations to devDependencies Publish Updated CHANGELOGS Make @0xproject/migrations public # Conflicts: # packages/0x.js/CHANGELOG.json # packages/0x.js/package.json
| * | Remove hack above migrations packageFabio Berger2018-04-191-3/+0
| | |
| * | Fix expiration watcher comparatorLeonid Logvinov2018-04-187-12/+72
| | |
* | | Merge pull request #539 from 0xProject/feature/website/backend-clientBrandon Millman2018-04-197-52/+123
|\ \ \ | | | | | | | | Implement backendClient object to unify calls to the portal api
| * | | Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-197-52/+123
| | | |
* | | | Merge pull request #534 from 0xProject/feature/website/integrate-pricesBrandon Millman2018-04-192-39/+80
|\| | | | |_|/ |/| | Add price information to wallet
| * | Add price information to walletBrandon Millman2018-04-182-39/+80
| | |
* | | Publishcontracts@2.1.25@0xproject/website@0.0.28@0xproject/testnet-faucets@1.0.26@0xproject/sra-report@0.0.11Leonid Logvinov2018-04-195-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.36.3 - contracts@2.1.25 - @0xproject/sra-report@0.0.11 - @0xproject/testnet-faucets@1.0.26 - @0xproject/website@0.0.28
* | | Updated CHANGELOGSLeonid Logvinov2018-04-194-1/+19
| | |
* | | Move @0xproject/migrations to devDependenciesLeonid Logvinov2018-04-192-3/+9
| | |
* | | Publishcontracts@2.1.24@0xproject/website@0.0.27@0xproject/testnet-faucets@1.0.25@0xproject/sra-report@0.0.10@0xproject/migrations@0.0.3Leonid Logvinov2018-04-196-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.36.2 - contracts@2.1.24 - @0xproject/migrations@0.0.3 - @0xproject/sra-report@0.0.10 - @0xproject/testnet-faucets@1.0.25 - @0xproject/website@0.0.27
* | | Updated CHANGELOGSLeonid Logvinov2018-04-196-60/+107
| | |
* | | Make @0xproject/migrations publicLeonid Logvinov2018-04-192-2/+4
| |/ |/|
* | Publishcontracts@2.1.23@0xproject/website@0.0.26@0xproject/testnet-faucets@1.0.24@0xproject/sra-report@0.0.9@0xproject/sol-resolver@0.0.2@0xproject/react-docs-example@0.0.8@0xproject/monorepo-scripts@0.1.18@0xproject/migrations@0.0.2@0xproject/metacoin@0.0.4@0xproject/dev-utils@0.3.6@0xproject/base-contract@0.2.1Fabio Berger2018-04-1826-167/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.36.1 - @0xproject/abi-gen@0.2.11 - @0xproject/assert@0.2.7 - @0xproject/base-contract@0.2.1 - @0xproject/connect@0.6.10 - contracts@2.1.23 - @0xproject/deployer@0.4.1 - @0xproject/dev-utils@0.3.6 - @0xproject/json-schemas@0.7.21 - @0xproject/metacoin@0.0.4 - @0xproject/migrations@0.0.2 - @0xproject/monorepo-scripts@0.1.18 - @0xproject/react-docs-example@0.0.8 - @0xproject/react-docs@0.0.8 - @0xproject/react-shared@0.1.3 - @0xproject/sol-cov@0.0.8 - @0xproject/sol-resolver@0.0.2 - @0xproject/sra-report@0.0.9 - @0xproject/subproviders@0.9.0 - @0xproject/testnet-faucets@1.0.24 - @0xproject/tslint-config@0.4.16 - @0xproject/types@0.6.1 - @0xproject/typescript-typings@0.2.0 - @0xproject/utils@0.5.2 - @0xproject/web3-wrapper@0.6.1 - @0xproject/website@0.0.26
* | Print out stderrFabio Berger2018-04-181-0/+4
| |
* | Updated CHANGELOGSFabio Berger2018-04-1839-149/+366
| |
* | Merge pull request #535 from 0xProject/fix/commentRenderingFabio Berger2018-04-188-30/+75
|\ \ | | | | | | Docs: Fix Type Comment Rendering
| * | Bold property namesFabio Berger2018-04-181-2/+5
| | |
| * | Update PR templateFabio Berger2018-04-181-2/+1
| | |
| * | Improve rendering of type definition commentsFabio Berger2018-04-182-1/+43
| | |
| * | Fix commentsFabio Berger2018-04-185-27/+28
| | |
* | | Merge pull request #531 from 0xProject/feature/deployer/solidity-0.4.22Jacob Evans2018-04-187-7/+33
|\ \ \ | |_|/ |/| | Solidity 0.4.22
| * | Update test fixturesJacob Evans2018-04-182-5/+11
| | | | | | | | | | | | allow dependency compiler test to run everywhere
| * | Remove prettier change on package.jsonJacob Evans2018-04-182-15/+10
| | |
| * | Update changelog with PRJacob Evans2018-04-181-1/+2
| | |
| * | Update deployer and contracts repo to use solidity 0.4.22Jacob Evans2018-04-185-12/+36
| | |
* | | Merge pull request #532 from 0xProject/bug/0x.js/fix-formatting-and-lintingJacob Evans2018-04-187-12/+26
|\ \ \ | | | | | | | | Fix linter and prettier on development
| * | | Fix linter and prettierJacob Evans2018-04-187-12/+26
|/ / /
* | | Merge pull request #527 from avonian/redundant_order_removal_bugFabio Berger2018-04-182-0/+7
|\ \ \ | |/ / |/| | Fix redundant expired order removal bug
| * | Update CHANGELOGAra Kevonian2018-04-171-0/+4
| | |
| * | Revert removeOrder flag in favor of noopAra Kevonian2018-04-172-5/+6
| | |
| * | Fix redundant expired order removal bugAra Kevonian2018-04-171-3/+5
|/ /
* | Merge pull request #510 from avonian/developmentFabio Berger2018-04-1711-32/+165
|\ \ | |/ |/| Implement `zeroEx.exchange.getOrderStateAsync`
| * Use this.defaultBlock in OrderFilledCancelledLazyStoreAra Kevonian2018-04-171-2/+2
| |
| * Add stateLayer param to getOrderState and clean up variable namesAra Kevonian2018-04-177-28/+39
| |
| * Rename BalanceAndAllowanceFetchers to BalanceAndProxyAllowanceFetchersAra Kevonian2018-04-135-17/+17
| |
| * Implement Simple FetchersAra Kevonian2018-04-138-8/+58
| |
| * Modify lazy stores to implement abstract fetcher classesAra Kevonian2018-04-108-31/+50
| |
| * Lint/PrettifyAra Kevonian2018-04-094-38/+33
| |
| * Implement `zeroEx.exchange.getOrderStateAsync`Ara Kevonian2018-04-093-18/+76
| |
* | Reduce wiki article padding on mobile and remove commented out codeFabio Berger2018-04-171-4/+1
| |
* | Merge pull request #524 from 0xProject/feature/0x.js/remove-hd-wallet-from-testJacob Evans2018-04-176-57/+30
|\ \ | | | | | | Remove truffle-hdwallet from 0x.js tests
| * \ Merge branch 'development' into feature/0x.js/remove-hd-wallet-from-testJacob Evans2018-04-1750-670/+636
| |\ \ | |/ / |/| |
* | | Merge pull request #512 from 0xProject/feature/resolverLeonid Logvinov2018-04-1745-663/+635
|\ \ \ | | | | | | | | Dependencies resolver for deployer
| * | | Rename resolver to sol-resolverLeonid Logvinov2018-04-1620-108/+35
| | | |
| * | | Uncomment testsLeonid Logvinov2018-04-132-9/+6
| | | |
| * | | Rename getAllContracts to getAllLeonid Logvinov2018-04-133-3/+3
| | | |
| * | | Introduce packagePathLeonid Logvinov2018-04-131-1/+2
| | | |
| * | | Remove artifactsLeonid Logvinov2018-04-1314-5529/+0
| | | |
| * | | Fix testsLeonid Logvinov2018-04-122-2/+3
| | | |
| * | | Implement the resolverLeonid Logvinov2018-04-1236-450/+408
| | | |
| * | | Use solc.compileStandardWrapperLeonid Logvinov2018-04-121-9/+11
| | | |
| * | | Improve on readabilityLeonid Logvinov2018-04-123-23/+16
| | | |
| * | | Update CHANGELOG'sLeonid Logvinov2018-04-121-0/+9
| | | |
| * | | Use solc.compileStandardWrapperLeonid Logvinov2018-04-127-62/+208
| | | |
| * | | Add ony abi-gen changes from Greg's PRLeonid Logvinov2018-04-1216-56/+387
| | | |
| * | | Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-1240-521/+5657
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9.
* | | | Add SignedOrder type to 0x Connect docsFabio Berger2018-04-131-1/+1
| | | |
* | | | Standardize external type linksFabio Berger2018-04-133-6/+6
| | | |
* | | | Fix calendar text color to it shows upFabio Berger2018-04-131-1/+1
| | | |
| | * | Change changelog note as it has no public impactJacob Evans2018-04-171-2/+1
| | | |
| | * | Prettier on CHANGELOG.jsonJacob Evans2018-04-141-1/+1
| | | |
| | * | Update the Changelog with pr numberJacob Evans2018-04-143-1/+19
| | | |
| | * | Remove truffle-hdwallet from 0x.js testsJacob Evans2018-04-134-57/+19
| |/ / |/| |
* | | Add /jobs endpoint to website, link to it and have it re-direct to AngellistFabio Berger2018-04-135-5/+19
| | |
* | | Remove unneeded template stringsFabio Berger2018-04-131-4/+5
| | |
* | | Remove legacy exportFabio Berger2018-04-131-1/+0
| | |
* | | Merge pull request #523 from ritave/patch-1Leonid Logvinov2018-04-121-1/+0
|\ \ \ | |/ / |/| | Remove Greenkeeper from README
| * | Remove Greenkeeper from READMEOlaf Tomalka2018-04-121-1/+0
|/ / | | | | Greenkeeper doesn't support Monorepos as of yet
* | Merge pull request #507 from ↵Jacob Evans2018-04-1221-130/+704
|\ \ | | | | | | | | | | | | 0xProject/feature/subproviders/mnemonic-wallet-subprovider Mnemonic wallet subprovider and multiple accounts in ledger
| * | Revert Ledger back to assigning ledgerClient to instance variableJacob Evans2018-04-123-15/+22
| | |
| * | Rename to parentDerivedKeyInfo to be explicity about how we walk the treeJacob Evans2018-04-121-8/+8
| | |
| * | Pluck key off of base path branch for MnemonicJacob Evans2018-04-124-35/+32
| | | | | | | | | | | | This reduces the tree walk complexity in wallet utils as it is assumed that we always walk relative. It also removes a HACK :)
| * | Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-12179-635/+1672
| |\ \
| * | | Update documentation and add to website docsJacob Evans2018-04-115-23/+27
| | | |
| * | | Renamed DerivedHDKey to DerivedHDKeyInfoJacob Evans2018-04-1112-157/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added assertions on addresses for public methods Throw a helpful error message when signer address is not instantiated address in PrivateKeyWalletSubprovider Update changelog and rename derivationBasePath to baseDerivationPath When returning undefined use pattern of IfExists Added configuration object for MnemonicWallet Put constants back into each individual wallet rather than in walletUtils Delete accidental package-lock.json
| * | | Update website to support latest ledgerJacob Evans2018-04-115-16/+26
| | | |
| * | | Move type declaration for hdkey to typescript-typingsJacob Evans2018-04-113-13/+20
| | | |
| * | | Test valid address format but not foundJacob Evans2018-04-115-12/+26
| | | |
| * | | Update JSDoc for methods in ledger and mnemonic walletJacob Evans2018-04-113-11/+11
| | | |
| * | | Update changelog and add derivationBasePathJacob Evans2018-04-115-29/+33
| | | |
| * | | Follow file naming pattern for mnemonic and private key subproviderJacob Evans2018-04-113-3/+3
| | | |
| * | | Iterator pattern for walking derived keysJacob Evans2018-04-113-45/+62
| | | |
| * | | Tests for signed transactions and multiple accountsJacob Evans2018-04-113-0/+12
| | | |
| * | | Test signed messages with the second accountJacob Evans2018-04-113-1/+15
| | | |
| * | | Throw errors when the address is not specified or invalidJacob Evans2018-04-119-42/+67
| | | |
| * | | Add isChildKey to derived keyJacob Evans2018-04-114-72/+73
| | | |
| * | | Improve Documentation for functions and constructorsJacob Evans2018-04-102-6/+24
| | | |
| * | | Rename to IS_CHILD_KEYJacob Evans2018-04-103-19/+13
| | | |