| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert TokenRegistry address on Kovan | Fabio Berger | 2018-03-27 | 2 | -2/+1 |
* | Merge pull request #479 from 0xProject/bug/website/portal-fill-mixed-decimals | Fabio Berger | 2018-03-26 | 2 | -3/+6 |
|\ |
|
| * | Improve rounding error message | Fabio Berger | 2018-03-26 | 1 | -1/+2 |
| * | Portal fill with mixed decimals | Jacob Evans | 2018-03-26 | 1 | -2/+4 |
|/ |
|
* | Add error popover if TokenRegistry on network user is browsing on don't inclu... | Fabio Berger | 2018-03-25 | 3 | -0/+31 |
* | Get LogEntry type to show up correctly as a Web3 type | Fabio Berger | 2018-03-23 | 1 | -1/+2 |
* | Fix typos | Fabio Berger | 2018-03-23 | 7 | -8/+8 |
* | Fix 0x.js docs to include types from generated contract wrappers | Fabio Berger | 2018-03-23 | 3 | -3/+16 |
* | Fix S3 bucket name | Fabio Berger | 2018-03-23 | 1 | -2/+2 |
* | Use past tense in FAQ | Fabio Berger | 2018-03-23 | 1 | -2/+2 |
* | Replace Auctus with ERCDEX in projects section | Fabio Berger | 2018-03-23 | 1 | -6/+6 |
* | Fix Ethfinex link, looks like they have their own domain now | Fabio Berger | 2018-03-23 | 1 | -1/+1 |
* | Merge pull request #465 from 0xProject/addExtraDocs | Fabio Berger | 2018-03-23 | 93 | -503/+1952 |
|\ |
|
| * | Use _.filter instead of _.reduce | Fabio Berger | 2018-03-23 | 1 | -8/+4 |
| * | Improve list of improvements | Fabio Berger | 2018-03-23 | 1 | -7/+8 |
| * | Make handleRequest public and add comment for it | Fabio Berger | 2018-03-22 | 9 | -26/+80 |
| * | Make setEngine public | Fabio Berger | 2018-03-22 | 1 | -3/+3 |
| * | Fix lazy load so each doc page is a separate bundle | Fabio Berger | 2018-03-22 | 1 | -5/+5 |
| * | Remove space | Fabio Berger | 2018-03-22 | 1 | -1/+0 |
| * | npm -> yarn | Fabio Berger | 2018-03-22 | 2 | -2/+2 |
| * | Add assertion to notify any developer trying to render a package with files c... | Fabio Berger | 2018-03-22 | 1 | -0/+10 |
| * | Fix lint rules directory | Fabio Berger | 2018-03-22 | 1 | -1/+1 |
| * | Use isEmpty | Fabio Berger | 2018-03-22 | 1 | -4/+4 |
| * | Remove no longer existent command | Fabio Berger | 2018-03-22 | 1 | -1/+0 |
| * | Fix benefits list | Fabio Berger | 2018-03-22 | 1 | -2/+2 |
| * | Use yarn instead of npm | Fabio Berger | 2018-03-22 | 4 | -6/+6 |
| * | Add default docs icon | Fabio Berger | 2018-03-22 | 2 | -1/+1 |
| * | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-22 | 11 | -47/+485 |
| |\
| |/
|/| |
|
* | | Merge pull request #468 from 0xProject/feature/website/wallet-interface | Brandon Millman | 2018-03-22 | 8 | -46/+470 |
|\ \ |
|
| * | | Change blockchain prop to not optional | Brandon Millman | 2018-03-22 | 1 | -1/+1 |
| * | | Other style changes | Brandon Millman | 2018-03-22 | 1 | -3/+3 |
| * | | Updated padding and colors | Brandon Millman | 2018-03-22 | 3 | -6/+14 |
| * | | Refactor TokenState type | Brandon Millman | 2018-03-22 | 4 | -55/+40 |
| * | | Implement initial wallet interface | Brandon Millman | 2018-03-21 | 3 | -2/+433 |
* | | | Merge pull request #470 from 0xProject/fix/fillOrdersUpToValidation | Leonid Logvinov | 2018-03-21 | 3 | -0/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix a bug causing fillOrdersUpTo validation to fail because of some extra ord... | Leonid Logvinov | 2018-03-21 | 3 | -0/+17 |
|/ / |
|
| * | Create helper function for converting dashes names for display | Fabio Berger | 2018-03-22 | 4 | -4/+7 |
| * | Move docs to page and add link to docs to README | Fabio Berger | 2018-03-22 | 3 | -10/+27 |
| * | Add comments to JSON-schemas public methods | Fabio Berger | 2018-03-22 | 1 | -0/+24 |
| * | Move usage out of README and replace with link to Docs | Fabio Berger | 2018-03-22 | 1 | -23/+8 |
| * | Improve comments | Fabio Berger | 2018-03-22 | 1 | -5/+9 |
| * | Add comments to sol-cov | Fabio Berger | 2018-03-22 | 1 | -9/+18 |
| * | Improve subproviders comment | Fabio Berger | 2018-03-22 | 6 | -6/+6 |
| * | Move docs from README into docs page and add a link to it. | Fabio Berger | 2018-03-22 | 4 | -55/+25 |
| * | Fix sectionName and menuItemName to display with spaces rather then dashes | Fabio Berger | 2018-03-22 | 3 | -4/+8 |
| * | Add changelog entry for making `handleRequest` private | Fabio Berger | 2018-03-22 | 1 | -2/+4 |
| * | Improve all the comments for the subproviders public methods | Fabio Berger | 2018-03-22 | 9 | -115/+199 |
| * | Add missing DocComments to Deployer package | Fabio Berger | 2018-03-21 | 2 | -4/+18 |
| * | Move usage out of README and add add link to docs | Fabio Berger | 2018-03-21 | 2 | -48/+16 |
| * | Make docs link more discoverable in README, move docs out of README | Fabio Berger | 2018-03-21 | 2 | -11/+11 |
| * | Improve comments | Fabio Berger | 2018-03-21 | 1 | -13/+12 |
| * | Add DocComments to Web3Wrapper | Fabio Berger | 2018-03-21 | 1 | -1/+132 |
| * | Add changelog entry | Fabio Berger | 2018-03-21 | 1 | -0/+4 |
| * | Rename method for clarity | Fabio Berger | 2018-03-21 | 2 | -2/+2 |
| * | Remove duplicate method | Fabio Berger | 2018-03-21 | 2 | -6/+3 |
| * | Fix var name typo | Fabio Berger | 2018-03-21 | 1 | -2/+2 |
| * | Move doc related types closer to one another | Fabio Berger | 2018-03-20 | 1 | -33/+33 |
| * | Update yarn.lock | Fabio Berger | 2018-03-20 | 1 | -1/+1 |
| * | Pass actual iconUrl and add default icon image | Fabio Berger | 2018-03-20 | 3 | -8/+5 |
| * | Remove s3 mapping since s3 folder names are now identical to sub-package names | Fabio Berger | 2018-03-20 | 1 | -12/+1 |
| * | Remove duplicate switch case | Fabio Berger | 2018-03-20 | 1 | -1/+0 |
| * | Small doc fixes: remove duplicate types and add function array | Fabio Berger | 2018-03-20 | 3 | -2/+7 |
| * | Remove duplicate ECSignature type def | Fabio Berger | 2018-03-20 | 2 | -7/+6 |
| * | Refactor titleToIcon mapping to idToIcon and move to docPage | Fabio Berger | 2018-03-20 | 4 | -18/+23 |
| * | Fix changelog files and add PR number | Fabio Berger | 2018-03-20 | 2 | -6/+12 |
| * | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file naming... | Fabio Berger | 2018-03-20 | 14 | -7/+7 |
| * | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-20 |