Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Declare interface and make isNoBorder optional | Steve Klebanoff | 2018-12-19 | 1 | -1/+4 |
| | |||||
* | Type definition so TS knows it has defaultProps | Steve Klebanoff | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | Move Hero to bottom, give interface explicit names | Steve Klebanoff | 2018-12-19 | 1 | -45/+51 |
| | |||||
* | Linting | Steve Klebanoff | 2018-12-19 | 1 | -1/+4 |
| | |||||
* | includeEmpty -> shouldIncludeEmpty | Steve Klebanoff | 2018-12-19 | 2 | -5/+5 |
| | |||||
* | Get rid of unused import | Steve Klebanoff | 2018-12-19 | 1 | -1/+0 |
| | |||||
* | Move imports and put action into var | Steve Klebanoff | 2018-12-19 | 1 | -9/+8 |
| | |||||
* | Move imports | Steve Klebanoff | 2018-12-19 | 1 | -4/+3 |
| | |||||
* | Remove comments | Steve Klebanoff | 2018-12-19 | 1 | -2/+0 |
| | |||||
* | Not assigning to variable because we never used the variable | Steve Klebanoff | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | Removing unused interface | Steve Klebanoff | 2018-12-19 | 1 | -4/+0 |
| | |||||
* | Removing unused imports | Steve Klebanoff | 2018-12-19 | 3 | -24/+14 |
| | |||||
* | useAnchorTag -> shouldUseAnchorTag | Steve Klebanoff | 2018-12-19 | 4 | -8/+8 |
| | |||||
* | run prettier on website | Steve Klebanoff | 2018-12-19 | 32 | -297/+404 |
| | |||||
* | Remove community and market maker route | Fred Carlsen | 2018-12-19 | 1 | -2/+0 |
| | |||||
* | Added routes | Fred Carlsen | 2018-12-19 | 1 | -0/+2 |
| | |||||
* | Added community and market maker routes | Fred Carlsen | 2018-12-19 | 1 | -0/+2 |
| | |||||
* | Left-align hero on mobile | Fred Carlsen | 2018-12-19 | 2 | -3/+9 |
| | |||||
* | Change cursor on dropdown triggers | Fred Carlsen | 2018-12-19 | 1 | -0/+1 |
| | |||||
* | Tweak market maker | Fred Carlsen | 2018-12-19 | 7 | -14/+69 |
| | |||||
* | Mobile tweaks | Fred Carlsen | 2018-12-19 | 2 | -3/+28 |
| | |||||
* | Prevent overflow on instant page | Fred Carlsen | 2018-12-19 | 1 | -0/+6 |
| | |||||
* | Merge branch 'development' into feature/website/0x-org | Steve Klebanoff | 2018-12-19 | 20 | -153/+379 |
|\ | |||||
| * | Fix OrderWatcher title to fix sidebar top | Fabio Berger | 2018-12-18 | 1 | -1/+1 |
| | | |||||
| * | Fix version picker so it doesn't overflow onto two lines | Fabio Berger | 2018-12-18 | 1 | -7/+9 |
| | | |||||
| * | Fix bug in pull_missing_blocks with incorrect start block (#1438) | Alex Browne | 2018-12-18 | 1 | -10/+6 |
| | | |||||
| * | Pull approval events for ZRX and DAI (#1430) | Alex Browne | 2018-12-18 | 1 | -19/+49 |
| | | |||||
| * | Merge branch 'development' into feature/instant/usd-eth-toggle | Steve Klebanoff | 2018-12-15 | 142 | -693/+2238 |
| |\ | |||||
| * | | fix semicolon and apply prettier | Steve Klebanoff | 2018-12-15 | 1 | -2/+10 |
| | | | |||||
| * | | Show @ price in light grey | Steve Klebanoff | 2018-12-14 | 1 | -4/+5 |
| | | | |||||
| * | | typeof -> isString | Steve Klebanoff | 2018-12-14 | 1 | -1/+1 |
| | | | |||||
| * | | Fix SectionHeaderProps | Steve Klebanoff | 2018-12-14 | 1 | -4/+2 |
| | | | |||||
| * | | A little bit of scaling logic for not cutting off text | Steve Klebanoff | 2018-12-13 | 1 | -6/+9 |
| | | | |||||
| * | | show < 0.00001 ETH when amount gets really small | Steve Klebanoff | 2018-12-13 | 2 | -7/+26 |
| | | | |||||
| * | | Use BN equals and call function | Steve Klebanoff | 2018-12-13 | 1 | -2/+2 |
| | | | |||||
| * | | Use helper function to check for error | Steve Klebanoff | 2018-12-13 | 1 | -3/+1 |
| | | | |||||
| * | | show as <$0.01 when less than a cent in USD, and also show 1 significant ↵ | Steve Klebanoff | 2018-12-13 | 2 | -3/+22 |
| | | | | | | | | | | | | digit if rounded amount is 0 | ||||
| * | | Abstract SectionHeader and make 12px per Chris's comment and figma design | Steve Klebanoff | 2018-12-13 | 3 | -21/+33 |
| | | | |||||
| * | | Linting | Steve Klebanoff | 2018-12-13 | 1 | -4/+3 |
| | | | |||||
| * | | Analytics events for ETH/USD toggle and failure to fetch eth usd price | Steve Klebanoff | 2018-12-13 | 4 | -0/+14 |
| | | | |||||
| * | | Change base currency to ETH if we can't get USD price | Steve Klebanoff | 2018-12-13 | 1 | -1/+2 |
| | | | |||||
| * | | Show error when fetching usd prices | Steve Klebanoff | 2018-12-13 | 1 | -4/+32 |
| | | | |||||
| * | | Make primary value in total cost bold | Steve Klebanoff | 2018-12-13 | 1 | -0/+1 |
| | | | |||||
| * | | Small clean up | Steve Klebanoff | 2018-12-13 | 1 | -18/+5 |
| | | | |||||
| * | | Refactor BaseCurrencyChoice to be done in helper function | Steve Klebanoff | 2018-12-13 | 1 | -27/+19 |
| | | | |||||
| * | | Remove unused util | Steve Klebanoff | 2018-12-13 | 1 | -36/+0 |
| | | | |||||
| * | | Default to USD | Steve Klebanoff | 2018-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | Refactor OrderDetails to use private instance methods | Steve Klebanoff | 2018-12-13 | 1 | -91/+115 |
| | | | |||||
| * | | Move header to helper | Steve Klebanoff | 2018-12-13 | 1 | -29/+33 |
| | | | |||||
| * | | Render OrderDetailsRow directly | Steve Klebanoff | 2018-12-13 | 2 | -45/+29 |
| | | | |||||
| * | | Delete old interface and rename BaseCurrencyChoice | Steve Klebanoff | 2018-12-12 | 1 | -13/+4 |
| | | | |||||
| * | | Refactor out custom components | Steve Klebanoff | 2018-12-12 | 1 | -82/+55 |
| | | | |||||
| * | | Show as 0 when selected | Steve Klebanoff | 2018-12-12 | 3 | -8/+14 |
| | | | |||||
| * | | Remove unused component | Steve Klebanoff | 2018-12-12 | 1 | -49/+0 |
| | | | |||||
| * | | feat(instant): ETH/USD toggle | Steve Klebanoff | 2018-12-12 | 6 | -48/+269 |
| | | | |||||
* | | | fix(website): fix broken copper form post link | Brandon Millman | 2018-12-18 | 1 | -21/+40 |
| | | | |||||
* | | | Merge pull request #1452 from 0xProject/feature/website/0x-org-flawless | Francesco Agosti | 2018-12-18 | 3 | -15/+10 |
|\ \ \ | | | | | | | | | [website] 0x org flawless | ||||
| * | | | fix: uppercase K | fragosti | 2018-12-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | feat: update stats | fragosti | 2018-12-18 | 1 | -2/+2 |
| | | | | |||||
| * | | | feat: make 0x.org #flawless | fragosti | 2018-12-18 | 2 | -13/+8 |
| | | | | |||||
* | | | | Merge pull request #1449 from 0xProject/feature/website/0x-org-steve-links | Steve Klebanoff | 2018-12-18 | 6 | -148/+144 |
|\ \ \ \ | |/ / / |/| | | | [website] 0x.org Launch Kit and Ecosystem links | ||||
| * | | | Fix link | Steve Klebanoff | 2018-12-18 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'feature/website/0x-org' into feature/website/0x-org-steve-links | Steve Klebanoff | 2018-12-18 | 17 | -224/+242 |
| |\ \ \ | |||||
| * | | | | Use constants | Steve Klebanoff | 2018-12-18 | 1 | -9/+5 |
| | | | | | |||||
| * | | | | Link homepage to Why#cases | Steve Klebanoff | 2018-12-18 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Per Matt's sugestion change personalized to dedicated | Steve Klebanoff | 2018-12-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Ecosystem links | Steve Klebanoff | 2018-12-18 | 2 | -2/+16 |
| | | | | | |||||
| * | | | | Prettify ecosystem | Steve Klebanoff | 2018-12-18 | 1 | -52/+54 |
| | | | | | |||||
| * | | | | Capitalize K in Launch Kit | Steve Klebanoff | 2018-12-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Prettify dropdown | Steve Klebanoff | 2018-12-18 | 1 | -26/+16 |
| | | | | | |||||
| * | | | | Allow banner to open in new window | Steve Klebanoff | 2018-12-18 | 2 | -3/+13 |
| | | | | | |||||
| * | | | | Prettify banner | Steve Klebanoff | 2018-12-18 | 1 | -37/+26 |
| | | | | | |||||
| * | | | | Remove unused target | Steve Klebanoff | 2018-12-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'feature/website/0x-org' into feature/website/0x-org-steve-links | Steve Klebanoff | 2018-12-18 | 7 | -121/+188 |
| |\ \ \ \ | |||||
| * | | | | | fragment and launchkit url | Steve Klebanoff | 2018-12-18 | 1 | -3/+7 |
| | | | | | | |||||
| * | | | | | prettify launch kit | Steve Klebanoff | 2018-12-18 | 1 | -29/+19 |
| | | | | | | |||||
* | | | | | | Merge pull request #1451 from 0xProject/feature/website/0x-org-hide-links | Steve Klebanoff | 2018-12-18 | 2 | -4/+0 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | [website] 0x.org Remove unused paths | ||||
| * | | | | | Merge branch 'feature/website/0x-org' into feature/website/0x-org-hide-links | Steve Klebanoff | 2018-12-18 | 11 | -149/+169 |
| |\ \ \ \ \ | |||||
| * | | | | | | Remove community and market-maker URLs | Steve Klebanoff | 2018-12-18 | 2 | -4/+0 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | feat: redirect careers to jobs | fragosti | 2018-12-18 | 2 | -1/+3 |
| | | | | | | |||||
* | | | | | | feat: add links to press page | fragosti | 2018-12-18 | 1 | -5/+7 |
| | | | | | | |||||
* | | | | | | feat: remove download our presskit copy | fragosti | 2018-12-18 | 1 | -2/+1 |
| | | | | | | |||||
* | | | | | | feat: add press mailto link | fragosti | 2018-12-18 | 1 | -5/+11 |
| | | | | | | |||||
* | | | | | | fix: use new AboutPageLayout API everywhere | fragosti | 2018-12-18 | 2 | -2/+2 |
| | | | | | | |||||
* | | | | | | feat: update job titles | fragosti | 2018-12-18 | 1 | -30/+16 |
| | | | | | | |||||
* | | | | | | fix: mission and values link to new tab and not append | fragosti | 2018-12-18 | 2 | -27/+30 |
| | | | | | | |||||
* | | | | | | feat: link to mission and values | fragosti | 2018-12-18 | 1 | -9/+9 |
| |/ / / / |/| | | | | |||||
* | | | | | feat: add react-shared release notes | fragosti | 2018-12-18 | 1 | -0/+10 |
| | | | | | |||||
* | | | | | feat: more blog url fixes | fragosti | 2018-12-18 | 3 | -26/+26 |
| | | | | | |||||
* | | | | | feat: fix blog link | fragosti | 2018-12-18 | 3 | -3/+4 |
| | | | | | |||||
* | | | | | feat: final footer polish | fragosti | 2018-12-18 | 2 | -3/+3 |
| | | | | | |||||
* | | | | | Merge branch 'feature/website/0x-org' of ↵ | fragosti | 2018-12-18 | 15 | -309/+424 |
|\| | | | | | | | | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo into feature/website/0x-org-jank-links | ||||
| * | | | | Merge pull request #1444 from 0xProject/feature/website/0x-org-instant-config | Steve Klebanoff | 2018-12-18 | 7 | -121/+188 |
| |\ \ \ \ | | |/ / / | |/| | | | [website] 0x.org Instant | ||||
| | * | | | Open all new instant links in new window | Steve Klebanoff | 2018-12-18 | 4 | -17/+24 |
| | | | | | |||||
| | * | | | Fix URLs | Steve Klebanoff | 2018-12-18 | 1 | -8/+4 |
| | | | | | |||||
| | * | | | Conditional getStartedClick working on features list | Steve Klebanoff | 2018-12-18 | 1 | -10/+11 |
| | | | | | |||||
| | * | | | Action takes in useAnchorTag | Steve Klebanoff | 2018-12-18 | 1 | -2/+11 |
| | | | | | |||||
| | * | | | Janky but didn't want to mess anything else up, send in useAnchorTag boolean ↵ | Steve Klebanoff | 2018-12-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | to force using anchortag | ||||
| | * | | | Prettify button.tsx | Steve Klebanoff | 2018-12-18 | 1 | -21/+21 |
| | | | | | |||||
| | * | | | Prettify file | Steve Klebanoff | 2018-12-18 | 1 | -22/+15 |
| | | | | | |||||
| | * | | | Custom getStartedLink based on screen size | Steve Klebanoff | 2018-12-18 | 1 | -2/+16 |
| | | | | | |||||
| | * | | | Run prettifier | Steve Klebanoff | 2018-12-18 | 1 | -36/+60 |
| | | | | | |||||
| | * | | | Add includeEmpty option | Steve Klebanoff | 2018-12-18 | 2 | -18/+29 |
| | | | | | |||||
| | * | | | prettify file | Steve Klebanoff | 2018-12-18 | 1 | -2/+13 |
| | | | | | |||||
| * | | | | Merge pull request #1445 from 0xProject/feature/0x-org-stats | Steve Klebanoff | 2018-12-18 | 1 | -34/+13 |
| |\ \ \ \ | | | | | | | | | | | | | [website] 0x.org stats | ||||
| | * | | | | total stats | Steve Klebanoff | 2018-12-18 | 1 | -3/+3 |
| | | | | | | |||||
| | * | | | | prettify about page | Steve Klebanoff | 2018-12-18 | 1 | -34/+13 |
| | | | | | | |||||
| * | | | | | Merge pull request #1442 from 0xProject/feature/website/0x-org-analytics | Steve Klebanoff | 2018-12-18 | 1 | -15/+50 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [website] 0x.org: Allow manual triggering of error, and report newsletter errors to Rollbar | ||||
| | * | | | | | manually trigger error and also send in newsletter errors | Steve Klebanoff | 2018-12-18 | 1 | -3/+7 |
| | | | | | | | |||||
| | * | | | | | apply prettier | Steve Klebanoff | 2018-12-18 | 1 | -14/+45 |
| | | | | | | | |||||
| * | | | | | | fix(website): update Animation component for styled components v4 | Brandon Millman | 2018-12-18 | 3 | -44/+34 |
| | |/ / / / | |/| | | | | |||||
| * | | | | | fix(website): redirect /jobs to /about/jobs | Brandon Millman | 2018-12-18 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | feature(website): implement loading jobs from greenhouse in jobs page | Brandon Millman | 2018-12-18 | 1 | -99/+149 |
| | |/ / / | |/| | | | |||||
| * | | | | fix(website): fix mis-replaced website api backend links | Brandon Millman | 2018-12-18 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | feat: fix footer links | fragosti | 2018-12-18 | 3 | -23/+25 |
| | | | | |||||
* | | | | feat: fix links in navbar and dropdown | fragosti | 2018-12-18 | 4 | -51/+71 |
| | | | | |||||
* | | | | feat: use react-shared Link component | fragosti | 2018-12-18 | 1 | -9/+21 |
| | | | | |||||
* | | | | feat: update developer dropdown links | fragosti | 2018-12-18 | 1 | -48/+29 |
|/ / / | |||||
* | | | Fixes hamburger icon bgcolor, jobs link | Ezekiel Aquino | 2018-12-18 | 2 | -2/+1 |
| | | | |||||
* | | | Add definition | Fred Carlsen | 2018-12-18 | 1 | -0/+1 |
| | | | |||||
* | | | Increase header tolerances | Fred Carlsen | 2018-12-18 | 1 | -1/+1 |
| | | | |||||
* | | | Show errors from serverside | Fred Carlsen | 2018-12-18 | 2 | -7/+69 |
| | | | |||||
* | | | Update community page | Fred Carlsen | 2018-12-18 | 5 | -40/+100 |
| | | | |||||
* | | | Add community links | Fred Carlsen | 2018-12-18 | 7 | -0/+24 |
| | | | |||||
* | | | Replace share image | Fred Carlsen | 2018-12-18 | 1 | -0/+0 |
| | | | |||||
* | | | Removes content transform on mobile nav toggle | Ezekiel Aquino | 2018-12-18 | 2 | -2/+2 |
| | | | |||||
* | | | Untoggles nav on headroom unpin | Ezekiel Aquino | 2018-12-18 | 1 | -1/+7 |
| | | | |||||
* | | | Adds headroom instead for toggling nav visibility | Ezekiel Aquino | 2018-12-18 | 3 | -44/+37 |
| | | | |||||
* | | | Fix default margin | Fred Carlsen | 2018-12-18 | 1 | -1/+1 |
| | | | |||||
* | | | Fix about intros | Fred Carlsen | 2018-12-18 | 2 | -2/+11 |
| | | | |||||
* | | | Fixes mobile nav overflow on mobile | Ezekiel Aquino | 2018-12-18 | 2 | -3/+12 |
| | | | |||||
* | | | Added Community page | Fred Carlsen | 2018-12-17 | 3 | -1/+226 |
| | | | |||||
* | | | Add def for react-scrollable-anchor | Fred Carlsen | 2018-12-17 | 1 | -0/+1 |
| | | | |||||
* | | | Prepare banner for light theme | Fred Carlsen | 2018-12-17 | 1 | -1/+6 |
| | | | |||||
* | | | Tweak banner border on mobile | Fred Carlsen | 2018-12-17 | 1 | -0/+7 |
| | | | |||||
* | | | Fix cta links | Fred Carlsen | 2018-12-17 | 2 | -2/+2 |
| | | | |||||
* | | | Add market maker page | Fred Carlsen | 2018-12-17 | 3 | -0/+130 |
| | | | |||||
* | | | Tweak configurator | Fred Carlsen | 2018-12-17 | 3 | -5/+16 |
| | | | |||||
* | | | Update long term impact icon | Fred Carlsen | 2018-12-17 | 1 | -7/+7 |
| | | | |||||
* | | | Fix liquidity source change | Fred Carlsen | 2018-12-17 | 2 | -4/+6 |
| | | | |||||
* | | | Update og image | Fred Carlsen | 2018-12-17 | 1 | -0/+0 |
| | | | |||||
* | | | Fixes scrollable anchors in why page | Ezekiel Aquino | 2018-12-17 | 2 | -46/+55 |
| | | | |||||
* | | | Fix wrong icon name | Fred Carlsen | 2018-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | Adjust thick stroked svgs | Fred Carlsen | 2018-12-17 | 3 | -25/+30 |
| | | | |||||
* | | | Fix footer link hover states | Ezekiel Aquino | 2018-12-17 | 1 | -2/+2 |
| | | | |||||
* | | | Fixes mobile button layout for Definition component | Ezekiel Aquino | 2018-12-17 | 2 | -3/+15 |
| | | | |||||
* | | | Resolves font flicker on route change | Ezekiel Aquino | 2018-12-17 | 3 | -18/+5 |
| | | | | | | | | | | | | - Adds formular css to globally linked css | ||||
* | | | Update client list + logos | Fred Carlsen | 2018-12-17 | 18 | -14/+178 |
| | | | |||||
* | | | Fix newsletter input color in light theme | Fred Carlsen | 2018-12-17 | 1 | -5/+15 |
| | | | |||||
* | | | Fix launch kit link | Fred Carlsen | 2018-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | Fix stray tag | Fred Carlsen | 2018-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | Fix typo | Fred Carlsen | 2018-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | Fix homepage icon | Fred Carlsen | 2018-12-17 | 1 | -6/+6 |
| | | | |||||
* | | | Fix mobile links | Fred Carlsen | 2018-12-17 | 1 | -5/+5 |
| | | | |||||
* | | | Fix portal link | Fred Carlsen | 2018-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | Fix mobile nav placement | Fred Carlsen | 2018-12-17 | 1 | -0/+2 |
| | | | |||||
* | | | feat: update prod deploy destination | fragosti | 2018-12-15 | 1 | -1/+1 |
| | | | |||||
* | | | fix(website) replace 0xproject.com with 0x.org | Brandon Millman | 2018-12-15 | 31 | -56/+56 |
| | | | |||||
* | | | Fix logo link | Fred Carlsen | 2018-12-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/development' into website | Fred Carlsen | 2018-12-15 | 120 | -421/+841 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .gitignore # README.md # contracts/core/CHANGELOG.json # contracts/examples/package.json # contracts/extensions/package.json # contracts/interfaces/package.json # contracts/libs/package.json # contracts/multisig/package.json # contracts/protocol/CHANGELOG.json # contracts/protocol/DEPLOYS.json # contracts/protocol/package.json # contracts/test-utils/CHANGELOG.json # contracts/test-utils/CHANGELOG.md # contracts/test-utils/package.json # contracts/tokens/CHANGELOG.json # contracts/tokens/package.json # contracts/utils/package.json # packages/0x.js/CHANGELOG.json # packages/0x.js/CHANGELOG.md # packages/0x.js/package.json # packages/abi-gen-wrappers/CHANGELOG.json # packages/abi-gen-wrappers/CHANGELOG.md # packages/abi-gen-wrappers/package.json # packages/abi-gen/CHANGELOG.json # packages/abi-gen/CHANGELOG.md # packages/abi-gen/package.json # packages/assert/CHANGELOG.json # packages/assert/CHANGELOG.md # packages/assert/package.json # packages/asset-buyer/CHANGELOG.md # packages/asset-buyer/package.json # packages/base-contract/CHANGELOG.json # packages/base-contract/CHANGELOG.md # packages/base-contract/package.json # packages/connect/CHANGELOG.json # packages/connect/CHANGELOG.md # packages/connect/package.json # packages/contract-wrappers/CHANGELOG.json # packages/contract-wrappers/CHANGELOG.md # packages/contract-wrappers/package.json # packages/dev-tools-pages/package.json # packages/dev-utils/CHANGELOG.json # packages/dev-utils/CHANGELOG.md # packages/dev-utils/package.json # packages/ethereum-types/CHANGELOG.json # packages/ethereum-types/CHANGELOG.md # packages/ethereum-types/package.json # packages/fill-scenarios/CHANGELOG.json # packages/fill-scenarios/CHANGELOG.md # packages/fill-scenarios/package.json # packages/instant/package.json # packages/instant/src/types.ts # packages/json-schemas/CHANGELOG.json # packages/json-schemas/CHANGELOG.md # packages/json-schemas/package.json # packages/metacoin/package.json # packages/migrations/CHANGELOG.json # packages/migrations/CHANGELOG.md # packages/migrations/package.json # packages/order-utils/CHANGELOG.json # packages/order-utils/CHANGELOG.md # packages/order-utils/package.json # packages/order-watcher/CHANGELOG.json # packages/order-watcher/CHANGELOG.md # packages/order-watcher/package.json # packages/pipeline/package.json # packages/pipeline/src/ormconfig.ts # packages/pipeline/src/parsers/ddex_orders/index.ts # packages/pipeline/src/parsers/oasis_orders/index.ts # packages/pipeline/src/parsers/paradex_orders/index.ts # packages/pipeline/src/parsers/token_metadata/index.ts # packages/pipeline/src/scripts/pull_competing_dex_trades.ts # packages/pipeline/src/scripts/pull_ddex_orderbook_snapshots.ts # packages/pipeline/src/scripts/pull_idex_orderbook_snapshots.ts # packages/pipeline/src/scripts/pull_missing_blocks.ts # packages/pipeline/src/scripts/pull_oasis_orderbook_snapshots.ts # packages/pipeline/src/scripts/pull_paradex_orderbook_snapshots.ts # packages/pipeline/src/scripts/pull_trusted_tokens.ts # packages/pipeline/src/scripts/update_relayer_info.ts # packages/pipeline/src/utils/get_ohlcv_trading_pairs.ts # packages/pipeline/src/utils/index.ts # packages/pipeline/test/parsers/ddex_orders/index_test.ts # packages/pipeline/test/parsers/oasis_orders/index_test.ts # packages/pipeline/test/parsers/paradex_orders/index_test.ts # packages/react-docs/CHANGELOG.json # packages/react-docs/CHANGELOG.md # packages/react-docs/package.json # packages/react-shared/CHANGELOG.json # packages/react-shared/CHANGELOG.md # packages/react-shared/package.json # packages/sol-compiler/CHANGELOG.md # packages/sol-compiler/package.json # packages/sol-cov/CHANGELOG.json # packages/sol-cov/CHANGELOG.md # packages/sol-cov/package.json # packages/sol-doc/CHANGELOG.json # packages/sol-doc/CHANGELOG.md # packages/sol-doc/package.json # packages/sol-resolver/CHANGELOG.md # packages/sol-resolver/package.json # packages/sra-spec/CHANGELOG.json # packages/sra-spec/CHANGELOG.md # packages/sra-spec/package.json # packages/subproviders/CHANGELOG.json # packages/subproviders/CHANGELOG.md # packages/subproviders/package.json # packages/testnet-faucets/package.json # packages/types/CHANGELOG.md # packages/types/package.json # packages/typescript-typings/CHANGELOG.json # packages/typescript-typings/CHANGELOG.md # packages/typescript-typings/package.json # packages/utils/CHANGELOG.json # packages/utils/CHANGELOG.md # packages/utils/package.json # packages/web3-wrapper/CHANGELOG.json # packages/web3-wrapper/CHANGELOG.md # packages/web3-wrapper/package.json # packages/website/package.json # packages/website/public/index.html # packages/website/ts/pages/instant/fee_percentage_slider.tsx # yarn.lock | ||||
| * | | Fix dex order quote/base asset assigning (#1432) | zkao | 2018-12-15 | 6 | -20/+24 |
| | | | |||||
| * | | Merge pull request #1415 from 0xProject/feature/instant/mobile-numeric-keyboard | Francesco Agosti | 2018-12-15 | 3 | -55/+45 |
| |\ \ | | | | | | | | | [instant] Change input to number input, and simplify ScalingInput | ||||
| | * | | run linter | fragosti | 2018-12-14 | 2 | -14/+31 |
| | | | | |||||
| | * | | simplify scaling input logic | fragosti | 2018-12-14 | 3 | -50/+18 |
| | | | | |||||
| | * | | feat: change input to number input | fragosti | 2018-12-11 | 2 | -0/+5 |
| | | | | |||||
| * | | | Publishethereum-types@1.1.4@0x/website@0.0.63@0x/web3-wrapper@3.2.1@0x/utils@2.0.8@0x/typescript-typings@3.0.6@0x/types@1.4.1@0x/tslint-config@2.0.0@0x/testnet-faucets@1.0.60@0x/subproviders@2.1.8@0x/sra-spec@1.0.13@0x/sol-resolver@1.1.1@0x/sol-doc@1.0.11@0x/sol-cov@2.1.16@0x/sol-compiler@1.1.16@0x/react-shared@1.0.25@0x/react-docs@1.0.22@0x/pipeline@1.0.2@0x/order-watcher@2.2.8@0x/order-utils@3.0.7@0x/migrations@2.2.2@0x/metacoin@0.0.32@0x/json-schemas@2.1.4@0x/instant@1.0.4@0x/fill-scenarios@1.0.16@0x/dev-utils@1.0.21@0x/dev-tools-pages@0.0.10@0x/contracts-utils@1.0.1@0x/contracts-tokens@1.0.1@0x/contracts-test-utils@1.0.2@0x/contracts-protocol@2.1.58@0x/contracts-multisig@1.0.1@0x/contracts-libs@1.0.1@0x/contracts-interfaces@1.0.1@0x/contracts-extensions@1.0.1@0x/contracts-examples@1.0.1@0x/contract-wrappers@4.1.3@0x/connect@3.0.10@0x/base-contract@3.0.10@0x/asset-buyer@3.0.4@0x/assert@1.0.20@0x/abi-gen@1.0.19@0x/abi-gen-wrappers@2.0.20x.js@2.0.8 | Leonid Logvinov | 2018-12-14 | 34 | -267/+267 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.8 - @0x/abi-gen@1.0.19 - @0x/abi-gen-wrappers@2.0.2 - @0x/assert@1.0.20 - @0x/asset-buyer@3.0.4 - @0x/base-contract@3.0.10 - @0x/connect@3.0.10 - @0x/contract-wrappers@4.1.3 - @0x/dev-tools-pages@0.0.10 - @0x/dev-utils@1.0.21 - ethereum-types@1.1.4 - @0x/fill-scenarios@1.0.16 - @0x/instant@1.0.4 - @0x/json-schemas@2.1.4 - @0x/metacoin@0.0.32 - @0x/migrations@2.2.2 - @0x/order-utils@3.0.7 - @0x/order-watcher@2.2.8 - @0x/pipeline@1.0.2 - @0x/react-docs@1.0.22 - @0x/react-shared@1.0.25 - @0x/sol-compiler@1.1.16 - @0x/sol-cov@2.1.16 - @0x/sol-doc@1.0.11 - @0x/sol-resolver@1.1.1 - @0x/sra-spec@1.0.13 - @0x/subproviders@2.1.8 - @0x/testnet-faucets@1.0.60 - @0x/tslint-config@2.0.0 - @0x/types@1.4.1 - @0x/typescript-typings@3.0.6 - @0x/utils@2.0.8 - @0x/web3-wrapper@3.2.1 - @0x/website@0.0.63 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.58 - @0x/contracts-test-utils@1.0.2 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1 | ||||
| * | | | Updated CHANGELOGS | Leonid Logvinov | 2018-12-14 | 28 | -55/+55 |
| | | | | |||||
| * | | | Updated CHANGELOGS | Leonid Logvinov | 2018-12-14 | 56 | -1/+357 |
| | | | | |||||
| * | | | add special case to scrape OHLCV for eth/usd (#1428) | Xianny | 2018-12-14 | 1 | -10/+34 |
| | | | | |||||
| * | | | Merge pull request #1418 from ↵ | Brandon Millman | 2018-12-14 | 4 | -0/+16 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/website/integrate-instant-docs-track [website] add 0x Instant as a track in the docs | ||||
| | * | | | fix(website): update copy of instant track in dev home | Brandon Millman | 2018-12-14 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | feature(website): add 0x Instant as a track in the docs | Brandon Millman | 2018-12-11 | 4 | -0/+16 |
| | | | | | |||||
| * | | | | Merge pull request #1410 from 0xProject/fix/instant/zero-quote | Steve Klebanoff | 2018-12-13 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | [instant] Don't update heartbeat if amount is 0 | ||||
| | * | | | | fix(instant): Don't update heartbeat if amount is 0 | Steve Klebanoff | 2018-12-11 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Fix bug that occurs when token metadata decimals is undefined. (#1426) | Alex Browne | 2018-12-13 | 2 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix bug that occurs when token metadata decimals is undefined. * move toBigNumberOrNull to utils | ||||
| * | | | | | Fix linter errors | Leonid Logvinov | 2018-12-13 | 8 | -22/+22 |
| | | | | | | |||||
| * | | | | | Add PR number | Leonid Logvinov | 2018-12-13 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Check functions Async suffix | Leonid Logvinov | 2018-12-13 | 2 | -15/+32 |
| | | | | | | |||||
| * | | | | | Make pull_missing_blocks script consider all events with block numbers (#1420) | Alex Browne | 2018-12-12 | 1 | -1/+14 |
| | | | | | | |||||
| * | | | | | track idex orderbook snapshots (#1397) | zkao | 2018-12-12 | 14 | -34/+690 |
| | | | | | | | | | | | | | | | | | | * Track Idex and Oasis Orderbook Snapshots | ||||
| * | | | | | Publishethereum-types@1.1.3@0x/website@0.0.62@0x/web3-wrapper@3.2.0@0x/utils@2.0.7@0x/typescript-typings@3.0.5@0x/types@1.4.0@0x/testnet-faucets@1.0.59@0x/subproviders@2.1.7@0x/sra-spec@1.0.12@0x/sol-resolver@1.1.0@0x/sol-doc@1.0.10@0x/sol-cov@2.1.15@0x/sol-compiler@1.1.15@0x/react-shared@1.0.24@0x/react-docs@1.0.21@0x/pipeline@1.0.1@0x/order-watcher@2.2.7@0x/order-utils@3.0.6@0x/monorepo-scripts@1.0.15@0x/migrations@2.2.1@0x/metacoin@0.0.31@0x/json-schemas@2.1.3@0x/instant@1.0.3@0x/fill-scenarios@1.0.15@0x/dev-utils@1.0.20@0x/dev-tools-pages@0.0.9@0x/contracts-test-utils@1.0.1@0x/contracts-protocol@2.1.57@0x/contract-wrappers@4.1.2@0x/connect@3.0.9@0x/base-contract@3.0.9@0x/asset-buyer@3.0.3@0x/assert@1.0.19@0x/abi-gen@1.0.18@0x/abi-gen-wrappers@2.0.10x.js@2.0.7 | Fabio Berger | 2018-12-12 | 34 | -239/+242 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.7 - @0x/abi-gen@1.0.18 - @0x/abi-gen-wrappers@2.0.1 - @0x/assert@1.0.19 - @0x/asset-buyer@3.0.3 - @0x/base-contract@3.0.9 - @0x/connect@3.0.9 - @0x/contract-wrappers@4.1.2 - @0x/dev-tools-pages@0.0.9 - @0x/dev-utils@1.0.20 - ethereum-types@1.1.3 - @0x/fill-scenarios@1.0.15 - @0x/instant@1.0.3 - @0x/json-schemas@2.1.3 - @0x/metacoin@0.0.31 - @0x/migrations@2.2.1 - @0x/monorepo-scripts@1.0.15 - @0x/order-utils@3.0.6 - @0x/order-watcher@2.2.7 - @0x/pipeline@1.0.1 - @0x/react-docs@1.0.21 - @0x/react-shared@1.0.24 - @0x/sol-compiler@1.1.15 - @0x/sol-cov@2.1.15 - @0x/sol-doc@1.0.10 - @0x/sol-resolver@1.1.0 - @0x/sra-spec@1.0.12 - @0x/subproviders@2.1.7 - @0x/testnet-faucets@1.0.59 - @0x/types@1.4.0 - @0x/typescript-typings@3.0.5 - @0x/utils@2.0.7 - @0x/web3-wrapper@3.2.0 - @0x/website@0.0.62 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.57 - @0x/contracts-test-utils@1.0.1 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1 | ||||
| * | | | | | Updated CHANGELOGS | Fabio Berger | 2018-12-12 | 54 | -74/+79 |
| | | | | | | |||||
| * | | | | | Refactor event scraping and add support for scraping ERC20 approval events ↵ | Alex Browne | 2018-12-12 | 19 | -196/+641 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1401) * Refactor event scraping and add support for scraping ERC20 approval events * Add tests for data_sources/contract-wrappers/utils | ||||
| * | | | | Merge pull request #1414 from 0xProject/fix/signature-utils/walletSignature | Fabio B | 2018-12-11 | 2 | -1/+10 |
| |\ \ \ \ | | |_|/ / | |/| | | | [order-utils] Fix Wallet Signature Verification | ||||
| | * | | | Add CHANGELOG entry | Fabio Berger | 2018-12-11 | 1 | -0/+9 |
| | | | | | |||||
| | * | | | Actually pass the signature, not the signature index to a wallet contract's ↵ | Fabio Berger | 2018-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | `isValidSignature` call | ||||
| * | | | | Add link to rexrelay integration example in instant README | Brandon Millman | 2018-12-11 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | chore: fix typo in instant README | Brandon Millman | 2018-12-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | chore: remove extra newline | Brandon Millman | 2018-12-11 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Update instant README with more integration links | Brandon Millman | 2018-12-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update instant README | Brandon Millman | 2018-12-11 | 1 | -0/+5 |
| |/ / / | |||||
| * | | | perform null check on token metadata (#1412) | Xianny | 2018-12-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | Updated CHANGELOGS | Leonid Logvinov | 2018-12-11 | 53 | -5/+308 |
| | |/ | |/| | |||||
| * | | Merge pull request #1404 from 0xProject/feature/instant/better-provider-fallback | Francesco Agosti | 2018-12-11 | 6 | -6/+40 |
| |\ \ | | | | | | | | | [instant] Refactor provider name and provider display name logic, log the display name | ||||
| | * | | feat: only use display name from provider in ui | fragosti | 2018-12-08 | 1 | -1/+1 |
| | | | | |||||
| | * | | feat: refactor provider name and displayName logic | fragosti | 2018-12-08 | 5 | -9/+39 |
| | | | | |||||
| | * | | feat: log walletDisplayName to Heap | fragosti | 2018-12-08 | 2 | -0/+4 |
| | | | | |||||
| * | | | Fix/pipeline/ohlcv ratelimit (#1403) | Xianny | 2018-12-11 | 4 | -23/+21 |
| |\ \ \ | | | | | | | | | | | | | | | | Use time-based throttling and increase batch size of CC query | ||||
| | * | | | change to camelCase | xianny | 2018-12-11 | 2 | -3/+3 |
| | | | | | |||||
| | * | | | lint: remove unused variable | xianny | 2018-12-08 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | refresh rate limit every second instead of every minute | xianny | 2018-12-08 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | cleanup: stray import, rename variable | xianny | 2018-12-08 | 2 | -5/+3 |
| | | | | | |||||
| | * | | | query CC with larger batch size | xianny | 2018-12-08 | 3 | -5/+7 |
| | | | | | |||||
| | * | | | rename variable and define default in only 1 location | xianny | 2018-12-08 | 2 | -4/+5 |
| | | | | | |||||
| | * | | | upgrade throttling code | xianny | 2018-12-08 | 2 | -14/+12 |
| | |/ / | |||||
| * | | | Merge pull request #1411 from 0xProject/fix/instant/hide-loaders | Brandon Millman | 2018-12-11 | 1 | -6/+13 |
| |\ \ \ | | | | | | | | | | | [instant] Hide loaders when no token or buy amount is chosen | ||||
| | * | | | fix(instant): hide loaders when no token or buy amount is chosen | Brandon Millman | 2018-12-11 | 1 | -6/+13 |
| | | | | | |||||
| * | | | | Merge pull request #1405 from 0xProject/tslint-changes | Fabio B | 2018-12-11 | 8 | -11/+12 |
| |\ \ \ \ | | |/ / / | |/| | | | Implement prefer-template tslint rule | ||||
| | * | | | Implement prefer-template tslint rule | kao | 2018-12-08 | 8 | -11/+12 |
| | |/ / | |||||
| * | / | Don't throw error if can't find icon for token | Steve Klebanoff | 2018-12-11 | 1 | -2/+11 |
| | |/ | |/| | |||||
| * | | Merge pull request #1402 from 0xProject/web3-wrapper/numberBigNumberMixup | Fabio B | 2018-12-09 | 2 | -2/+13 |
| |\ \ | | |/ | |/| | Fix `value` and `gasPrice` precision bug by returning them as BigNumbers | ||||
| | * | Fix linter | Fabio Berger | 2018-12-08 | 1 | -2/+4 |
| | | | |||||
| | * | Add PR number | Fabio Berger | 2018-12-07 | 1 | -1/+2 |
| | | | |||||
| | * | Remove excess commas | Fabio Berger | 2018-12-07 | 1 | -1/+1 |
| | | | |||||
| | * | fix: txData returned so that `value` and `gasPrice` are BigNumbers to avoid ↵ | Fabio Berger | 2018-12-07 | 2 | -4/+12 |
| | | | | | | | | | | | | precision errors | ||||
| * | | Merge pull request #1399 from ↵ | Francesco Agosti | 2018-12-07 | 3 | -1/+11 |
| |\ \ | | |/ | |/| | | | | | | | 0xProject/feature/website/disable-slider-if-no-address-configurator [website] Disable slider when no affiliate info | ||||
| | * | feat: change color of doctype tag in configurator | fragosti | 2018-12-07 | 1 | -1/+1 |
| | | | |||||
| | * | feat: disable slider when no affiliate info | fragosti | 2018-12-06 | 2 | -0/+10 |
| | | | |||||
| * | | Switch out whitepaper with 0x protocol specification | Fabio Berger | 2018-12-06 | 9 | -3/+10 |
| | | | |||||
| * | | Switch out RocketChat icon with Discord icon | Fabio Berger | 2018-12-06 | 3 | -1/+1 |
| |/ | |||||
| * | 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 |
| | | |||||
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-06 | 2 | -31/+43 |
| |\ | | | | | | | | | | development | ||||
| | * | Fix/pipeline/ohlcv (#1393) | Xianny | 2018-12-06 | 2 | -31/+43 |
| | | | | | | | | | The OHLCV script in data pipeline quits early when we get no data from Crypto Compare. Sometimes Crypto Compare gives us a valid empty response (e.g. when we query for way back in time) and we need to just continue. This adds better filtering for the types of Crypto Compare responses to detect when we should continue and when we should really quit. | ||||
| * | | fix: remove target=_blank from instant link | fragosti | 2018-12-06 | 2 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1369 from 0xProject/feature/website/instant-configurator | Francesco Agosti | 2018-12-06 | 20 | -166/+1250 |
| |\ | | | | | | | [website][instant] Instant configurator | ||||
| | * | 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 |
| | | | |||||
| | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-06 | 124 | -62/+4532 |
| | |\ | | | | | | | | | | | | | feature/website/instant-configurator | ||||
| | * | | chore: run linter | fragosti | 2018-12-05 | 2 | -2/+1 |
| | | | | |||||
| | * | | feat: add copy code feature | fragosti | 2018-12-05 | 2 | -3/+18 |
| | | | | |||||
| | * | | fix: instant linting issues | fragosti | 2018-12-05 | 1 | -4/+0 |
| | | | | |||||
| | * | | chore: fix linter issues | fragosti | 2018-12-05 | 3 | -12/+3 |
| | | | | |||||
| | * | | chore: remove shark relay from possible SRA endpoints | fragosti | 2018-12-05 | 1 | -5/+1 |
| | | | | |||||
| | * | | hack: make min-height of line-number container 98% to prevent scrollbar from ↵ | fragosti | 2018-12-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | appearing in code demo | ||||
| | * | | fix: use WebsitePaths type and update wiki link to new link | fragosti | 2018-12-05 | 5 | -11/+16 |
| | | | | |||||
| | * | | fix: reset available tokens when sra endpoint is changed | fragosti | 2018-12-05 | 2 | -3/+8 |
| | | | | |||||
| | * | | fix: make select box-shadow darker | fragosti | 2018-12-05 | 1 | -2/+4 |
| | | | | |||||
| | * | | fix: do not show select all if no tokens are available | fragosti | 2018-12-05 | 1 | -0/+5 |
| | | | | |||||
| | * | | feat: update configurator snippet to actually work if copy and pasted | fragosti | 2018-12-05 | 1 | -17/+23 |
| | | | | |||||
| | * | | fix: change liquiditySource to orderSource | fragosti | 2018-12-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-04 | 11 | -13/+46 |
| | |\ \ | | | | | | | | | | | | | | | | feature/website/instant-configurator | ||||
| | * | | | feat: update relayer list | fragosti | 2018-12-04 | 1 | -1/+19 |
| | | | | | |||||
| | * | | | polish: make configurator inputs look more like mocks | fragosti | 2018-12-04 | 3 | -3/+6 |
| | | | | | |||||
| | * | | | feat: fetch asset meta data from the asset meta data map | fragosti | 2018-12-04 | 1 | -31/+23 |
| | | | | | |||||
| | * | | | fix: address to lowercase and explore the docs leads to correct wiki | fragosti | 2018-12-04 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | feat: create more dank slider | fragosti | 2018-12-04 | 3 | -6/+86 |
| | | | | |