Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add types for react-popper, remove types for react-joyride | fragosti | 2018-05-30 | 2 | -17/+16 |
| | |||||
* | Replace react-joyride with react-popper | fragosti | 2018-05-30 | 2 | -11/+23 |
| | |||||
* | Write custom tooltip component | fragosti | 2018-05-26 | 2 | -6/+56 |
| | |||||
* | Run linter | fragosti | 2018-05-26 | 1 | -1/+4 |
| | |||||
* | Add next button | fragosti | 2018-05-26 | 2 | -1/+11 |
| | |||||
* | Auto-show onboarding flow on first page view | fragosti | 2018-05-26 | 1 | -2/+15 |
| | |||||
* | Add ability to blacklist onboarding steps | fragosti | 2018-05-26 | 2 | -34/+85 |
| | |||||
* | Fix PortalOnboardingFlowProps | fragosti | 2018-05-26 | 1 | -1/+0 |
| | |||||
* | Implement metamask installation flow | fragosti | 2018-05-26 | 4 | -18/+62 |
| | |||||
* | Implement design for relayers with no volume or tokens | Brandon Millman | 2018-05-25 | 2 | -8/+30 |
| | |||||
* | Improve OnboardingFlow API and typescript types | fragosti | 2018-05-25 | 2 | -9/+5 |
| | |||||
* | Address PR feedback | fragosti | 2018-05-25 | 4 | -12/+6 |
| | |||||
* | Fix build errors | fragosti | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | Fix issue where modal can be out of sync with app state | fragosti | 2018-05-25 | 4 | -14/+35 |
| | |||||
* | Basic onboarding flow infrastructure set up | fragosti | 2018-05-25 | 8 | -36/+150 |
| | |||||
* | Use visibility property instead of placeholder div in wrap ether item | Brandon Millman | 2018-05-24 | 1 | -7/+4 |
| | |||||
* | Merge branch 'v2-prototype' into feature/website/wallet-flex-box | Brandon Millman | 2018-05-24 | 21 | -65/+78 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (95 commits) Add missing dep to website Upgrade solidity parser Fix trace test Fix linter issues Move contract utils Fix prettier Fix NameResolver Fix prettier Remove 0x.js as a dependency from website Enable 0x.js tests Fix small bug in order-utils Address feedback Fix Tslint error caused by "PromiseLike" value Fix Tslint error caused by "PromiseLike" value Update dogfood url fix contract-wrappers version Parse compiler.json in SolCompilerArtifactsAdapter Fix TokenTransferProxy artifact name since it's now suffixed with _v1 Update yarn.lock Fix signature verification test ... | ||||
| * | Fix prettier | Leonid Logvinov | 2018-05-24 | 1 | -1/+3 |
| | | |||||
| * | Fix prettier | Leonid Logvinov | 2018-05-24 | 1 | -3/+1 |
| | | |||||
| * | Remove 0x.js as a dependency from website | Leonid Logvinov | 2018-05-24 | 17 | -55/+68 |
| | | |||||
| * | Fix tslint | Fabio Berger | 2018-05-23 | 2 | -4/+4 |
| | | |||||
| * | merge development | Fabio Berger | 2018-05-23 | 2 | -6/+6 |
| |\ | |||||
| | * | Merge branch 'development' into improvement/addCustomTslintRules | Fabio Berger | 2018-05-17 | 2 | -8/+8 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove "Order utils" from menu for now Fix top tokens key Improve about page descriptions Do not remove artifacts when running `clean` | ||||
| | * | | Fix TSLint rules | Fabio Berger | 2018-05-16 | 2 | -6/+6 |
| | | | | |||||
* | | | | Add missing key | Brandon Millman | 2018-05-22 | 1 | -3/+6 |
| | | | | |||||
* | | | | Use flexbox for wrapped ether item | Brandon Millman | 2018-05-22 | 1 | -21/+29 |
| | | | | |||||
* | | | | Re add wrapped ether item | Brandon Millman | 2018-05-22 | 1 | -7/+24 |
| | | | | |||||
* | | | | Rewrite balance rows using flex box | Brandon Millman | 2018-05-22 | 3 | -122/+129 |
|/ / / | |||||
* | | | merge development | Fabio Berger | 2018-05-22 | 1 | -6/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Remove "Order utils" from menu for now | Fabio Berger | 2018-05-17 | 1 | -6/+0 |
| | | | |||||
| * | | Fix top tokens key | Brandon Millman | 2018-05-17 | 1 | -2/+8 |
| |/ | |||||
* | | Prettier | Brandon Millman | 2018-05-19 | 1 | -1/+3 |
| | | |||||
* | | Change number of columns in relayer index for small screens | Brandon Millman | 2018-05-19 | 1 | -1/+1 |
| | | |||||
* | | Wallet instead of balances for small screens | Brandon Millman | 2018-05-19 | 1 | -23/+21 |
| | | |||||
* | | Close drawer when new path is chosen | Brandon Millman | 2018-05-19 | 1 | -0/+7 |
| | | |||||
* | | Fix styling of portal menu | Brandon Millman | 2018-05-19 | 3 | -20/+35 |
| | | |||||
* | | Refactor portal specific colors out of react-shared | Brandon Millman | 2018-05-19 | 8 | -11/+18 |
| | | |||||
* | | Add custom styling for drawer | Brandon Millman | 2018-05-19 | 3 | -16/+106 |
| | | |||||
* | | Fix key issue for portal routes | Brandon Millman | 2018-05-19 | 1 | -1/+7 |
| | | |||||
* | | Fix responsiveness broken in rebase | Brandon Millman | 2018-05-19 | 1 | -13/+33 |
| | | |||||
* | | Set up scaffolding for new drawer | Brandon Millman | 2018-05-19 | 1 | -1/+16 |
| | | |||||
* | | Hide wallet component for small screens | Brandon Millman | 2018-05-19 | 1 | -0/+2 |
| | | |||||
* | | Fix token link key | Brandon Millman | 2018-05-19 | 1 | -2/+8 |
| | | |||||
* | | Modulate number of columns based on screenwidth | Brandon Millman | 2018-05-19 | 2 | -4/+19 |
| | | |||||
* | | Fix prettier | Brandon Millman | 2018-05-19 | 2 | -22/+17 |
| | | |||||
* | | Center all the things | fragosti | 2018-05-18 | 4 | -11/+46 |
| | | |||||
* | | Refactor code in response to CR feedback | fragosti | 2018-05-18 | 3 | -10/+11 |
| | | |||||
* | | Remove duplicate function call to validate | fragosti | 2018-05-18 | 1 | -1/+1 |
| | | |||||
* | | Show error messages in the wrapped ether item | fragosti | 2018-05-18 | 4 | -22/+48 |
| | | |||||
* | | Fix tslint false positive | Brandon Millman | 2018-05-18 | 1 | -2/+9 |
| | | |||||
* | | Refactor account management itmes | Brandon Millman | 2018-05-18 | 1 | -74/+70 |
| | | |||||
* | | Add loading component | Brandon Millman | 2018-05-18 | 3 | -50/+77 |
| | | |||||
* | | Refactor a bunch of layouts into their own files | Brandon Millman | 2018-05-18 | 6 | -139/+176 |
| | | |||||
* | | Add portal layout component | Brandon Millman | 2018-05-18 | 1 | -31/+36 |
| | | |||||
* | | Get rid of extra curly brackets | Brandon Millman | 2018-05-18 | 1 | -9/+9 |
| | | |||||
* | | Fix lint error | Brandon Millman | 2018-05-18 | 1 | -2/+1 |
| | | |||||
* | | Fix comments | Brandon Millman | 2018-05-18 | 3 | -4/+10 |
| | | |||||
* | | Wait for blockchain to display the account management routes | Brandon Millman | 2018-05-18 | 2 | -16/+36 |
| | | |||||
* | | Fix linter errors and relayer index reloading | Brandon Millman | 2018-05-18 | 3 | -14/+17 |
| | | |||||
* | | Trade direct route | Brandon Millman | 2018-05-18 | 2 | -44/+37 |
| | | |||||
* | | Add manage you wallet footer | Brandon Millman | 2018-05-18 | 1 | -24/+41 |
| | | |||||
* | | Add props to back button | Brandon Millman | 2018-05-18 | 1 | -9/+13 |
| | | |||||
* | | Back button and title components | Brandon Millman | 2018-05-18 | 3 | -64/+112 |
| | | |||||
* | | Implement new menu styling | Brandon Millman | 2018-05-18 | 2 | -4/+95 |
| | | |||||
* | | Add menu | Brandon Millman | 2018-05-18 | 2 | -20/+41 |
| | | |||||
* | | Add routes | Brandon Millman | 2018-05-18 | 1 | -2/+105 |
| | | |||||
* | | Merge branch 'development' into v2-prototype | Fabio Berger | 2018-05-16 | 62 | -321/+354 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Do not remove artifacts when running `clean` fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Revert to lerna:run lint Do lint sequentially Exclude monorepo-scripts from tslint as test Fix prettier Add hover state to top tokens Change to weekly txn volume Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json Apply prettier to some files which were not formatted correctly Fix TSLint issues Fix TSLint issues Update ethereeumjs-testrpc to ganache-cli Fix infinite loop Add changelog entries for packages where executable binary exporting fixed ... # Conflicts: # packages/contracts/package.json # packages/contracts/util/formatters.ts # packages/contracts/util/signed_order_utils.ts # packages/migrations/package.json # yarn.lock | ||||
| * | Add hover state to top tokens | Brandon Millman | 2018-05-15 | 1 | -10/+43 |
| | | |||||
| * | Change to weekly txn volume | Brandon Millman | 2018-05-15 | 1 | -3/+3 |
| | | |||||
| * | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 62 | -308/+308 |
| | | |||||
* | | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 10 | -222/+594 |
|\| | |||||
| * | Merge pull request #574 from 0xProject/feature/rm-rf-deployer | Leonid Logvinov | 2018-05-11 | 1 | -9/+9 |
| |\ | | | | | | | Remove @0xproject/deployer.Deployer. Make contracts able to deploy themselves | ||||
| | * | Fix templates | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
| | | | |||||
| | * | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 1 | -8/+8 |
| | | | |||||
| * | | Merge pull request #580 from 0xProject/feature/website/remove-tokens | Brandon Millman | 2018-05-11 | 2 | -12/+69 |
| |\ \ | | |/ | |/| | Update wallet footer and add remove token functionality | ||||
| | * | Update wallet footer and add remove token functionality | Brandon Millman | 2018-05-10 | 2 | -12/+69 |
| | | | |||||
| * | | Add fallback image support to relayer grid tile | Brandon Millman | 2018-05-10 | 1 | -2/+36 |
| | | | |||||
| * | | Clear relayer grid state when fetching | Brandon Millman | 2018-05-10 | 1 | -0/+6 |
| |/ | |||||
| * | Implement loading and error state for relayer grid | Brandon Millman | 2018-05-10 | 1 | -10/+50 |
| | | |||||
| * | Fallback image for relayer grid tile | Brandon Millman | 2018-05-10 | 1 | -1/+2 |
| | | |||||
| * | Change relayer grid tile to link on header | Brandon Millman | 2018-05-10 | 1 | -17/+17 |
| | | |||||
| * | Merge pull request #576 from 0xProject/feature/website/top-tokens | Brandon Millman | 2018-05-09 | 2 | -40/+9 |
| |\ | | | | | | | Display top tokens from backend | ||||
| | * | Display top tokens from backend | Brandon Millman | 2018-05-09 | 2 | -40/+9 |
| | | | |||||
| * | | Merge branch 'development' into feature/website/top-bar-redesign | Brandon Millman | 2018-05-09 | 4 | -79/+92 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove overflowZ property from portal Fix typo Only show untracked tokens Make wallet scrollable Add token flow | ||||
| | * | Remove overflowZ property from portal | Brandon Millman | 2018-05-09 | 1 | -1/+0 |
| | | | |||||
| | * | Fix typo | Brandon Millman | 2018-05-09 | 1 | -1/+1 |
| | | | |||||
| | * | Only show untracked tokens | Brandon Millman | 2018-05-09 | 1 | -1/+1 |
| | | | |||||
| | * | Make wallet scrollable | Brandon Millman | 2018-05-09 | 1 | -9/+48 |
| | | | |||||
| | * | Add token flow | Brandon Millman | 2018-05-09 | 4 | -69/+43 |
| | | | |||||
| * | | Suggestions and fix bad merge | Brandon Millman | 2018-05-09 | 2 | -21/+6 |
| | | | |||||
| * | | Merge branch 'development' into feature/website/top-bar-redesign | Brandon Millman | 2018-05-09 | 6 | -30/+62 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (63 commits) Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile Use named constants Add a comment Fix comments Rename args to constructor-args Fix a typo Define a separator const Move artifacts from src/artifacts to artifacts/v1 Fix sol-cov to work with the new artifacts format Implement new artifacts format Publish Updated CHANGELOGS Make node types a dependency Fix type errors in CSS properties ... | ||||
| | * | Merge pull request #556 from 0xProject/feature/website/portal-v2 | Brandon Millman | 2018-05-09 | 1 | -0/+230 |
| | |\ | | | | | | | | | Add new top-level portal component with wallet and relayer index layout | ||||
| | | * | Add headers to wallet and relayer index | Brandon Millman | 2018-05-05 | 2 | -2/+12 |
| | | | | |||||
| | | * | Add scrolling to relayer index | Brandon Millman | 2018-05-05 | 2 | -2/+8 |
| | | | | |||||
| | | * | Lay out wallet and relayers | Brandon Millman | 2018-05-05 | 1 | -0/+214 |
| | | | | |||||
| | * | | Fix type errors in CSS properties | Leonid Logvinov | 2018-05-05 | 2 | -2/+2 |
| | |/ | |||||
| | * | Add order utils docs to the menu | Leonid Logvinov | 2018-05-04 | 1 | -0/+6 |
| | | | |||||
| | * | Open relayer app when clicking on grid tile | Brandon Millman | 2018-05-04 | 1 | -16/+19 |
| | | | |||||
| | * | Add header images to relayer grid tiles | Brandon Millman | 2018-05-04 | 1 | -3/+5 |
| | | | |||||
| | * | Fix logo left padding on mobile | Fabio Berger | 2018-05-03 | 1 | -1/+1 |
| | | | |||||
| | * | Remove id property from WebsiteBackendRelayerInfo | Brandon Millman | 2018-05-03 | 1 | -1/+1 |
| | | | |||||
| | * | Remove WETH special case, website backend handles this now | Brandon Millman | 2018-05-01 | 1 | -6/+2 |
| | | | |||||
| | * | Hit website backend for price information | Brandon Millman | 2018-05-01 | 1 | -40/+6 |
| | | | |||||
| | * | Style suggestions | Brandon Millman | 2018-04-28 | 1 | -15/+10 |
| | | | |||||
| | * | Move quote currency string into config | Brandon Millman | 2018-04-28 | 1 | -3/+2 |
| | | | |||||
| | * | Merge branch 'development' into feature/website/crypto-compare-prices | Brandon Millman | 2018-04-27 | 3 | -17/+15 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix react type versions to avoid minor version bumps with breaking changes Update Web3 Provider Engine to 14.0.4 Remove auto-assignment of everyone to PR's Check for Yarn instead of npm Add hack comment about the use of sudo Fix lazy load component name Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenu Remove unnecessary additional params Remove outside declaration Capitalize yarn Use path for platform independence Consolidate github personal access token env to one place: constants.ts Use methods moved to utils since now shared by multiple scripts Add comment Improve comments Add checks for the required local setup before running the publish script Add descriptions for all commands in monorepo-scripts Add removeGitTags script that can be run after a failed Lerna publish | ||||
| | * | | Rename baseCurrency to quoteCurrency | Brandon Millman | 2018-04-23 | 1 | -3/+3 |
| | | | | |||||
| | * | | Remove some unused imports | Brandon Millman | 2018-04-23 | 1 | -2/+1 |
| | | | | |||||
| | * | | Rate limit crypto compare calls | Brandon Millman | 2018-04-23 | 1 | -3/+25 |
| | | | | |||||
| | * | | Refactor common fetch logic into fetch_utils | Brandon Millman | 2018-04-23 | 1 | -16/+23 |
| | | | | |||||
| | * | | Grab price information from crypto compare api | Brandon Millman | 2018-04-23 | 1 | -8/+37 |
| | | | | |||||
| * | | | ProviderDisplay changes | Brandon Millman | 2018-04-24 | 2 | -37/+28 |
| | | | | |||||
| * | | | Top bar expanded display type | Brandon Millman | 2018-04-24 | 2 | -17/+33 |
| | | | | |||||
| * | | | Relayer grid spacing tweaks | Brandon Millman | 2018-04-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add headers to wallet and relayer index | Brandon Millman | 2018-04-24 | 2 | -2/+12 |
| | | | | |||||
| * | | | Add scrolling to relayer index | Brandon Millman | 2018-04-24 | 2 | -2/+8 |
| | | | | |||||
| * | | | Lay out wallet and relayers | Brandon Millman | 2018-04-24 | 1 | -0/+214 |
| | |/ | |/| | |||||
| * | | Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenu | Brandon Millman | 2018-04-24 | 3 | -17/+15 |
| |/ | |||||
* | | Fix zeppelin imports, run prettier | Amir Bandeali | 2018-04-21 | 1 | -1/+3 |
| | | |||||
* | | Fix type issue | Fabio Berger | 2018-04-21 | 1 | -2/+2 |
|/ | |||||
* | Add specific render path for error and loading | Brandon Millman | 2018-04-21 | 1 | -5/+7 |
| | |||||
* | Integrate relayer index with website backend | Brandon Millman | 2018-04-20 | 2 | -98/+107 |
| | |||||
* | Implement backendClient object to unify calls to the portal api | Brandon Millman | 2018-04-19 | 1 | -15/+8 |
| | |||||
* | Add price information to wallet | Brandon Millman | 2018-04-18 | 1 | -37/+75 |
| | |||||
* | Add /jobs endpoint to website, link to it and have it re-direct to Angellist | Fabio Berger | 2018-04-13 | 2 | -2/+12 |
| | |||||
* | Merge branch 'development' into feature/subproviders/mnemonic-wallet-subprovider | Jacob Evans | 2018-04-12 | 1 | -3/+9 |
|\ | |||||
| * | Update 0x.js and web3-wrapper doc urls so that last segment is identical to ↵ | Fabio Berger | 2018-04-11 | 1 | -3/+9 |
| | | | | | | | | package name. Keep legacy endpoints. | ||||
* | | Update website to support latest ledger | Jacob Evans | 2018-04-11 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #503 from 0xProject/feature/website/relayer-grid | Brandon Millman | 2018-04-06 | 6 | -11/+286 |
|\ | | | | | Implement initial relayer grid | ||||
| * | Implement initial relayer grid | Brandon Millman | 2018-04-05 | 6 | -11/+286 |
| | | |||||
* | | Change undefined to null | Brandon Millman | 2018-04-06 | 1 | -3/+1 |
| | | |||||
* | | Fix missing key warnings in wallet component | Brandon Millman | 2018-04-05 | 2 | -5/+14 |
|/ | |||||
* | Remove Dharma integration from Website | Fabio Berger | 2018-04-03 | 1 | -69/+0 |
| | |||||
* | Add HACK comment and reorganize use other wallet button | Brandon Millman | 2018-03-31 | 1 | -10/+12 |
| | |||||
* | Implement wallet locked and uninstalled states | Brandon Millman | 2018-03-30 | 4 | -9/+130 |
| | |||||
* | Style changes | Brandon Millman | 2018-03-30 | 2 | -5/+9 |
| | |||||
* | Merge branch 'development' into feature/website/wallet-wrap | Brandon Millman | 2018-03-30 | 5 | -7/+23 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (35 commits) Fix CHANGELOG Update Yarn.lock Standardize changelog dates and format Fix stubbing of a non-existent property Remove redundant cast Move common types out of web3 types Add monorepo_scripts to npmignore Add typeRoots Add clean-state tests Remove nested .gitignore files since `yarn publish` gets confused by them and ignores their contents on the top-level scope Remove WETH hack now that updated WETH address is in TokenRegistry Revert TokenRegistry address on Kovan Improve rounding error message Portal fill with mixed decimals Add error popover if TokenRegistry on network user is browsing on don't include the requisite default tokens for 0x Portal to function Set timeout for compiler tests Remove redundant types Add missing param comments Fix a comment Add a comment ... | ||||
| * | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 3 | -5/+5 |
| | | |||||
| * | Portal fill with mixed decimals | Jacob Evans | 2018-03-26 | 1 | -2/+4 |
| | | | | | | | | When the token pair has different decimal precison we can end up with a remainder when multiplying by an exchange rate (as one is in 18 decimals and the other is 6 for example) | ||||
| * | Add error popover if TokenRegistry on network user is browsing on don't ↵ | Fabio Berger | 2018-03-25 | 1 | -0/+14 |
| | | | | | | | | include the requisite default tokens for 0x Portal to function | ||||
* | | Remove props that are covered by the defaults | Brandon Millman | 2018-03-23 | 1 | -2/+0 |
| | | |||||
* | | Implement ETH/WETH conversion and allowance toggle styling | Brandon Millman | 2018-03-23 | 8 | -62/+382 |
|/ | |||||
* | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-22 | 5 | -41/+453 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Change blockchain prop to not optional Other style changes Updated padding and colors Refactor TokenState type Fix a bug causing fillOrdersUpTo validation to fail because of some extra orders being passed Implement initial wallet interface # Conflicts: # packages/react-shared/CHANGELOG.md # packages/website/ts/types.ts | ||||
| * | 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 | 1 | -6/+7 |
| | | |||||
| * | Refactor TokenState type | Brandon Millman | 2018-03-22 | 3 | -50/+30 |
| | | |||||
| * | Implement initial wallet interface | Brandon Millman | 2018-03-21 | 3 | -2/+433 |
| | | |||||
* | | Pass actual iconUrl and add default icon image | Fabio Berger | 2018-03-20 | 1 | -1/+1 |
| | | |||||
* | | Refactor titleToIcon mapping to idToIcon and move to docPage | Fabio Berger | 2018-03-20 | 2 | -15/+5 |
| | | |||||
* | | Add Subprovider docs to website | Fabio Berger | 2018-03-19 | 2 | -7/+27 |
| | | |||||
* | | Re-order developers dropdown | Fabio Berger | 2018-03-18 | 1 | -19/+19 |
| | | |||||
* | | Add sol-cov docs to website | Fabio Berger | 2018-03-18 | 2 | -0/+20 |
| | | |||||
* | | Add JSON Schemas docs to website | Fabio Berger | 2018-03-18 | 2 | -0/+20 |
| | | |||||
* | | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-16 | 9 | -29/+29 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add changelog entry about pragma addition Add pragma above command-line script Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package # Conflicts: # packages/deployer/package.json | ||||
| * | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 9 | -29/+29 |
| | | |||||
* | | Add Deployer docs to website | Fabio Berger | 2018-03-16 | 2 | -0/+20 |
| | | |||||
* | | Add Web3Wrapper docs to website | Fabio Berger | 2018-03-14 | 2 | -1/+23 |
|/ | |||||
* | Fix the default always overriding to address | Jacob Evans | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #447 from 0xProject/refactorAnalytics | Fabio Berger | 2018-03-12 | 3 | -50/+11 |
|\ | | | | | Refactor Website Analytics | ||||
| * | Fix tslint issues | Fabio Berger | 2018-03-10 | 3 | -3/+3 |
| | | |||||
| * | Refactor Analytics so that calls to ReactGA are all in a single module, ↵ | Fabio Berger | 2018-03-10 | 3 | -50/+11 |
| | | | | | | | | combining the provider type util function, moving GA id to configs and using utils.onPageLoadAsync | ||||
* | | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ↵ | Fabio Berger | 2018-03-11 | 5 | -9/+18 |
| | | | | | | | | don't sometimes pass an empty string and sometimes undefined | ||||
* | | Fix userAddress bugs | Fabio Berger | 2018-03-11 | 2 | -1/+3 |
| | | |||||
* | | Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISION | Fabio Berger | 2018-03-11 | 4 | -13/+12 |
| | | |||||
* | | Create blockchainWatcher class and refactor Portal such that Ether amounts ↵ | Fabio Berger | 2018-03-10 | 6 | -24/+38 |
|/ | | | | are always passed around as baseUnits | ||||
* | Add onSelectedVersion callback so it can be handled in any way the caller wishes | Fabio Berger | 2018-03-07 | 1 | -0/+2 |
| | |||||
* | Add example docs to react-docs package | Fabio Berger | 2018-03-07 | 1 | -3/+1 |
| | |||||
* | Fix tslint errors | Fabio Berger | 2018-03-07 | 2 | -4/+2 |
| | |||||
* | Make sidebar header configurable | Fabio Berger | 2018-03-07 | 2 | -2/+49 |
| | |||||
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 15 | -99/+45 |
| | |||||
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 33 | -37/+34 |
| | |||||
* | Bug fixes | Fabio Berger | 2018-03-05 | 4 | -4/+4 |
| | |||||
* | Move over AnchorTitle and associated elements | Fabio Berger | 2018-03-04 | 3 | -3/+5 |
| | |||||
* | Move more configs into docsInfo and remove logic that does not belong there ↵ | Fabio Berger | 2018-02-28 | 1 | -1/+0 |
| | | | | elsewhere | ||||
* | Fix footer on mobile | Fabio Berger | 2018-02-24 | 1 | -5/+3 |
| | |||||
* | Slight improvement to footer | Fabio Berger | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Remove extenuous defaultProps | Fabio Berger | 2018-02-22 | 2 | -4/+0 |
| | |||||
* | Make translate required by footer | Fabio Berger | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Make translate a required prop of TopBar | Fabio Berger | 2018-02-22 | 2 | -1/+2 |
| | |||||
* | Keep topBar and footer language to the one picked by the user | Fabio Berger | 2018-02-22 | 2 | -5/+6 |
| | |||||
* | Fix rocket.chat key | Fabio Berger | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Improve homepage and add translations in chinese, russian, korean and spanish | Fabio Berger | 2018-02-21 | 3 | -12/+50 |
| | |||||
* | Add translation infra and replace english text with calls to translate | Fabio Berger | 2018-02-21 | 2 | -112/+135 |
| | |||||
* | Re-design docs pages | Fabio Berger | 2018-02-16 | 1 | -3/+0 |
| | |||||
* | Re-designed Wiki and half-redesigned docs pages | Fabio Berger | 2018-02-16 | 2 | -46/+46 |
| | |||||
* | Merge pull request #379 from 0xProject/portal_json | Leonid | 2018-02-09 | 6 | -134/+79 |
|\ | | | | | Make portal order JSON compatible with 0x.js | ||||
| * | Implement blockchain.portalOrderToZeroExOrder | Leonid Logvinov | 2018-02-09 | 1 | -30/+2 |
| | | |||||
| * | Make naming of schemas consistent | Leonid Logvinov | 2018-02-09 | 3 | -6/+6 |
| | | |||||
| * | Address feedback | Leonid Logvinov | 2018-02-08 | 4 | -50/+43 |
| | | |||||
| * | Remove hash from signatureData | Leonid Logvinov | 2018-02-08 | 4 | -27/+15 |
| | | |||||
| * | Remove networkId from orderJSON | Leonid Logvinov | 2018-02-08 | 4 | -15/+2 |
| | | |||||
| * | Split Order into signedOrder and metadata | Leonid Logvinov | 2018-02-08 | 1 | -70/+76 |
| | | |||||
| * | Remove unused types and take their names | Leonid Logvinov | 2018-02-07 | 2 | -16/+8 |
| | | |||||
| * | Introduce makerToken and takerToken fields for unsigned token metadata | Leonid Logvinov | 2018-02-07 | 1 | -36/+35 |
| | | |||||
| * | Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmount | Leonid Logvinov | 2018-02-07 | 1 | -12/+12 |
| | | |||||
| * | Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFee | Leonid Logvinov | 2018-02-07 | 1 | -6/+6 |
| | | |||||
| * | Rename signature to ecSignature | Leonid Logvinov | 2018-02-07 | 1 | -5/+5 |
| | | |||||
| * | Rename exchangeContract to exchangeContractAddress | Leonid Logvinov | 2018-02-07 | 1 | -2/+2 |
| | | |||||
| * | Rename expiration to expirationUnixTimestampSec | Leonid Logvinov | 2018-02-07 | 2 | -12/+20 |
| | | |||||
* | | Add blog to topBar and as a consequence support external links in topBar ↵ | Fabio Berger | 2018-02-09 | 2 | -3/+25 |
| | | | | | | | | menu items | ||||
* | | Fix flash message when receiving test ether | Fabio Berger | 2018-02-08 | 1 | -1/+2 |
| | | |||||
* | | Only show faucet error if not on a testnet | Fabio Berger | 2018-02-07 | 1 | -4/+3 |
| | | |||||
* | | Move isTestNetwork into utils and also check it from showing ZRX request button | Fabio Berger | 2018-02-07 | 1 | -9/+2 |
| | | |||||
* | | Remove stray log | Fabio Berger | 2018-02-07 | 1 | -1/+0 |
| | | |||||
* | | Use isTestNetwork instead of isKovanTestNetwork on balances page except for ↵ | Fabio Berger | 2018-02-07 | 1 | -7/+15 |
| | | | | | | | | Dharma integration | ||||
* | | Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintable | Fabio Berger | 2018-02-07 | 1 | -2/+8 |
| | | |||||
* | | Add networkId to faucet requests so that we can request tokens on Kovan, ↵ | Fabio Berger | 2018-02-07 | 1 | -1/+3 |
|/ | | | | Rinkeby and Ropsten | ||||
* | Add networkId to event label | Fabio Berger | 2018-02-07 | 4 | -7/+19 |
| | |||||
* | Added logging for order filling and order cancelling | Thomas Schmidt | 2018-02-07 | 2 | -1/+26 |
| | |||||
* | Moved to async await | Thomas Schmidt | 2018-02-06 | 1 | -18/+13 |
| | |||||
* | Formatting and removed old GA code | Thomas Schmidt | 2018-02-06 | 1 | -16/+18 |
| | |||||
* | Converted BigNumber to number for GA logging | Thomas Schmidt | 2018-02-06 | 2 | -3/+3 |
| | |||||
* | GA logging for order creation | Thomas Schmidt | 2018-02-06 | 2 | -4/+21 |
| | |||||
* | Switch GA to React GA and add logging for Portal | Thomas Schmidt | 2018-02-06 | 1 | -1/+12 |
| | |||||
* | Remove unused prop | Fabio Berger | 2018-01-31 | 1 | -1/+0 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-01-31 | 1 | -9/+1 |
| | |||||
* | Uppercase Networks enum values | Fabio Berger | 2018-01-31 | 2 | -3/+3 |
| | |||||
* | Fix linter errors | Fabio Berger | 2018-01-31 | 14 | -40/+14 |
| | |||||
* | Fix all setState calls after unmounted errors. Decided to create our own ↵ | Fabio Berger | 2018-01-31 | 5 | -27/+62 |
| | | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative | ||||
* | Default the derivation path to that found in the Ledger subprovider | Fabio Berger | 2018-01-31 | 1 | -1/+4 |
| | |||||
* | Add browser data to dialog info | Fabio Berger | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Add Rinkeby support | Fabio Berger | 2018-01-30 | 1 | -6/+3 |
| | |||||
* | Disallow negative amounts | Fabio Berger | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Fix bug related to balance/allowance fetching being async | Fabio Berger | 2018-01-29 | 1 | -0/+14 |
| | |||||
* | Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to ↵ | Fabio Berger | 2018-01-29 | 3 | -20/+25 |
| | | | | Ledger network dropdown | ||||
* | Re-set Ledger config dialog to connect step if dialog is closed | Fabio Berger | 2018-01-29 | 1 | -0/+1 |
| | |||||
* | Make it such that users can switch between Ledger accounts without first ↵ | Fabio Berger | 2018-01-29 | 2 | -7/+8 |
| | | | | switching back to an injected provider | ||||
* | Use colors module and remove in-lined colors | Fabio Berger | 2018-01-29 | 2 | -7/+10 |
| | |||||
* | Replace heavy loading animation with simple circular loader | Fabio Berger | 2018-01-29 | 2 | -41/+14 |
| | |||||
* | Add network name to the select provider | Fabio Berger | 2018-01-29 | 1 | -12/+15 |
| | |||||
* | Fix bug where could not switch to Ledger and back | Fabio Berger | 2018-01-29 | 1 | -4/+4 |
| | |||||
* | Implement just-in-time loading of token balances & allowances | Fabio Berger | 2018-01-28 | 17 | -143/+353 |
| | |||||
* | Initial Ledger support implementation | Fabio Berger | 2018-01-28 | 8 | -45/+419 |
| | |||||
* | Properly detect user signing cancellation on Metamask, Parity signer and Ledger | Fabio Berger | 2018-01-28 | 5 | -6/+6 |
| | |||||
* | Fix fill/cancel order by looking for NoError instead of empty blockchainErr ↵ | Fabio Berger | 2018-01-22 | 1 | -2/+2 |
| | | | | given the BlockchainErrs type refactor | ||||
* | Fix bug hiding the user info from topBar | Fabio Berger | 2018-01-19 | 1 | -1/+1 |
| | |||||
* | Allow Token symbols to be alphanumeric | Jacob Evans | 2018-01-19 | 1 | -4/+4 |
| | |||||
* | Fix prettier | Leonid Logvinov | 2018-01-18 | 1 | -2/+4 |
| | |||||
* | Merge pull request #325 from 0xProject/fix/portal-bugs | Leonid | 2018-01-18 | 3 | -14/+13 |
|\ | | | | | Small Fixes/Additions | ||||
| * | Add discourse forum to Community section of website footer | Fabio Berger | 2018-01-18 | 1 | -0/+6 |
| | | |||||
| * | Remove dead-code | Fabio Berger | 2018-01-18 | 1 | -5/+0 |
| | | |||||
| * | Fix Portal topbar so that it displays the mobile menu | Fabio Berger | 2018-01-18 | 1 | -8/+6 |
| | | |||||
| * | Fix balance page copy to refer to the Wrap ETH tab instead of a "convert" button | Fabio Berger | 2018-01-18 | 1 | -1/+1 |
| | | |||||
* | | Enable restrict-plus-operands and fix issues detected | Leonid Logvinov | 2018-01-17 | 4 | -4/+4 |
|/ | |||||
* | Fix ts error in portal after enabling more strict checks | Leonid Logvinov | 2018-01-10 | 6 | -20/+23 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 20 | -20/+20 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 58 | -1547/+1275 |
| | |||||
* | Merge pull request #285 from 0xProject/fix/underscorePrivate | Brandon Millman | 2017-12-22 | 37 | -451/+451 |
|\ | | | | | Add new underscore-privates rule to @0xproject/tslint-config and fix … |