| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor event scraping and add support for scraping ERC20 approval events (#... | Alex Browne | 2018-12-13 | 19 | -196/+641 |
* | Revert accidental change | Leonid Logvinov | 2018-12-13 | 1 | -1/+1 |
* | Add link to rexrelay integration example in instant README | Brandon Millman | 2018-12-13 | 1 | -0/+2 |
* | chore: fix typo in instant README | Brandon Millman | 2018-12-13 | 1 | -1/+1 |
* | chore: remove extra newline | Brandon Millman | 2018-12-13 | 1 | -1/+0 |
* | Update instant README with more integration links | Brandon Millman | 2018-12-13 | 1 | -1/+1 |
* | Revert access changes | Leonid Logvinov | 2018-12-13 | 1 | -1/+1 |
* | Update instant README | Brandon Millman | 2018-12-13 | 1 | -0/+5 |
* | Add CHANGELOG entry | Fabio Berger | 2018-12-13 | 1 | -0/+9 |
* | Actually pass the signature, not the signature index to a wallet contract's `... | Fabio Berger | 2018-12-13 | 1 | -1/+1 |
* | perform null check on token metadata (#1412) | Xianny | 2018-12-13 | 1 | -1/+1 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-12-13 | 53 | -5/+308 |
* | change to camelCase | xianny | 2018-12-13 | 2 | -3/+3 |
* | fix(instant): hide loaders when no token or buy amount is chosen | Brandon Millman | 2018-12-13 | 1 | -6/+13 |
* | Don't throw error if can't find icon for token | Steve Klebanoff | 2018-12-13 | 1 | -2/+11 |
* | Implement prefer-template tslint rule | kao | 2018-12-13 | 8 | -11/+12 |
* | feat: only use display name from provider in ui | fragosti | 2018-12-13 | 1 | -1/+1 |
* | feat: refactor provider name and displayName logic | fragosti | 2018-12-13 | 5 | -9/+39 |
* | feat: log walletDisplayName to Heap | fragosti | 2018-12-13 | 2 | -0/+4 |
* | lint: remove unused variable | xianny | 2018-12-13 | 1 | -1/+0 |
* | Fix linter | Fabio Berger | 2018-12-13 | 1 | -2/+4 |
* | refresh rate limit every second instead of every minute | xianny | 2018-12-13 | 1 | -3/+3 |
* | cleanup: stray import, rename variable | xianny | 2018-12-13 | 2 | -5/+3 |
* | query CC with larger batch size | xianny | 2018-12-13 | 3 | -5/+7 |
* | Add PR number | Fabio Berger | 2018-12-13 | 1 | -1/+2 |
* | Remove excess commas | Fabio Berger | 2018-12-13 | 1 | -1/+1 |
* | fix: txData returned so that `value` and `gasPrice` are BigNumbers to avoid p... | Fabio Berger | 2018-12-13 | 2 | -4/+12 |
* | rename variable and define default in only 1 location | xianny | 2018-12-13 | 2 | -4/+5 |
* | upgrade throttling code | xianny | 2018-12-13 | 2 | -14/+12 |
* | feat: change color of doctype tag in configurator | fragosti | 2018-12-13 | 1 | -1/+1 |
* | Switch out whitepaper with 0x protocol specification | Fabio Berger | 2018-12-13 | 9 | -3/+10 |
* | Switch out RocketChat icon with Discord icon | Fabio Berger | 2018-12-13 | 3 | -1/+1 |
* | feat: disable slider when no affiliate info | fragosti | 2018-12-13 | 1 | -0/+5 |
* | Change type of transactions.gas_used and gas_price to BigNumber/numeric | Alex Browne | 2018-12-13 | 1 | -5/+6 |
* | Fix prettier | Alex Browne | 2018-12-13 | 1 | -7/+7 |
* | Address PR feedback | Alex Browne | 2018-12-13 | 7 | -25/+17 |
* | pull OHLCV records from Crypto Compare (#1349) | Xianny | 2018-12-13 | 1 | -0/+0 |
* | Introduce framework for running basic tests for entities (#1344) | Alex Browne | 2018-12-13 | 5 | -10/+16 |
* | updating comment for 0x trusted tokens | Jake Ellowitz | 2018-12-13 | 1 | -3/+1 |
* | metadata and trusted sources in same raw table | Jake Ellowitz | 2018-12-13 | 4 | -71/+5 |
* | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-13 | 5 | -0/+52 |
* | Add script for pulling missing block data | Alex Browne | 2018-12-13 | 1 | -2/+2 |
* | Add support for pulling Cancel and CancelUpTo events | Alex Browne | 2018-12-13 | 2 | -38/+26 |
* | Add transactionHash to CancelUpToEvent and CancelEvent entities | Alex Browne | 2018-12-13 | 3 | -1/+6 |
* | Add homepage_url to relayers | Alex Browne | 2018-12-13 | 1 | -6/+7 |
* | Change some column types from varchar to numeric | Alex Browne | 2018-12-13 | 7 | -44/+51 |
* | Rename taker and maker amounts in sra_orders | Alex Browne | 2018-12-13 | 1 | -2/+2 |
* | Implement scraping sra orders from radar relay | Alex Browne | 2018-12-13 | 3 | -8/+2 |
* | Update schema for sra_orders | Alex Browne | 2018-12-13 | 1 | -6/+1 |
* | Pointing entities to raw schema | Jake Ellowitz | 2018-12-13 | 8 | -9/+9 |
* | Mapping dev schema to initial migration | Jake Ellowitz | 2018-12-13 | 2 | -1/+17 |
* | Configure linter with --format stylish and fix linter errors | Alex Browne | 2018-12-13 | 2 | -0/+46 |
* | Rename Transaction.ts to transaction.ts | Alex Browne | 2018-12-13 | 3 | -49/+0 |
* | Add better error handling for immediately invoked async functions | Alex Browne | 2018-12-13 | 4 | -95/+18 |
* | Rename table and column names | Alex Browne | 2018-12-13 | 10 | -98/+172 |
* | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-13 | 13 | -296/+94 |
* | Split index.ts into multiple scripts in scripts/ and detect last known block ... | Alex Browne | 2018-12-13 | 3 | -94/+8 |
* | Remove unused function parameter in index.ts script | Alex Browne | 2018-12-13 | 1 | -2/+2 |
* | Use bigint for gasUsed and gasPrice in Transaction | Alex Browne | 2018-12-13 | 2 | -5/+7 |
* | Update relayer code to use new relayer-registry format | Alex Browne | 2018-12-13 | 3 | -3/+8 |
* | Implement fetching and parsing relayer info | Alex Browne | 2018-12-13 | 4 | -16/+57 |
* | Implement support for getting and parsing blocks and transactions | Alex Browne | 2018-12-13 | 5 | -21/+97 |
* | chore: Fix tslint config. | Alex Browne | 2018-12-13 | 1 | -1/+1 |
* | Fix bugs in merge_v2_events script and disable verbose logging | Alex Browne | 2018-12-13 | 1 | -1/+4 |
* | Rename index.ts -> merge_v2_events | Alex Browne | 2018-12-13 | 1 | -0/+0 |
* | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-13 | 7 | -35/+68 |
* | Update pipeline to use new @0x npm org for imports | Alex Browne | 2018-12-13 | 5 | -12/+12 |
* | Update to use ContractWrappers + Infura instead of Etherscan | Alex Browne | 2018-12-13 | 12 | -648/+97 |
* | Rebase and update to use new modularized artifacts | Alex Browne | 2018-12-13 | 5 | -2282/+4 |
* | Add tests for SRA order conversion | Alex Browne | 2018-12-13 | 3 | -4/+83 |
* | Re-add missing tests | Alex Browne | 2018-12-13 | 3 | -90/+164 |
* | Add soruceUrl to SraOrder entity | Alex Browne | 2018-12-13 | 2 | -1/+4 |
* | Add preliminary support for scraping orders from SRA endpoints (no pagination... | Alex Browne | 2018-12-13 | 6 | -12/+125 |
* | For event entities, rename address -> contractAddress and make it a primary key | Alex Browne | 2018-12-13 | 5 | -11/+19 |
* | Implement scraping and parsing exchange CancelUpTo events | Alex Browne | 2018-12-13 | 3 | -9/+45 |
* | Use multi-primary keys for event and filter null logIndexes | Alex Browne | 2018-12-13 | 4 | -6/+15 |
* | Implement scraping and parsing exchange cancel events | Alex Browne | 2018-12-13 | 4 | -10/+80 |
* | Make event parsing more functional and less class-based | Alex Browne | 2018-12-13 | 3 | -65/+21 |
* | Re-organize event parsing and decoding | Alex Browne | 2018-12-13 | 7 | -175/+206 |
* | Add support for decoding asset data | Alex Browne | 2018-12-13 | 4 | -36/+92 |
* | Add typeorm and begin inserting database records | Alex Browne | 2018-12-13 | 3 | -7/+64 |
* | Make contractAbi a parameter of getContractEventsAsync | Alex Browne | 2018-12-13 | 4 | -11/+29 |
* | Add tests for etherscan events | Alex Browne | 2018-12-13 | 4 | -10/+111 |
* | Restructure pipeline package. Create data-sources dir | Alex Browne | 2018-12-13 | 4 | -75/+96 |
* | Remove old code. Create function for getting contract events via etherscan | Alex Browne | 2018-12-13 | 21 | -1862/+2348 |
* | Rebase pipeline branch off development | Alex Browne | 2018-12-13 | 18 | -0/+1864 |
* | Tests animations on about page headers | Ezekiel Aquino | 2018-12-13 | 4 | -10/+27 |
* | Fix link line height | Fred Carlsen | 2018-12-13 | 1 | -0/+1 |
* | Tests addAnimation method | Ezekiel Aquino | 2018-12-13 | 2 | -16/+13 |
* | tries out some transitions | Ezekiel Aquino | 2018-12-13 | 2 | -0/+32 |
* | Add checkmark | Fred Carlsen | 2018-12-13 | 1 | -0/+1 |
* | Fix full width slider | Fred Carlsen | 2018-12-13 | 2 | -6/+10 |
* | Fix jobs link | Fred Carlsen | 2018-12-13 | 1 | -1/+1 |
* | Fix bg on banner button | Fred Carlsen | 2018-12-13 | 1 | -1/+1 |
* | Fix border on button | Fred Carlsen | 2018-12-13 | 1 | -1/+1 |
* | Update team page with pics so far | Fred Carlsen | 2018-12-13 | 15 | -15/+15 |
* | Adds themed footer styling | Ezekiel Aquino | 2018-12-13 | 2 | -4/+16 |
* | Adds margin to textwrap in definition to have padding when scaled to narrow s... | Ezekiel Aquino | 2018-12-12 | 1 | -1/+5 |
* | Header mobile styling | Ezekiel Aquino | 2018-12-12 | 3 | -10/+10 |
* | Increase footer padding-top | Ezekiel Aquino | 2018-12-12 | 1 | -1/+1 |
* | introduces wrapwidth to section component | Ezekiel Aquino | 2018-12-12 | 2 | -0/+3 |
* | Fix header link active state | Fred Carlsen | 2018-12-12 | 2 | -5/+32 |
* | Remove trailing whitespace | Fred Carlsen | 2018-12-12 | 1 | -1/+0 |
* | Removes wrap width on mobile | Ezekiel Aquino | 2018-12-12 | 1 | -4/+0 |
* | Fixes fullwidth sections | Ezekiel Aquino | 2018-12-12 | 5 | -16/+11 |
* | Add esc support | Fred Carlsen | 2018-12-12 | 1 | -1/+2 |
* | Add interface | Fred Carlsen | 2018-12-12 | 1 | -1/+1 |
* | Added contact modal | Fred Carlsen | 2018-12-12 | 7 | -24/+326 |
* | Fix lodash import | Fred Carlsen | 2018-12-12 | 1 | -1/+1 |
* | Type fixes | Fred Carlsen | 2018-12-12 | 4 | -15/+20 |
* | Edits jobs page, wip current openings | Ezekiel Aquino | 2018-12-12 | 2 | -55/+60 |
* | Cleanup press page, siteWrap | Ezekiel Aquino | 2018-12-12 | 3 | -18/+26 |
* | Team page grid responsive style | Ezekiel Aquino | 2018-12-12 | 2 | -0/+12 |
* | Edits team page | Ezekiel Aquino | 2018-12-12 | 5 | -38/+39 |
* | Edits aboutLayout, mission.tsx | Ezekiel Aquino | 2018-12-12 | 2 | -67/+62 |
* | Fix section/wrap overflows | Ezekiel Aquino | 2018-12-12 | 1 | -2/+1 |
* | Fix banner linting | Ezekiel Aquino | 2018-12-12 | 1 | -4/+4 |
* | Edits banner, types newlayout | Ezekiel Aquino | 2018-12-12 | 3 | -29/+83 |
* | Adds more types to newLayout | Ezekiel Aquino | 2018-12-12 | 1 | -6/+17 |
* | Types newlayout, cleans up instant | Ezekiel Aquino | 2018-12-12 | 2 | -41/+24 |
* | Fixes fullwidth prop on new layout section | Ezekiel Aquino | 2018-12-12 | 2 | -6/+7 |
* | Re-adds icon in rebased instant page | Ezekiel Aquino | 2018-12-12 | 1 | -0/+1 |
* | Fixes icons in rebase (why) | Ezekiel Aquino | 2018-12-12 | 2 | -1/+7 |
* | Added a bunch of types | Fred Carlsen | 2018-12-12 | 1 | -1/+1 |
* | Remove old dropdown | Fred Carlsen | 2018-12-12 | 1 | -1/+1 |
* | More layout changes | Ezekiel Aquino | 2018-12-12 | 11 | -154/+263 |
* | WIP | Ezekiel Aquino | 2018-12-12 | 14 | -235/+446 |
* | Remove import | Fred Carlsen | 2018-12-12 | 1 | -1/+0 |
* | Remove old loop | Fred Carlsen | 2018-12-12 | 1 | -72/+0 |
* | Added a bunch of types | Fred Carlsen | 2018-12-12 | 5 | -3/+21 |
* | Remove old dropdown | Fred Carlsen | 2018-12-12 | 1 | -159/+0 |
* | WIP mobile slider | Fred Carlsen | 2018-12-12 | 1 | -0/+14 |
* | WIP mobile slider | Fred Carlsen | 2018-12-12 | 1 | -0/+4 |
* | Add content and images to why | Fred Carlsen | 2018-12-12 | 1 | -29/+19 |
* | Add icons to 0x instant | Fred Carlsen | 2018-12-12 | 32 | -3/+408 |
* | Tweak slider | Fred Carlsen | 2018-12-12 | 2 | -3/+69 |
* | Lint | Fred Carlsen | 2018-12-12 | 1 | -3/+3 |
* | Added team data + image placeholder | Fred Carlsen | 2018-12-12 | 2 | -78/+113 |
* | dropdown z-index | Ezekiel Aquino | 2018-12-12 | 1 | -0/+1 |
* | Removes headroom | Ezekiel Aquino | 2018-12-12 | 1 | -42/+39 |
* | WIP Adds infinite scroll image on instant page | Ezekiel Aquino | 2018-12-11 | 3 | -40/+61 |
* | Header changes, mobile alignments | Ezekiel Aquino | 2018-12-11 | 5 | -17/+72 |
* | Adjust h4 heading weight | Fred Carlsen | 2018-12-11 | 1 | -1/+1 |
* | Add slider mockup | Fred Carlsen | 2018-12-11 | 2 | -5/+112 |
* | Rename form file | Fred Carlsen | 2018-12-11 | 2 | -4/+8 |
* | Button transitions | Ezekiel Aquino | 2018-12-11 | 1 | -1/+8 |
* | Edits mobile aligment | Ezekiel Aquino | 2018-12-11 | 1 | -1/+1 |
* | Change header button color based on theme | Ezekiel Aquino | 2018-12-11 | 2 | -3/+17 |
* | Removes overflow-x on document | Ezekiel Aquino | 2018-12-11 | 1 | -0/+1 |
* | Cleanup about pages | Ezekiel Aquino | 2018-12-11 | 5 | -46/+74 |
* | Creates about page wrapper component, clean up | Ezekiel Aquino | 2018-12-11 | 5 | -237/+231 |
* | Add missing keys | Fred Carlsen | 2018-12-11 | 3 | -6/+5 |
* | Add keys to chapters | Fred Carlsen | 2018-12-11 | 1 | -2/+2 |
* | Add form handler | Fred Carlsen | 2018-12-11 | 1 | -16/+82 |
* | Adjust heading weight | Fred Carlsen | 2018-12-11 | 1 | -1/+1 |
* | WIP about pages | Ezekiel Aquino | 2018-12-11 | 6 | -46/+53 |
* | Dropdown menu theming | Ezekiel Aquino | 2018-12-11 | 6 | -19/+73 |
* | Pull in image from children | Fred Carlsen | 2018-12-11 | 1 | -3/+1 |
* | Added image loop | Fred Carlsen | 2018-12-11 | 2 | -2/+77 |
* | Fix keys | Fred Carlsen | 2018-12-11 | 1 | -1/+1 |
* | Fix layout, Adds button hovers | Ezekiel Aquino | 2018-12-11 | 2 | -2/+8 |
* | WIP Header styling, hidden on mobile | Ezekiel Aquino | 2018-12-11 | 2 | -15/+22 |
* | WIP dropdown menus | Ezekiel Aquino | 2018-12-11 | 7 | -45/+153 |
* | Loop through products dropdown data | Ezekiel Aquino | 2018-12-11 | 2 | -25/+34 |
* | Clean up header | Ezekiel Aquino | 2018-12-11 | 1 | -2/+2 |
* | Cleanup header | Ezekiel Aquino | 2018-12-11 | 1 | -55/+38 |
* | Adds intermediate large heading size | Ezekiel Aquino | 2018-12-11 | 2 | -1/+7 |
* | WIP dropdown header | Ezekiel Aquino | 2018-12-11 | 4 | -38/+122 |
* | Remove padding for now | Fred Carlsen | 2018-12-11 | 1 | -3/+3 |
* | WIP Updates dropdown menus | Ezekiel Aquino | 2018-12-11 | 2 | -31/+83 |
* | Edits footer styling | Ezekiel Aquino | 2018-12-11 | 1 | -4/+9 |
* | Optical margin adjustment to landing page | Ezekiel Aquino | 2018-12-11 | 1 | -3/+3 |
* | Weightier headers, switches icons in mission page | Ezekiel Aquino | 2018-12-11 | 2 | -8/+5 |
* | Updates margins in why, change link component | Ezekiel Aquino | 2018-12-11 | 5 | -12/+23 |
* | Add bundle analyzer | Fred Carlsen | 2018-12-11 | 2 | -0/+5 |
* | Add missing separator | Fred Carlsen | 2018-12-11 | 1 | -0/+8 |
* | Add lazyloading + banner | Fred Carlsen | 2018-12-11 | 2 | -21/+13 |
* | Edits why page, removes zenscroll | Ezekiel Aquino | 2018-12-11 | 4 | -43/+24 |
* | More visual tweaks to instant page | Ezekiel Aquino | 2018-12-10 | 1 | -2/+15 |
* | Starts refining isntant page | Ezekiel Aquino | 2018-12-10 | 1 | -42/+76 |
* | Tweaks | Fred Carlsen | 2018-12-10 | 2 | -17/+24 |
* | Mobile styling on why page | Ezekiel Aquino | 2018-12-10 | 1 | -8/+24 |
* | Refinements to Why page | Ezekiel Aquino | 2018-12-10 | 3 | -45/+115 |
* | Remove unnecessary dep | Fred Carlsen | 2018-12-10 | 1 | -1/+0 |
* | Refactor press highlgihts | Fred Carlsen | 2018-12-10 | 3 | -39/+48 |
* | Add separator to mission | Fred Carlsen | 2018-12-10 | 1 | -5/+8 |
* | Refactor positions | Fred Carlsen | 2018-12-10 | 1 | -24/+51 |
* | Mute paragraphs by default | Fred Carlsen | 2018-12-10 | 1 | -0/+4 |
* | Add links to jobs | Fred Carlsen | 2018-12-10 | 1 | -2/+3 |
* | Adds initial scrollto methods in why page, adds stickywrap | Ezekiel Aquino | 2018-12-10 | 3 | -101/+155 |
* | Add active styling to chapter link | Fred Carlsen | 2018-12-10 | 5 | -63/+22 |
* | Add padding to banner | Fred Carlsen | 2018-12-10 | 1 | -2/+2 |
* | Refines footer, newsletterForm | Ezekiel Aquino | 2018-12-10 | 2 | -30/+78 |
* | Tweak banner | Fred Carlsen | 2018-12-10 | 3 | -4/+11 |
* | Tweak icons on why | Fred Carlsen | 2018-12-10 | 1 | -41/+43 |
* | Add link to mission | Fred Carlsen | 2018-12-10 | 2 | -18/+19 |
* | Remove unneeded props | Fred Carlsen | 2018-12-10 | 1 | -2/+0 |
* | Correct icon interface | Fred Carlsen | 2018-12-10 | 1 | -3/+3 |
* | Use defined paddings | Ezekiel Aquino | 2018-12-10 | 4 | -6/+17 |
* | Refines landingpage | Ezekiel Aquino | 2018-12-10 | 6 | -34/+44 |
* | Added banner | Fred Carlsen | 2018-12-10 | 3 | -1/+87 |
* | Remove borderColor prop | Fred Carlsen | 2018-12-10 | 1 | -3/+0 |
* | Add arrow to link | Fred Carlsen | 2018-12-10 | 3 | -5/+17 |
* | Divides landing into section components, cleanup | Ezekiel Aquino | 2018-12-10 | 8 | -274/+306 |
* | Removes percentage paddings on mobile | Ezekiel Aquino | 2018-12-10 | 1 | -4/+0 |
* | Replaces icons in landing, text styling | Ezekiel Aquino | 2018-12-10 | 3 | -6/+14 |
* | Adds withArrow button | Ezekiel Aquino | 2018-12-10 | 5 | -14/+48 |
* | Async load icons, adds margins | Ezekiel Aquino | 2018-12-10 | 4 | -12/+30 |
* | Bind dev server to 0.0.0.0 | Fred Carlsen | 2018-12-10 | 1 | -0/+1 |
* | Add options to svg loader | Fred Carlsen | 2018-12-10 | 1 | -1/+12 |
* | Comment out bg on code | Fred Carlsen | 2018-12-10 | 1 | -1/+1 |
* | Adds size definition to Icon | Ezekiel Aquino | 2018-12-10 | 1 | -1/+1 |
* | Refactors <Icon> | Ezekiel Aquino | 2018-12-10 | 5 | -17/+45 |
* | Cleanup | Fred Carlsen | 2018-12-10 | 1 | -3/+0 |
* | WIP mobile header + developer dropdown | Fred Carlsen | 2018-12-10 | 3 | -32/+417 |
* | Added global link color to theme | Fred Carlsen | 2018-12-10 | 4 | -1/+64 |
* | Mobile tweaks | Fred Carlsen | 2018-12-07 | 2 | -2/+20 |
* | Break heading on why properly | Fred Carlsen | 2018-12-07 | 2 | -2/+7 |
* | Add viewbox to icons | Fred Carlsen | 2018-12-07 | 6 | -6/+6 |
* | Mobile tweaks | Fred Carlsen | 2018-12-07 | 5 | -6/+23 |
* | Remove hardcoded min-width | Fred Carlsen | 2018-12-06 | 1 | -1/+1 |
* | Slash the zeroes | Fred Carlsen | 2018-12-06 | 1 | -0/+1 |
* | Migrate away from injectGlobal | Fred Carlsen | 2018-12-06 | 1 | -26/+27 |
* | Import configurator in new instant page | Fred Carlsen | 2018-12-06 | 1 | -13/+5 |
* | fix: add comma to affiliateInfo config in configurator | fragosti | 2018-12-06 | 1 | -1/+1 |
* | feat(instant): More aggressive error reporting | Steve Klebanoff | 2018-12-06 | 1 | -5/+2 |
* | fix: remove target=_blank from instant link | fragosti | 2018-12-06 | 2 | -1/+1 |
* | Fix/pipeline/ohlcv (#1393) | Xianny | 2018-12-06 | 2 | -31/+43 |
* | feat: change New notification to point to instant | fragosti | 2018-12-06 | 1 | -2/+2 |
* | chore: run prettier | fragosti | 2018-12-06 | 1 | -6/+1 |
* | fix: ensure copy button is above code | fragosti | 2018-12-06 | 1 | -1/+2 |
* | feat: notify user they've copied to clipboard on copy | fragosti | 2018-12-06 | 1 | -14/+29 |
* | chore: make default fee percentage in configurator 0 | fragosti | 2018-12-06 | 1 | -1/+1 |
* | Fix RadarRelay timestamps (#1391) | Alex Browne | 2018-12-06 | 2 | -4/+8 |
* | feat: lowercase keys in additionalAssetMetaDataMap | fragosti | 2018-12-06 | 1 | -1/+2 |
* | chore: add coingecko css example to externall.css | fragosti | 2018-12-06 | 1 | -0/+4 |
* | 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 |
* | Takeout console.log | Steve Klebanoff | 2018-12-06 | 1 | -1/+0 |
* | Only include localhost in host domains if in development mode | Steve Klebanoff | 2018-12-06 | 3 | -9/+26 |
* | Use dotenv in development | Steve Klebanoff | 2018-12-06 | 1 | -5/+2 |
* | Replace Rocket.chat with Discord | Fabio Berger | 2018-12-06 | 9 | -14/+14 |
* | Fix mixed up chinese translations | Fabio Berger | 2018-12-06 | 1 | -3/+3 |
* | 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 |