Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Fix a bug when we didn't call isNaN function and assumed it's a property | Leonid Logvinov | 2019-01-15 | 2 | -2/+2 | |
| | * | | | Add a throw reason in tests | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 | |
| | * | | | Add a NAN check when parsing BigNumber candidate | Leonid Logvinov | 2019-01-15 | 1 | -1/+3 | |
| | * | | | Convert address strings to lower case before parsing them as BigNumbers | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 | |
| | * | | | Update yarn.lock | Leonid Logvinov | 2019-01-15 | 1 | -3/+3 | |
| | * | | | Upgrade chai-bignumber | Leonid Logvinov | 2019-01-15 | 19 | -19/+19 | |
| | * | | | Remove unused imports | Leonid Logvinov | 2019-01-15 | 1 | -1/+0 | |
| | * | | | Use new check for isBigNumber | Leonid Logvinov | 2019-01-15 | 5 | -11/+10 | |
| | * | | | Fix isBigNumber check for the new version | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 | |
| | * | | | Fix linting error | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 | |
| | * | | | Apply prettier | Leonid Logvinov | 2019-01-15 | 4 | -29/+32 | |
| | * | | | Rename cmp to comparedTo | Leonid Logvinov | 2019-01-15 | 2 | -2/+2 | |
| | * | | | Upgrade chai-bignumber | Leonid Logvinov | 2019-01-15 | 18 | -18/+21 | |
| | * | | | Upgrade bignumber.js version | Leonid Logvinov | 2019-01-15 | 59 | -308/+314 | |
| | | * | | Merge development | Leonid Logvinov | 2019-01-18 | 115 | -470/+1267 | |
| | | |\ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Update footer | Fabio Berger | 2019-01-18 | 1 | -4/+3 | |
| * | | | | Merge pull request #1519 from hosyvietanh/patch-1 | Greg Hysen | 2019-01-18 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Allow matching of uint80 in evm_data_type | hosyvietanh | 2019-01-17 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
| * | | | | Merge pull request #1512 from 0xProject/feature/instant/asset-buyer-check-liq... | Steve Klebanoff | 2019-01-18 | 10 | -4/+442 | |
| |\ \ \ \ | ||||||
| | * | | | | remove dangling comma | Steve Klebanoff | 2019-01-18 | 1 | -1/+1 | |
| | * | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquidity | Steve Klebanoff | 2019-01-18 | 100 | -459/+697 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Use more specific helper method decodeAssetDataOrThrow | Steve Klebanoff | 2019-01-17 | 2 | -5/+4 | |
| | * | | | | | change helper method to return a boolean | Steve Klebanoff | 2019-01-17 | 1 | -4/+5 | |
| | * | | | | | Change LiquidityForAssetData to return a BigNumber instead of a number to avo... | Steve Klebanoff | 2019-01-17 | 4 | -20/+20 | |
| | * | | | | | export type instead of interface for more succinct syntax | Steve Klebanoff | 2019-01-17 | 1 | -1/+1 | |
| | * | | | | | Clarify boolean variable name | Steve Klebanoff | 2019-01-17 | 1 | -1/+1 | |
| | * | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquidity | Steve Klebanoff | 2019-01-17 | 8 | -7/+129 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Remove accidental import | Steve Klebanoff | 2019-01-17 | 1 | -1/+0 | |
| | * | | | | | | Add PR number and fix description | Steve Klebanoff | 2019-01-16 | 1 | -1/+2 | |
| | * | | | | | | Export types and add additional documentation | Steve Klebanoff | 2019-01-16 | 2 | -0/+10 | |
| | * | | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquidity | Steve Klebanoff | 2019-01-16 | 262 | -5523/+5745 | |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||||
| | * | | | | | | prettier changelog | Steve Klebanoff | 2019-01-12 | 1 | -2/+1 | |
| | * | | | | | | Disable promise-function-async for mocking async functions | Steve Klebanoff | 2019-01-12 | 1 | -0/+2 | |
| | * | | | | | | Move calculateLiquidity to helper function | Steve Klebanoff | 2019-01-12 | 2 | -31/+35 | |
| | * | | | | | | Add new version to CHANGELOG | Steve Klebanoff | 2019-01-12 | 1 | -0/+9 | |
| | * | | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquidity | Steve Klebanoff | 2019-01-12 | 700 | -4316/+21446 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | getLiquidityForAssetDataAsync helper method, and fix to assetBuyer to check f... | Steve Klebanoff | 2019-01-12 | 3 | -9/+54 | |
| | * | | | | | | | Add helper functions and expose to umd object | Steve Klebanoff | 2019-01-11 | 1 | -0/+12 | |
| | * | | | | | | | Add LiquidityRequestOpts type | Steve Klebanoff | 2019-01-11 | 1 | -0/+5 | |
| | * | | | | | | | Getting rid of unused params and adding documentation | Steve Klebanoff | 2019-01-11 | 1 | -8/+14 | |
| | * | | | | | | | rename tokensAvailableInUnitAmount to tokensAvailableInBaseUnits and use test... | Steve Klebanoff | 2019-01-11 | 3 | -32/+29 | |
| | * | | | | | | | Adding more test coverage | Steve Klebanoff | 2019-01-11 | 1 | -4/+37 | |
| | * | | | | | | | Implement liquidity checking w/ testing | Steve Klebanoff | 2019-01-11 | 6 | -48/+321 | |
| * | | | | | | | | Merge pull request #1525 from 0xProject/fix/dev-tools-pages-package | Steve Klebanoff | 2019-01-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | * | | | | | | | remove dangling comma | Steve Klebanoff | 2019-01-18 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Remove react-snap from dev-tools-pages since it was messing up links on rende... | Fabio Berger | 2019-01-18 | 4 | -12/+4 | |
| * | | | | | | | Add hiring pitch to footer | Fabio Berger | 2019-01-18 | 1 | -0/+5 | |
| * | | | | | | | Merge pull request #1524 from 0xProject/feature/istanbul-geth | Leonid Logvinov | 2019-01-18 | 3 | -0/+18 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Add notes about istanbul and Geth to website docs | Leonid Logvinov | 2019-01-18 | 3 | -0/+18 | |
| * | | | | | | | | Add missing .png | Fabio Berger | 2019-01-18 | 1 | -8/+8 | |
| * | | | | | | | | Merge pull request #1523 from 0xProject/fix/react-shared/react-highlight-dep | Brandon Millman | 2019-01-18 | 2 | -27/+2 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Change react-highlight dep to reference fork by branch instead of commit | Brandon Millman | 2019-01-18 | 2 | -96/+6 | |
| * | | | | | | | | Publish | Leonid Logvinov | 2019-01-18 | 23 | -74/+74 | |
| * | | | | | | | | Updated CHANGELOGS | Leonid Logvinov | 2019-01-18 | 35 | -70/+220 | |
| |/ / / / / / / | ||||||
| * | | | | | | | http to https | Fabio Berger | 2019-01-17 | 4 | -4/+4 | |
| * | | | | | | | Merge pull request #1509 from 0xProject/fix/dev-tools-pages/finalTouches | Fabio B | 2019-01-17 | 32 | -165/+325 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix linter errors | Fabio Berger | 2019-01-17 | 1 | -21/+0 | |
| | * | | | | | | | Update yarn.lock | Fabio Berger | 2019-01-17 | 1 | -3/+93 | |
| | * | | | | | | | Enable "copy" button on all code snippets that should be copy-able | Fabio Berger | 2019-01-17 | 6 | -20/+19 | |
| | * | | | | | | | Merge branch 'development' into fix/dev-tools-pages/finalTouches | Fabio Berger | 2019-01-17 | 154 | -930/+1251 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Add link to Truffle starter project | Fabio Berger | 2019-01-17 | 3 | -6/+18 | |
| | * | | | | | | | | Last touches | Leonid Logvinov | 2019-01-17 | 11 | -55/+67 | |
| | * | | | | | | | | Remove incorrect section of docs | Fabio Berger | 2019-01-17 | 1 | -7/+1 | |
| | * | | | | | | | | Add call-to-action docs button at end of instructions again | Fabio Berger | 2019-01-17 | 5 | -0/+72 | |
| | * | | | | | | | | Open 0x.org on different tab | Fabio Berger | 2019-01-17 | 1 | -1/+1 | |
| | * | | | | | | | | Add fonts | Fabio Berger | 2019-01-17 | 4 | -3/+1 | |
| | * | | | | | | | | Update requirement sections | Fabio Berger | 2019-01-17 | 3 | -20/+50 | |
| | * | | | | | | | | Update 0x url | Fabio Berger | 2019-01-17 | 1 | -1/+1 | |
| | * | | | | | | | | Merge branch 'development' into fix/dev-tools-pages/finalTouches | Fabio Berger | 2019-01-15 | 255 | -5506/+5375 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | merge development | Fabio Berger | 2019-01-12 | 149 | -1218/+856 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Fix copy and links | Fabio Berger | 2019-01-11 | 7 | -54/+107 | |
| | * | | | | | | | | | Remove unused import | Fabio Berger | 2019-01-11 | 1 | -1/+0 | |
| | * | | | | | | | | | Fix title and og tags for sol-coverage | Fabio Berger | 2019-01-11 | 1 | -2/+2 | |
| | * | | | | | | | | | Merge branch 'development' into fix/dev-tools-pages/finalTouches | Fabio Berger | 2019-01-11 | 167 | -722/+1631 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Fix footer links | Fabio Berger | 2019-01-11 | 1 | -1/+1 | |
| | * | | | | | | | | | Add deployment commands for the Dev tools pages | Fabio Berger | 2019-01-11 | 1 | -1/+11 | |
| | * | | | | | | | | | Rename sol-cov to sol-coverage, fix links | Fabio Berger | 2019-01-10 | 9 | -39/+37 | |
| | * | | | | | | | | | Add docLink | Fabio Berger | 2019-01-10 | 4 | -2/+6 | |
| | * | | | | | | | | | Update yarn.lock | Fabio Berger | 2019-01-10 | 1 | -2670/+1 | |
| * | | | | | | | | | | Increase the Buffer size when fetching tags | Leonid Logvinov | 2019-01-17 | 2 | -3/+95 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1521 from 0xProject/feature/dev-tools-pre-release-fixes | Leonid Logvinov | 2019-01-17 | 8 | -197/+38 | |
|/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix linter | Leonid Logvinov | 2019-01-17 | 1 | -1/+0 | |
| * | | | | | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts | Fabio B | 2019-01-17 | 1 | -1/+1 | |
| * | | | | | | | | | Update packages/sol-tracing-utils/CHANGELOG.json | Fabio B | 2019-01-17 | 1 | -1/+1 | |
| * | | | | | | | | | Update packages/sol-tracing-utils/CHANGELOG.json | Fabio B | 2019-01-17 | 1 | -1/+1 | |
| * | | | | | | | | | Add PR numbers | Leonid Logvinov | 2019-01-17 | 1 | -3/+3 | |
| * | | | | | | | | | Fix/simplify handling of revert trace snippets | Leonid Logvinov | 2019-01-17 | 5 | -193/+22 | |
| * | | | | | | | | | Fix a bug when TraceCollectionSubprovider was hanging on the fake Geth snapsh... | Leonid Logvinov | 2019-01-17 | 2 | -2/+6 | |
| * | | | | | | | | | Fix a bug when a custom Geth tracer didn't return stack entries for DELEGATECALL | Leonid Logvinov | 2019-01-17 | 2 | -1/+10 | |
| * | | | | | | | | | Revert devnet mining period from 1 to 0 | Leonid Logvinov | 2019-01-17 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | / / | update team info, add brent | fragosti | 2019-01-17 | 3 | -6/+11 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #1510 from 0xProject/feature/monorepo-scripts/publishToDoc... | Fabio B | 2019-01-17 | 6 | -4/+126 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'development' into feature/monorepo-scripts/publishToDockerHub | Fabio Berger | 2019-01-15 | 255 | -5506/+5375 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Add commented-out pre-publish checks | Fabio Berger | 2019-01-14 | 1 | -5/+5 | |
| * | | | | | | | | Add additional check to make sure user was added to our DockerHub org | Fabio Berger | 2019-01-14 | 4 | -20/+79 | |
| * | | | | | | | | merge development | Fabio Berger | 2019-01-12 | 269 | -1875/+2078 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Add actual error message thrown | Fabio Berger | 2019-01-11 | 1 | -1/+3 | |
| * | | | | | | | | Flag order-watcher as having a Docker image to publish | Fabio Berger | 2019-01-11 | 1 | -0/+5 | |
| * | | | | | | | | Add publish to DockerHub step to publish flow | Fabio Berger | 2019-01-11 | 1 | -3/+42 | |
| * | | | | | | | | Flesh out postpublish configs in packageJSON type | Fabio Berger | 2019-01-11 | 1 | -1/+5 | |
| * | | | | | | | | Add pre-publish check to ensure publisher is logged in to docker cmdline | Fabio Berger | 2019-01-11 | 1 | -0/+12 | |
| * | | | | | | | | Update yarn.lock | Fabio Berger | 2019-01-11 | 1 | -2670/+1 | |
| * | | | | | | | | Ensure the process exits | Fabio Berger | 2019-01-11 | 1 | -0/+1 | |
* | | | | | | | | | Merge pull request #1511 from 0xProject/fix/asset-buyer/zero-amount-available... | Steve Klebanoff | 2019-01-16 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'development' into fix/asset-buyer/zero-amount-available-test | Steve Klebanoff | 2019-01-16 | 262 | -5519/+5215 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Update test for required amountAvailableToFill | Steve Klebanoff | 2019-01-12 | 2 | -3/+3 | |
| | | | | | | | * | Update packages/web3-wrapper/CHANGELOG.json | Fabio B | 2019-01-18 | 1 | -1/+1 | |
| | | | | | | | * | Update packages/subproviders/CHANGELOG.json | Fabio B | 2019-01-18 | 1 | -1/+1 | |
| | | | | | | | * | Add CHANGELOG entries | Leonid Logvinov | 2019-01-15 | 2 | -0/+18 | |
| | | | | | | | * | Merge branch 'development' into feature/new-ganache | Leonid Logvinov | 2019-01-15 | 159 | -800/+1298 | |
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Publish | Leonid Logvinov | 2019-01-15 | 50 | -458/+458 | |
* | | | | | | | | | Updated CHANGELOGS | Leonid Logvinov | 2019-01-15 | 87 | -262/+615 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #1498 from 0xProject/fix/sol-cov | Leonid Logvinov | 2019-01-15 | 23 | -81/+226 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts | Fabio B | 2019-01-15 | 1 | -1/+1 | |
| * | | | | | | | | Make mapping namings direct | Leonid Logvinov | 2019-01-15 | 11 | -107/+42 | |
| * | | | | | | | | Remove unused tslint disable | Leonid Logvinov | 2019-01-15 | 1 | -3/+2 | |
| * | | | | | | | | Revert "Remove logAsyncErrors hack" | Leonid Logvinov | 2019-01-15 | 1 | -34/+44 | |
| * | | | | | | | | Remove logAsyncErrors hack | Leonid Logvinov | 2019-01-15 | 1 | -44/+34 | |
| * | | | | | | | | Refactor logAsyncErrors to follow our conventions | Leonid Logvinov | 2019-01-15 | 1 | -7/+8 | |
| * | | | | | | | | Export Sources and SourceCodes out of tracing utils | Leonid Logvinov | 2019-01-15 | 4 | -0/+8 | |
| * | | | | | | | | Rename mappins to have a direct naming scheme instead of a reverse one | Leonid Logvinov | 2019-01-14 | 6 | -26/+26 | |
| * | | | | | | | | Add SourceCodes and Sources types | Leonid Logvinov | 2019-01-14 | 1 | -2/+9 | |
| * | | | | | | | | Add a link to tracing examples | Leonid Logvinov | 2019-01-14 | 1 | -0/+2 | |
| * | | | | | | | | Update packages/sol-tracing-utils/src/source_maps.ts | Fabio B | 2019-01-14 | 1 | -1/+1 | |
| * | | | | | | | | Update packages/sol-tracing-utils/CHANGELOG.json | Fabio B | 2019-01-14 | 1 | -1/+1 | |
| * | | | | | | | | Update packages/sol-tracing-utils/src/trace_info_subprovider.ts | Fabio B | 2019-01-14 | 1 | -1/+1 | |
| * | | | | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts | Fabio B | 2019-01-14 | 1 | -1/+1 | |
| * | | | | | | | | Update packages/sol-tracing-utils/src/source_maps.ts | Fabio B | 2019-01-14 | 1 | -1/+1 | |
| * | | | | | | | | Update packages/sol-tracing-utils/CHANGELOG.json | Fabio B | 2019-01-14 | 1 | -1/+1 | |
| * | | | | | | | | Update packages/sol-tracing-utils/CHANGELOG.json | Fabio B | 2019-01-14 | 1 | -1/+1 | |
| * | | | | | | | | Apply prettier | Leonid Logvinov | 2019-01-14 | 2 | -31/+10 | |
| * | | | | | | | | Use custom JS tracer only if the node is geth | Leonid Logvinov | 2019-01-14 | 1 | -22/+36 | |
| * | | | | | | | | Add CHANGELOG entries | Leonid Logvinov | 2019-01-14 | 1 | -6/+38 | |
| * | | | | | | | | Merge development | Leonid Logvinov | 2019-01-14 | 288 | -4684/+2589 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix linter | Leonid Logvinov | 2019-01-14 | 1 | -2/+2 | |
| * | | | | | | | | | Fix the bug with incorrect source maps parsing by changing contract data from... | Leonid Logvinov | 2019-01-14 | 5 | -15/+24 | |
| * | | | | | | | | | Add utils.isRangeEqual to sol-profiler | Leonid Logvinov | 2019-01-14 | 1 | -0/+6 | |
| * | | | | | | | | | Add assembly statements to AST Visitor | Leonid Logvinov | 2019-01-14 | 1 | -0/+33 | |
| * | | | | | | | | | Use a custom JS tracer | Leonid Logvinov | 2019-01-14 | 1 | -17/+18 | |
| * | | | | | | | | | Revert CHANGELOG changes | Leonid Logvinov | 2019-01-11 | 1 | -187/+336 | |
| * | | | | | | | | | Remove generated wrappers | Leonid Logvinov | 2019-01-11 | 34 | -30044/+0 | |
| * | | | | | | | | | Remove generated artifacts | Leonid Logvinov | 2019-01-11 | 36 | -21500/+0 | |
| * | | | | | | | | | Generate blocks at interval for truffle | Remco Bloemen | 2019-01-11 | 1 | -1/+1 | |
| * | | | | | | | | | Use tracer for debug traces | Remco Bloemen | 2019-01-11 | 1 | -5/+21 | |
| * | | | | | | | | | Capture errors in next callbacks | Remco Bloemen | 2019-01-11 | 1 | -3/+21 | |
| * | | | | | | | | | Throw error when source location is missing | Remco Bloemen | 2019-01-11 | 1 | -2/+6 | |
| * | | | | | | | | | Fix typo | Remco Bloemen | 2019-01-11 | 1 | -1/+1 | |
| * | | | | | | | | | Add tracer params type | Remco Bloemen | 2019-01-11 | 1 | -0/+2 | |
| * | | | | | | | | | Re-add changelog for 0x.js | Fabio Berger | 2019-01-11 | 71 | -336/+51731 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | | | | | | | * | Update ganache version | Leonid Logvinov | 2019-01-15 | 5 | -522/+448 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #1503 from 0xProject/feature/multi-asset-proxy-migration | Jacob Evans | 2019-01-15 | 14 | -54/+1485 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update prettier changelogs | Jacob Evans | 2019-01-14 | 2 | -6/+3 | |
| * | | | | | | | | Update contract addresses | Jacob Evans | 2019-01-14 | 1 | -4/+4 | |
| * | | | | | | | | Update hardcoded token addresses | Jacob Evans | 2019-01-12 | 1 | -6/+6 | |
| * | | | | | | | | Group similar setup transactions | Jacob Evans | 2019-01-12 | 1 | -6/+9 | |
| * | | | | | | | | Register ERC20/721 into MAP | Jacob Evans | 2019-01-12 | 2 | -22/+30 | |
| * | | | | | | | | chore(python-packages): add MAP to python-packages | Jacob Evans | 2019-01-12 | 1 | -0/+263 | |
| * | | | | | | | | chore(changelogs): Update changelogs with PR | Jacob Evans | 2019-01-12 | 2 | -2/+4 | |
| * | | | | | | | | feature(migrations): Add MultiAssetProxy Migration | Jacob Evans | 2019-01-12 | 12 | -36/+1194 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #1514 from 0xProject/bug/exchange-wrapper-matchOrders | Jacob Evans | 2019-01-15 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove matchOrders optimization | Jacob Evans | 2019-01-12 | 2 | -11/+5 | |
| * | | | | | | | | Prettier | Jacob Evans | 2019-01-12 | 1 | -32/+16 | |
| * | | | | | | | | Update PR number | Jacob Evans | 2019-01-12 | 1 | -1/+2 | |
| * | | | | | | | | bug(exchange-wrapper): matchOrdersAsync input param mutation | Jacob Evans | 2019-01-12 | 2 | -24/+45 | |
* | | | | | | | | | Replace console.log with logUtils.log (#1515) | F. Eugene Aumson | 2019-01-15 | 8 | -66/+68 | |
* | | | | | | | | | Merge pull request #1475 from 0xProject/feature/monorepo/useNewAbiEncoder | Greg Hysen | 2019-01-15 | 45 | -4502/+1936 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | strict decoding of return values using generics | Greg Hysen | 2019-01-15 | 17 | -332/+815 | |
| * | | | | | | | | | makerAssetFillAmount -> takerAssetFillAmount | Greg Hysen | 2019-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | Ran prettier | Greg Hysen | 2019-01-15 | 2 | -6/+18 | |
| * | | | | | | | | | Linter | Greg Hysen | 2019-01-15 | 2 | -3/+7 | |
| * | | | | | | | | | Fix build after rebase | Greg Hysen | 2019-01-15 | 2 | -2/+2 | |
| * | | | | | | | | | Style cleanup for Compressed Calldata in Contract Wrappers PR | Greg Hysen | 2019-01-15 | 8 | -23/+24 | |
| * | | | | | | | | | Use simpler `_.find` to locate fillOrderBai | Greg Hysen | 2019-01-15 | 1 | -6/+1 | |
| * | | | | | | | | | Updated dutch auction wrapper | Greg Hysen | 2019-01-15 | 1 | -91/+13 | |
| * | | | | | | | | | Added back abi-gen-wrappers | Greg Hysen | 2019-01-15 | 14 | -0/+9474 | |
| * | | | | | | | | | Renamed signatureParser.ts to signature_parser.ts | Greg Hysen | 2019-01-15 | 2 | -1/+1 | |
| * | | | | | | | | | Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects` | Greg Hysen | 2019-01-15 | 3 | -39/+39 | |
| * | | | | | | | | | circle build failed. New commit to resubmit job. | Greg Hysen | 2019-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | Ran linter | Greg Hysen | 2019-01-15 | 5 | -13/+18 | |
| * | | | | | | | | | Removed console log from handlebars | Greg Hysen | 2019-01-15 | 1 | -1/+0 | |
| * | | | | | | | | | Created an interface for abi decoded fillOrder data | Greg Hysen | 2019-01-15 | 2 | -7/+12 | |
| * | | | | | | | | | `let` -> `const` in callAsync | Greg Hysen | 2019-01-15 | 2 | -7/+7 | |
| * | | | | | | | | | Ran prettier and linter | Greg Hysen | 2019-01-15 | 14 | -191/+193 | |
| * | | | | | | | | | Decodes revert reason as array to appease Geth | Greg Hysen | 2019-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | Ran prettier | Greg Hysen | 2019-01-15 | 11 | -76/+90 | |
| * | | | | | | | | | Use string argument encoding with new encoder | Greg Hysen | 2019-01-15 | 9 | -67/+47 | |
| * | | | | | | | | | Finished porting new abi encoder to contracts | Greg Hysen | 2019-01-15 | 22 | -9909/+38 | |
| * | | | | | | | | | Generalized `create` for signature / dataItems. Cleaner. | Greg Hysen | 2019-01-15 | 4 | -187/+166 | |
| * | | | | | | | | | Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/... | Greg Hysen | 2019-01-15 | 20 | -73/+449 | |
| * | | | | | | | | | All contract tests working with new abi encoder | Greg Hysen | 2019-01-15 | 5 | -7/+46 | |
| * | | | | | | | | | Works for almost all tests | Greg Hysen | 2019-01-15 | 19 | -1079/+323 | |
| * | | | | | | | | | Working for almost every test | Greg Hysen | 2019-01-15 | 22 | -973/+320 | |
| * | | | | | | | | | Ensure that addresses are lower case | Greg Hysen | 2019-01-15 | 1 | -1/+2 | |
| * | | | | | | | | | Progress | Greg Hysen | 2019-01-15 | 23 | -2823/+1246 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #1516 from 0xProject/fix/website/update-react-highlight | Francesco Agosti | 2019-01-15 | 2 | -91/+12 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Update react-highlight dep in website to latest commit | Brandon Millman | 2019-01-15 | 2 | -91/+12 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #1513 from 0xProject/fix/website/multiple-react-dom-versio... | Francesco Agosti | 2019-01-12 | 7 | -28/+239 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Revert "hack: force redux and redux-devtools to work for build" | fragosti | 2019-01-12 | 1 | -2/+2 | |
| * | | | | | | | upgrade react in react-docs and react-shared, install dependencies in website... | fragosti | 2019-01-12 | 4 | -25/+235 | |
| * | | | | | | | Revert "fix: make version consisten for react, react-dom and styled-components'" | fragosti | 2019-01-12 | 2 | -4943/+5104 | |
| * | | | | | | | feat: upgrade styled-components and remove ununsed basscss import | fragosti | 2019-01-12 | 2 | -2/+2 | |
| * | | | | | | | hack: force redux and redux-devtools to work for build | fragosti | 2019-01-12 | 1 | -2/+2 | |
| * | | | | | | | fix: make version consisten for react, react-dom and styled-components' | fragosti | 2019-01-12 | 2 | -5104/+4943 | |
| * | | | | | | | fix: use basscss from css file instead of module | fragosti | 2019-01-12 | 3 | -1/+2 | |
|/ / / / / / / | ||||||
* | / / / / / | Implement tslint enum-naming to enforce PascalCase on enum members (#1474) | Xianny | 2019-01-12 | 40 | -324/+523 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Publish | Fabio Berger | 2019-01-12 | 47 | -442/+442 | |
* | | | | | | Updated CHANGELOGS | Fabio Berger | 2019-01-12 | 80 | -3/+529 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #1500 from 0xProject/update-prettier-version | Fabio B | 2019-01-11 | 149 | -3887/+856 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Rebase and re-apply prettier | Alex Browne | 2019-01-11 | 4 | -9/+13 | |
| * | | | | Update prettier to version ^1.15.3 | Alex Browne | 2019-01-11 | 146 | -3878/+843 | |
* | | | | | upgrade to ddex api v3 (#1507) | Xianny | 2019-01-11 | 4 | -16/+31 | |
|/ / / / | ||||||
* | | | | Add new deployment related instructions to pipeline README (#1499) | Alex Browne | 2019-01-11 | 1 | -0/+17 | |
* | | | | Merge pull request #1506 from 0xProject/feature/instant/opera-followups | Francesco Agosti | 2019-01-11 | 3 | -3/+8 | |
|\ \ \ \ | ||||||
| * | | | | feature: implement logging and friendly wallet name for Opera | fragosti | 2019-01-11 | 3 | -3/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #1501 from 0xProject/fix/utils/promisify-not-accounting-fo... | Francesco Agosti | 2019-01-11 | 2 | -1/+10 | |
|\ \ \ \ | ||||||
| * | | | | chore: changelog update | fragosti | 2019-01-10 | 1 | -0/+9 | |
| * | | | | fix: account for undefined errors in promisify, not only null | fragosti | 2019-01-10 | 1 | -1/+1 | |
* | | | | | Merge pull request #1492 from 0xProject/feature/sol-cov-sol-profiler-sol-trac... | Leonid Logvinov | 2019-01-10 | 133 | -647/+1166 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Fix prettier | Leonid Logvinov | 2019-01-10 | 4 | -7/+4 | |
| * | | | | Add missing dependencies | Leonid Logvinov | 2019-01-10 | 1 | -0/+3 | |
| * | | | | Remove second yarn call | Leonid Logvinov | 2019-01-10 | 1 | -1/+1 | |
| * | | | | Merge development | Leonid Logvinov | 2019-01-10 | 431 | -1903/+19367 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #1482 from 0xProject/feature/monorepo/release-notes | Steve Klebanoff | 2019-01-10 | 6 | -2/+53 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'feature/monorepo/release-notes' of github.com:0xProject/0x-mono... | Steve Klebanoff | 2019-01-08 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Use explicit undefined check | Fabio B | 2019-01-08 | 1 | -1/+1 | |
| * | | | | | | Make error message less scary | Steve Klebanoff | 2019-01-08 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Return void and throw error instead of logging and returning boolean | Steve Klebanoff | 2019-01-05 | 1 | -4/+3 | |
| * | | | | | Add async suffix | Steve Klebanoff | 2019-01-05 | 2 | -3/+3 | |
| * | | | | | Use constant | Steve Klebanoff | 2019-01-03 | 2 | -1/+2 | |
| * | | | | | await alerting discord | Steve Klebanoff | 2019-01-03 | 1 | -1/+1 | |
| * | | | | | Merge branch 'development' into feature/monorepo/release-notes | Steve Klebanoff | 2019-01-03 | 270 | -4073/+661 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | remove unused export | Steve Klebanoff | 2019-01-03 | 1 | -1/+1 | |
| * | | | | | | feat(monorepo-scripts): Alert to discord when new publish happens | Steve Klebanoff | 2019-01-03 | 6 | -3/+54 | |
* | | | | | | | Merge pull request #1437 from 0xProject/feature/instant/tell-amount-available | Steve Klebanoff | 2019-01-10 | 12 | -17/+273 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Merge branch 'development' into feature/instant/tell-amount-available | Steve Klebanoff | 2019-01-10 | 510 | -2630/+21906 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Add PR number | Steve Klebanoff | 2019-01-04 | 1 | -1/+2 | |
| * | | | | | | | Merge branch 'development' into feature/instant/tell-amount-available | Steve Klebanoff | 2019-01-03 | 271 | -4065/+647 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| * | | | | | | | take out no-longer necessary test | Steve Klebanoff | 2019-01-03 | 1 | -6/+1 | |
| * | | | | | | | Merge branch 'development' into feature/instant/tell-amount-available | Steve Klebanoff | 2018-12-22 | 2 | -10/+16 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix var name and use floor instead of .round(0, ROUND_DOWN) | Steve Klebanoff | 2018-12-22 | 1 | -9/+7 | |
| * | | | | | | | | Make amountAvailableToFill required | Steve Klebanoff | 2018-12-22 | 3 | -8/+3 | |
| * | | | | | | | | Merge branch 'development' into feature/instant/tell-amount-available | Steve Klebanoff | 2018-12-22 | 411 | -1165/+14395 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | more documentation | Steve Klebanoff | 2018-12-15 | 1 | -0/+6 | |
| * | | | | | | | | Fix for asset-buyer documentation | Steve Klebanoff | 2018-12-15 | 1 | -0/+1 | |
| * | | | | | | | | rename boolean var | Steve Klebanoff | 2018-12-15 | 1 | -3/+3 | |
| * | | | | | | | | one more test for undefined | Steve Klebanoff | 2018-12-15 | 1 | -1/+6 | |
| * | | | | | | | | Update asset-buyer changelog describing error change | Steve Klebanoff | 2018-12-15 | 1 | -0/+8 | |
| * | | | | | | | | Only send in amountAvailableToFill if it's a non-zero amount, add additional ... | Steve Klebanoff | 2018-12-15 | 7 | -104/+154 | |
| * | | | | | | | | Nesting errors | Steve Klebanoff | 2018-12-15 | 1 | -23/+25 | |
| * | | | | | | | | More tests for assetBuyerErrorMessage | Steve Klebanoff | 2018-12-15 | 1 | -3/+38 |