| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: call toLowerCase in asset creation logic | fragosti | 2018-12-06 | 1 | -2/+2 |
* | fix: input placeholder css specificity increase | fragosti | 2018-12-06 | 1 | -2/+2 |
* | Merge pull request #1377 from 0xProject/feature/pipeline-cleanup-mega-rebase | Alex Browne | 2018-12-06 | 91 | -54/+4691 |
|\ |
|
| * | Change type of transactions.gas_used and gas_price to BigNumber/numeric | Alex Browne | 2018-12-05 | 4 | -9/+31 |
| * | Fix prettier | Alex Browne | 2018-12-05 | 2 | -25/+18 |
| * | Address PR feedback | Alex Browne | 2018-12-05 | 21 | -81/+96 |
| * | Use a string template in packages/pipeline/src/scripts/pull_missing_events.ts | Fabio B | 2018-12-05 | 1 | -1/+1 |
| * | Fix typo in packages/pipeline/src/parsers/bloxy/index.ts | Fabio B | 2018-12-05 | 1 | -1/+1 |
| * | Fix linter | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| * | pull OHLCV records from Crypto Compare (#1349) | Xianny | 2018-12-05 | 13 | -17/+500 |
| * | Token_orderbook_snapshots for Ddex and Paradex(#1354) | zkao | 2018-12-05 | 14 | -0/+669 |
| * | Add script for parsing competing dex trades from Bloxy (#1355) | Alex Browne | 2018-12-05 | 9 | -4/+498 |
| * | Introduce framework for running basic tests for entities (#1344) | Alex Browne | 2018-12-05 | 27 | -54/+766 |
| * | [pipeline] Add additional documentation to the README (#1328) | Alex Browne | 2018-12-05 | 1 | -0/+113 |
| * | Reduce number of blocks per query in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| * | updating comment for 0x trusted tokens | Jake Ellowitz | 2018-12-05 | 4 | -13/+8 |
| * | metadata and trusted sources in same raw table | Jake Ellowitz | 2018-12-05 | 10 | -55/+75 |
| * | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-05 | 12 | -2/+208 |
| * | Add script for pulling missing block data | Alex Browne | 2018-12-05 | 5 | -4/+95 |
| * | Check for special characters in table name in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -3/+7 |
| * | Add support for pulling Cancel and CancelUpTo events | Alex Browne | 2018-12-05 | 6 | -90/+170 |
| * | Add transactionHash to CancelUpToEvent and CancelEvent entities | Alex Browne | 2018-12-05 | 3 | -1/+6 |
| * | Optimize database operations in pull_missing_events script | Alex Browne | 2018-12-05 | 1 | -9/+26 |
| * | Add homepage_url to relayers | Alex Browne | 2018-12-05 | 3 | -7/+22 |
| * | Add workaround for broken save method | Alex Browne | 2018-12-05 | 2 | -2/+22 |
| * | Fix chunk size in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| * | Use built-in chunk feature of TypeORM save method | Alex Browne | 2018-12-05 | 1 | -7/+2 |
| * | Change some column types from varchar to numeric | Alex Browne | 2018-12-05 | 11 | -46/+121 |
| * | Add raw schema prefix to query in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| * | Rename taker and maker amounts in sra_orders | Alex Browne | 2018-12-05 | 2 | -2/+15 |
| * | Implement scraping sra orders from radar relay | Alex Browne | 2018-12-05 | 7 | -24/+52 |
| * | Preliminary work for adding RR order book scraping | Alex Browne | 2018-12-05 | 1 | -0/+52 |
| * | Update schema for sra_orders | Alex Browne | 2018-12-05 | 2 | -6/+49 |
| * | Pointing entities to raw schema | Jake Ellowitz | 2018-12-05 | 10 | -132/+129 |
| * | Mapping dev schema to initial migration | Jake Ellowitz | 2018-12-05 | 4 | -1/+208 |
| * | Configure linter with --format stylish and fix linter errors | Alex Browne | 2018-12-05 | 12 | -7/+81 |
| * | Configure TypeORM for migrations. Add new package.json scripts. | Alex Browne | 2018-12-05 | 6 | -30/+21 |
| * | Rename Transaction.ts to transaction.ts | Alex Browne | 2018-12-05 | 3 | -0/+0 |
| * | Add better error handling for immediately invoked async functions | Alex Browne | 2018-12-05 | 4 | -85/+20 |
| * | Rename table and column names | Alex Browne | 2018-12-05 | 10 | -98/+172 |
| * | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-05 | 15 | -14/+38 |
| * | Split index.ts into multiple scripts in scripts/ and detect last known block ... | Alex Browne | 2018-12-05 | 4 | -92/+95 |
| * | Remove unused function parameter in index.ts script | Alex Browne | 2018-12-05 | 1 | -2/+2 |
| * | Use bigint for gasUsed and gasPrice in Transaction | Alex Browne | 2018-12-05 | 2 | -5/+7 |
| * | Update relayer code to use new relayer-registry format | Alex Browne | 2018-12-05 | 4 | -6/+14 |
| * | Remove outdated info from README | Alex Browne | 2018-12-05 | 1 | -21/+0 |
| * | Add build:ci to pipeline package.json | Alex Browne | 2018-12-05 | 1 | -0/+1 |
| * | Implement fetching and parsing relayer info | Alex Browne | 2018-12-05 | 6 | -7/+114 |
| * | Implement support for getting and parsing blocks and transactions | Alex Browne | 2018-12-05 | 5 | -0/+149 |
| * | chore: Fix tslint config. | Alex Browne | 2018-12-05 | 2 | -2/+2 |
| * | Fix bugs in merge_v2_events script and disable verbose logging | Alex Browne | 2018-12-05 | 2 | -2/+5 |
| * | Enable verbose logging | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| * | Rename index.ts -> merge_v2_events | Alex Browne | 2018-12-05 | 1 | -0/+0 |
| * | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-05 | 11 | -40/+155 |
| * | Update pipeline to use new @0x npm org for imports | Alex Browne | 2018-12-05 | 7 | -16/+16 |
| * | Update to use ContractWrappers + Infura instead of Etherscan | Alex Browne | 2018-12-05 | 11 | -600/+138 |
| * | Rebase and update to use new modularized artifacts | Alex Browne | 2018-12-05 | 6 | -2289/+8 |
| * | Add tests for SRA order conversion | Alex Browne | 2018-12-05 | 3 | -4/+83 |
| * | Re-add missing tests | Alex Browne | 2018-12-05 | 3 | -90/+164 |
| * | Add soruceUrl to SraOrder entity | Alex Browne | 2018-12-05 | 2 | -1/+4 |
| * | Add preliminary support for scraping orders from SRA endpoints (no pagination... | Alex Browne | 2018-12-05 | 9 | -30/+255 |
| * | For event entities, rename address -> contractAddress and make it a primary key | Alex Browne | 2018-12-05 | 5 | -11/+19 |
| * | Implement scraping and parsing exchange CancelUpTo events | Alex Browne | 2018-12-05 | 3 | -9/+45 |
| * | Use multi-primary keys for event and filter null logIndexes | Alex Browne | 2018-12-05 | 4 | -6/+15 |
| * | Implement scraping and parsing exchange cancel events | Alex Browne | 2018-12-05 | 5 | -10/+81 |
| * | Make event parsing more functional and less class-based | Alex Browne | 2018-12-05 | 3 | -65/+21 |
| * | Re-organize event parsing and decoding | Alex Browne | 2018-12-05 | 7 | -175/+206 |
| * | Add support for decoding asset data | Alex Browne | 2018-12-05 | 6 | -39/+97 |
| * | Add typeorm and begin inserting database records | Alex Browne | 2018-12-05 | 8 | -22/+166 |
| * | Make contractAbi a parameter of getContractEventsAsync | Alex Browne | 2018-12-05 | 4 | -11/+29 |
| * | Add tests for etherscan events | Alex Browne | 2018-12-05 | 6 | -11/+125 |
| * | Restructure pipeline package. Create data-sources dir | Alex Browne | 2018-12-05 | 4 | -75/+96 |
| * | Remove old code. Create function for getting contract events via etherscan | Alex Browne | 2018-12-05 | 26 | -2529/+2634 |
| * | Rebase pipeline branch off development | Alex Browne | 2018-12-05 | 26 | -67/+2666 |
* | | Merge pull request #1387 from 0xProject/switchRocketChatForDiscord | Fabio B | 2018-12-05 | 9 | -16/+16 |
|\ \ |
|
| * | | Replace Rocket.chat with Discord | Fabio Berger | 2018-12-05 | 9 | -14/+14 |
| * | | Fix mixed up chinese translations | Fabio Berger | 2018-12-05 | 1 | -3/+3 |
|/ / |
|
* | | Merge pull request #1384 from 0xProject/feature/contracts-monorepo-3 | Leonid Logvinov | 2018-12-05 | 50 | -56/+332 |
|\ \ |
|
| * \ | Merge pull request #1374 from 0xProject/feature/contracts-monorepo-4 | Leonid Logvinov | 2018-12-05 | 50 | -56/+332 |
| |\ \ |
|
| | * | | De-nest libs contracts | Leonid Logvinov | 2018-12-05 | 31 | -50/+50 |
| | * | | Enable libs tests on CI | Leonid Logvinov | 2018-12-04 | 1 | -0/+2 |
| | * | | Import TestLibs contract from @0x/contracts-libs | Leonid Logvinov | 2018-12-04 | 1 | -2/+1 |
| | * | | Refactor out libs into @0x/contracts-libs | Leonid Logvinov | 2018-12-04 | 49 | -51/+326 |
| |/ / |
|
* | | | chore: Remove increaseTimeAsync from DutchAuction. | Jacob Evans | 2018-12-05 | 1 | -39/+0 |
* | | | Merge pull request #1382 from 0xProject/fix/instant/center-powered-by | Steve Klebanoff | 2018-12-05 | 4 | -7/+11 |
|\ \ \ |
|
| * | | | Wallet prompt tweaks per Chris's comment | Steve Klebanoff | 2018-12-05 | 3 | -6/+10 |
| * | | | Please unlock -> Click to connect | Steve Klebanoff | 2018-12-05 | 1 | -1/+1 |
| * | | | fix(instant): center powered by 0x svg | Steve Klebanoff | 2018-12-05 | 1 | -1/+1 |
* | | | | Merge pull request #1379 from 0xProject/fix/instant/overlay-color | Brandon Millman | 2018-12-05 | 3 | -3/+10 |
|\ \ \ \ |
|
| * | | | | fix(instant): remove extra container around the button | Brandon Millman | 2018-12-05 | 1 | -11/+15 |
| * | | | | feat(instant): give a stable class name to the close button on the overlay | Brandon Millman | 2018-12-05 | 2 | -9/+12 |
| * | | | | fix(instant): lighten the overlay color to 0.7 opacity from 0.9 | Brandon Millman | 2018-12-05 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #1381 from 0xProject/feature/magic-input-error | Steve Klebanoff | 2018-12-05 | 5 | -8/+23 |
|\ \ \ \ |
|
| * | | | | Use git sha and npm version from constants | Steve Klebanoff | 2018-12-05 | 1 | -3/+9 |
| * | | | | Add GIT_SHA and NPM_VERSION constants, report git and npm version in error | Steve Klebanoff | 2018-12-05 | 4 | -8/+11 |
| * | | | | feat(instant): input to trigger error for rollbar testing | Steve Klebanoff | 2018-12-05 | 2 | -0/+6 |
* | | | | | Merge pull request #1371 from 0xProject/feature/instant/log-decimals-and-add-... | Steve Klebanoff | 2018-12-05 | 3 | -5/+19 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | ethBalanceInUnitAmount -> lastEthBalanceInUnitAmount | Steve Klebanoff | 2018-12-05 | 3 | -2/+2 |
| * | | | | feat(instant): Add eth balance, eth address, token symbol and decimals to eve... | Steve Klebanoff | 2018-12-04 | 2 | -4/+18 |
* | | | | | Merge pull request #1380 from 0xProject/instant/fix/heap-analytics-id-prod | Steve Klebanoff | 2018-12-05 | 3 | -3/+3 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Ensure build process receives build arguments | Steve Klebanoff | 2018-12-05 | 3 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1376 from 0xProject/feature/instant/padding-spacing-polish | Francesco Agosti | 2018-12-05 | 4 | -4/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | polish: reduce vertical padding in instant | fragosti | 2018-12-05 | 4 | -4/+4 |
|/ / / |
|
* | | | Merge pull request #1373 from 0xProject/feature/contracts-monorepo-3 | Leonid Logvinov | 2018-12-05 | 50 | -55/+337 |
|\ \ \
| | |/
| |/| |
|
| * | | Add missing dependency | Leonid Logvinov | 2018-12-04 | 1 | -0/+1 |
| * | | Fix homepage link | Leonid Logvinov | 2018-12-04 | 1 | -1/+1 |
| * | | Enable contract utils tests | Leonid Logvinov | 2018-12-04 | 1 | -0/+2 |
| * | | Refactor @0x/contracts-utils from @0x/contracts-core | Leonid Logvinov | 2018-12-04 | 49 | -55/+334 |
|/ / |
|
* | | Merge pull request #1311 from 0xProject/feature/contracts-monorepo-2 | Leonid Logvinov | 2018-12-04 | 95 | -359/+1036 |
|\ \ |
|
| * | | Fix calldata related linter errors | Leonid Logvinov | 2018-12-04 | 1 | -6/+6 |
| * | | Add missing dependency | Leonid Logvinov | 2018-12-04 | 1 | -0/+1 |
| * | | Fix merge conflict | Leonid Logvinov | 2018-12-04 | 1 | -7/+12 |
| * | | Merge branch 'development' into feature/contracts-monorepo-2 | Leonid Logvinov | 2018-12-04 | 69 | -84/+1752 |
| |\ \
| |/ /
|/| | |
|
* | | | Merge pull request #1225 from 0xProject/feature/contracts/dutch-auction | Jacob Evans | 2018-12-04 | 10 | -1/+708 |
|\ \ \ |
|
| * | | | chore: Move to new structure | Jacob Evans | 2018-12-04 | 2 | -0/+0 |
| * | | | chore: SafeMath and if statement in getAuctionDetails | Jacob Evans | 2018-12-04 | 1 | -10/+18 |
| * | | | chore: Add RevertReasons for DutchAuction. Test revert reasons | Jacob Evans | 2018-12-04 | 4 | -14/+51 |
| * | | | chore: Use SafeMath where possible | Jacob Evans | 2018-12-04 | 1 | -15/+34 |
| * | | | chore: Clean up documentation | Jacob Evans | 2018-12-04 | 2 | -30/+58 |
| * | | | chore: Work around for Ganache timestamp bug | Jacob Evans | 2018-12-04 | 1 | -17/+14 |
| * | | | chore: Return excess to buyer | Jacob Evans | 2018-12-04 | 2 | -29/+58 |
| * | | | chore: update documentation | Jacob Evans | 2018-12-04 | 2 | -14/+25 |
| * | | | chore: taker address and zrx fee test | Jacob Evans | 2018-12-04 | 1 | -1/+46 |
| * | | | chore: Rename price to amount. Encode parameters in makerAssetData | Jacob Evans | 2018-12-04 | 2 | -134/+149 |
| * | | | chore: time movement for geth | Jacob Evans | 2018-12-04 | 2 | -31/+68 |
| * | | | feat: Dutch Auction | Jacob Evans | 2018-12-04 | 8 | -1/+482 |
* | | | | Merge pull request #1372 from 0xProject/fix/instant/single-asset | Brandon Millman | 2018-12-04 | 2 | -5/+6 |
|\ \ \ \ |
|
| * | | | | fix(instant): render token selector when only one asset is available | Brandon Millman | 2018-12-04 | 2 | -5/+6 |
* | | | | | Merge pull request #1370 from 0xProject/feature/instant/explicitly-enable-hea... | Steve Klebanoff | 2018-12-04 | 4 | -6/+14 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | updating .env example | Steve Klebanoff | 2018-12-04 | 1 | -1/+4 |
| * | | | | feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap i... | Steve Klebanoff | 2018-12-04 | 3 | -5/+10 |
* | | | | | Merge pull request #1367 from 0xProject/fix/instant/dai | Brandon Millman | 2018-12-04 | 3 | -2/+16 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | feat(instant): update DAI token color | Brandon Millman | 2018-12-04 | 1 | -1/+1 |
| * | | | | fix(asset-buyer): update SRA order provider to include DAI | Brandon Millman | 2018-12-04 | 2 | -1/+15 |
* | | | | | Merge pull request #1353 from 0xProject/feature/website/instant-marketing | Francesco Agosti | 2018-12-04 | 22 | -2/+683 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | feat(website): implement rest of links | Brandon Millman | 2018-11-29 | 3 | -55/+77 |
| * | | | | feat(website): implement link directly to configure | Brandon Millman | 2018-11-29 | 4 | -6/+36 |
| * | | | | feat(website): optionally show configurator | Brandon Millman | 2018-11-29 | 1 | -3/+4 |
| * | | | | feature(website): add configurator shell | Brandon Millman | 2018-11-29 | 2 | -0/+8 |
| * | | | | fix(website): instant marketing page need more background color | Brandon Millman | 2018-11-29 | 3 | -5/+4 |
| * | | | | fix(website): instant marketing page shadows | Brandon Millman | 2018-11-29 | 4 | -148/+47 |
| * | | | | fix(website): change instant marketing page styling to non mono font except t... | Brandon Millman | 2018-11-29 | 2 | -10/+10 |
| * | | | | chore(website): random fixes for mobile optimization | Brandon Millman | 2018-11-29 | 4 | -36/+63 |
| * | | | | feat(website): add extra assets for instant marketing page | Brandon Millman | 2018-11-29 | 15 | -8/+354 |
| * | | | | feat(website): fix screenshots in marketing page for small screens | Brandon Millman | 2018-11-29 | 2 | -11/+31 |
| * | | | | feat(website): need more section for instant marketing page | Brandon Millman | 2018-11-29 | 3 | -2/+52 |
| * | | | | feature(website): add links to instant marketing page | Brandon Millman | 2018-11-29 | 1 | -8/+51 |
| * | | | | fix(website): update instant page CTA font | Brandon Millman | 2018-11-29 | 1 | -7/+1 |
| * | | | | feat(website): instant features section | Brandon Millman | 2018-11-29 | 6 | -31/+55 |
| * | | | | feat(website): add screenshots to instant page | Brandon Millman | 2018-11-29 | 10 | -1/+85 |
| * | | | | feat(website): implement introducing 0x instant header | Brandon Millman | 2018-11-29 | 3 | -1/+48 |
| * | | | | feat(website): add header and footer to instant page | Brandon Millman | 2018-11-29 | 1 | -1/+46 |
| * | | | | feat(website): scaffolding for instant page | Brandon Millman | 2018-11-29 | 4 | -0/+42 |
* | | | | | Merge pull request #1295 from 0xProject/feature/instant/rollbar-env | Steve Klebanoff | 2018-12-04 | 12 | -40/+253 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Fix variable name | Steve Klebanoff | 2018-12-01 | 1 | -2/+2 |
| * | | | | Take out https:// prefix | Steve Klebanoff | 2018-12-01 | 1 | -1/+1 |
| * | | | | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-12-01 | 3 | -0/+11 |
| |\ \ \ \ |
|
| * | | | | | get rid of double private def | Steve Klebanoff | 2018-12-01 | 1 | -1/+0 |
| * | | | | | update with new CDN | Steve Klebanoff | 2018-12-01 | 1 | -2/+1 |
| * | | | | | Merge branch 'feature/instant/prod-env-switches-cdn' into feature/instant/rol... | Steve Klebanoff | 2018-12-01 | 174 | -630/+7531 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-27 | 116 | -414/+1033 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | EMBEDDED_DOMAINS -> HOST_DOMAINS | Steve Klebanoff | 2018-11-27 | 2 | -3/+3 |
| * | | | | | | | Host whitelist so we don't get errors from embedded site | Steve Klebanoff | 2018-11-22 | 2 | -1/+11 |
| * | | | | | | | Linting | Steve Klebanoff | 2018-11-22 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-22 | 44 | -139/+348 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Better env var names for source map plugin | Steve Klebanoff | 2018-11-22 | 1 | -5/+5 |
| * | | | | | | | | Shorter validateRollbarPresence logic | Steve Klebanoff | 2018-11-22 | 1 | -11/+4 |
| * | | | | | | | | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to INSTANT_ENVIR... | Steve Klebanoff | 2018-11-22 | 3 | -22/+22 |
| * | | | | | | | | Report when cant update balance | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| * | | | | | | | | Takeout redundant check, and make function name more clear | Steve Klebanoff | 2018-11-22 | 1 | -7/+5 |
| * | | | | | | | | Move rollbar setup into function, move setting up into provider | Steve Klebanoff | 2018-11-22 | 3 | -36/+35 |
| * | | | | | | | | Always report unexpected errors. Move error message generation into helper f... | Steve Klebanoff | 2018-11-22 | 3 | -23/+56 |
| * | | | | | | | | Linting | Steve Klebanoff | 2018-11-21 | 1 | -1/+1 |
| * | | | | | | | | Ensure we publish Instant with rollbar settings | Steve Klebanoff | 2018-11-21 | 1 | -1/+5 |
| * | | | | | | | | TODO note | Steve Klebanoff | 2018-11-21 | 1 | -1/+1 |
| * | | | | | | | | Explicit error reporting | Steve Klebanoff | 2018-11-21 | 4 | -3/+12 |
| * | | | | | | | | Force source maps on staging and dogfood | Steve Klebanoff | 2018-11-21 | 1 | -2/+26 |
| * | | | | | | | | feat(instant): Report errors to rollbar | Steve Klebanoff | 2018-11-21 | 3 | -0/+78 |
| * | | | | | | | | Use sourcemap loader | Steve Klebanoff | 2018-11-21 | 1 | -0/+10 |
| * | | | | | | | | Introduce rollbar plugin | Steve Klebanoff | 2018-11-21 | 5 | -15/+74 |
| * | | | | | | | | Send in rollbar environment | Steve Klebanoff | 2018-11-21 | 1 | -8/+20 |
* | | | | | | | | | Merge pull request #1365 from 0xProject/fix/instant/token-selector | Brandon Millman | 2018-12-04 | 9 | -14/+30 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | fix(instant): remove screenshot from dev index.html | Brandon Millman | 2018-12-04 | 2 | -6/+0 |
| * | | | | | | | | | fix(instant): darken overlay color | Brandon Millman | 2018-12-01 | 3 | -1/+7 |
| * | | | | | | | | | feat(instant): add token symbol to buy button text | Brandon Millman | 2018-12-01 | 3 | -5/+16 |
| * | | | | | | | | | fix(instant): update zrx icon | Brandon Millman | 2018-12-01 | 1 | -2/+5 |
| * | | | | | | | | | fix(instant): DGD and DGX colors | Brandon Millman | 2018-12-01 | 1 | -2/+2 |
| * | | | | | | | | | fix(instant) various token selector fixes | Brandon Millman | 2018-12-01 | 3 | -4/+6 |
* | | | | | | | | | | Merge pull request #1364 from 0xProject/feature/instant/allow-env-vars-in-env... | Francesco Agosti | 2018-12-04 | 9 | -8/+27 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ /
|/| | | | | | | | | |
|
| * | | | | | | | | | feat: add dotenv to make env dependencies more explicit | fragosti | 2018-12-01 | 9 | -9/+28 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #1366 from 0xProject/feature/instant/provider-name | Brandon Millman | 2018-12-04 | 6 | -7/+16 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | feat(instant): provide a custom wallet display name | Brandon Millman | 2018-12-01 | 6 | -7/+16 |
| |/ / / / / / / / |
|
| | | | | | | | * | Don't start the provider by default | Leonid Logvinov | 2018-12-04 | 4 | -3/+25 |
| | | | | | | | * | Refactour out the contracts testing options into a separate markdown file | Leonid Logvinov | 2018-12-03 | 3 | -92/+50 |
| | | | | | | | * | Use lodash _.startsWith | Leonid Logvinov | 2018-12-03 | 1 | -3/+5 |
| | | | | | | | * | Remove contracts package authors from package.json | Leonid Logvinov | 2018-12-03 | 3 | -3/+0 |
| | | | | | | | * | Update packages/sol-resolver/src/resolvers/npm_resolver.ts | Fabio B | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | * | Update packages/sol-resolver/src/resolvers/npm_resolver.ts | Fabio B | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | * | Update packages/sol-compiler/src/compiler.ts | Fabio B | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | * | Update packages/sol-compiler/CHANGELOG.json | Fabio B | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | * | Update contracts/multisig/README.md | Fabio B | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | * | Move more devDependencies of contracts-tst-utils to dependencies | Leonid Logvinov | 2018-12-03 | 1 | -7/+7 |
| | | | | | | | * | Update contracts-test-utils README | Leonid Logvinov | 2018-12-03 | 1 | -75/+19 |
| | | | | | | | * | Make chai-as-promised a dependency | Leonid Logvinov | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | * | Make sol-cov a dependency of @0x/contracts/test-utils | Leonid Logvinov | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | * | Fix hardcoded path in release notes fetching | Leonid Logvinov | 2018-12-03 | 2 | -9/+7 |
| | | | | | | | * | Rename contract_templates to abi-gen-templates | Leonid Logvinov | 2018-12-03 | 5 | -6/+6 |
| | | | | | | | * | Update yarn.lock | Leonid Logvinov | 2018-12-03 | 1 | -4/+45 |
| | | | | | | | * | Fix merge conflict | Leonid Logvinov | 2018-12-03 | 1 | -5/+0 |
| | | | | | | | * | Remove unused dependencies | Leonid Logvinov | 2018-12-03 | 2 | -10/+0 |
| | | | | | | | * | Fix package description | Leonid Logvinov | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | * | Fix a typo in a prettierignore | Leonid Logvinov | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | * | Clean up READMEs | Leonid Logvinov | 2018-12-03 | 2 | -22/+6 |
| | | | | | | | * | Remove .solhintignore | Leonid Logvinov | 2018-12-03 | 1 | -3/+0 |
| | | | | | | | * | Remove CHANGELOG entries | Leonid Logvinov | 2018-12-03 | 1 | -115/+1 |
| | | | | | | | * | Remove duplicates combinatorial utils from core contracts | Leonid Logvinov | 2018-12-03 | 3 | -114/+4 |
| | | | | | | | * | Ignore generated files in multisig contracts | Leonid Logvinov | 2018-12-03 | 8 | -4497/+4 |
| | | | | | | | * | Run both core and multisig contracts tests on CI | Leonid Logvinov | 2018-12-03 | 1 | -2/+5 |
| | | | | | | | * | Fix linter issues | Leonid Logvinov | 2018-12-03 | 3 | -1/+9 |
| | | | | | | | * | Use assetProxyOwner instead of the multisig in the core contracts tests | Leonid Logvinov | 2018-12-03 | 2 | -47/+55 |
| | | | | | | | * | Remove multisig contracts from the core list of contracts | Leonid Logvinov | 2018-12-03 | 4 | -13/+4 |
| | | | | | | | * | Fix an issue when we tried to append base contracts path to absolute imports ... | Leonid Logvinov | 2018-12-03 | 2 | -1/+17 |
| | | | | | | | * | Add support for scoped packages resolving to NPMResoler | Leonid Logvinov | 2018-12-03 | 2 | -2/+20 |
| | | | | | | | * | Refactor contracts-core into contracts-multisig, contracts-core and contracts... | Leonid Logvinov | 2018-12-03 | 82 | -213/+5670 |
| | | | | | | | * | Replace packages/contracts with contracts/core | Leonid Logvinov | 2018-12-03 | 1 | -45/+4 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Merge pull request #1310 from 0xProject/feature/contracts-monorepo | Leonid Logvinov | 2018-12-03 | 167 | -167/+263 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Move MultiAssetProxy to the contracts monorepo | Leonid Logvinov | 2018-12-03 | 1 | -0/+0 |
| * | | | | | | | Remove generated files | Leonid Logvinov | 2018-12-03 | 70 | -51512/+0 |
| * | | | | | | | Rename calldata to callData because solhint doesn't like calldata (probably r... | Leonid Logvinov | 2018-12-03 | 1 | -14/+14 |
| * | | | | | | | Update yarn.lock | Leonid Logvinov | 2018-12-03 | 1 | -21/+314 |
| * | | | | | | | Add contracts to yarn workspaces | Leonid Logvinov | 2018-12-03 | 1 | -1/+2 |
| * | | | | | | | Replace packages/contracts with contracts/core | Leonid Logvinov | 2018-12-03 | 9 | -256/+58 |
| * | | | | | | | Add contracts/* to monorepo routes | Leonid Logvinov | 2018-12-03 | 1 | -1/+1 |
| * | | | | | | | Move packages/contracts to contracts/core | Leonid Logvinov | 2018-12-03 | 226 | -0/+51512 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1362 from 0xProject/fix/instant/push-to-history-broken-wh... | Francesco Agosti | 2018-12-01 | 1 | -5/+5 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | chore: lint | fragosti | 2018-12-01 | 3 | -7/+6 |
| * | | | | | | fix: push to history edge case for second render where onpopstate is not defi... | fragosti | 2018-12-01 | 1 | -2/+3 |
* | | | | | | | Merge pull request #1359 from 0xProject/feature/instant/prod-env-switches-cdn | Steve Klebanoff | 2018-12-01 | 10 | -40/+52 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | removing unused references | Steve Klebanoff | 2018-12-01 | 2 | -2/+2 |
| * | | | | | | Remove env var check for INSTANT_HEAP_ANALYTICS_ID_PRODUCTION since this is o... | Steve Klebanoff | 2018-12-01 | 1 | -11/+0 |
| * | | | | | | takeout console.log | Steve Klebanoff | 2018-12-01 | 1 | -1/+0 |
| * | | | | | | Merge branch 'development' into feature/instant/prod-env-switches-cdn | Steve Klebanoff | 2018-12-01 | 166 | -498/+7397 |
| |\| | | | | |
|
| * | | | | | | cdn -> dischargeTarget, and report to heap | Steve Klebanoff | 2018-12-01 | 7 | -16/+29 |
| * | | | | | | Take out old --env | Steve Klebanoff | 2018-11-30 | 1 | -1/+1 |
| * | | | | | | cdn approach to identifyign environments | Steve Klebanoff | 2018-11-30 | 6 | -49/+20 |
| * | | | | | | Fix build command | Steve Klebanoff | 2018-11-30 | 1 | -1/+1 |
| * | | | | | | feat(instant): Cleaner config-specific setup | Steve Klebanoff | 2018-11-30 | 6 | -23/+69 |
| * | | | | | | Set .env in builds, and update profile to use 0xproject | Steve Klebanoff | 2018-11-30 | 4 | -11/+8 |
* | | | | | | | Merge pull request #1342 from 0xProject/feature/instant/misc-close-analytics | Steve Klebanoff | 2018-12-01 | 3 | -0/+11 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | add missing import from merge | Steve Klebanoff | 2018-12-01 | 1 | -0/+1 |