aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename dependencyNameToPackagePath to dependencyNameToPathLeonid Logvinov2019-01-302-12/+12
|
* Add a commentLeonid Logvinov2019-01-301-0/+5
|
* Remove + concatenationLeonid Logvinov2019-01-301-2/+1
|
* Fail fastLeonid Logvinov2019-01-301-3/+3
|
* Update packages/sol-compiler/src/utils/compiler.tsFabio B2019-01-301-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Update packages/ethereum-types/src/index.tsFabio B2019-01-301-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Fix namingLeonid Logvinov2019-01-291-7/+6
|
* Add 'useDockerisedSolc' to new packagesLeonid Logvinov2019-01-291-0/+1
|
* Merge developmentLeonid Logvinov2019-01-29280-1411/+1876
|\
| * Merge pull request #1549 from 0xProject/justinbarry-0x-monorepo-mirrorFrancesco Agosti2019-01-263-6/+127
| |\ | | | | | | [instant] [mirror] Output Chrome 41 compatible version of 0x instant
| | * Merge pull request #1508 from justinbarry/developmentFrancesco Agosti2019-01-263-6/+127
| |/| | | | | | | Output Chrome 41 compatible version of 0x instant
| | * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2019-01-25706-12002/+10658
| | |\ | | | | | | | | | | | | development
| | * | Output Chrome 41 compatible version of 0x instantJustin Barry2019-01-113-6/+139
| | | | | | | | | | | | | | | | | | | | This is important for SEO as Googlebot is still using Chrome 41 to crawl thick clients.
| * | | Merge pull request #1547 from 0xProject/feat/contracts/lock-dependenciesAmir Bandeali2019-01-259-56/+28
| |\ \ \ | | |_|/ | |/| | Lock versions of all dependencies that are contracts packages
| | * | Lock versions of all dependencies that are contracts packagesAmir Bandeali2019-01-259-56/+28
| | | |
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2019-01-25451-2786/+4159
| |\| | | | | | | | | | | | | | development
| | * | Merge pull request #1543 from 0xProject/fix/asset-buyer-testSteve Klebanoff2019-01-241-0/+1
| | |\ \ | | | | | | | | | | [asset-buyer] Fix test (assetData string)
| | | * | Assert that assetData is a string before we try to decode itSteve Klebanoff2019-01-241-0/+1
| | |/ /
| | * | 0xproject -> 0x.orgFrancesco Agosti2019-01-241-2/+2
| | | |
| | * | Update README.mdFrancesco Agosti2019-01-241-1/+1
| | | |
| | * | Merge pull request #1539 from 0xProject/feat/contracts/split-packagesAmir Bandeali2019-01-24274-1400/+1766
| | |\ \ | | | | | | | | | | Split/rename/combine packages
| | | * \ Merge branch 'development' into feat/contracts/split-packagesAmir Bandeali2019-01-2412-29/+98
| | | |\ \ | | | |/ / | | |/| |
| | | * | Fix geth tests in circleci configAmir Bandeali2019-01-241-8/+8
| | | | |
| | | * | Update package.json versionsAmir Bandeali2019-01-2410-88/+34
| | | | |
| | | * | Update all contract CHANGELOGsAmir Bandeali2019-01-239-274/+73
| | | | |
| | | * | Update DEPLOYS and READMEs within each packageAmir Bandeali2019-01-2317-250/+131
| | | | |
| | | * | Update root tsconfig packagesAmir Bandeali2019-01-221-5/+6
| | | | |
| | | * | Separate forwarder into own packageAmir Bandeali2019-01-2256-8/+371
| | | | |
| | | * | Cleanup package.json filesAmir Bandeali2019-01-2210-113/+8
| | | | |
| | | * | Split tokens package into erc20 and erc721Amir Bandeali2019-01-22104-878/+729
| | | | |
| | | * | Move contents of examples and interfaces packages into corresponding packagesAmir Bandeali2019-01-22143-1944/+344
| | | | |
| | | * | Add commands for building and testing all contractsAmir Bandeali2019-01-222-3/+8
| | | | |
| | | * | Update remaining pachagesAmir Bandeali2019-01-2252-92/+87
| | | | |
| | | * | Split protocol package into exchange, asset-proxy, and multisigAmir Bandeali2019-01-2285-127/+2253
| | | | |
| | | * | Rename libs to exchange-libsAmir Bandeali2019-01-2224-3/+3
| | | | |
| | | * | Move LibAddressArray to utils packageAmir Bandeali2019-01-2212-15/+15
| | | | |
| * | | | feat: add Marc to websitefragosti2019-01-252-0/+5
| | | | |
* | | | | Temp CILeonid Logvinov2019-01-2914-126/+93
| | | | |
* | | | | Add -setup_remote_docker to CI build stepsLeonid Logvinov2019-01-241-0/+1
| | | | |
* | | | | Make workspace path in NPMResolver optionalLeonid Logvinov2019-01-241-1/+1
| | | | |
* | | | | Implement docker as another backend for sol-compilerLeonid Logvinov2019-01-2314-23/+179
| |/ / / |/| | |
* | | | Merge pull request #1537 from nitper/patch-1Alex Browne2019-01-231-0/+1
|\ \ \ \ | | | | | | | | | | [fix] allow devnet rpc to listen on any vhost
| * | | | allow devnet rpc to listen on any vhostnitper2019-01-231-0/+1
| | |/ / | |/| | | | | | geth's default value for `--rpcvhosts` is `localhost`, which does not work when trying to use the devnet in certain environments such as `docker-compose` or `gitlab-ci`
* | | | Add docker-compose basic config (#1538)Benjamin2019-01-231-0/+8
| | | | | | | | | | | | Add docker-compose.yml config for 0x-devnet package. This can be expanded upon in future if necessary.
* | | | Merge pull request #1535 from 0xProject/feature/sol-tracing-monorepo-fixesLeonid Logvinov2019-01-2312-142/+98
|\ \ \ \ | |/ / / |/| | | Sol tracing fixes
| * | | Change strings to numbers in CHANGELOGsLeonid Logvinov2019-01-233-6/+6
| | | |
| * | | Refactor out isInterfaceContractLeonid Logvinov2019-01-231-2/+2
| | | |
| * | | Fix a typoLeonid Logvinov2019-01-231-1/+1
| | | |
| * | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | Update packages/sol-tracing-utils/src/collect_coverage_entries.tsFabio B2019-01-221-1/+1
| | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | Update packages/sol-profiler/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | Update contracts/utils/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | Fix testsLeonid Logvinov2019-01-222-2/+3
| | | |
| * | | Fix imports in TestContracts and testLibBytes to be relative. This way they ↵Leonid Logvinov2019-01-213-2/+11
| | | | | | | | | | | | | | | | show up correctly in coverage reports
| * | | Fix a bug when some parts of the profiling report were missing because of ↵Leonid Logvinov2019-01-213-7/+18
| | | | | | | | | | | | | | | | the coverage ignore lines
| * | | Print reasonable warnings on bytecode collisionsLeonid Logvinov2019-01-212-14/+17
| | | |
| * | | SolCompilerArtifactAdapter now doesn't return the ContractData for interfacesLeonid Logvinov2019-01-212-1/+9
| | | |
| * | | Cache bytecode lookupLeonid Logvinov2019-01-213-114/+21
| | | |
| * | | SolCompilerArtifactsAdapter now uses SolResolver under the hood which allows ↵Leonid Logvinov2019-01-213-4/+21
| | | | | | | | | | | | | | | | to resolve NPM dependencies properly
* | | | Merge pull request #1527 from 0xProject/improvements/website/dev_homeFabio B2019-01-222-22/+60
|\ \ \ \ | |/ / / |/| | | Add Python tools section to Dev Home and add missing Python packages
| * | | Fix linter issueFabio Berger2019-01-211-1/+1
| | | |
| * | | Add entry for contract demo packageFabio Berger2019-01-191-0/+8
| | | |
| * | | Link all Python packages to PypiFabio Berger2019-01-191-6/+4
| | | |
| * | | Remove .py suffixFabio Berger2019-01-191-5/+5
| | | |
| * | | Create Python tools section and add missing Python packages to itFabio Berger2019-01-182-21/+53
| | | |
* | | | Merge pull request #1518 from 0xProject/feature/new-ganacheLeonid Logvinov2019-01-186-521/+455
|\ \ \ \ | | | | | | | | | | Update ganache version
| * \ \ \ Merge branch 'development' into feature/new-ganacheLeonid Logvinov2019-01-18128-366/+755
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1517 from 0xProject/feature/bignumber-8.0Leonid Logvinov2019-01-18128-364/+763
|\ \ \ \ \ | |_|/ / / |/| | | | Bignumber 8.0
| * | | | Merge branch 'development' into feature/bignumber-8.0Leonid Logvinov2019-01-18115-471/+1268
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Fix prettierLeonid Logvinov2019-01-1625-282/+141
| | | | |
| * | | | Fix a build issueLeonid Logvinov2019-01-161-1/+1
| | | | |
| * | | | Add CHANGELOG entriesLeonid Logvinov2019-01-1643-141/+669
| | | | |
| * | | | Convert address strings to lower case before parsing them as BigNumbersLeonid Logvinov2019-01-151-1/+1
| | | | |
| * | | | Fix a bug when we didn't call isNaN function and assumed it's a propertyLeonid Logvinov2019-01-152-2/+2
| | | | |
| * | | | Add a throw reason in testsLeonid Logvinov2019-01-151-1/+1
| | | | |
| * | | | Add a NAN check when parsing BigNumber candidateLeonid Logvinov2019-01-151-1/+3
| | | | |
| * | | | Convert address strings to lower case before parsing them as BigNumbersLeonid Logvinov2019-01-151-1/+1
| | | | |
| * | | | Update yarn.lockLeonid Logvinov2019-01-151-3/+3
| | | | |
| * | | | Upgrade chai-bignumberLeonid Logvinov2019-01-1519-19/+19
| | | | |
| * | | | Remove unused importsLeonid Logvinov2019-01-151-1/+0
| | | | |
| * | | | Use new check for isBigNumberLeonid Logvinov2019-01-155-11/+10
| | | | |
| * | | | Fix isBigNumber check for the new versionLeonid Logvinov2019-01-151-1/+1
| | | | |
| * | | | Fix linting errorLeonid Logvinov2019-01-151-1/+1
| | | | |
| * | | | Apply prettierLeonid Logvinov2019-01-154-29/+32
| | | | |
| * | | | Rename cmp to comparedToLeonid Logvinov2019-01-152-2/+2
| | | | |
| * | | | Upgrade chai-bignumberLeonid Logvinov2019-01-1518-18/+21
| | | | |
| * | | | Upgrade bignumber.js versionLeonid Logvinov2019-01-1559-308/+314
| | | | |
| | * | | Merge developmentLeonid Logvinov2019-01-18115-470/+1267
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Update footerFabio Berger2019-01-181-4/+3
| | | | |
* | | | | Merge pull request #1519 from hosyvietanh/patch-1Greg Hysen2019-01-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Allow matching of uint80 in evm_data_type
| * | | | | Allow matching of uint80 in evm_data_typehosyvietanh2019-01-171-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #1512 from ↵Steve Klebanoff2019-01-1810-4/+442
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/instant/asset-buyer-check-liquidity [instant] [asset-buyer] Helper methods for checking liquidity
| * | | | | remove dangling commaSteve Klebanoff2019-01-181-1/+1
| | | | | |
| * | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-18100-459/+697
| |\ \ \ \ \
| * | | | | | Use more specific helper method decodeAssetDataOrThrowSteve Klebanoff2019-01-172-5/+4
| | | | | | |
| * | | | | | change helper method to return a booleanSteve Klebanoff2019-01-171-4/+5
| | | | | | |
| * | | | | | Change LiquidityForAssetData to return a BigNumber instead of a number to ↵Steve Klebanoff2019-01-174-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid losing precision
| * | | | | | export type instead of interface for more succinct syntaxSteve Klebanoff2019-01-171-1/+1
| | | | | | |
| * | | | | | Clarify boolean variable nameSteve Klebanoff2019-01-171-1/+1
| | | | | | |
| * | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-178-7/+129
| |\ \ \ \ \ \
| * | | | | | | Remove accidental importSteve Klebanoff2019-01-171-1/+0
| | | | | | | |
| * | | | | | | Add PR number and fix descriptionSteve Klebanoff2019-01-161-1/+2
| | | | | | | |
| * | | | | | | Export types and add additional documentationSteve Klebanoff2019-01-162-0/+10
| | | | | | | |
| * | | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-16262-5523/+5745
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | prettier changelogSteve Klebanoff2019-01-121-2/+1
| | | | | | | |
| * | | | | | | Disable promise-function-async for mocking async functionsSteve Klebanoff2019-01-121-0/+2
| | | | | | | |
| * | | | | | | Move calculateLiquidity to helper functionSteve Klebanoff2019-01-122-31/+35
| | | | | | | |
| * | | | | | | Add new version to CHANGELOGSteve Klebanoff2019-01-121-0/+9
| | | | | | | |
| * | | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-12700-4316/+21446
| |\ \ \ \ \ \ \
| * | | | | | | | getLiquidityForAssetDataAsync helper method, and fix to assetBuyer to check ↵Steve Klebanoff2019-01-123-9/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for eth token in asset pairs
| * | | | | | | | Add helper functions and expose to umd objectSteve Klebanoff2019-01-111-0/+12
| | | | | | | | |
| * | | | | | | | Add LiquidityRequestOpts typeSteve Klebanoff2019-01-111-0/+5
| | | | | | | | |
| * | | | | | | | Getting rid of unused params and adding documentationSteve Klebanoff2019-01-111-8/+14
| | | | | | | | |
| * | | | | | | | rename tokensAvailableInUnitAmount to tokensAvailableInBaseUnits and use ↵Steve Klebanoff2019-01-113-32/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test helpers
| * | | | | | | | Adding more test coverageSteve Klebanoff2019-01-111-4/+37
| | | | | | | | |
| * | | | | | | | Implement liquidity checking w/ testingSteve Klebanoff2019-01-116-48/+321
| | | | | | | | |
* | | | | | | | | Merge pull request #1525 from 0xProject/fix/dev-tools-pages-packageSteve Klebanoff2019-01-181-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | [dev-tools-pages] Remove dangling comma from package.json
| * | | | | | | | remove dangling commaSteve Klebanoff2019-01-181-1/+1
|/ / / / / / / /
* | | | | | | | Remove react-snap from dev-tools-pages since it was messing up links on ↵Fabio Berger2019-01-184-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rendering pages
* | | | | | | | Add hiring pitch to footerFabio Berger2019-01-181-0/+5
| | | | | | | |
* | | | | | | | Merge pull request #1524 from 0xProject/feature/istanbul-gethLeonid Logvinov2019-01-183-0/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add notes about istanbul and Geth to website docs
| * | | | | | | | Add notes about istanbul and Geth to website docsLeonid Logvinov2019-01-183-0/+18
| | | | | | | | |
* | | | | | | | | Add missing .pngFabio Berger2019-01-181-8/+8
| | | | | | | | |
* | | | | | | | | Merge pull request #1523 from 0xProject/fix/react-shared/react-highlight-depBrandon Millman2019-01-182-27/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | [react-shared] Change react-highlight dep to reference fork by branch instead of commit
| * | | | | | | | Change react-highlight dep to reference fork by branch instead of commitBrandon Millman2019-01-182-96/+6
| | | | | | | | |
* | | | | | | | | PublishLeonid Logvinov2019-01-1823-74/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.3 - @0x/asset-buyer@4.0.2 - @0x/contract-wrappers@5.0.1 - @0x/dev-tools-pages@0.0.14 - @0x/instant@1.0.8 - @0x/metacoin@0.0.36 - @0x/monorepo-scripts@1.0.19 - @0x/order-watcher@2.4.3 - @0x/sol-coverage@1.0.3 - @0x/sol-profiler@1.0.3 - @0x/sol-trace@1.0.3 - @0x/sol-tracing-utils@4.0.1 - @0x/testnet-faucets@1.0.64 - @0x/website@0.0.67 - @0x/contracts-examples@1.0.6 - @0x/contracts-extensions@1.2.3 - @0x/contracts-interfaces@1.0.6 - @0x/contracts-libs@1.0.6 - @0x/contracts-multisig@1.0.6 - @0x/contracts-protocol@2.2.3 - @0x/contracts-test-utils@2.0.1 - @0x/contracts-tokens@1.0.6 - @0x/contracts-utils@1.0.6
* | | | | | | | | Updated CHANGELOGSLeonid Logvinov2019-01-1835-70/+220
|/ / / / / / / /
* | | | | | | | http to httpsFabio Berger2019-01-174-4/+4
| | | | | | | |
* | | | | | | | Merge pull request #1509 from 0xProject/fix/dev-tools-pages/finalTouchesFabio B2019-01-1732-165/+325
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Dev Tools Pages - Final Touches
| * | | | | | | | Fix linter errorsFabio Berger2019-01-171-21/+0
| | | | | | | | |
| * | | | | | | | Update yarn.lockFabio Berger2019-01-171-3/+93
| | | | | | | | |
| * | | | | | | | Enable "copy" button on all code snippets that should be copy-ableFabio Berger2019-01-176-20/+19
| | | | | | | | |
| * | | | | | | | Merge branch 'development' into fix/dev-tools-pages/finalTouchesFabio Berger2019-01-17154-930/+1251
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (22 commits) Fix linter Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts Update packages/sol-tracing-utils/CHANGELOG.json Update packages/sol-tracing-utils/CHANGELOG.json Add PR numbers Fix/simplify handling of revert trace snippets Fix a bug when TraceCollectionSubprovider was hanging on the fake Geth snapshot transaction Fix a bug when a custom Geth tracer didn't return stack entries for DELEGATECALL Revert devnet mining period from 1 to 0 update team info, add brent Publish Updated CHANGELOGS Add commented-out pre-publish checks Add additional check to make sure user was added to our DockerHub org Update test for required amountAvailableToFill Add actual error message thrown Flag order-watcher as having a Docker image to publish Add publish to DockerHub step to publish flow Flesh out postpublish configs in packageJSON type Add pre-publish check to ensure publisher is logged in to docker cmdline ...
| * | | | | | | | | Add link to Truffle starter projectFabio Berger2019-01-173-6/+18
| | | | | | | | | |
| * | | | | | | | | Last touchesLeonid Logvinov2019-01-1711-55/+67
| | | | | | | | | |
| * | | | | | | | | Remove incorrect section of docsFabio Berger2019-01-171-7/+1
| | | | | | | | | |
| * | | | | | | | | Add call-to-action docs button at end of instructions againFabio Berger2019-01-175-0/+72
| | | | | | | | | |
| * | | | | | | | | Open 0x.org on different tabFabio Berger2019-01-171-1/+1
| | | | | | | | | |
| * | | | | | | | | Add fontsFabio Berger2019-01-174-3/+1
| | | | | | | | | |
| * | | | | | | | | Update requirement sectionsFabio Berger2019-01-173-20/+50
| | | | | | | | | |
| * | | | | | | | | Update 0x urlFabio Berger2019-01-171-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'development' into fix/dev-tools-pages/finalTouchesFabio Berger2019-01-15255-5506/+5375
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (87 commits) Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts Make mapping namings direct Remove unused tslint disable Revert "Remove logAsyncErrors hack" Remove logAsyncErrors hack Refactor logAsyncErrors to follow our conventions Export Sources and SourceCodes out of tracing utils Replace console.log with logUtils.log (#1515) strict decoding of return values using generics makerAssetFillAmount -> takerAssetFillAmount Ran prettier Linter Fix build after rebase Style cleanup for Compressed Calldata in Contract Wrappers PR Use simpler `_.find` to locate fillOrderBai Updated dutch auction wrapper Added back abi-gen-wrappers Renamed signatureParser.ts to signature_parser.ts Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects` circle build failed. New commit to resubmit job. ...
| * \ \ \ \ \ \ \ \ \ merge developmentFabio Berger2019-01-12149-1218/+856
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Fix copy and linksFabio Berger2019-01-117-54/+107
| | | | | | | | | | |
| * | | | | | | | | | Remove unused importFabio Berger2019-01-111-1/+0
| | | | | | | | | | |
| * | | | | | | | | | Fix title and og tags for sol-coverageFabio Berger2019-01-111-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'development' into fix/dev-tools-pages/finalTouchesFabio Berger2019-01-11167-722/+1631
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (49 commits) upgrade to ddex api v3 (#1507) Add new deployment related instructions to pipeline README (#1499) feature: implement logging and friendly wallet name for Opera Fix prettier Add missing dependencies Remove second yarn call Add .gitkeep Rename sol-trace-based-tools-common to sol-tracing-utils Update packages/sol-trace/README.md Update packages/sol-trace/CHANGELOG.json Update packages/sol-trace-based-tools-common/src/source_maps.ts Update packages/sol-trace-based-tools-common/CHANGELOG.json Update packages/sol-profiler/CHANGELOG.json Update packages/sol-coverage/CHANGELOG.json Update packages/monorepo-scripts/src/test_installation.ts chore: changelog update fix: account for undefined errors in promisify, not only null Clean up docs before publish In README's, don't mention non-existent tests (#1497) fix: use getBackendBaseUrl instead of hardcoded string ...
| * | | | | | | | | | Fix footer linksFabio Berger2019-01-111-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Add deployment commands for the Dev tools pagesFabio Berger2019-01-111-1/+11
| | | | | | | | | | |
| * | | | | | | | | | Rename sol-cov to sol-coverage, fix linksFabio Berger2019-01-109-39/+37
| | | | | | | | | | |
| * | | | | | | | | | Add docLinkFabio Berger2019-01-104-2/+6
| | | | | | | | | | |
| * | | | | | | | | | Update yarn.lockFabio Berger2019-01-101-2670/+1
| | | | | | | | | | |
* | | | | | | | | | | Increase the Buffer size when fetching tagsLeonid Logvinov2019-01-172-3/+95
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1521 from 0xProject/feature/dev-tools-pre-release-fixesLeonid Logvinov2019-01-178-197/+38
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | 0x Dev tools pre-release fixes
| * | | | | | | | | Fix linterLeonid Logvinov2019-01-171-1/+0
| | | | | | | | | |
| * | | | | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.tsFabio B2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | | Add PR numbersLeonid Logvinov2019-01-171-3/+3
| | | | | | | | | |
| * | | | | | | | | Fix/simplify handling of revert trace snippetsLeonid Logvinov2019-01-175-193/+22
| | | | | | | | | |
| * | | | | | | | | Fix a bug when TraceCollectionSubprovider was hanging on the fake Geth ↵Leonid Logvinov2019-01-172-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | snapshot transaction
| * | | | | | | | | Fix a bug when a custom Geth tracer didn't return stack entries for DELEGATECALLLeonid Logvinov2019-01-172-1/+10
| | | | | | | | | |
| * | | | | | | | | Revert devnet mining period from 1 to 0Leonid Logvinov2019-01-171-1/+1
|/ / / / / / / / /
* | | | | | | / / update team info, add brentfragosti2019-01-173-6/+11
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #1510 from ↵Fabio B2019-01-176-4/+126
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/monorepo-scripts/publishToDockerHub Add DockerHub Publishing Step to Publish Flow
| * \ \ \ \ \ \ \ Merge branch 'development' into feature/monorepo-scripts/publishToDockerHubFabio Berger2019-01-15255-5506/+5375
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (87 commits) Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts Make mapping namings direct Remove unused tslint disable Revert "Remove logAsyncErrors hack" Remove logAsyncErrors hack Refactor logAsyncErrors to follow our conventions Export Sources and SourceCodes out of tracing utils Replace console.log with logUtils.log (#1515) strict decoding of return values using generics makerAssetFillAmount -> takerAssetFillAmount Ran prettier Linter Fix build after rebase Style cleanup for Compressed Calldata in Contract Wrappers PR Use simpler `_.find` to locate fillOrderBai Updated dutch auction wrapper Added back abi-gen-wrappers Renamed signatureParser.ts to signature_parser.ts Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects` circle build failed. New commit to resubmit job. ...
| * | | | | | | | Add commented-out pre-publish checksFabio Berger2019-01-141-5/+5
| | | | | | | | |
| * | | | | | | | Add additional check to make sure user was added to our DockerHub orgFabio Berger2019-01-144-20/+79
| | | | | | | | |
| * | | | | | | | merge developmentFabio Berger2019-01-12269-1875/+2078
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Add actual error message thrownFabio Berger2019-01-111-1/+3
| | | | | | | | |
| * | | | | | | | Flag order-watcher as having a Docker image to publishFabio Berger2019-01-111-0/+5
| | | | | | | | |
| * | | | | | | | Add publish to DockerHub step to publish flowFabio Berger2019-01-111-3/+42
| | | | | | | | |
| * | | | | | | | Flesh out postpublish configs in packageJSON typeFabio Berger2019-01-111-1/+5
| | | | | | | | |
| * | | | | | | | Add pre-publish check to ensure publisher is logged in to docker cmdlineFabio Berger2019-01-111-0/+12
| | | | | | | | |
| * | | | | | | | Update yarn.lockFabio Berger2019-01-111-2670/+1
| | | | | | | | |
| * | | | | | | | Ensure the process exitsFabio Berger2019-01-111-0/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #1511 from ↵Steve Klebanoff2019-01-162-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/fix/asset-buyer/zero-amount-available-test Fix expectedAmountAvailableToFill test
| * | | | | | | | Merge branch 'development' into fix/asset-buyer/zero-amount-available-testSteve Klebanoff2019-01-16262-5519/+5215
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Update test for required amountAvailableToFillSteve Klebanoff2019-01-122-3/+3
| | | | | | | | |
| | | | | | | | * Update packages/web3-wrapper/CHANGELOG.jsonFabio B2019-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | | | | | | | * Update packages/subproviders/CHANGELOG.jsonFabio B2019-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | | | | | | | * Add CHANGELOG entriesLeonid Logvinov2019-01-152-0/+18
| | | | | | | | |
| | | | | | | | * Merge branch 'development' into feature/new-ganacheLeonid Logvinov2019-01-15159-800/+1298
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | PublishLeonid Logvinov2019-01-1550-458/+458
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.2 - @0x/abi-gen@1.0.22 - @0x/abi-gen-templates@1.0.2 - @0x/abi-gen-wrappers@2.2.0 - @0x/assert@1.0.23 - @0x/asset-buyer@4.0.1 - @0x/base-contract@3.0.13 - @0x/connect@3.0.13 - @0x/contract-addresses@2.2.0 - @0x/contract-artifacts@1.3.0 - @0x/contract-wrappers@5.0.0 - @0x/dev-tools-pages@0.0.13 - @0x/dev-utils@1.0.24 - ethereum-types@1.1.6 - @0x/fill-scenarios@1.1.2 - @0x/instant@1.0.7 - @0x/json-schemas@2.1.7 - @0x/metacoin@0.0.35 - @0x/migrations@2.4.0 - @0x/monorepo-scripts@1.0.18 - @0x/order-utils@3.1.2 - @0x/order-watcher@2.4.2 - @0x/pipeline@1.0.5 - @0x/react-docs@1.0.25 - @0x/react-shared@1.1.2 - @0x/sol-compiler@2.0.2 - @0x/sol-coverage@1.0.2 - @0x/sol-doc@1.0.14 - @0x/sol-profiler@1.0.2 - @0x/sol-resolver@1.2.3 - @0x/sol-trace@1.0.2 - @0x/sol-tracing-utils@4.0.0 - @0x/sra-spec@1.0.16 - @0x/subproviders@2.1.11 - @0x/testnet-faucets@1.0.63 - @0x/tslint-config@2.0.2 - @0x/types@1.5.2 - @0x/typescript-typings@3.0.8 - @0x/utils@3.0.1 - @0x/web3-wrapper@3.2.4 - @0x/website@0.0.66 - @0x/contracts-examples@1.0.5 - @0x/contracts-extensions@1.2.2 - @0x/contracts-interfaces@1.0.5 - @0x/contracts-libs@1.0.5 - @0x/contracts-multisig@1.0.5 - @0x/contracts-protocol@2.2.2 - @0x/contracts-test-utils@2.0.0 - @0x/contracts-tokens@1.0.5 - @0x/contracts-utils@1.0.5
* | | | | | | | | Updated CHANGELOGSLeonid Logvinov2019-01-1587-262/+615
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1498 from 0xProject/fix/sol-covLeonid Logvinov2019-01-1523-81/+226
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Sol tracing fixes
| * | | | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.tsFabio B2019-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | Make mapping namings directLeonid Logvinov2019-01-1511-107/+42
| | | | | | | | |
| * | | | | | | | Remove unused tslint disableLeonid Logvinov2019-01-151-3/+2
| | | | | | | | |
| * | | | | | | | Revert "Remove logAsyncErrors hack"Leonid Logvinov2019-01-151-34/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7ea274b7316ddc40298a66278a14a735cfd314de.
| * | | | | | | | Remove logAsyncErrors hackLeonid Logvinov2019-01-151-44/+34
| | | | | | | | |
| * | | | | | | | Refactor logAsyncErrors to follow our conventionsLeonid Logvinov2019-01-151-7/+8
| | | | | | | | |
| * | | | | | | | Export Sources and SourceCodes out of tracing utilsLeonid Logvinov2019-01-154-0/+8
| | | | | | | | |
| * | | | | | | | Rename mappins to have a direct naming scheme instead of a reverse oneLeonid Logvinov2019-01-146-26/+26
| | | | | | | | |
| * | | | | | | | Add SourceCodes and Sources typesLeonid Logvinov2019-01-141-2/+9
| | | | | | | | |
| * | | | | | | | Add a link to tracing examplesLeonid Logvinov2019-01-141-0/+2
| | | | | | | | |
| * | | | | | | | Update packages/sol-tracing-utils/src/source_maps.tsFabio B2019-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | Update packages/sol-tracing-utils/src/trace_info_subprovider.tsFabio B2019-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.tsFabio B2019-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | Update packages/sol-tracing-utils/src/source_maps.tsFabio B2019-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | | | Apply prettierLeonid Logvinov2019-01-142-31/+10
| | | | | | | | |
| * | | | | | | | Use custom JS tracer only if the node is gethLeonid Logvinov2019-01-141-22/+36
| | | | | | | | |
| * | | | | | | | Add CHANGELOG entriesLeonid Logvinov2019-01-141-6/+38
| | | | | | | | |
| * | | | | | | | Merge developmentLeonid Logvinov2019-01-14288-4684/+2589
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix linterLeonid Logvinov2019-01-141-2/+2
| | | | | | | | | |
| * | | | | | | | | Fix the bug with incorrect source maps parsing by changing contract data ↵Leonid Logvinov2019-01-145-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from an array to a mapping
| * | | | | | | | | Add utils.isRangeEqual to sol-profilerLeonid Logvinov2019-01-141-0/+6
| | | | | | | | | |
| * | | | | | | | | Add assembly statements to AST VisitorLeonid Logvinov2019-01-141-0/+33
| | | | | | | | | |
| * | | | | | | | | Use a custom JS tracerLeonid Logvinov2019-01-141-17/+18
| | | | | | | | | |
| * | | | | | | | | Revert CHANGELOG changesLeonid Logvinov2019-01-111-187/+336
| | | | | | | | | |
| * | | | | | | | | Remove generated wrappersLeonid Logvinov2019-01-1134-30044/+0
| | | | | | | | | |
| * | | | | | | | | Remove generated artifactsLeonid Logvinov2019-01-1136-21500/+0
| | | | | | | | | |
| * | | | | | | | | Generate blocks at interval for truffleRemco Bloemen2019-01-111-1/+1
| | | | | | | | | |
| * | | | | | | | | Use tracer for debug tracesRemco Bloemen2019-01-111-5/+21
| | | | | | | | | |
| * | | | | | | | | Capture errors in next callbacksRemco Bloemen2019-01-111-3/+21
| | | | | | | | | |
| * | | | | | | | | Throw error when source location is missingRemco Bloemen2019-01-111-2/+6
| | | | | | | | | |
| * | | | | | | | | Fix typoRemco Bloemen2019-01-111-1/+1
| | | | | | | | | |
| * | | | | | | | | Add tracer params typeRemco Bloemen2019-01-111-0/+2
| | | | | | | | | |
| * | | | | | | | | Re-add changelog for 0x.jsFabio Berger2019-01-1171-336/+51731
| | |_|_|_|_|/ / / | |/| | | | | | |
| | | | | | | | * Update ganache versionLeonid Logvinov2019-01-155-522/+448
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #1503 from 0xProject/feature/multi-asset-proxy-migrationJacob Evans2019-01-1514-54/+1485
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add MultiAssetProxy Migration
| * | | | | | | | Update prettier changelogsJacob Evans2019-01-142-6/+3
| | | | | | | | |
| * | | | | | | | Update contract addressesJacob Evans2019-01-141-4/+4
| | | | | | | | |
| * | | | | | | | Update hardcoded token addressesJacob Evans2019-01-121-6/+6
| | | | | | | | |
| * | | | | | | | Group similar setup transactionsJacob Evans2019-01-121-6/+9
| | | | | | | | |
| * | | | | | | | Register ERC20/721 into MAPJacob Evans2019-01-122-22/+30
| | | | | | | | |
| * | | | | | | | chore(python-packages): add MAP to python-packagesJacob Evans2019-01-121-0/+263
| | | | | | | | |
| * | | | | | | | chore(changelogs): Update changelogs with PRJacob Evans2019-01-122-2/+4
| | | | | | | | |
| * | | | | | | | feature(migrations): Add MultiAssetProxy MigrationJacob Evans2019-01-1212-36/+1194
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1514 from 0xProject/bug/exchange-wrapper-matchOrdersJacob Evans2019-01-152-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove optimization from matchOrdersAsync in Exchange wrapper
| * | | | | | | | Remove matchOrders optimizationJacob Evans2019-01-122-11/+5
| | | | | | | | |
| * | | | | | | | PrettierJacob Evans2019-01-121-32/+16
| | | | | | | | |
| * | | | | | | | Update PR numberJacob Evans2019-01-121-1/+2
| | | | | | | | |
| * | | | | | | | bug(exchange-wrapper): matchOrdersAsync input param mutationJacob Evans2019-01-122-24/+45
| | | | | | | | |
* | | | | | | | | Replace console.log with logUtils.log (#1515)F. Eugene Aumson2019-01-158-66/+68
| | | | | | | | |
* | | | | | | | | Merge pull request #1475 from 0xProject/feature/monorepo/useNewAbiEncoderGreg Hysen2019-01-1545-4502/+1936
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use Compressed Calldata in Contract Wrappers
| * | | | | | | | | strict decoding of return values using genericsGreg Hysen2019-01-1517-332/+815
| | | | | | | | | |
| * | | | | | | | | makerAssetFillAmount -> takerAssetFillAmountGreg Hysen2019-01-151-1/+1
| | | | | | | | | |
| * | | | | | | | | Ran prettierGreg Hysen2019-01-152-6/+18
| | | | | | | | | |
| * | | | | | | | | LinterGreg Hysen2019-01-152-3/+7
| | | | | | | | | |
| * | | | | | | | | Fix build after rebaseGreg Hysen2019-01-152-2/+2
| | | | | | | | | |
| * | | | | | | | | Style cleanup for Compressed Calldata in Contract Wrappers PRGreg Hysen2019-01-158-23/+24
| | | | | | | | | |
| * | | | | | | | | Use simpler `_.find` to locate fillOrderBaiGreg Hysen2019-01-151-6/+1
| | | | | | | | | |
| * | | | | | | | | Updated dutch auction wrapperGreg Hysen2019-01-151-91/+13
| | | | | | | | | |