Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplicate sol-compiler dep | Fabio Berger | 2018-07-12 | 1 | -1/+0 |
* | Temporarily remove OrderWatcher from 0x.js | Fabio Berger | 2018-07-11 | 3 | -18/+0 |
* | Merge pull request #848 from 0xProject/feature/contracts/safeMath | Alex Browne | 2018-07-11 | 28 | -637/+101468 |
|\ | |||||
| * | Update artifacts | Amir Bandeali | 2018-07-11 | 27 | -634/+101453 |
| * | Add revert reasons and optimization to safeMath | Amir Bandeali | 2018-07-11 | 1 | -3/+15 |
* | | Merge pull request #849 from 0xProject/feature/website/tokens-backend | Brandon Millman | 2018-07-11 | 2 | -3/+13 |
|\ \ | |/ |/| | |||||
| * | Grab token registry information from our DB for mainnet | Brandon Millman | 2018-07-11 | 2 | -3/+13 |
* | | Merge pull request #837 from 0xProject/fix/contracts/assetProxyOwnerVersion | Amir Bandeali | 2018-07-11 | 7 | -17/+76 |
|\ \ | |/ |/| | |||||
| * | Use 0.4.10 in AssetProxyOwner, add readBytes4 to contract and remove LibBytes | Amir Bandeali | 2018-07-11 | 7 | -17/+76 |
|/ | |||||
* | Merge pull request #846 from 0xProject/feature/website/add-peter-to-about | Francesco Agosti | 2018-07-11 | 2 | -0/+7 |
|\ | |||||
| * | Add LinkedIn for Peter | fragosti | 2018-07-11 | 1 | -0/+1 |
| * | Add Peter to about page | fragosti | 2018-07-10 | 2 | -0/+6 |
* | | Merge pull request #845 from 0xProject/bug/website/portal-soft-launch-fixes | Francesco Agosti | 2018-07-11 | 9 | -10/+84 |
|\ \ | |/ |/| | |||||
| * | Update rollbar for telemetry | fragosti | 2018-07-10 | 3 | -2/+3 |
| * | Get rollbar uploads working by enabling sourcemaps | fragosti | 2018-07-10 | 3 | -5/+9 |
| * | Fix unsubscribe bug | fragosti | 2018-07-10 | 1 | -1/+3 |
| * | Use JSON stringify around GIT_SHA | fragosti | 2018-07-10 | 1 | -1/+1 |
| * | Add sourcemaps for rollbar | fragosti | 2018-07-10 | 5 | -3/+70 |
|/ | |||||
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-07-10 | 2 | -0/+0 |
|\ | |||||
| * | Delete wings.png | Brandon Millman | 2018-07-10 | 1 | -0/+0 |
| * | Delete taas.png | Brandon Millman | 2018-07-10 | 1 | -0/+0 |
* | | Change Jacobs title to Ecosystem Engineer | fragosti | 2018-07-10 | 1 | -1/+1 |
|/ | |||||
* | Delete qtum.png | Brandon Millman | 2018-07-10 | 1 | -0/+0 |
* | Delete eos.png | Brandon Millman | 2018-07-10 | 1 | -0/+0 |
* | Update icon file names | Brandon Millman | 2018-07-10 | 4 | -0/+0 |
* | Merge pull request #843 from 0xProject/update-after-dev-publish | Fabio Berger | 2018-07-10 | 81 | -238/+562 |
|\ | |||||
| * | Fix changelogs | Fabio Berger | 2018-07-10 | 6 | -0/+12 |
| * | Remaining version fixes | Fabio Berger | 2018-07-10 | 3 | -22/+60 |
| * | Update incorrect versions | Fabio Berger | 2018-07-10 | 2 | -3/+3 |
| * | Update package versions | Fabio Berger | 2018-07-10 | 30 | -208/+209 |
| * | Update changelogs | Fabio Berger | 2018-07-09 | 50 | -13/+286 |
|/ | |||||
* | Add back timestamp | Fabio Berger | 2018-07-09 | 1 | -0/+1 |
* | Merge pull request #841 from 0xProject/feature/v2-contract-wrappers-validation | Leonid Logvinov | 2018-07-09 | 9 | -42/+188 |
|\ | |||||
| * | Ignore coverage of generated files | Leonid Logvinov | 2018-07-09 | 1 | -0/+1 |
| * | Dedupe AssetProxyId types | Leonid Logvinov | 2018-07-09 | 5 | -10/+3 |
| * | Fix a typo | Leonid Logvinov | 2018-07-09 | 1 | -1/+1 |
| * | Default shouldValidate to true | Leonid Logvinov | 2018-07-09 | 1 | -17/+17 |
| * | Add basic validation for exchange contract wrapper | Leonid Logvinov | 2018-07-09 | 2 | -18/+159 |
| * | Add type for AssetProxyId | Leonid Logvinov | 2018-07-09 | 1 | -0/+5 |
| * | Add revert reason parsing to error handling decorator | Leonid Logvinov | 2018-07-09 | 2 | -0/+6 |
| * | Render callAsync in templates even if it returns nothing | Leonid Logvinov | 2018-07-09 | 1 | -2/+0 |
| * | Return AssetProxyId instead of string from proxy.getProxyIdAsync() | Leonid Logvinov | 2018-07-09 | 2 | -4/+6 |
|/ | |||||
* | Merge pull request #833 from feuGeneA/issue-823 | Fabio Berger | 2018-07-09 | 1 | -0/+12 |
|\ | |||||
| * | document how to check test coverage on a fork | F. Eugene Aumson | 2018-07-06 | 1 | -0/+12 |
* | | Merge pull request #839 from 0xProject/refactor/contracts/forwarder-interfaces | Amir Bandeali | 2018-07-09 | 20 | -373/+844 |
|\ \ | |||||
| * | | Move functions out of Forwarder.sol | Amir Bandeali | 2018-07-08 | 12 | -42/+35 |
| * | | Add interfaces and mixins | Amir Bandeali | 2018-07-08 | 16 | -61/+573 |
| * | | Combine mixins | Amir Bandeali | 2018-07-08 | 6 | -284/+218 |
| * | | Use interfaces instead of full contracts | Amir Bandeali | 2018-07-08 | 4 | -7/+39 |
* | | | Give environment enums string values | Brandon Millman | 2018-07-08 | 1 | -2/+2 |
|/ / | |||||
* | | Shim shouldShowPortalV2 to always return true | fragosti | 2018-07-07 | 1 | -1/+3 |
* | | Merge pull request #838 from 0xProject/feature/website/portal-final-touches | Francesco Agosti | 2018-07-07 | 12 | -107/+165 |
|\ \ | |||||
| * | | Fix lint errors | fragosti | 2018-07-07 | 1 | -1/+1 |
| * | | Make unlock metamask step look more like mock | fragosti | 2018-07-07 | 4 | -52/+81 |
| * | | Add updated asset for unlock metamask portal onboarding step | fragosti | 2018-07-07 | 5 | -21/+25 |
| * | | Create Balance component and make token symbols smaller than token amounts | fragosti | 2018-07-07 | 7 | -38/+63 |
| * | | Give Wallet a min height | fragosti | 2018-07-07 | 1 | -1/+1 |
* | | | Merge pull request #826 from 0xProject/refactor/contracts/todos | Amir Bandeali | 2018-07-07 | 30 | -65/+49 |
|\ \ \ | |||||
| * | | | Add lint-contracts to default lint command | Amir Bandeali | 2018-07-07 | 1 | -1/+1 |
| * | | | Remove TODOs that won't be addressed | Amir Bandeali | 2018-07-07 | 4 | -10/+3 |
| * | | | Remove AbiV2 where unused | Amir Bandeali | 2018-07-07 | 23 | -38/+27 |
| * | | | Only reset currentContextAddress if it was previously updated | Amir Bandeali | 2018-07-07 | 1 | -8/+11 |
| * | | | Change uint => uint256 | Amir Bandeali | 2018-07-07 | 1 | -8/+7 |
* | | | | Merge pull request #835 from 0xProject/feature/website/token-updates | Brandon Millman | 2018-07-07 | 149 | -57/+39 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Update token registry icons and asset picker flows | Brandon Millman | 2018-07-07 | 149 | -57/+39 |
* | | | | Merge pull request #828 from 0xProject/feature/website/portal-improvements | Brandon Millman | 2018-07-07 | 6 | -8/+41 |
|\ \ \ \ | |||||
| * | | | | address CR feedback | fragosti | 2018-07-07 | 2 | -3/+4 |
| * | | | | Make wallet height responsive | fragosti | 2018-07-06 | 1 | -1/+1 |
| * | | | | Poll for gas prices and use fast instead of average for better UX | fragosti | 2018-07-06 | 2 | -4/+29 |
| * | | | | Just disable closing onboarding by clicking outside for firefox | fragosti | 2018-07-06 | 1 | -3/+1 |
| * | | | | Use default networkId of 1 for ledger dropdown | fragosti | 2018-07-06 | 1 | -1/+4 |
| * | | | | Fix onboarding closing on unlock metamask step on click outside | fragosti | 2018-07-06 | 2 | -2/+8 |
* | | | | | Hard code exchange abi | Brandon Millman | 2018-07-07 | 2 | -1/+616 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #829 from 0xProject/bug/web3-wrapper/fix-invalid-transacti... | Francesco Agosti | 2018-07-07 | 4 | -2/+26 |
|\ \ \ \ | |||||
| * | | | | Fix linting issues | fragosti | 2018-07-07 | 1 | -1/+1 |
| * | | | | Export marshaller and use it to unmarshal tx dataa | fragosti | 2018-07-07 | 3 | -2/+13 |
| * | | | | Revert moving formatUtils into utils | fragosti | 2018-07-07 | 7 | -59/+43 |
| * | | | | Add formatUtils | fragosti | 2018-07-06 | 1 | -0/+61 |
| * | | | | Add to changelog, rename to formatUtils and lint | fragosti | 2018-07-06 | 5 | -94/+41 |
| * | | | | Add conversion utility file | fragosti | 2018-07-06 | 1 | -0/+59 |
| * | | | | Unmarshall txn data in SignerSubprovider before calling web3wrapper sendTrans... | fragosti | 2018-07-06 | 6 | -97/+46 |
| * | | | | Add unmarshallTxData to marshaller | fragosti | 2018-07-06 | 1 | -0/+13 |
* | | | | | Merge pull request #834 from 0xProject/fix/contracts/linter | Amir Bandeali | 2018-07-07 | 75 | -309/+364 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Apply new linter rules | Amir Bandeali | 2018-07-07 | 74 | -299/+351 |
| * | | | | Update linter config | Amir Bandeali | 2018-07-07 | 2 | -11/+14 |
|/ / / / | |||||
* | | | | Instantiate BlockAndLogStreamer with generic type parameters | Leonid Logvinov | 2018-07-06 | 1 | -1/+1 |
* | | | | Merge pull request #831 from 0xProject/fix-readme-intros | Fabio Berger | 2018-07-06 | 4 | -16/+17 |
|\ \ \ \ | |||||
| * | | | | Update readme and doc intros | Fabio Berger | 2018-07-06 | 4 | -16/+17 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #825 from 0xProject/fix-order-watcher | Fabio Berger | 2018-07-06 | 7 | -181/+96 |
|\ \ \ \ | |||||
| * | | | | Add isVerbose flag and log blockstream recoverable errors rather then bubblin... | Fabio Berger | 2018-07-06 | 3 | -10/+17 |
| * | | | | properly stop blockstream and pass stateLayer into blockstream | Fabio Berger | 2018-07-06 | 1 | -6/+19 |
| * | | | | Add pr number | Fabio Berger | 2018-07-06 | 1 | -2/+4 |
| * | | | | Add changelog notes | Fabio Berger | 2018-07-06 | 1 | -1/+4 |
| * | | | | Don't unsubscribe on Blockstream errors | Fabio Berger | 2018-07-06 | 2 | -6/+1 |
| * | | | | Pass actual networkId | Fabio Berger | 2018-07-06 | 1 | -6/+5 |
| * | | | | Remove legacy logic | Fabio Berger | 2018-07-05 | 1 | -35/+0 |
| * | | | | Refactor order-watcher to use Blockstream under-the-hood | Fabio Berger | 2018-07-05 | 3 | -173/+104 |
* | | | | | Fix imports | Leonid Logvinov | 2018-07-06 | 1 | -2/+2 |
* | | | | | Merge pull request #822 from 0xProject/v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-06 | 120 | -5720/+12137 |
|\ \ \ \ \ | |||||
| * | | | | | Fix tests | Leonid Logvinov | 2018-07-06 | 7 | -38/+28 |
| * | | | | | Fix prettier | Leonid Logvinov | 2018-07-05 | 1 | -1/+2 |
| * | | | | | Fix merge conflicts | Leonid Logvinov | 2018-07-05 | 2 | -11/+3 |
| * | | | | | Add CHANGELOG entries | Leonid Logvinov | 2018-07-05 | 2 | -1/+18 |
| * | | | | | Upgrade artifacts | Leonid Logvinov | 2018-07-05 | 2 | -8/+183 |
| * | | | | | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 13 | -92/+575 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge pull request #814 from 0xProject/feature/fill-scenarios-v2 | Leonid Logvinov | 2018-07-05 | 68 | -1427/+7306 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Adjust comments | Leonid Logvinov | 2018-07-05 | 2 | -121/+81 |
| | * | | | | | | Fix comments | Leonid Logvinov | 2018-07-05 | 1 | -5/+5 |
| | * | | | | | | Improve the comment | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| | * | | | | | | Rename Proxie to Proxy | Leonid Logvinov | 2018-07-05 | 2 | -5/+3 |
| | * | | | | | | Rename compact_artifacts to artifacts | Leonid Logvinov | 2018-07-05 | 11 | -12/+12 |
| | * | | | | | | Rearrange assertions t match parameter order | Leonid Logvinov | 2018-07-05 | 4 | -145/+118 |
| | * | | | | | | Fix match orders test and add a validation TODO | Leonid Logvinov | 2018-07-05 | 2 | -3/+12 |
| | * | | | | | | Add tests for exchange contract wrapper | Leonid Logvinov | 2018-07-05 | 1 | -1029/+313 |
| | * | | | | | | Add Exchange contract wrapper | Leonid Logvinov | 2018-07-05 | 3 | -3/+1040 |
| | * | | | | | | Pass through blockPollingInterval down to contract wrapper | Leonid Logvinov | 2018-07-05 | 3 | -6/+21 |
| | * | | | | | | Export orderStatus and OrderInfo | Leonid Logvinov | 2018-07-05 | 1 | -0/+2 |
| | * | | | | | | Add blockPollingInterval config to contractWrappers config type | Leonid Logvinov | 2018-07-05 | 1 | -0/+2 |
| | * | | | | | | Add contractWrappers.erc721Proxy.getproxyIdAsync | Leonid Logvinov | 2018-07-05 | 1 | -0/+9 |
| | * | | | | | | Add contractWrappers.erc20Proxy.getproxyIdAsync | Leonid Logvinov | 2018-07-05 | 1 | -0/+9 |
| | * | | | | | | Make it possible to configure block polling interval in base contract wrapper | Leonid Logvinov | 2018-07-05 | 23 | -237/+247 |
| | * | | | | | | Add blockPollingIntervalMs as an optional field to contract-wrappers config s... | Leonid Logvinov | 2018-07-05 | 2 | -0/+2 |
| | * | | | | | | Add even more entries to postinstall hack | Leonid Logvinov | 2018-07-05 | 1 | -2/+2 |
| | * | | | | | | Update dummy tokens addresses in token_utils | Leonid Logvinov | 2018-07-05 | 1 | -3/+3 |
| | * | | | | | | Remove only from tests | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| | * | | | | | | Add OrderInfo and OrderStatus to types | Leonid Logvinov | 2018-07-05 | 1 | -0/+16 |
| | * | | | | | | Add OrderTxOptsSchema | Leonid Logvinov | 2018-07-05 | 1 | -0/+8 |
| | * | | | | | | Refactor fill-scenarios for V2 | Leonid Logvinov | 2018-07-05 | 3 | -49/+16 |
| | * | | | | | | Export ecSignatureParameterSchema from json-schemas | Leonid Logvinov | 2018-07-05 | 1 | -1/+2 |
| | * | | | | | | Add ordersSchema to json-schemas | Leonid Logvinov | 2018-07-05 | 2 | -0/+7 |
| | * | | | | | | Fix VRS signature generation in order-utils | Leonid Logvinov | 2018-07-05 | 1 | -2/+3 |
| | * | | | | | | Update ABI in compact_artifacts | Leonid Logvinov | 2018-07-05 | 3 | -86/+585 |
| | * | | | | | | Upgrade artifacts | Leonid Logvinov | 2018-07-05 | 16 | -1/+5071 |
| | * | | | | | | Dump assert version and make the order-watcher depend on the old assert version | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| |/ / / / / / | |||||
| * | | | | | | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 278 | -2774/+8486 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Revert all changes to the contracts | Leonid Logvinov | 2018-07-05 | 14 | -360/+64 |
| * | | | | | | Merge pull request #782 from 0xProject/feature/contract-wrappers-v2 | Leonid Logvinov | 2018-07-03 | 113 | -11290/+6659 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix build after rebase | Leonid Logvinov | 2018-06-29 | 2 | -3/+3 |
| | * | | | | | | Add a comment | Leonid Logvinov | 2018-06-29 | 1 | -0/+2 |
| | * | | | | | | Assign true values to names vars | Leonid Logvinov | 2018-06-29 | 1 | -8/+13 |
| | * | | | | | | Fix a typo | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | * | | | | | | Set the interval to 0 in awaitTranscationSuccessAsync | Leonid Logvinov | 2018-06-29 | 10 | -34/+76 |
| | * | | | | | | Make promises dangerous | Leonid Logvinov | 2018-06-29 | 3 | -3/+0 |
| | * | | | | | | Add a TODO comment | Leonid Logvinov | 2018-06-29 | 1 | -0/+1 |
| | * | | | | | | Add isSubscriptionToken assertion | Leonid Logvinov | 2018-06-29 | 4 | -0/+8 |
| | * | | | | | | Rename approved to approvedAddress | Leonid Logvinov | 2018-06-29 | 1 | -2/+2 |
| | * | | | | | | Use removeUndefinedProperties for txOpts | Leonid Logvinov | 2018-06-29 | 3 | -32/+55 |
| | * | | | | | | Rename getApprovedAsync to getApprovedIfExistsAsync | Leonid Logvinov | 2018-06-29 | 2 | -8/+11 |
| | * | | | | | | Add HACK comments | Leonid Logvinov | 2018-06-29 | 4 | -0/+8 |
| | * | | | | | | Add assertions for txOpts and methodOpts | Leonid Logvinov | 2018-06-29 | 4 | -38/+75 |
| | * | | | | | | Remove v2 artifact scripts | Leonid Logvinov | 2018-06-29 | 1 | -4/+1 |
| | * | | | | | | Remove tokenTransferProxyAddress from config | Leonid Logvinov | 2018-06-29 | 2 | -10/+6 |
| | * | | | | | | Add a hack comment | Leonid Logvinov | 2018-06-29 | 1 | -0/+2 |
| | * | | | | | | Fix a typo | Leonid Logvinov | 2018-06-29 | 2 | -2/+2 |
| | * | | | | | | Fix linter errors | Leonid Logvinov | 2018-06-29 | 1 | -2/+0 |
| | * | | | | | | Fix addresses in WETH9 and ZRX token artifacts | Leonid Logvinov | 2018-06-29 | 2 | -2/+2 |
| | * | | | | | | Fix the token supply in migrations | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | * | | | | | | Dump assert version and make the order-watcher depend on the old assert version | Leonid Logvinov | 2018-06-29 | 8 | -10/+20 |
| | * | | | | | | Change event args names after templates change | Leonid Logvinov | 2018-06-29 | 1 | -16/+16 |
| | * | | | | | | Add contract-wrappers -> json-schemas and order-utils to postinstall hack | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | * | | | | | | Change import paths from z_r_x and e_r_c to zrx and erc in migrations | Leonid Logvinov | 2018-06-29 | 2 | -5/+5 |
| | * | | | | | | Regenerate yarn.lock | Leonid Logvinov | 2018-06-29 | 1 | -9/+29 |
| | * | | | | | | Export newly refactored contracts from contract-wrappers and index.ts | Leonid Logvinov | 2018-06-29 | 2 | -70/+50 |
| | * | | | | | | Change artifacts list and add dependencies to package.json | Leonid Logvinov | 2018-06-29 | 1 | -6/+6 |
| | * | | | | | | Bump the version so that order-watcher doesn't pick it up | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | * | | | | | | Refactor event subscription tests | Leonid Logvinov | 2018-06-29 | 1 | -13/+27 |
| | * | | | | | | Refactor types | Leonid Logvinov | 2018-06-29 | 1 | -35/+21 |
| | * | | | | | | Implement ERC721 token wrapper and token transfer proxy with tests | Leonid Logvinov | 2018-06-29 | 4 | -0/+1008 |
| | * | | | | | | Refactor ERC20 token transfer proxy and it's tests | Leonid Logvinov | 2018-06-29 | 2 | -29/+27 |
| | * | | | | | | Refactor ERC20 token wrapper and it's tests | Leonid Logvinov | 2018-06-29 | 2 | -151/+208 |
| | * | | | | | | Refactor ether token wrapper test | Leonid Logvinov | 2018-06-29 | 1 | -53/+64 |
| | * | | | | | | Refactor base contract-wrapper class to use new names, artifact format and on... | Leonid Logvinov | 2018-06-29 | 1 | -21/+13 |
| | * | | | | | | Refactor EtherToken contract wrapper to use new names and artifacts format | Leonid Logvinov | 2018-06-29 | 1 | -19/+19 |
| | * | | | | | | Use new signature verification method in assertions | Leonid Logvinov | 2018-06-29 | 1 | -9/+12 |
| | * | | | | | | Export txDefaults from web3_wrapper.ts | Leonid Logvinov | 2018-06-29 | 1 | -3/+7 |
| | * | | | | | | Refactor tokenUtils to not use tokenRegistry | Leonid Logvinov | 2018-06-29 | 1 | -30/+42 |
| | * | | | | | | Add new test constants | Leonid Logvinov | 2018-06-29 | 1 | -0/+8 |
| | * | | | | | | Skip & refactor artifacts tests | Leonid Logvinov | 2018-06-29 | 1 | -15/+9 |
| | * | | | | | | Run V2 migrations instead of V1 before tests | Leonid Logvinov | 2018-06-29 | 1 | -3/+3 |
| | * | | | | | | Remove unused params in filter_utils | Leonid Logvinov | 2018-06-29 | 1 | -13/+3 |
| | * | | | | | | Start unused parameter names with underscore | Leonid Logvinov | 2018-06-29 | 1 | -4/+4 |
| | * | | | | | | Remove old contracts and add new ones to/from artifacts.ts | Leonid Logvinov | 2018-06-29 | 1 | -14/+19 |
| | * | | | | | | Remove exchange-related functionality for now | Leonid Logvinov | 2018-06-29 | 12 | -3691/+0 |
| | * | | | | | | Update compact_wrtifacts | Leonid Logvinov | 2018-06-29 | 14 | -1820/+3311 |
| | * | | | | | | Change import paths from z_r_x and e_r_c to zrx and erc. Also rename event ar... | Leonid Logvinov | 2018-06-29 | 12 | -61/+359 |
| | * | | | | | | Change import paths from z_r_x and e_r_c to zrx and erc | Leonid Logvinov | 2018-06-29 | 1 | -2/+2 |
| | * | | | | | | Rename TransferContractEventArgs to MetacoinTransferEventArgs after changing ... | Leonid Logvinov | 2018-06-29 | 1 | -4/+4 |
| | * | | | | | | Change import paths from z_r_x and e_r_c to zrx and erc | Leonid Logvinov | 2018-06-29 | 2 | -4/+4 |
| | * | | | | | | Pin contract-wrappers version | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | * | | | | | | Remove unused code/variables from abi-decoder | Leonid Logvinov | 2018-06-29 | 1 | -2/+0 |
| | * | | | | | | Rename {{*}}ContractEventArgs to {{*}}EventArgs and append {{contractName}} t... | Leonid Logvinov | 2018-06-29 | 2 | -3/+3 |
| | * | | | | | | Update json-schema version to 1.0.0 | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | * | | | | | | Add to postinstall hack: rm fill-scenarios/node_modules/@0xproject | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | * | | | | | | Remove generated contract directory before writing new contracts and replace ... | Leonid Logvinov | 2018-06-29 | 2 | -3/+5 |
* | | | | | | | | Types: Move Forwarder Revert Reason into types package | Jacob Evans | 2018-07-06 | 3 | -13/+13 |
* | | | | | | | | Forwarder specify the revert reasons | Jacob Evans | 2018-07-06 | 1 | -21/+31 |
* | | | | | | | | Forwarder fix linter error | Jacob Evans | 2018-07-06 | 1 | -1/+1 |
* | | | | | | | | Update to new assertions | Jacob Evans | 2018-07-06 | 1 | -18/+16 |
* | | | | | | | | Merge pull request #522 from 0xProject/feature/contracts/forwarder | Jacob Evans | 2018-07-06 | 24 | -99/+3177 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Forwarding contract (squashed commits) | Jacob Evans | 2018-07-06 | 25 | -115/+3193 |
* | | | | | | | | | Merge pull request #827 from 0xProject/feature/website/landing-page-cta | Brandon Millman | 2018-07-06 | 9 | -48/+54 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||||
| * | | | | | | | | Change call to action link to /portal | Brandon Millman | 2018-07-06 | 1 | -6/+2 |
| * | | | | | | | | Unify large and small padding in Portal | Brandon Millman | 2018-07-06 | 1 | -13/+6 |
| * | | | | | | | | Implement landing page change in preperation for portal | Brandon Millman | 2018-07-06 | 9 | -29/+46 |
* | | | | | | | | | Merge pull request #824 from protofire/v2-prototype-solhint | Amir Bandeali | 2018-07-06 | 63 | -10/+334 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Contracts 2.0.0 were linted with solhint | Alex Shafranovich | 2018-07-06 | 60 | -1/+78 |
| * | | | | | | | | Added Solhint package and 'lint-contracts' npm script | Alex Shafranovich | 2018-07-06 | 3 | -9/+256 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #820 from 0xProject/bug/website/top-bar-layout | Brandon Millman | 2018-07-06 | 4 | -42/+71 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | Various fixes for portal on mobile and top bar layout | Brandon Millman | 2018-07-06 | 4 | -42/+71 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #816 from 0xProject/feature/website/portal-mobile-improvem... | Francesco Agosti | 2018-07-06 | 11 | -49/+134 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Rename getBestDownloadLink to getBestWalletDownloadLinkAndIsMobile | fragosti | 2018-07-06 | 3 | -3/+3 |
| * | | | | | | No longer elevate relayer grid tile on long press | fragosti | 2018-07-04 | 2 | -3/+4 |
| * | | | | | | Fix issue where onboarding doesn't scroll to wallet when starting from relaye... | fragosti | 2018-07-04 | 2 | -6/+5 |
| * | | | | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-07-04 | 43 | -468/+622 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Add toshi logo asset | fragosti | 2018-07-04 | 1 | -0/+0 |
| * | | | | | | | Prompt user to download Toshi or MetaMask in install wallet onboarding step | fragosti | 2018-07-04 | 3 | -46/+73 |
| * | | | | | | | Show different download links and icons when on mobile | fragosti | 2018-07-04 | 3 | -20/+47 |
| * | | | | | | | Rename isMobile utility fn to be more specific and add isMobileOperatingSystem | fragosti | 2018-07-04 | 3 | -5/+8 |
| * | | | | | | | Add OperatingSystemType and get OS util | fragosti | 2018-07-04 | 2 | -0/+28 |
* | | | | | | | | Merge pull request #821 from 0xProject/remove-web3-from-wrapper | Fabio Berger | 2018-07-05 | 13 | -92/+575 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | Prettier fixes | Fabio Berger | 2018-07-05 | 2 | -5/+18 |
| * | | | | | | | Update json-schema version used by web3-wrapper | Fabio Berger | 2018-07-05 | 2 | -11/+2 |
| * | | | | | | | Add schema assertion checks for callData and txData | Fabio Berger | 2018-07-05 | 1 | -3/+4 |
| * | | | | | | | Make sure from is included in txData | Fabio Berger | 2018-07-05 | 1 | -0/+3 |
| * | | | | | | | Add CallData schema to json-schemas | Fabio Berger | 2018-07-05 | 3 | -0/+33 |
| * | | | | | | | Update assert changelog | Fabio Berger | 2018-07-05 | 1 | -0/+9 |
| * | | | | | | | Add defaultBlock param to getBalanceInWeiAsync | Fabio Berger | 2018-07-05 | 1 | -2/+7 |
| * | | | | | | | Move 'from' check to sendTransaction | Fabio Berger | 2018-07-05 | 2 | -3/+3 |
| * | | | | | | | Remove bn.js unused dep | Fabio Berger | 2018-07-05 | 1 | -1/+0 |
| * | | | | | | | Fix linter issues | Fabio Berger | 2018-07-05 | 3 | -11/+4 |
| * | | | | | | | remove stray console.log | Fabio Berger | 2018-07-05 | 1 | -1/+0 |
| * | | | | | | | Remove web3Utils dep and write necessary utility methods | Fabio Berger | 2018-07-05 | 6 | -79/+93 |
| * | | | | | | | Add new param javadoc comment | Fabio Berger | 2018-07-05 | 1 | -0/+1 |
| * | | | | | | | merge v2-prototype | Fabio Berger | 2018-07-05 | 113 | -796/+1396 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #817 from 0xProject/remove-web3 | Fabio Berger | 2018-07-05 | 16 | -62/+92 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge v2-prototype | Fabio Berger | 2018-07-04 | 55 | -307/+851 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge pull request #775 from RadarRelay/eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-04 | 20 | -39/+435 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-04 | 54 | -542/+687 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #818 from 0xProject/fix-intermittent-test-failure | Fabio Berger | 2018-07-04 | 2 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Use stub in test to avoid difference in setup, how network requests take place | Fabio Berger | 2018-07-04 | 2 | -0/+7 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #811 from 0xProject/feature/website/onboarding-polish-2 | Francesco Agosti | 2018-07-04 | 10 | -48/+111 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Persist whether onboarding is open or close across refreshes | fragosti | 2018-07-04 | 1 | -1/+3 |
| * | | | | | | | | | Fix linting | fragosti | 2018-07-04 | 2 | -3/+2 |
| * | | | | | | | | | Merge branch 'fixed-position-onboarding' into feature/website/onboarding-poli... | fragosti | 2018-07-04 | 2 | -33/+67 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Implement fixed position onboarding option | fragosti | 2018-07-03 | 2 | -33/+67 |
| * | | | | | | | | | | Remove unused import | fragosti | 2018-07-03 | 1 | -1/+0 |
| * | | | | | | | | | | Add end comment to hotjar tracking code | fragosti | 2018-07-03 | 1 | -0/+1 |
| * | | | | | | | | | | Add media file and remove stray comment | fragosti | 2018-07-03 | 2 | -2/+15 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Add media query abstraction around ScreenWidths and stop relayer grid hover e... | fragosti | 2018-07-03 | 5 | -10/+22 |
| * | | | | | | | | | Remove max-width from onboarding card to support iPad | fragosti | 2018-07-03 | 1 | -1/+1 |