Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix linter issues | |||||
| | * | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Relayer.ts to relayer.ts Rename Block.ts to block.ts | |||||
| | * | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when pulling events | |||||
| | * | | | | | | 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 | 6 | -7/+114 | |
| | | | | | | | | ||||||
| | * | | | | | | 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 | 11 | -40/+155 | |
| | | | | | | | | ||||||
| | * | | | | | | 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 | 11 | -600/+138 | |
| | | | | | | | | ||||||
| | * | | | | | | 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 ↵ | Alex Browne | 2018-12-06 | 9 | -30/+255 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pagination, only RR support for now) | |||||
| | * | | | | | | 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 | 6 | -39/+97 | |
| | | | | | | | | ||||||
| | * | | | | | | Add typeorm and begin inserting database records | Alex Browne | 2018-12-06 | 8 | -22/+166 | |
| | | | | | | | | ||||||
| | * | | | | | | Make contractAbi a parameter of getContractEventsAsync | Alex Browne | 2018-12-06 | 4 | -11/+29 | |
| | | | | | | | | ||||||
| | * | | | | | | Add tests for etherscan events | Alex Browne | 2018-12-06 | 6 | -11/+125 | |
| | | | | | | | | ||||||
| | * | | | | | | 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 | 26 | -2494/+2632 | |
| | | | | | | | | ||||||
| | * | | | | | | Rebase pipeline branch off development | Alex Browne | 2018-12-06 | 26 | -101/+2667 | |
| | | | | | | | | ||||||
| | * | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appearing in code demo | |||||
| | * | | | | | | 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 | 4 | -17/+388 | |
| | | | | | | | | ||||||
| | * | | | | | | 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 ↵ | fragosti | 2018-12-06 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | classnames on second render | |||||
| | * | | | | | | 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 | 6 | -481/+415 | |
| | | | | | | | | ||||||
| | * | | | | | | [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 | 419 | -1691/+11537 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # packages/website/package.json # packages/website/ts/style/colors.ts | |||||
| | * | | | | | | | Cleanup | Ezekiel Aquino | 2018-12-05 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fixes Link component to user ReactRouterLink | Ezekiel Aquino | 2018-12-04 | 1 | -7/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds sa bit of polish to landing page | Ezekiel Aquino | 2018-12-04 | 3 | -13/+55 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds padding prop to text elements | Ezekiel Aquino | 2018-12-04 | 5 | -31/+47 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Refactors buttons/links/header | Ezekiel Aquino | 2018-12-04 | 3 | -57/+36 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Refactors Button component | Ezekiel Aquino | 2018-12-04 | 1 | -17/+31 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fixes all lint issues, cleanup | Ezekiel Aquino | 2018-12-04 | 20 | -278/+227 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added ecosystem page | Fred Carlsen | 2018-12-03 | 2 | -0/+119 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added launch kit | Fred Carlsen | 2018-12-03 | 3 | -0/+163 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adjust team lists | Fred Carlsen | 2018-12-03 | 1 | -1/+61 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add map to jobs | Fred Carlsen | 2018-12-03 | 1 | -0/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | ADd content to jobs | Fred Carlsen | 2018-12-03 | 1 | -24/+62 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Tweak line heights | Fred Carlsen | 2018-12-03 | 2 | -4/+12 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Updated sublinks on about | Fred Carlsen | 2018-12-03 | 3 | -18/+21 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added press logo | Fred Carlsen | 2018-12-03 | 1 | -0/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Updated press content | Fred Carlsen | 2018-12-03 | 1 | -34/+28 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adjust thumb | Fred Carlsen | 2018-12-03 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add skeleton for team, press, jobs | Fred Carlsen | 2018-12-03 | 4 | -1/+365 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Update boolean values | Fred Carlsen | 2018-12-03 | 1 | -4/+6 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add color to interface | Fred Carlsen | 2018-12-03 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Misc fixes to layout | Fred Carlsen | 2018-12-03 | 1 | -5/+11 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added project logos | Fred Carlsen | 2018-12-03 | 1 | -5/+60 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Lint fix | Fred Carlsen | 2018-12-03 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix isFullWidth type declaration in layout | Ezekiel Aquino | 2018-12-03 | 1 | -4/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Changes boolean props to follow is[Property] syntax | Ezekiel Aquino | 2018-12-03 | 9 | -70/+107 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds note to layout section | Ezekiel Aquino | 2018-12-03 | 1 | -0/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | A bit of formatting, centeres instant text | Ezekiel Aquino | 2018-12-03 | 2 | -17/+13 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Uses layout elems in header | Ezekiel Aquino | 2018-12-03 | 1 | -19/+16 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Some comments and cleanup | Ezekiel Aquino | 2018-12-03 | 3 | -30/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | ThemeProvider | Ezekiel Aquino | 2018-12-01 | 7 | -13/+27 | |
| | | | | | | | | | ||||||
| | * | | | | | | | WIP themeprovider | Ezekiel Aquino | 2018-11-30 | 4 | -31/+67 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Linting | Fred Carlsen | 2018-11-30 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added about / mission | Fred Carlsen | 2018-11-30 | 19 | -1/+120 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Prevent compiler from stopping on ts warning | Fred Carlsen | 2018-11-30 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Linting | Fred Carlsen | 2018-11-30 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Correct font-weight for heading | Fred Carlsen | 2018-11-30 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Breakpoint on padding | Ezekiel Aquino | 2018-11-30 | 2 | -3/+7 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Types return on layout methods | Ezekiel Aquino | 2018-11-30 | 1 | -8/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add cta | Fred Carlsen | 2018-11-30 | 1 | -0/+20 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Make buttons align | Fred Carlsen | 2018-11-30 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Link products to 0x instant for now | Fred Carlsen | 2018-11-30 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added 0x instant skeleton | Fred Carlsen | 2018-11-30 | 4 | -0/+126 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix icon warnings | Fred Carlsen | 2018-11-30 | 1 | -4/+6 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Contain images | Fred Carlsen | 2018-11-30 | 1 | -0/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Allows margin to be passed variable integers as values, adds comments | Ezekiel Aquino | 2018-11-30 | 2 | -3/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Makes ts happy with running a function on an optional property value | Ezekiel Aquino | 2018-11-30 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds proposal for padding prop on Wrappers | Ezekiel Aquino | 2018-11-30 | 2 | -5/+26 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds wrapGrid, bit of cleanup | Ezekiel Aquino | 2018-11-30 | 3 | -52/+41 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Cleanup | Ezekiel Aquino | 2018-11-30 | 1 | -6/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Just fixes those warnings on icons | Ezekiel Aquino | 2018-11-30 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Remove double reference | Fred Carlsen | 2018-11-30 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add route links to header | Fred Carlsen | 2018-11-30 | 1 | -31/+44 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Some cleanup, reindent | Ezekiel Aquino | 2018-11-30 | 3 | -14/+26 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds ts caching | Ezekiel Aquino | 2018-11-30 | 2 | -1/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds awcache to gitignore | Ezekiel Aquino | 2018-11-30 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Speed up ts loading with cache | Fred Carlsen | 2018-11-30 | 1 | -1/+7 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Linting | Fred Carlsen | 2018-11-30 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix tag | Fred Carlsen | 2018-11-30 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Linting errors | Fred Carlsen | 2018-11-30 | 2 | -144/+146 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Replaces Text elements in why route | Ezekiel Aquino | 2018-11-30 | 2 | -114/+116 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Just makes it render | Ezekiel Aquino | 2018-11-30 | 2 | -116/+116 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Text and landing | Ezekiel Aquino | 2018-11-30 | 4 | -148/+185 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Tweak text | Fred Carlsen | 2018-11-30 | 1 | -3/+18 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Linting + typing | Fred Carlsen | 2018-11-30 | 1 | -6/+7 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Tweak submit position | Fred Carlsen | 2018-11-30 | 1 | -6/+10 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Linting format | Fred Carlsen | 2018-11-30 | 1 | -16/+10 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Tweak global styles | Fred Carlsen | 2018-11-30 | 1 | -37/+47 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added coin icon | Fred Carlsen | 2018-11-30 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Export svgs as typed pure components | Fred Carlsen | 2018-11-30 | 5 | -31/+87 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Linter fixes | Fred Carlsen | 2018-11-30 | 1 | -3/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Started on why 0x | Fred Carlsen | 2018-11-30 | 3 | -3/+65 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add center prop to text | Fred Carlsen | 2018-11-30 | 1 | -18/+36 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Hide trade button on mobile | Fred Carlsen | 2018-11-30 | 1 | -2/+8 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added newsletter form to footer | Fred Carlsen | 2018-11-30 | 4 | -3/+104 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adjust global font size | Fred Carlsen | 2018-11-30 | 3 | -6/+7 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Format styles | Fred Carlsen | 2018-11-30 | 1 | -9/+19 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds buttonWrapper | Ezekiel Aquino | 2018-11-29 | 2 | -3/+14 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Removes text-decoration on buttons | Ezekiel Aquino | 2018-11-29 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Cleans up Button | Ezekiel Aquino | 2018-11-29 | 2 | -57/+24 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Cleanup button component | Fred Carlsen | 2018-11-29 | 3 | -25/+11 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix type def | Fred Carlsen | 2018-11-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Introduces WrapCentered | Ezekiel Aquino | 2018-11-29 | 2 | -10/+18 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Tests flush width sections | Ezekiel Aquino | 2018-11-29 | 2 | -3/+11 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Ooops fixes that | Ezekiel Aquino | 2018-11-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Enables fullwidth sections. As in edge-to-edge | Ezekiel Aquino | 2018-11-29 | 2 | -2/+6 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds fullWidth prop to sections | Ezekiel Aquino | 2018-11-29 | 3 | -5/+12 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Updated text | Fred Carlsen | 2018-11-29 | 1 | -4/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Tweaks button | Ezekiel Aquino | 2018-11-29 | 1 | -8/+7 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Edits button.js | Ezekiel Aquino | 2018-11-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds notes to button | Ezekiel Aquino | 2018-11-29 | 1 | -5/+32 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Remove export of interface | Fred Carlsen | 2018-11-29 | 4 | -4/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add text and illustrations for home | Fred Carlsen | 2018-11-29 | 5 | -3/+38 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add transparent button | Fred Carlsen | 2018-11-29 | 2 | -5/+7 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add transparent button | Fred Carlsen | 2018-11-29 | 2 | -10/+25 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix linting and typing errors in footer | Fred Carlsen | 2018-11-29 | 1 | -8/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | WIP landing and button changes | Fred Carlsen | 2018-11-29 | 3 | -4/+52 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Quick test responsive cols | Ezekiel Aquino | 2018-11-29 | 1 | -3/+9 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fixes interface syntax | Ezekiel Aquino | 2018-11-29 | 2 | -27/+43 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds key to mapped footer elems | Ezekiel Aquino | 2018-11-29 | 1 | -2/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Make dev layout guidelines less obtrusive | Ezekiel Aquino | 2018-11-29 | 2 | -7/+9 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Refactors footer to use layout system | Ezekiel Aquino | 2018-11-29 | 2 | -74/+55 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix colwidth layout calc | Ezekiel Aquino | 2018-11-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Moves content wrap to layout.tsx | Ezekiel Aquino | 2018-11-29 | 2 | -19/+27 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Edits column width calc method | Ezekiel Aquino | 2018-11-29 | 1 | -5/+19 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add index to list | Fred Carlsen | 2018-11-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Start on text component | Fred Carlsen | 2018-11-29 | 1 | -0/+29 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Left align logo | Fred Carlsen | 2018-11-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Linting errors | Fred Carlsen | 2018-11-29 | 1 | -2/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix linting errors | Fred Carlsen | 2018-11-29 | 1 | -11/+11 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add footer | Fred Carlsen | 2018-11-29 | 2 | -5/+125 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Test with max widths | Ezekiel Aquino | 2018-11-29 | 2 | -2/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds section margins | Ezekiel Aquino | 2018-11-29 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Samples full width wraps | Ezekiel Aquino | 2018-11-29 | 1 | -0/+12 | |
| | | | | | | | | | ||||||
| | * | | | | | | | [WIP] Proposed layout modules | Ezekiel Aquino | 2018-11-29 | 3 | -4/+122 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix key in loop | Fred Carlsen | 2018-11-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add bgColor and removePadding props to container | Fred Carlsen | 2018-11-29 | 1 | -2/+7 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Change bg color | Fred Carlsen | 2018-11-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix linting errors | Fred Carlsen | 2018-11-28 | 1 | -6/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Tweak links in header | Fred Carlsen | 2018-11-28 | 1 | -6/+12 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add ehader | Fred Carlsen | 2018-11-28 | 4 | -1/+79 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add container and button | Fred Carlsen | 2018-11-28 | 2 | -1/+30 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix font references | Fred Carlsen | 2018-11-28 | 1 | -4/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Ignore osx metadata files | Fred Carlsen | 2018-11-28 | 2 | -0/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix type error in Text component | Fred Carlsen | 2018-11-28 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add styled-component types | Fred Carlsen | 2018-11-28 | 3 | -2/+12 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Renames font-files, adds font-face declaration in globalStyles | Ezekiel Aquino | 2018-11-28 | 10 | -1/+23 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds very basic SiteWrap and global styling | Ezekiel Aquino | 2018-11-28 | 4 | -2/+98 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Updates styled-components, react typings | Ezekiel Aquino | 2018-11-28 | 2 | -2/+36 | |
| | | | | | | | | | ||||||
| | * | | | | | | | WIP button | Fred Carlsen | 2018-11-28 | 1 | -0/+21 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Adds initial /next route to index.tsx | Ezekiel Aquino | 2018-11-28 | 2 | -2/+17 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add @next folder structure | Fred Carlsen | 2018-11-28 | 3 | -0/+6 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add svg loader | Fred Carlsen | 2018-11-28 | 4 | -2/+130 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add Formular font and normalize | Fred Carlsen | 2018-11-28 | 10 | -0/+394 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add brand colors | Fred Carlsen | 2018-11-28 | 1 | -0/+8 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge remote-tracking branch 'upstream/development' into website | Fred Carlsen | 2018-11-27 | 157 | -525/+1431 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Add fix for assertion error to devserver config | Fred Carlsen | 2018-11-27 | 1 | -0/+7 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #1453 from 0xProject/addUnenforcedConventions | Fabio B | 2018-12-20 | 1 | -1/+14 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | Add unenforced coding rules to CONTRIBUTING.md | |||||
| * | | | | | | | | | Merge branch 'development' into addUnenforcedConventions | Fabio Berger | 2018-12-19 | 36 | -15/+3431 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (92 commits) Add missing CHANGELOG entry for OrderWatcher WS interface Bump up stale to close to 30 days Move onMessageAsync outside of tests and add comments Fix WS tests to remove race-condition and be more specific about the message expected Add temporary console.log to test failing on CI Make @0x/contracts-test-utils a dependency instead of a devDependency Fix test-publish failure in contracts packages Fixed solhint errors Added documentation to `LibAddressArray.append` and switched `if` to `require` smt Updated changelogs for new contracts Added `gas` field so tests pass on Geth; Added Changelog for new Extensions Updated comment `Execute fillOrder` -> `Execute exchange function` Explicit returns Prettier / Linter on contracts + TS Refactoring balance threshold filter Moved exchange calldata functions to separate mixin Less Assembly. More Solidity. Less Efficiency. More Readability. Run all tests for extensions Cleaned up tests for balance threshold filter ... | |||||
| * | | | | | | | | | Add unenforced coding rules to CONTRIBUTING.md | Fabio Berger | 2018-12-18 | 1 | -1/+14 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #1461 from 0xProject/feature/sol-compiler-watch | Leonid Logvinov | 2018-12-19 | 31 | -228/+463 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Sol-compiler watch mode | |||||
| * | | | | | | | | | | Update packages/sol-compiler/src/compiler.ts | Fabio B | 2018-12-19 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | |||||
| * | | | | | | | | | | Update packages/sol-compiler/src/utils/compiler.ts | Fabio B | 2018-12-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | |||||
| * | | | | | | | | | | Run prettier | Leonid Logvinov | 2018-12-19 | 1 | -1/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Run prettier | Leonid Logvinov | 2018-12-19 | 1 | -1/+10 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Describe regexes | Leonid Logvinov | 2018-12-19 | 1 | -1/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add a NOTE comment | Leonid Logvinov | 2018-12-19 | 1 | -0/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add a comment for SpyResolver | Leonid Logvinov | 2018-12-19 | 1 | -0/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Move logWithTime to logUtils | Leonid Logvinov | 2018-12-19 | 5 | -11/+20 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Update packages/sol-compiler/src/compiler.ts | Fabio B | 2018-12-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | |||||
| * | | | | | | | | | | Disable linter no a hanging promise with a comment | Leonid Logvinov | 2018-12-19 | 1 | -2/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Mark the field as readonly | Leonid Logvinov | 2018-12-19 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove unused variables | Leonid Logvinov | 2018-12-19 | 1 | -2/+0 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Move logWithTime function to utils | Leonid Logvinov | 2018-12-19 | 2 | -10/+11 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add PR numbers | Leonid Logvinov | 2018-12-19 | 2 | -4/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add the sol-compiler watch command to all packages | Leonid Logvinov | 2018-12-19 | 8 | -8/+16 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add sol-compiler watch mode | Leonid Logvinov | 2018-12-19 | 7 | -7/+88 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add SpyResolver | Leonid Logvinov | 2018-12-19 | 2 | -0/+24 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add to type in sol-resolver | Leonid Logvinov | 2018-12-19 | 8 | -26/+66 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add missing contract libs to compiler.json config | Leonid Logvinov | 2018-12-19 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add includes section to typescript-typings package.json | Leonid Logvinov | 2018-12-19 | 1 | -1/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Refactor most of the sol-compiler methods into helper functions in utils and ↵ | Leonid Logvinov | 2018-12-19 | 3 | -187/+237 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make resolver pluggable into them | |||||
* | | | | | | | | | | Merge pull request #1429 from 0xProject/website/addPySRA | Fabio B | 2018-12-19 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Add Python SRA client to Developer home | |||||
| * | | | | | | | | | fix prettier | Fabio Berger | 2018-12-19 | 1 | -2/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'development' into website/addPySRA | Fabio Berger | 2018-12-19 | 183 | -793/+4985 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (141 commits) Add missing CHANGELOG entry for OrderWatcher WS interface Bump up stale to close to 30 days Move onMessageAsync outside of tests and add comments Fix WS tests to remove race-condition and be more specific about the message expected Add temporary console.log to test failing on CI Make @0x/contracts-test-utils a dependency instead of a devDependency Fix test-publish failure in contracts packages Fixed solhint errors Added documentation to `LibAddressArray.append` and switched `if` to `require` smt Updated changelogs for new contracts Added `gas` field so tests pass on Geth; Added Changelog for new Extensions Updated comment `Execute fillOrder` -> `Execute exchange function` Explicit returns Prettier / Linter on contracts + TS Refactoring balance threshold filter Moved exchange calldata functions to separate mixin Less Assembly. More Solidity. Less Efficiency. More Readability. Run all tests for extensions Cleaned up tests for balance threshold filter ... | |||||
* | | | | | | | | | | Merge branch 'development' of github.com:0xProject/0x-monorepo into development | Fabio Berger | 2018-12-19 | 10 | -2/+732 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: Move onMessageAsync outside of tests and add comments Fix WS tests to remove race-condition and be more specific about the message expected Add temporary console.log to test failing on CI Remove unused file Fix file name Consolidate use of isVerbose in orderWatcherConfig Add isVerbose option to enable/disable logging Fix schemas and tests Move OrderWatcher Websocket schemas to json-schemas and convert to JSON so that they are language agnostic Improve our compliance to the JSON RPC spec remove unused instance variable Ensure fileName matches class name, fix broadcast Respond to CR Respond to CR WIP: OrderWatcher WebSocket | |||||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #1427 from 0xProject/features/orderwatcher_ws | Fabio B | 2018-12-19 | 10 | -2/+732 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | OrderWatcher WebSocket Server | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'development' into features/orderwatcher_ws | Fabio Berger | 2018-12-19 | 23 | -5/+2679 | |
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (74 commits) Bump up stale to close to 30 days Make @0x/contracts-test-utils a dependency instead of a devDependency Fix test-publish failure in contracts packages Fixed solhint errors Added documentation to `LibAddressArray.append` and switched `if` to `require` smt Updated changelogs for new contracts Added `gas` field so tests pass on Geth; Added Changelog for new Extensions Updated comment `Execute fillOrder` -> `Execute exchange function` Explicit returns Prettier / Linter on contracts + TS Refactoring balance threshold filter Moved exchange calldata functions to separate mixin Less Assembly. More Solidity. Less Efficiency. More Readability. Run all tests for extensions Cleaned up tests for balance threshold filter Removed deprecated README + comments removed unnecessary log removed `only` from tests solhint fixes ... | |||||
| | * | | | | | | | | | | Move onMessageAsync outside of tests and add comments | Fabio Berger | 2018-12-19 | 1 | -23/+30 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fix WS tests to remove race-condition and be more specific about the message ↵ | Fabio Berger | 2018-12-19 | 1 | -23/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expected | |||||
| | * | | | | | | | | | | Add temporary console.log to test failing on CI | Fabio Berger | 2018-12-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge branch 'development' into features/orderwatcher_ws | Fabio Berger | 2018-12-19 | 419 | -1630/+11457 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (107 commits) Fix OrderWatcher title to fix sidebar top Fix version picker so it doesn't overflow onto two lines Fix bug in pull_missing_blocks with incorrect start block (#1438) Pull approval events for ZRX and DAI (#1430) fix semicolon and apply prettier Fix dex order quote/base asset assigning (#1432) Apply prettier Publish Updated CHANGELOGS Rename contracts CHANGELOGs to DEPLOYs Move Forwarder CHANGELOG entries to extensions CHANGELOG Make contracts packages not private Publish Updated CHANGELOGS Show @ price in light grey Updated CHANGELOGS typeof -> isString add special case to scrape OHLCV for eth/usd (#1428) run linter simplify scaling input logic ... | |||||
| | * | | | | | | | | | | Remove unused file | Fabio Berger | 2018-12-19 | 1 | -2/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fix file name | Fabio Berger | 2018-12-17 | 3 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Consolidate use of isVerbose in orderWatcherConfig | Fabio Berger | 2018-12-17 | 2 | -19/+14 | |
| | | | | | | | | | | | |