aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1377 from 0xProject/feature/pipeline-cleanup-mega-rebaseAlex Browne2018-12-0687-0/+4392
|\
| * Change type of transactions.gas_used and gas_price to BigNumber/numericAlex Browne2018-12-054-9/+31
| * Fix prettierAlex Browne2018-12-052-25/+18
| * Address PR feedbackAlex Browne2018-12-0521-81/+96
| * Use a string template in packages/pipeline/src/scripts/pull_missing_events.tsFabio B2018-12-051-1/+1
| * Fix typo in packages/pipeline/src/parsers/bloxy/index.tsFabio B2018-12-051-1/+1
| * Fix linterAlex Browne2018-12-051-1/+1
| * pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-0512-16/+491
| * Token_orderbook_snapshots for Ddex and Paradex(#1354)zkao2018-12-0514-0/+669
| * Add script for parsing competing dex trades from Bloxy (#1355)Alex Browne2018-12-059-4/+498
| * Introduce framework for running basic tests for entities (#1344)Alex Browne2018-12-0525-52/+698
| * [pipeline] Add additional documentation to the README (#1328)Alex Browne2018-12-051-0/+113
| * Reduce number of blocks per query in pull_missing_eventsAlex Browne2018-12-051-1/+1
| * updating comment for 0x trusted tokensJake Ellowitz2018-12-054-13/+8
| * metadata and trusted sources in same raw tableJake Ellowitz2018-12-0510-55/+75
| * Pull token metadata re trusted tokensJake Ellowitz2018-12-0512-2/+208
| * Add script for pulling missing block dataAlex Browne2018-12-054-4/+91
| * Check for special characters in table name in pull_missing_eventsAlex Browne2018-12-051-3/+7
| * Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-056-90/+170
| * Add transactionHash to CancelUpToEvent and CancelEvent entitiesAlex Browne2018-12-053-1/+6
| * Optimize database operations in pull_missing_events scriptAlex Browne2018-12-051-9/+26
| * Add homepage_url to relayersAlex Browne2018-12-053-7/+22
| * Add workaround for broken save methodAlex Browne2018-12-052-2/+22
| * Fix chunk size in pull_missing_eventsAlex Browne2018-12-051-1/+1
| * Use built-in chunk feature of TypeORM save methodAlex Browne2018-12-051-7/+2
| * Change some column types from varchar to numericAlex Browne2018-12-0511-46/+121
| * Add raw schema prefix to query in pull_missing_eventsAlex Browne2018-12-051-1/+1
| * Rename taker and maker amounts in sra_ordersAlex Browne2018-12-052-2/+15
| * Implement scraping sra orders from radar relayAlex Browne2018-12-057-24/+52
| * Preliminary work for adding RR order book scrapingAlex Browne2018-12-051-0/+52
| * Update schema for sra_ordersAlex Browne2018-12-052-6/+49
| * Pointing entities to raw schemaJake Ellowitz2018-12-0510-132/+129
| * Mapping dev schema to initial migrationJake Ellowitz2018-12-054-1/+208
| * Configure linter with --format stylish and fix linter errorsAlex Browne2018-12-0512-7/+81
| * Configure TypeORM for migrations. Add new package.json scripts.Alex Browne2018-12-056-30/+21
| * Rename Transaction.ts to transaction.tsAlex Browne2018-12-053-0/+0
| * Add better error handling for immediately invoked async functionsAlex Browne2018-12-054-85/+20
| * Rename table and column namesAlex Browne2018-12-0510-98/+172
| * Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-0515-14/+38
| * Split index.ts into multiple scripts in scripts/ and detect last known block ...Alex Browne2018-12-054-92/+95
| * Remove unused function parameter in index.ts scriptAlex Browne2018-12-051-2/+2
| * Use bigint for gasUsed and gasPrice in TransactionAlex Browne2018-12-052-5/+7
| * Update relayer code to use new relayer-registry formatAlex Browne2018-12-054-6/+14
| * Remove outdated info from READMEAlex Browne2018-12-051-21/+0
| * Add build:ci to pipeline package.jsonAlex Browne2018-12-051-0/+1
| * Implement fetching and parsing relayer infoAlex Browne2018-12-055-6/+107
| * Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-055-0/+149
| * chore: Fix tslint config.Alex Browne2018-12-052-2/+2
| * Fix bugs in merge_v2_events script and disable verbose loggingAlex Browne2018-12-052-2/+5
| * Enable verbose loggingAlex Browne2018-12-051-1/+1
| * Rename index.ts -> merge_v2_eventsAlex Browne2018-12-051-0/+0
| * Update script to work with existing v1 pipeline dataAlex Browne2018-12-0510-40/+90
| * Update pipeline to use new @0x npm org for importsAlex Browne2018-12-057-16/+16
| * Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-0510-242/+85
| * Rebase and update to use new modularized artifactsAlex Browne2018-12-056-2289/+8
| * Add tests for SRA order conversionAlex Browne2018-12-053-4/+83
| * Re-add missing testsAlex Browne2018-12-053-90/+164
| * Add soruceUrl to SraOrder entityAlex Browne2018-12-052-1/+4
| * Add preliminary support for scraping orders from SRA endpoints (no pagination...Alex Browne2018-12-058-12/+134
| * For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-055-11/+19
| * Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-053-9/+45
| * Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-054-6/+15
| * Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-055-10/+81
| * Make event parsing more functional and less class-basedAlex Browne2018-12-053-65/+21
| * Re-organize event parsing and decodingAlex Browne2018-12-057-175/+206
| * Add support for decoding asset dataAlex Browne2018-12-055-36/+94
| * Add typeorm and begin inserting database recordsAlex Browne2018-12-056-13/+89
| * Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-054-11/+29
| * Add tests for etherscan eventsAlex Browne2018-12-055-10/+124
| * Restructure pipeline package. Create data-sources dirAlex Browne2018-12-054-75/+96
| * Remove old code. Create function for getting contract events via etherscanAlex Browne2018-12-0524-1895/+2368
| * Rebase pipeline branch off developmentAlex Browne2018-12-0525-0/+2001
* | Replace Rocket.chat with DiscordFabio Berger2018-12-059-14/+14
* | Fix mixed up chinese translationsFabio Berger2018-12-051-3/+3
* | Merge pull request #1382 from 0xProject/fix/instant/center-powered-bySteve Klebanoff2018-12-054-7/+11
|\ \
| * | Wallet prompt tweaks per Chris's commentSteve Klebanoff2018-12-053-6/+10
| * | Please unlock -> Click to connectSteve Klebanoff2018-12-051-1/+1
| * | fix(instant): center powered by 0x svgSteve Klebanoff2018-12-051-1/+1
* | | Merge pull request #1379 from 0xProject/fix/instant/overlay-colorBrandon Millman2018-12-053-3/+10
|\ \ \
| * | | fix(instant): remove extra container around the buttonBrandon Millman2018-12-051-11/+15
| * | | feat(instant): give a stable class name to the close button on the overlayBrandon Millman2018-12-052-9/+12
| * | | fix(instant): lighten the overlay color to 0.7 opacity from 0.9Brandon Millman2018-12-051-1/+1
| | |/ | |/|
* | | Merge pull request #1381 from 0xProject/feature/magic-input-errorSteve Klebanoff2018-12-055-8/+23
|\ \ \
| * | | Use git sha and npm version from constantsSteve Klebanoff2018-12-051-3/+9
| * | | Add GIT_SHA and NPM_VERSION constants, report git and npm version in errorSteve Klebanoff2018-12-054-8/+11
| * | | feat(instant): input to trigger error for rollbar testingSteve Klebanoff2018-12-052-0/+6
* | | | Merge pull request #1371 from 0xProject/feature/instant/log-decimals-and-add-...Steve Klebanoff2018-12-053-5/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | ethBalanceInUnitAmount -> lastEthBalanceInUnitAmountSteve Klebanoff2018-12-053-2/+2
| * | | feat(instant): Add eth balance, eth address, token symbol and decimals to eve...Steve Klebanoff2018-12-042-4/+18
* | | | Merge pull request #1380 from 0xProject/instant/fix/heap-analytics-id-prodSteve Klebanoff2018-12-053-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Ensure build process receives build argumentsSteve Klebanoff2018-12-053-3/+3
| | |/ | |/|
* / | polish: reduce vertical padding in instantfragosti2018-12-054-4/+4
|/ /
* | Merge branch 'development' into feature/contracts-monorepo-2Leonid Logvinov2018-12-0460-82/+1030
|\ \
| * \ Merge pull request #1225 from 0xProject/feature/contracts/dutch-auctionJacob Evans2018-12-042-0/+10
| |\ \
| | * | chore: Move to new structureJacob Evans2018-12-042-691/+0
| | * | chore: SafeMath and if statement in getAuctionDetailsJacob Evans2018-12-041-10/+18
| | * | chore: Add RevertReasons for DutchAuction. Test revert reasonsJacob Evans2018-12-044-14/+51
| | * | chore: Use SafeMath where possibleJacob Evans2018-12-041-15/+34
| | * | chore: Clean up documentationJacob Evans2018-12-042-30/+58
| | * | chore: Work around for Ganache timestamp bugJacob Evans2018-12-041-17/+14
| | * | chore: Return excess to buyerJacob Evans2018-12-042-29/+58
| | * | chore: update documentationJacob Evans2018-12-042-14/+25
| | * | chore: taker address and zrx fee testJacob Evans2018-12-041-1/+46
| | * | chore: Rename price to amount. Encode parameters in makerAssetDataJacob Evans2018-12-042-134/+149
| | * | chore: time movement for gethJacob Evans2018-12-042-31/+68
| | * | feat: Dutch AuctionJacob Evans2018-12-042-0/+475
| * | | Merge pull request #1372 from 0xProject/fix/instant/single-assetBrandon Millman2018-12-042-5/+6
| |\ \ \
| | * | | fix(instant): render token selector when only one asset is availableBrandon Millman2018-12-042-5/+6
| * | | | Merge pull request #1370 from 0xProject/feature/instant/explicitly-enable-hea...Steve Klebanoff2018-12-044-6/+14
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | updating .env exampleSteve Klebanoff2018-12-041-1/+4
| | * | | feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap i...Steve Klebanoff2018-12-043-5/+10
| * | | | Merge pull request #1367 from 0xProject/fix/instant/daiBrandon Millman2018-12-043-2/+16
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | feat(instant): update DAI token colorBrandon Millman2018-12-041-1/+1
| | * | | fix(asset-buyer): update SRA order provider to include DAIBrandon Millman2018-12-042-1/+15
| * | | | Merge pull request #1353 from 0xProject/feature/website/instant-marketingFrancesco Agosti2018-12-0422-2/+683
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | feat(website): implement rest of linksBrandon Millman2018-11-293-55/+77
| | * | | feat(website): implement link directly to configureBrandon Millman2018-11-294-6/+36
| | * | | feat(website): optionally show configuratorBrandon Millman2018-11-291-3/+4
| | * | | feature(website): add configurator shellBrandon Millman2018-11-292-0/+8
| | * | | fix(website): instant marketing page need more background colorBrandon Millman2018-11-293-5/+4
| | * | | fix(website): instant marketing page shadowsBrandon Millman2018-11-294-148/+47
| | * | | fix(website): change instant marketing page styling to non mono font except t...Brandon Millman2018-11-292-10/+10
| | * | | chore(website): random fixes for mobile optimizationBrandon Millman2018-11-294-36/+63
| | * | | feat(website): add extra assets for instant marketing pageBrandon Millman2018-11-2915-8/+354
| | * | | feat(website): fix screenshots in marketing page for small screensBrandon Millman2018-11-292-11/+31
| | * | | feat(website): need more section for instant marketing pageBrandon Millman2018-11-293-2/+52
| | * | | feature(website): add links to instant marketing pageBrandon Millman2018-11-291-8/+51
| | * | | fix(website): update instant page CTA fontBrandon Millman2018-11-291-7/+1
| | * | | feat(website): instant features sectionBrandon Millman2018-11-296-31/+55
| | * | | feat(website): add screenshots to instant pageBrandon Millman2018-11-2910-1/+85
| | * | | feat(website): implement introducing 0x instant headerBrandon Millman2018-11-293-1/+48
| | * | | feat(website): add header and footer to instant pageBrandon Millman2018-11-291-1/+46
| | * | | feat(website): scaffolding for instant pageBrandon Millman2018-11-294-0/+42
| * | | | Merge pull request #1295 from 0xProject/feature/instant/rollbar-envSteve Klebanoff2018-12-0411-40/+238
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix variable nameSteve Klebanoff2018-12-011-2/+2
| | * | | Take out https:// prefixSteve Klebanoff2018-12-011-1/+1
| | * | | Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-12-013-0/+11
| | |\ \ \
| | * | | | get rid of double private defSteve Klebanoff2018-12-011-1/+0
| | * | | | update with new CDNSteve Klebanoff2018-12-011-2/+1
| | * | | | Merge branch 'feature/instant/prod-env-switches-cdn' into feature/instant/rol...Steve Klebanoff2018-12-01166-588/+7426
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-11-27112-409/+989
| | |\ \ \ \ \
| | * | | | | | EMBEDDED_DOMAINS -> HOST_DOMAINSSteve Klebanoff2018-11-272-3/+3
| | * | | | | | Host whitelist so we don't get errors from embedded siteSteve Klebanoff2018-11-222-1/+11
| | * | | | | | LintingSteve Klebanoff2018-11-221-1/+1
| | * | | | | | Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-11-2240-76/+279
| | |\ \ \ \ \ \
| | * | | | | | | Better env var names for source map pluginSteve Klebanoff2018-11-221-5/+5
| | * | | | | | | Shorter validateRollbarPresence logicSteve Klebanoff2018-11-221-11/+4
| | * | | | | | | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to INSTANT_ENVIR...Steve Klebanoff2018-11-223-22/+22
| | * | | | | | | Report when cant update balanceSteve Klebanoff2018-11-221-0/+1
| | * | | | | | | Takeout redundant check, and make function name more clearSteve Klebanoff2018-11-221-7/+5
| | * | | | | | | Move rollbar setup into function, move setting up into providerSteve Klebanoff2018-11-223-36/+35
| | * | | | | | | Always report unexpected errors. Move error message generation into helper f...Steve Klebanoff2018-11-223-23/+56
| | * | | | | | | LintingSteve Klebanoff2018-11-211-1/+1
| | * | | | | | | Ensure we publish Instant with rollbar settingsSteve Klebanoff2018-11-211-1/+5
| | * | | | | | | TODO noteSteve Klebanoff2018-11-211-1/+1
| | * | | | | | | Explicit error reportingSteve Klebanoff2018-11-214-3/+12
| | * | | | | | | Force source maps on staging and dogfoodSteve Klebanoff2018-11-211-2/+26
| | * | | | | | | feat(instant): Report errors to rollbarSteve Klebanoff2018-11-213-0/+78
| | * | | | | | | Use sourcemap loaderSteve Klebanoff2018-11-211-0/+10
| | * | | | | | | Introduce rollbar pluginSteve Klebanoff2018-11-214-15/+59
| | * | | | | | | Send in rollbar environmentSteve Klebanoff2018-11-211-8/+20
| * | | | | | | | Merge pull request #1365 from 0xProject/fix/instant/token-selectorBrandon Millman2018-12-049-14/+30
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix(instant): remove screenshot from dev index.htmlBrandon Millman2018-12-042-6/+0
| | * | | | | | | | fix(instant): darken overlay colorBrandon Millman2018-12-013-1/+7
| | * | | | | | | | feat(instant): add token symbol to buy button textBrandon Millman2018-12-013-5/+16
| | * | | | | | | | fix(instant): update zrx iconBrandon Millman2018-12-011-2/+5
| | * | | | | | | | fix(instant): DGD and DGX colorsBrandon Millman2018-12-011-2/+2
| | * | | | | | | | fix(instant) various token selector fixesBrandon Millman2018-12-013-4/+6
| * | | | | | | | | Merge pull request #1364 from 0xProject/feature/instant/allow-env-vars-in-env...Francesco Agosti2018-12-048-7/+18
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | feat: add dotenv to make env dependencies more explicitfragosti2018-12-018-7/+18
| | |/ / / / / / /
| * | | | | | | | Merge pull request #1366 from 0xProject/feature/instant/provider-nameBrandon Millman2018-12-046-7/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | feat(instant): provide a custom wallet display nameBrandon Millman2018-12-016-7/+16
| | |/ / / / / / /
* | | | | | | | | Use lodash _.startsWithLeonid Logvinov2018-12-031-3/+5
* | | | | | | | | Update packages/sol-resolver/src/resolvers/npm_resolver.tsFabio B2018-12-031-1/+1
* | | | | | | | | Update packages/sol-resolver/src/resolvers/npm_resolver.tsFabio B2018-12-031-1/+1
* | | | | | | | | Update packages/sol-compiler/src/compiler.tsFabio B2018-12-031-1/+1
* | | | | | | | | Update packages/sol-compiler/CHANGELOG.jsonFabio B2018-12-031-1/+1
* | | | | | | | | Fix hardcoded path in release notes fetchingLeonid Logvinov2018-12-032-9/+7
* | | | | | | | | Rename contract_templates to abi-gen-templatesLeonid Logvinov2018-12-033-4/+4
* | | | | | | | | Fix an issue when we tried to append base contracts path to absolute imports ...Leonid Logvinov2018-12-032-1/+17
* | | | | | | | | Add support for scoped packages resolving to NPMResolerLeonid Logvinov2018-12-032-2/+20
|/ / / / / / / /
* | | | | | | | Move MultiAssetProxy to the contracts monorepoLeonid Logvinov2018-12-031-300/+0
* | | | | | | | Replace packages/contracts with contracts/coreLeonid Logvinov2018-12-032-2/+2
* | | | | | | | Move packages/contracts to contracts/coreLeonid Logvinov2018-12-03156-28189/+0
|/ / / / / / /
* | | | | | | Merge pull request #1362 from 0xProject/fix/instant/push-to-history-broken-wh...Francesco Agosti2018-12-011-5/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | chore: lintfragosti2018-12-013-7/+6
| * | | | | | fix: push to history edge case for second render where onpopstate is not defi...fragosti2018-12-011-2/+3
* | | | | | | Merge pull request #1359 from 0xProject/feature/instant/prod-env-switches-cdnSteve Klebanoff2018-12-0110-40/+52
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | removing unused referencesSteve Klebanoff2018-12-012-2/+2
| * | | | | | Remove env var check for INSTANT_HEAP_ANALYTICS_ID_PRODUCTION since this is o...Steve Klebanoff2018-12-011-11/+0
| * | | | | | takeout console.logSteve Klebanoff2018-12-011-1/+0
| * | | | | | Merge branch 'development' into feature/instant/prod-env-switches-cdnSteve Klebanoff2018-12-01158-456/+7292
| |\| | | | |
| * | | | | | cdn -> dischargeTarget, and report to heapSteve Klebanoff2018-12-017-16/+29
| * | | | | | Take out old --envSteve Klebanoff2018-11-301-1/+1
| * | | | | | cdn approach to identifyign environmentsSteve Klebanoff2018-11-306-49/+20
| * | | | | | Fix build commandSteve Klebanoff2018-11-301-1/+1
| * | | | | | feat(instant): Cleaner config-specific setupSteve Klebanoff2018-11-306-23/+69
| * | | | | | Set .env in builds, and update profile to use 0xprojectSteve Klebanoff2018-11-304-11/+8
* | | | | | | Merge pull request #1342 from 0xProject/feature/instant/misc-close-analyticsSteve Klebanoff2018-12-013-0/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | add missing import from mergeSteve Klebanoff2018-12-011-0/+1
| * | | | | | Merge branch 'development' into feature/instant/misc-close-analyticsSteve Klebanoff2018-11-30141-405/+7027
| |\ \ \ \ \ \
| * | | | | | | feat(instant): Close and View Transaction analytics eventsSteve Klebanoff2018-11-283-1/+11
* | | | | | | | Merge pull request #1348 from 0xProject/feature/instant/cdn-setupFrancesco Agosti2018-12-018-51/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | feat: remove instant from project referencesfragosti2018-12-011-1/+4
| * | | | | | | | chore: deploy_live -> deploy_productionfragosti2018-12-012-2/+2
| * | | | | | | | feat: update tsconfigfragosti2018-12-011-2/+1
| * | | | | | | | fix: address PR feedbackfragosti2018-12-015-8/+4
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | fix: add clarification to NOTE in READMEfragosti2018-11-291-1/+1
| * | | | | | | feat: add URL to other parts of READMEfragosti2018-11-291-2/+2
| * | | | | | | feat: write version info directly to exported objectfragosti2018-11-293-14/+7
| * | | | | | | feat: add deploy_live commandfragosti2018-11-293-3/+25
| * | | | | | | feat: write version info to windowfragosti2018-11-292-0/+11
| * | | | | | | feat: update README to reflect lack of commonjs modulefragosti2018-11-271-29/+1
| * | | | | | | feat: make package privatefragosti2018-11-271-7/+4
* | | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-12-0171-268/+6604
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #1343 from 0xProject/feature/instant/quote-analyticsSteve Klebanoff2018-11-307-12/+62
| |\ \ \ \ \ \ \
| | * | | | | | | assetAmount -> assetBuyAmountSteve Klebanoff2018-11-301-2/+2
| | * | | | | | | Merge branch 'development' into feature/instant/quote-analyticsSteve Klebanoff2018-11-2977-157/+504
| | |\ \ \ \ \ \ \
| | * | | | | | | | Use base unit valueSteve Klebanoff2018-11-291-1/+1
| | * | | | | | | | Move fetch origin out of optionsSteve Klebanoff2018-11-295-17/+16
| | * | | | | | | | fetchedVia -> fetchOriginSteve Klebanoff2018-11-296-12/+16
| | * | | | | | | | QuoteFetchedVia -> QuoteFetchOriginSteve Klebanoff2018-11-297-14/+14
| | * | | | | | | | Take out asset name and data as we can use the selected event propertiesSteve Klebanoff2018-11-292-16/+2
| | * | | | | | | | Tracking quote errorsSteve Klebanoff2018-11-282-0/+23
| | * | | | | | | | feat(instant): Quote fetch trackingSteve Klebanoff2018-11-287-9/+39
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #1345 from 0xProject/fix/instant/progress-bar-bgSteve Klebanoff2018-11-303-7/+35
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix(instant): Progress bar background color should be 10% primary colorSteve Klebanoff2018-11-293-7/+35
| | |/ / / / / / /
| * | | | | | | | Merge pull request #1303 from 0xProject/feature/contracts/optimizedAbiEncoderAmir Bandeali2018-11-3041-1/+4913
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix import export so that it works with doc genFabio Berger2018-11-301-2/+1
| | * | | | | | | | Ran prettierGreg Hysen2018-11-291-1/+2
| | * | | | | | | | Changelog for ABI EncoderGreg Hysen2018-11-291-0/+9
| | * | | | | | | | Linter / PrettierGreg Hysen2018-11-293-13/+13
| | * | | | | | | | Explicit imports for calldataGreg Hysen2018-11-2919-43/+46
| | * | | | | | | | Explicit imports for abstract data types.Greg Hysen2018-11-2917-35/+42
| | * | | | | | | | Explicit imports for EVM Data TypesGreg Hysen2018-11-2914-77/+88
| | * | | | | | | | Optimize calldata by default.Greg Hysen2018-11-291-1/+1
| | * | | | | | | | Explicit encoding rules in tests.Greg Hysen2018-11-294-102/+106
| | * | | | | | | | Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-2917-73/+75
| | * | | | | | | | Use SolidityTypes from `ethereum-types` package.Greg Hysen2018-11-299-20/+25
| | * | | | | | | | Use ethUti.isValidAddress in encoderGreg Hysen2018-11-292-9/+4
| | * | | | | | | | Fixed build error: was using `this` instead of class name to reference a stat...Greg Hysen2018-11-291-1/+1
| | * | | | | | | | Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-2911-36/+43
| | * | | | | | | | Changed remaining instances of implicit `bool` casts to explicit lodash callsGreg Hysen2018-11-293-5/+6
| | * | | | | | | | Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-297-7/+7
| | * | | | | | | | Switched implicit conversions to explicit lodash callsGreg Hysen2018-11-294-9/+9
| | * | | | | | | | Replaced null/undefined checks with lodashGreg Hysen2018-11-299-28/+33
| | * | | | | | | | Tests use to.be.deep.equal instead of JSONGreg Hysen2018-11-294-252/+84
| | * | | | | | | | Ran prettierGreg Hysen2018-11-295-12/+23
| | * | | | | | | | Comments to Set datatypeGreg Hysen2018-11-291-42/+35
| | * | | | | | | | Linter on CalldataGreg Hysen2018-11-291-20/+19