Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Change type of transactions.gas_used and gas_price to BigNumber/numeric | Alex Browne | 2018-12-06 | 4 | -9/+31 | |
* | | | | | | | | | | | Fix prettier | Alex Browne | 2018-12-06 | 2 | -25/+18 | |
* | | | | | | | | | | | Address PR feedback | Alex Browne | 2018-12-06 | 21 | -81/+96 | |
* | | | | | | | | | | | Use a string template in packages/pipeline/src/scripts/pull_missing_events.ts | Fabio B | 2018-12-06 | 1 | -1/+1 | |
* | | | | | | | | | | | Fix typo in packages/pipeline/src/parsers/bloxy/index.ts | Fabio B | 2018-12-06 | 1 | -1/+1 | |
* | | | | | | | | | | | chore: run linter | fragosti | 2018-12-06 | 2 | -2/+1 | |
* | | | | | | | | | | | Fix linter | Alex Browne | 2018-12-06 | 1 | -1/+1 | |
* | | | | | | | | | | | feat: add copy code feature | fragosti | 2018-12-06 | 2 | -3/+18 | |
* | | | | | | | | | | | pull OHLCV records from Crypto Compare (#1349) | Xianny | 2018-12-06 | 12 | -16/+491 | |
* | | | | | | | | | | | Token_orderbook_snapshots for Ddex and Paradex(#1354) | zkao | 2018-12-06 | 14 | -0/+669 | |
* | | | | | | | | | | | Add script for parsing competing dex trades from Bloxy (#1355) | Alex Browne | 2018-12-06 | 9 | -4/+498 | |
* | | | | | | | | | | | Introduce framework for running basic tests for entities (#1344) | Alex Browne | 2018-12-06 | 25 | -52/+698 | |
* | | | | | | | | | | | [pipeline] Add additional documentation to the README (#1328) | Alex Browne | 2018-12-06 | 1 | -0/+113 | |
* | | | | | | | | | | | Reduce number of blocks per query in pull_missing_events | Alex Browne | 2018-12-06 | 1 | -1/+1 | |
* | | | | | | | | | | | updating comment for 0x trusted tokens | Jake Ellowitz | 2018-12-06 | 4 | -13/+8 | |
* | | | | | | | | | | | metadata and trusted sources in same raw table | Jake Ellowitz | 2018-12-06 | 10 | -55/+75 | |
* | | | | | | | | | | | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-06 | 12 | -2/+208 | |
* | | | | | | | | | | | Add script for pulling missing block data | Alex Browne | 2018-12-06 | 4 | -4/+91 | |
* | | | | | | | | | | | Check for special characters in table name in pull_missing_events | Alex Browne | 2018-12-06 | 1 | -3/+7 | |
* | | | | | | | | | | | Add support for pulling Cancel and CancelUpTo events | Alex Browne | 2018-12-06 | 6 | -90/+170 | |
* | | | | | | | | | | | Add transactionHash to CancelUpToEvent and CancelEvent entities | Alex Browne | 2018-12-06 | 3 | -1/+6 | |
* | | | | | | | | | | | Optimize database operations in pull_missing_events script | Alex Browne | 2018-12-06 | 1 | -9/+26 | |
* | | | | | | | | | | | Add homepage_url to relayers | Alex Browne | 2018-12-06 | 3 | -7/+22 | |
* | | | | | | | | | | | Add workaround for broken save method | Alex Browne | 2018-12-06 | 2 | -2/+22 | |
* | | | | | | | | | | | Fix chunk size in pull_missing_events | Alex Browne | 2018-12-06 | 1 | -1/+1 | |
* | | | | | | | | | | | Use built-in chunk feature of TypeORM save method | Alex Browne | 2018-12-06 | 1 | -7/+2 | |
* | | | | | | | | | | | Change some column types from varchar to numeric | Alex Browne | 2018-12-06 | 11 | -46/+121 | |
* | | | | | | | | | | | Add raw schema prefix to query in pull_missing_events | Alex Browne | 2018-12-06 | 1 | -1/+1 | |
* | | | | | | | | | | | Rename taker and maker amounts in sra_orders | Alex Browne | 2018-12-06 | 2 | -2/+15 | |
* | | | | | | | | | | | Implement scraping sra orders from radar relay | Alex Browne | 2018-12-06 | 7 | -24/+52 | |
* | | | | | | | | | | | Preliminary work for adding RR order book scraping | Alex Browne | 2018-12-06 | 1 | -0/+52 | |
* | | | | | | | | | | | Update schema for sra_orders | Alex Browne | 2018-12-06 | 2 | -6/+49 | |
* | | | | | | | | | | | Pointing entities to raw schema | Jake Ellowitz | 2018-12-06 | 10 | -132/+129 | |
* | | | | | | | | | | | Mapping dev schema to initial migration | Jake Ellowitz | 2018-12-06 | 4 | -1/+208 | |
* | | | | | | | | | | | Configure linter with --format stylish and fix linter errors | Alex Browne | 2018-12-06 | 12 | -7/+81 | |
* | | | | | | | | | | | Configure TypeORM for migrations. Add new package.json scripts. | Alex Browne | 2018-12-06 | 6 | -30/+21 | |
* | | | | | | | | | | | Rename Transaction.ts to transaction.ts | Alex Browne | 2018-12-06 | 3 | -0/+0 | |
* | | | | | | | | | | | Add better error handling for immediately invoked async functions | Alex Browne | 2018-12-06 | 4 | -85/+20 | |
* | | | | | | | | | | | Rename table and column names | Alex Browne | 2018-12-06 | 10 | -98/+172 | |
* | | | | | | | | | | | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-06 | 15 | -14/+38 | |
* | | | | | | | | | | | Split index.ts into multiple scripts in scripts/ and detect last known block ... | Alex Browne | 2018-12-06 | 4 | -92/+95 | |
* | | | | | | | | | | | Remove unused function parameter in index.ts script | Alex Browne | 2018-12-06 | 1 | -2/+2 | |
* | | | | | | | | | | | Use bigint for gasUsed and gasPrice in Transaction | Alex Browne | 2018-12-06 | 2 | -5/+7 | |
* | | | | | | | | | | | Update relayer code to use new relayer-registry format | Alex Browne | 2018-12-06 | 4 | -6/+14 | |
* | | | | | | | | | | | Remove outdated info from README | Alex Browne | 2018-12-06 | 1 | -21/+0 | |
* | | | | | | | | | | | Add build:ci to pipeline package.json | Alex Browne | 2018-12-06 | 1 | -0/+1 | |
* | | | | | | | | | | | Implement fetching and parsing relayer info | Alex Browne | 2018-12-06 | 5 | -6/+107 | |
* | | | | | | | | | | | Implement support for getting and parsing blocks and transactions | Alex Browne | 2018-12-06 | 5 | -0/+149 | |
* | | | | | | | | | | | chore: Fix tslint config. | Alex Browne | 2018-12-06 | 2 | -2/+2 | |
* | | | | | | | | | | | Fix bugs in merge_v2_events script and disable verbose logging | Alex Browne | 2018-12-06 | 2 | -2/+5 | |
* | | | | | | | | | | | Enable verbose logging | Alex Browne | 2018-12-06 | 1 | -1/+1 | |
* | | | | | | | | | | | Rename index.ts -> merge_v2_events | Alex Browne | 2018-12-06 | 1 | -0/+0 | |
* | | | | | | | | | | | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-06 | 10 | -40/+90 | |
* | | | | | | | | | | | Update pipeline to use new @0x npm org for imports | Alex Browne | 2018-12-06 | 7 | -16/+16 | |
* | | | | | | | | | | | Update to use ContractWrappers + Infura instead of Etherscan | Alex Browne | 2018-12-06 | 10 | -242/+85 | |
* | | | | | | | | | | | Rebase and update to use new modularized artifacts | Alex Browne | 2018-12-06 | 6 | -2289/+8 | |
* | | | | | | | | | | | Add tests for SRA order conversion | Alex Browne | 2018-12-06 | 3 | -4/+83 | |
* | | | | | | | | | | | Re-add missing tests | Alex Browne | 2018-12-06 | 3 | -90/+164 | |
* | | | | | | | | | | | Add soruceUrl to SraOrder entity | Alex Browne | 2018-12-06 | 2 | -1/+4 | |
* | | | | | | | | | | | Add preliminary support for scraping orders from SRA endpoints (no pagination... | Alex Browne | 2018-12-06 | 8 | -12/+134 | |
* | | | | | | | | | | | For event entities, rename address -> contractAddress and make it a primary key | Alex Browne | 2018-12-06 | 5 | -11/+19 | |
* | | | | | | | | | | | Implement scraping and parsing exchange CancelUpTo events | Alex Browne | 2018-12-06 | 3 | -9/+45 | |
* | | | | | | | | | | | Use multi-primary keys for event and filter null logIndexes | Alex Browne | 2018-12-06 | 4 | -6/+15 | |
* | | | | | | | | | | | Implement scraping and parsing exchange cancel events | Alex Browne | 2018-12-06 | 5 | -10/+81 | |
* | | | | | | | | | | | Make event parsing more functional and less class-based | Alex Browne | 2018-12-06 | 3 | -65/+21 | |
* | | | | | | | | | | | Re-organize event parsing and decoding | Alex Browne | 2018-12-06 | 7 | -175/+206 | |
* | | | | | | | | | | | Add support for decoding asset data | Alex Browne | 2018-12-06 | 5 | -36/+94 | |
* | | | | | | | | | | | Add typeorm and begin inserting database records | Alex Browne | 2018-12-06 | 6 | -13/+89 | |
* | | | | | | | | | | | Make contractAbi a parameter of getContractEventsAsync | Alex Browne | 2018-12-06 | 4 | -11/+29 | |
* | | | | | | | | | | | Add tests for etherscan events | Alex Browne | 2018-12-06 | 5 | -10/+124 | |
* | | | | | | | | | | | Restructure pipeline package. Create data-sources dir | Alex Browne | 2018-12-06 | 4 | -75/+96 | |
* | | | | | | | | | | | Remove old code. Create function for getting contract events via etherscan | Alex Browne | 2018-12-06 | 24 | -1895/+2368 | |
* | | | | | | | | | | | Rebase pipeline branch off development | Alex Browne | 2018-12-06 | 25 | -0/+2001 | |
* | | | | | | | | | | | fix: instant linting issues | fragosti | 2018-12-06 | 1 | -3/+6 | |
* | | | | | | | | | | | chore: fix linter issues | fragosti | 2018-12-06 | 3 | -12/+3 | |
* | | | | | | | | | | | chore: remove shark relay from possible SRA endpoints | fragosti | 2018-12-06 | 1 | -5/+1 | |
* | | | | | | | | | | | hack: make min-height of line-number container 98% to prevent scrollbar from ... | fragosti | 2018-12-06 | 1 | -1/+1 | |
* | | | | | | | | | | | fix: use WebsitePaths type and update wiki link to new link | fragosti | 2018-12-06 | 5 | -11/+16 | |
* | | | | | | | | | | | fix: reset available tokens when sra endpoint is changed | fragosti | 2018-12-06 | 2 | -3/+8 | |
* | | | | | | | | | | | fix: make select box-shadow darker | fragosti | 2018-12-06 | 1 | -2/+4 | |
* | | | | | | | | | | | fix: do not show select all if no tokens are available | fragosti | 2018-12-06 | 1 | -0/+5 | |
* | | | | | | | | | | | feat: update configurator snippet to actually work if copy and pasted | fragosti | 2018-12-06 | 1 | -17/+23 | |
* | | | | | | | | | | | fix: change liquiditySource to orderSource | fragosti | 2018-12-06 | 1 | -1/+1 | |
* | | | | | | | | | | | feat: update relayer list | fragosti | 2018-12-06 | 1 | -1/+19 | |
* | | | | | | | | | | | polish: make configurator inputs look more like mocks | fragosti | 2018-12-06 | 3 | -3/+6 | |
* | | | | | | | | | | | feat: fetch asset meta data from the asset meta data map | fragosti | 2018-12-06 | 1 | -31/+23 | |
* | | | | | | | | | | | fix: address to lowercase and explore the docs leads to correct wiki | fragosti | 2018-12-06 | 1 | -2/+2 | |
* | | | | | | | | | | | feat: create more dank slider | fragosti | 2018-12-06 | 3 | -6/+86 | |
* | | | | | | | | | | | feat: make (optional) label inline | fragosti | 2018-12-06 | 1 | -2/+3 | |
* | | | | | | | | | | | feat: add fee percentage slider | fragosti | 2018-12-06 | 4 | -31/+44 | |
* | | | | | | | | | | | feat: add fee percentage slier | fragosti | 2018-12-06 | 3 | -2/+30 | |
* | | | | | | | | | | | feat: implement basic feeRecipient address in config generator | fragosti | 2018-12-06 | 4 | -11/+96 | |
* | | | | | | | | | | | fix: use correct styles even when syntax highlighter component removes classn... | fragosti | 2018-12-06 | 1 | -3/+4 | |
* | | | | | | | | | | | feat: implement code generation | fragosti | 2018-12-06 | 3 | -27/+49 | |
* | | | | | | | | | | | feat: implement multi token select component | fragosti | 2018-12-06 | 8 | -46/+156 | |
* | | | | | | | | | | | feat: implement available token fetching | fragosti | 2018-12-06 | 3 | -6/+116 | |
* | | | | | | | | | | | feat: add MultiSelect component skeleton | fragosti | 2018-12-06 | 2 | -1/+80 | |
* | | | | | | | | | | | feat: add Select component and use for configurator | fragosti | 2018-12-06 | 7 | -31/+285 | |
* | | | | | | | | | | | feat: move instant base config to types file | fragosti | 2018-12-06 | 2 | -19/+19 | |
* | | | | | | | | | | | feat: implement configurator layout | fragosti | 2018-12-06 | 2 | -4/+29 | |
* | | | | | | | | | | | feat: factor out ActionLink component from features | fragosti | 2018-12-06 | 2 | -37/+54 | |
* | | | | | | | | | | | feat: improve styling of code demo component | fragosti | 2018-12-06 | 2 | -12/+126 | |
* | | | | | | | | | | | feat: have basic code syntax highlighting working | fragosti | 2018-12-06 | 5 | -91/+184 | |
* | | | | | | | | | | | [WIP] Adds paragraph sizes | Ezekiel Aquino | 2018-12-06 | 2 | -17/+11 | |
* | | | | | | | | | | | Implements desktop/mobile font sizing | Ezekiel Aquino | 2018-12-06 | 2 | -25/+29 | |
* | | | | | | | | | | | Merge remote-tracking branch 'upstream/development' into website | Fred Carlsen | 2018-12-05 | 359 | -27578/+6913 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | 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 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * / | | | | | | | | | | polish: reduce vertical padding in instant | fragosti | 2018-12-05 | 4 | -4/+4 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'development' into feature/contracts-monorepo-2 | Leonid Logvinov | 2018-12-04 | 60 | -82/+1030 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Merge pull request #1225 from 0xProject/feature/contracts/dutch-auction | Jacob Evans | 2018-12-04 | 2 | -0/+10 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | chore: Move to new structure | Jacob Evans | 2018-12-04 | 2 | -691/+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 | 2 | -0/+475 | |
| | * | | | | | | | | | | 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 | 11 | -40/+238 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | 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 | 166 | -588/+7426 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-27 | 112 | -409/+989 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | 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 | 40 | -76/+279 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | 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 | 4 | -15/+59 | |
| | | * | | | | | | | | | | | | 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 | 8 | -7/+18 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | feat: add dotenv to make env dependencies more explicit | fragosti | 2018-12-01 | 8 | -7/+18 | |
| | | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | 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 | |
| | | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Use lodash _.startsWith | Leonid Logvinov | 2018-12-03 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | 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 | 3 | -4/+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 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Move MultiAssetProxy to the contracts monorepo | Leonid Logvinov | 2018-12-03 | 1 | -300/+0 | |
| * | | | | | | | | | | | | | Replace packages/contracts with contracts/core | Leonid Logvinov | 2018-12-03 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | Move packages/contracts to contracts/core | Leonid Logvinov | 2018-12-03 | 156 | -28189/+0 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | 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 | 158 | -456/+7292 | |
| | |\| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | 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 | |
| | * | | | | | | | | | | | Merge branch 'development' into feature/instant/misc-close-analytics | Steve Klebanoff | 2018-11-30 | 141 | -405/+7027 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | feat(instant): Close and View Transaction analytics events | Steve Klebanoff | 2018-11-28 | 3 | -1/+11 | |
| * | | | | | | | | | | | | | Merge pull request #1348 from 0xProject/feature/instant/cdn-setup | Francesco Agosti | 2018-12-01 | 8 | -51/+44 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | feat: remove instant from project references | fragosti | 2018-12-01 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | chore: deploy_live -> deploy_production | fragosti | 2018-12-01 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | feat: update tsconfig | fragosti | 2018-12-01 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | fix: address PR feedback | fragosti | 2018-12-01 | 5 | -8/+4 | |
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | fix: add clarification to NOTE in README | fragosti | 2018-11-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | feat: add URL to other parts of README | fragosti | 2018-11-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | feat: write version info directly to exported object | fragosti | 2018-11-29 | 3 | -14/+7 | |
| | * | | | | | | | | | | | | feat: add deploy_live command | fragosti | 2018-11-29 | 3 | -3/+25 | |
| | * | | | | | | | | | | | | feat: write version info to window | fragosti | 2018-11-29 | 2 | -0/+11 | |
| | * | | | | | | | | | | | | feat: update README to reflect lack of commonjs module | fragosti | 2018-11-27 | 1 | -29/+1 | |
| | * | | | | | | | | | | | | feat: make package private | fragosti | 2018-11-27 | 1 | -7/+4 | |
| * | | | | | | | | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-12-01 | 71 | -268/+6604 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge pull request #1343 from 0xProject/feature/instant/quote-analytics | Steve Klebanoff | 2018-11-30 | 7 | -12/+62 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | assetAmount -> assetBuyAmount | Steve Klebanoff | 2018-11-30 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | Merge branch 'development' into feature/instant/quote-analytics | Steve Klebanoff | 2018-11-29 | 77 | -157/+504 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ |