| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix links | Fabio Berger | 2018-02-09 | 2 | -6/+12 |
* | Center header above relayers | Fabio Berger | 2018-02-09 | 1 | -8/+8 |
* | Add blog to topBar and as a consequence support external links in topBar menu... | Fabio Berger | 2018-02-09 | 2 | -3/+25 |
* | Add title above "benefits" section | Fabio Berger | 2018-02-09 | 1 | -1/+11 |
* | Add Relayer section to landing | Fabio Berger | 2018-02-09 | 15 | -66/+81 |
* | Fix flash message when receiving test ether | Fabio Berger | 2018-02-08 | 1 | -1/+2 |
* | Publishcontracts@2.1.10@0xproject/website@0.0.13@0xproject/testnet-faucets@1.0.11@0xproject/deployer@0.0.7 | Brandon Millman | 2018-02-08 | 1 | -4/+4 |
* | Fix wiki styling | Fabio Berger | 2018-02-08 | 1 | -14/+27 |
* | 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 | 2 | -9/+13 |
* | Remove stray log | Fabio Berger | 2018-02-07 | 1 | -1/+0 |
* | Use isTestNetwork instead of isKovanTestNetwork on balances page except for D... | Fabio Berger | 2018-02-07 | 1 | -7/+15 |
* | Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintable | Fabio Berger | 2018-02-07 | 2 | -3/+31 |
* | Add networkId to faucet requests so that we can request tokens on Kovan, Rink... | Fabio Berger | 2018-02-07 | 2 | -2/+4 |
* | Add networkId to event label | Fabio Berger | 2018-02-07 | 4 | -7/+19 |
* | Merge pull request #370 from 0xProject/feature/ga-portal-logging | Tom Schmidt | 2018-02-07 | 7 | -64/+113 |
|\ |
|
| * | 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 | 2 | -80/+77 |
| * | 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 | 5 | -7/+22 |
* | | Merge pull request #363 from 0xProject/refactor/subproviders/injected-provide... | Jacob Evans | 2018-02-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Change the InjectedWeb3Subprovider to accept Web3.Provider | Jacob Evans | 2018-02-03 | 1 | -1/+1 |
* | | | Publishcontracts@2.1.9@0xproject/website@0.0.12@0xproject/testnet-faucets@1.0.10@0xproject/monorepo-scripts@0.1.9@0xproject/deployer@0.0.6 | Leonid Logvinov | 2018-02-06 | 1 | -5/+5 |
| |/
|/| |
|
* | | Merge branch 'development' into feature/build_watch | Leonid | 2018-02-05 | 2 | -11/+9 |
|\| |
|
| * | Publishcontracts@2.1.8@0xproject/website@0.0.11@0xproject/testnet-faucets@1.0.9@0xproject/monorepo-scripts@0.1.8@0xproject/deployer@0.0.5 | Leonid Logvinov | 2018-02-01 | 1 | -11/+8 |
| * | Add OrderWatcherConfig to the list of public types | Leonid Logvinov | 2018-02-01 | 1 | -0/+1 |
* | | Upgrade TS to the newest version | Leonid Logvinov | 2018-02-01 | 1 | -1/+1 |
|/ |
|
* | Fix lint errors | Brandon Millman | 2018-01-31 | 1 | -1/+1 |
* | Remove unused prop | Fabio Berger | 2018-01-31 | 1 | -1/+0 |
* | Merge pull request #351 from 0xProject/feature/portal-ledger-support | Fabio Berger | 2018-01-31 | 53 | -645/+1204 |
|\ |
|
| * | Fix prettier | Fabio Berger | 2018-01-31 | 1 | -9/+1 |
| * | Uppercase Networks enum values | Fabio Berger | 2018-01-31 | 7 | -22/+22 |
| * | Make default gasPrice more readable | Fabio Berger | 2018-01-31 | 1 | -1/+3 |
| * | Fix prettier mess | Fabio Berger | 2018-01-31 | 1 | -6/+3 |
| * | Fix linter errors | Fabio Berger | 2018-01-31 | 21 | -72/+20 |
| * | Shrink img | Fabio Berger | 2018-01-31 | 1 | -0/+0 |
| * | Fix all setState calls after unmounted errors. Decided to create our own flag... | Fabio Berger | 2018-01-31 | 7 | -43/+90 |
| * | Fix bug where we were return undefined instead of the empty object | Fabio Berger | 2018-01-31 | 1 | -1/+1 |
| * | 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 | 2 | -6/+3 |
| * | Pass in whether we want the personal message prefix appended and never append... | Fabio Berger | 2018-01-30 | 2 | -1/+20 |
| * | Merge branch 'development' into feature/portal-ledger-support | Fabio Berger | 2018-01-30 | 1 | -5/+5 |
| |\ |
|
| * | | Wholesale replace the tokenByAddress and de-dup properly | Fabio Berger | 2018-01-30 | 4 | -26/+31 |
| * | | Call destroy ealier so that web3Wrapper stops polling for userAddress/network... | Fabio Berger | 2018-01-30 | 2 | -3/+8 |
| * | | Disallow negative amounts | Fabio Berger | 2018-01-30 | 1 | -1/+1 |
| * | | Remove the ability to clear tokenByAddress. It should simply be updated. | Fabio Berger | 2018-01-30 | 4 | -14/+0 |
| * | | Use live backend on development | Fabio Berger | 2018-01-29 | 1 | -1/+1 |
| * | | Fetch default gasPrice from our ethGasStation API mirror and set it for all t... | Fabio Berger | 2018-01-29 | 1 | -3/+34 |
| * | | remove unused type | Fabio Berger | 2018-01-29 | 1 | -10/+0 |
| * | | Small improvements | Fabio Berger | 2018-01-29 | 1 | -2/+2 |
| * | | 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 Ledger... | Fabio Berger | 2018-01-29 | 6 | -23/+32 |
| * | | Re-set Ledger config dialog to connect step if dialog is closed | Fabio Berger | 2018-01-29 | 1 | -0/+1 |
| * | | Add flash message instructing user to confirm tx on Ledger | Fabio Berger | 2018-01-29 | 1 | -0/+13 |
| * | | Add the stack trace to help with debugging | Fabio Berger | 2018-01-29 | 1 | -1/+1 |
| * | | Make it such that users can switch between Ledger accounts without first swit... | Fabio Berger | 2018-01-29 | 3 | -9/+12 |
| * | | 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 | 5 | -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 | 6 | -31/+65 |
| * | | Implement just-in-time loading of token balances & allowances | Fabio Berger | 2018-01-28 | 23 | -295/+384 |
| * | | Initial Ledger support implementation | Fabio Berger | 2018-01-28 | 24 | -163/+559 |
| * | | Remove unused Ledgerco import | Fabio Berger | 2018-01-28 | 2 | -2/+0 |
| * | | Add light blue as our accent color | Fabio Berger | 2018-01-28 | 1 | -0/+1 |
| * | | Properly detect user signing cancellation on Metamask, Parity signer and Ledger | Fabio Berger | 2018-01-28 | 6 | -7/+7 |
* | | | Fix prettier | Leonid Logvinov | 2018-01-30 | 1 | -3/+6 |
| |/
|/| |
|
* | | Publishcontracts@2.1.7@0xproject/website@0.0.10@0xproject/testnet-faucets@1.0.8@0xproject/monorepo-scripts@0.1.7@0xproject/deployer@0.0.4 | Fabio Berger | 2018-01-30 | 1 | -11/+8 |
* | | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 118 | -13077/+13077 |
* | | Fix prettier | Fabio Berger | 2018-01-30 | 118 | -13077/+13077 |
* | | Fix prettier | Fabio Berger | 2018-01-30 | 1 | -3/+6 |
* | | Publishcontracts@2.1.6@0xproject/website@0.0.9@0xproject/testnet-faucets@1.0.7@0xproject/monorepo-scripts@0.1.6@0xproject/deployer@0.0.3 | Leonid Logvinov | 2018-01-30 | 1 | -11/+8 |
* | | Run prettier | Amir Bandeali | 2018-01-26 | 1 | -3/+6 |
|/ |
|
* | Publish | Leonid Logvinov | 2018-01-25 | 1 | -11/+8 |
* | Fix fill/cancel order by looking for NoError instead of empty blockchainErr g... | Fabio Berger | 2018-01-22 | 1 | -2/+2 |
* | Add our mainnet and kovan nodes as backups for Portal requests | Fabio Berger | 2018-01-19 | 1 | -2/+2 |
* | 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 | 3 | -46/+56 |
* | Merge pull request #325 from 0xProject/fix/portal-bugs | Leonid | 2018-01-18 | 7 | -19/+27 |
|\ |
|
| * | Use intervalUtils.clearAsyncExcludingInterval instead of calling clearInterva... | Fabio Berger | 2018-01-18 | 2 | -4/+4 |
| * | Add discourse forum to Community section of website footer | Fabio Berger | 2018-01-18 | 3 | -0/+7 |
| * | 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 |
| * | Add missing onError callbacks | Fabio Berger | 2018-01-18 | 2 | -2/+10 |
| * | Fix balance page copy to refer to the Wrap ETH tab instead of a "convert" button | Fabio Berger | 2018-01-18 | 1 | -1/+1 |
* | | Merge pull request #322 from 0xProject/fix/ci-time | Leonid | 2018-01-18 | 4 | -4/+4 |
|\ \ |
|
| * | | Enable restrict-plus-operands and fix issues detected | Leonid Logvinov | 2018-01-17 | 4 | -4/+4 |
| |/ |
|
* | | Run prettier to revert formatting changes made by the lerna publish step | Brandon Millman | 2018-01-18 | 1 | -3/+6 |
* | | Publishcontracts@2.1.4@0xproject/website@0.0.7@0xproject/monorepo-scripts@0.1.4@0xproject/kovan_faucets@1.0.50x.js@0.30.0 | Brandon Millman | 2018-01-18 | 1 | -11/+8 |
|/ |
|
* | Fix @bmilman linkedin link | Leonid Logvinov | 2018-01-12 | 1 | -1/+1 |
* | Add new team photos | Leonid Logvinov | 2018-01-12 | 3 | -4/+6 |
* | Add a CHANGELOG to a website | Leonid Logvinov | 2018-01-12 | 1 | -0/+5 |
* | Add @tom and @dekz while removing @PhABC | Leonid Logvinov | 2018-01-12 | 2 | -14/+26 |
* | Prettify package.json files | Leonid Logvinov | 2018-01-12 | 1 | -3/+6 |
* | Publishweb3-typescript-typings@0.9.3contracts@2.1.3@0xproject/website@0.0.6@0xproject/kovan_faucets@1.0.40x.js@0.29.2 | Leonid Logvinov | 2018-01-11 | 1 | -3/+3 |
* | Publishweb3-typescript-typings@0.9.1contracts@2.1.2@0xproject/website@0.0.5@0xproject/monorepo-scripts@0.1.3@0xproject/kovan_faucets@1.0.3@0xproject/dev-utils@0.0.40x.js@0.29.1 | Leonid Logvinov | 2018-01-11 | 1 | -11/+8 |
* | Fix ts error in portal after enabling more strict checks | Leonid Logvinov | 2018-01-10 | 12 | -38/+42 |
* | Return to old way of including web3 types | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 2 | -7/+5 |
* | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 9 | -307/+308 |
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 3 | -5/+3 |
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 32 | -36/+31 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 112 | -3298/+2774 |
* | Publishcontracts@2.1.1@0xproject/website@0.0.4@0xproject/monorepo-scripts@0.1.2@0xproject/kovan_faucets@1.0.2@0xproject/dev-utils@0.0.30x.js@0.29.0 | Fabio Berger | 2017-12-28 | 1 | -4/+4 |
* | Merge branch 'development' into fix/docLinks | Fabio Berger | 2017-12-22 | 57 | -849/+849 |
|\ |
|
| * | Merge pull request #285 from 0xProject/fix/underscorePrivate | Brandon Millman | 2017-12-22 | 57 | -849/+849 |
| |\ |
|
| | * | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 9 | -18/+23 |
| | |\ |
|
| | * | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 57 | -849/+849 |
* | | | | Create types sectionName constant | Fabio Berger | 2017-12-22 | 4 | -3/+7 |
* | | | | Add sectionName prefix to all anchor links in order to fix method name collis... | Fabio Berger | 2017-12-22 | 8 | -20/+64 |
|/ / / |
|
* | / | Fix Max button bug | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
| |/
|/| |
|
* | | Move call to error reporter to end of handler so that even if reporting the e... | Fabio Berger | 2017-12-21 | 4 | -6/+6 |
* | | Update outdated WETH ranges | Fabio Berger | 2017-12-21 | 1 | -4/+4 |
* | | Fix conditional | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
* | | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-12-21 | 1 | -4/+4 |
|\ \ |
|
| * | | Publishcontracts@2.1.0@0xproject/website@0.0.3@0xproject/monorepo-scripts@0.1.1@0xproject/kovan_faucets@1.0.1@0xproject/dev-utils@0.0.20x.js@0.28.0 | Leonid Logvinov | 2017-12-21 | 1 | -4/+4 |
* | | | Fix top-padding | Fabio Berger | 2017-12-21 | 3 | -5/+5 |
|/ / |
|
* | | Merge pull request #277 from 0xProject/feature/weth-events | Leonid | 2017-12-20 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Export new public types | Leonid Logvinov | 2017-12-20 | 1 | -0/+3 |
| * | Add etherToken.getLogsAsync and etherToken.subscribe with tests | Leonid Logvinov | 2017-12-20 | 1 | -0/+2 |
* | | Standardize on improved contributing section | Fabio Berger | 2017-12-20 | 1 | -0/+5 |
* | | Update and improve website README | Fabio Berger | 2017-12-20 | 1 | -26/+30 |
|/ |
|
* | Remove etherToken from smart contract docs | Fabio Berger | 2017-12-20 | 3 | -7/+0 |
* | Update new WETH addresses and localStorage clearance key | Fabio Berger | 2017-12-20 | 1 | -3/+3 |
* | Fix merge | Fabio Berger | 2017-12-20 | 4 | -7/+8 |
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-20 | 73 | -994/+942 |
|\ |
|
| * | Remove re-assignment | Fabio Berger | 2017-12-20 | 1 | -5/+9 |
| * | Merge branch 'development' into refactor/website | Fabio Berger | 2017-12-20 | 2 | -3/+4 |
| |\ |
|
| | * | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 2 | -3/+4 |
| * | | Fix scrolling topBar on Portal | Fabio Berger | 2017-12-19 | 2 | -2/+2 |
| * | | Fix overflow issue on calculated fillAmount | Fabio Berger | 2017-12-19 | 1 | -15/+13 |
| * | | Fix faulty import | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
| * | | Refactor remaining _.assign to spread operator | Fabio Berger | 2017-12-19 | 4 | -8/+15 |
| * | | Move muiTheme into it's own module | Fabio Berger | 2017-12-19 | 2 | -35/+37 |
| * | | Merge branch 'development' into refactor/website | Fabio Berger | 2017-12-19 | 3 | -16/+25 |
| |\| |
|
| * | | Refactor configs and constants, standardize on uppercase/snakecase, alphebeti... | Fabio Berger | 2017-12-19 | 28 | -295/+298 |
| * | | Sort colors into color spectrum | Fabio Berger | 2017-12-18 | 1 | -8/+22 |
| * | | remove unused style | Fabio Berger | 2017-12-18 | 1 | -5/+0 |
| * | | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 40 | -92/+91 |
| * | | Standardize colors to always be in uppercase hex and consolidate material-ui ... | Fabio Berger | 2017-12-18 | 21 | -50/+48 |
| * | | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 48 | -226/+169 |
| * | | Remove unused `location` prop | Fabio Berger | 2017-12-18 | 6 | -8/+6 |
| * | | Use bigNumberConfigs from @0xproject/utils in website repo | Fabio Berger | 2017-12-18 | 2 | -5/+3 |
| * | | Fix unhoverable help tooltip by renaming `Trade Permissions` to `Allowance` | Fabio Berger | 2017-12-18 | 1 | -2/+2 |
| * | | Replace remaining strEnums with property TS string enums | Fabio Berger | 2017-12-18 | 15 | -92/+79 |
| * | | Update ActionType enum and move from using _.assign in reducer | Fabio Berger | 2017-12-18 | 3 | -180/+222 |
| * | | Remove unused enums | Fabio Berger | 2017-12-18 | 3 | -39/+0 |
| * | | Update first two string enums to native type | Fabio Berger | 2017-12-18 | 13 | -58/+56 |
* | | | Add WETH | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
* | | | remove extra space | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
* | | | Remove binding on prop passed callbacks | Fabio Berger | 2017-12-19 | 2 | -4/+4 |
* | | | Add airtable tasks to TODO's | Fabio Berger | 2017-12-19 | 1 | -0/+3 |
* | | | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-19 | 1 | -10/+19 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge pull request #268 from 0xProject/fix/codeSelectingInDocs | Fabio Berger | 2017-12-19 | 1 | -10/+19 |
| |\ \ |
|
| | * | | Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering o... | Fabio Berger | 2017-12-18 | 1 | -10/+19 |
| | |/ |
|
| * / | Update website calls to deposit/withdraw | Fabio Berger | 2017-12-18 | 2 | -6/+6 |
| |/ |
|
* | | Temporarily pretend as if new WETH contracts are already whitelisted by token... | Fabio Berger | 2017-12-18 | 2 | -6/+18 |
* | | Add notice dialog to balances page about updating the WETH contract. We also ... | Fabio Berger | 2017-12-18 | 3 | -10/+79 |
* | | Fix linter errors | Fabio Berger | 2017-12-18 | 1 | -2/+4 |
* | | Move weth.io url to constants | Fabio Berger | 2017-12-18 | 2 | -1/+2 |
* | | Make it such that Wrapped Ether page works on networks without any outdated W... | Fabio Berger | 2017-12-18 | 1 | -11/+19 |
* | | Add `Max` convenience button in unwrap WETH dialog | Fabio Berger | 2017-12-18 | 1 | -1/+15 |
* | | Link all EtherTokens to Etherscan and add address tooltip | Fabio Berger | 2017-12-18 | 1 | -20/+53 |
* | | Update to passing etherTokenAddress into withdraw and deposit calls | Fabio Berger | 2017-12-18 | 2 | -6/+6 |
* | | Since sending the error report could take some time, we first trigger `onErro... | Fabio Berger | 2017-12-17 | 1 | -1/+1 |
|/ |
|
* | Temporary hack to alleviate issues with updating tokenRegistry with new WETH ... | Fabio Berger | 2017-12-16 | 1 | -1/+14 |
* | Two mysteriously missing imports | Fabio Berger | 2017-12-16 | 2 | -0/+2 |
* | Fix linter errors | Fabio Berger | 2017-12-16 | 3 | -13/+0 |
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-16 | 58 | -265/+38 |
|\ |
|
| * | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 2 | -2/+2 |
| * | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 56 | -256/+28 |
| * | Reuse intervalutils in website | Leonid Logvinov | 2017-12-15 | 2 | -6/+6 |
| * | Merge branch 'development' into feature/addKovanFaucets | Brandon Millman | 2017-12-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add new packages to main README | Leonid Logvinov | 2017-12-13 | 1 | -1/+1 |
| * | | Fix build errors | Brandon Millman | 2017-12-13 | 1 | -1/+1 |
| |/ |
|
* | | Update name to be a call to action | Fabio Berger | 2017-12-16 | 1 | -1/+1 |
* | | Add default value for onConversionSuccessful | Fabio Berger | 2017-12-16 | 1 | -3/+2 |
* | | Improve WETH page styling | Fabio Berger | 2017-12-15 | 2 | -12/+35 |
* | | Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ... | Fabio Berger | 2017-12-15 | 3 | -72/+208 |
* | | Refactor the WETH conversion dialog/button to be either wrap or unwrap specif... | Fabio Berger | 2017-12-15 | 2 | -59/+109 |
* | | Clear trackedTokens so that a user starts tracking the new WETH and no longer... | Fabio Berger | 2017-12-14 | 3 | -0/+14 |
* | | Make label optional and make sure the input field still renders properly with... | Fabio Berger | 2017-12-14 | 1 | -3/+4 |
* | | Remove ETH-WETH convert button from balances page | Fabio Berger | 2017-12-14 | 2 | -25/+0 |
* | | Remove temporary hack | Fabio Berger | 2017-12-14 | 1 | -2/+0 |
* | | Use boxed ETH | Fabio Berger | 2017-12-14 | 1 | -0/+0 |
* | | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-13 | 2 | -31/+57 |
|\| |
|
| * | Fix typedoc_utils to take into account subPackageName when rendering call path | Brandon Millman | 2017-12-13 | 1 | -30/+44 |
| * | Merge pull request #261 from 0xProject/feature/addWebSocketDocs | Brandon Millman | 2017-12-13 | 1 | -1/+13 |
| |\ |
|
| | * | Add WebSocketOrderbookChannel to connect docs | Brandon Millman | 2017-12-12 | 1 | -1/+13 |
* | | | progress weth page | Fabio Berger | 2017-12-13 | 9 | -2/+264 |
|/ / |
|
* | | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-12-13 | 4 | -15/+6 |
|\| |
|
| * | Merge pull request #257 from 0xProject/fix/ethereum-address | Leonid | 2017-12-12 | 3 | -8/+2 |
| |\ |
|
| | * | Fix an invocation | Leonid Logvinov | 2017-12-12 | 1 | -1/+1 |
| | * | Move isAddress to shared utils and remove all dependencies on ethereum-address | Leonid Logvinov | 2017-12-11 | 3 | -7/+1 |
| * | | Re-hard code the dependency | Leonid Logvinov | 2017-12-12 | 1 | -1/+1 |
| * | | Don't unsubscribe on error. It's done automatically | Leonid Logvinov | 2017-12-12 | 2 | -7/+4 |
| |/ |
|
* / | Resize token icons | Fabio Berger | 2017-12-13 | 6 | -0/+0 |
|/ |
|
* | Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2 | Brandon Millman | 2017-12-09 | 1 | -2/+2 |
* | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-09 | 4 | -14/+12 |
|\ |
|
| * | Merge branch 'development' into feature/web3-wrapper | Leonid | 2017-12-08 | 2 | -6/+12 |
| |\ |
|
| * | | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 6 | -16/+14 |
* | | | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-08 | 2 | -6/+12 |
|\ \ \
| | |/
| |/| |
|
| * | | Make sure we don't pass empty maker into getOrderHashHex | Fabio Berger | 2017-12-08 | 1 | -1/+2 |
| * | | Make sure we always pass in the correct networkId even if no injectedWeb3 found | Fabio Berger | 2017-12-08 | 1 | -5/+10 |
| |/ |
|
* | | remove unneeded reset | Fabio Berger | 2017-12-07 | 1 | -2/+0 |
* | | Fix version and remove the UMD build | Fabio Berger | 2017-12-07 | 1 | -1/+1 |
* | | Fix tslint error | Fabio Berger | 2017-12-07 | 1 | -1/+1 |
* | | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-07 | 4 | -11/+11 |
|\| |
|
| * | Merge branch 'development' into feature/airport-experiments | Leonid | 2017-12-06 | 3 | -3/+3 |
| |\ |
|
| | * | Add missing await | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | * | Move declaration into proper conditional block | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | * | Fix Party element so that an identicon's height is that which was passed in | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| * | | Use same versions of dependencies everywhere | Leonid Logvinov | 2017-12-06 | 1 | -8/+9 |
| |/ |
|
* | | Use subproviders subpackage in website and remove old subproviders | Fabio Berger | 2017-12-06 | 7 | -300/+45 |
* | | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-06 | 3 | -1/+14 |
|\| |
|
| * | Add orderWatcher to 0x.js docs | Fabio Berger | 2017-11-30 | 3 | -1/+14 |
* | | bump version | Fabio Berger | 2017-12-05 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-11-30 | 1 | -1/+1 |
|\ |
|
| * | Publish@0xproject/connect@0.2.0 | Brandon Millman | 2017-11-30 | 1 | -1/+1 |
* | | Add order and signedOrder to public types | Fabio Berger | 2017-11-30 | 1 | -0/+2 |
|/ |
|
* | Add TokenTradeInfo to public types | Fabio Berger | 2017-11-30 | 1 | -0/+1 |
* | Merge branch 'development' into feature/connect-docs | Fabio Berger | 2017-11-29 | 2 | -3/+3 |
|\ |
|
| * | Fix connect documentation introduction and installation wording | Brandon Millman | 2017-11-29 | 2 | -3/+3 |
* | | Rename @0xproject/connect to 0x Connect | Fabio Berger | 2017-11-29 | 2 | -2/+2 |
* | | Rename packageName to displayName for clarity | Fabio Berger | 2017-11-29 | 7 | -9/+9 |
* | | Fix phantom `Contracts` section issue | Fabio Berger | 2017-11-29 | 1 | -0/+5 |
* | | Add 0x Connect to footer | Fabio Berger | 2017-11-29 | 1 | -0/+4 |
* | | Update 0x.js to 0.27.1 | Fabio Berger | 2017-11-29 | 1 | -1/+1 |
* | | Lock the 0x.js version used in website | Fabio Berger | 2017-11-29 | 1 | -1/+1 |
* | | Merge branch 'development' into feature/connect-docs | Fabio Berger | 2017-11-29 | 4 | -14/+5 |
|\| |
|
| * | Merge pull request #243 from 0xProject/fix/refactorDocs | Fabio Berger | 2017-11-29 | 21 | -691/+548 |
| |\ |
|
| | * | rename for clarity | Fabio Berger | 2017-11-29 | 2 | -4/+4 |
| | * | remove unused code | Fabio Berger | 2017-11-29 | 1 | -9/+0 |
| * | | Publish | Leonid Logvinov | 2017-11-29 | 1 | -1/+1 |
* | | | Add 0x Connect Docs to the menu and topBar | Fabio Berger | 2017-11-29 | 2 | -6/+22 |
* | | | Add connect docs | Fabio Berger | 2017-11-29 | 3 | -0/+105 |
* | | | Add subPackageName and get rid of hard-coded 0x.js in sourceLink | Fabio Berger | 2017-11-29 | 6 | -2/+17 |
| |/
|/| |
|
* | | Merge branch 'development' into fix/refactorDocs | Fabio Berger | 2017-11-29 | 2 | -1/+3 |
|\| |
|
| * | Export TransactionOpts type | Leonid Logvinov | 2017-11-29 | 1 | -0/+1 |
| * | Make website private | Leonid Logvinov | 2017-11-29 | 1 | -0/+1 |
| * | Publish | Leonid Logvinov | 2017-11-29 | 1 | -1/+1 |
* | | Refactor the topLevel documentation react components for 0x.js and Smart cont... | Fabio Berger | 2017-11-29 | 10 | -599/+323 |
* | | Fix tslint error | Fabio Berger | 2017-11-29 | 1 | -1/+1 |
* | | Refactor docs to be more declarative, put all hard-coded doc-related data in ... | Fabio Berger | 2017-11-29 | 16 | -286/+428 |
|/ |
|
* | Last remaining website fixes | Fabio Berger | 2017-11-28 | 2 | -8/+10 |
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 87 | -469/+496 |
* | Fix tslint issues | Fabio Berger | 2017-11-28 | 20 | -257/+275 |