Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python contract demo, with lots of refactoring (#1485) | F. Eugene Aumson | 2019-01-09 | 136 | -178/+8274 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refine Order for Web3 compat. & add conversions Changed some of the fields in the Order class so that it can be passed to our contracts via Web3. Added conversion utilities so that an Order can be easily converted to and from a JSON-compatible dict (specifically by encoding/decoding the `bytes` fields), to facilitate validation against the JSON schema. Also modified JSON order schema to accept integers in addition to stringified integers. * Fixes for json_schemas Has-types indicator file, py.typed, was not being included in package. Schemas were not being properly gathered into package installation. * Add test/demo of Exchange.getOrderInfo() * web3 bug workaround * Fix problem packaging contract artifacts * Move contract addresses to their own package * Move contract artifacts to their own package * Add scripts to install, test & lint all components * prettierignore files in local python dev env * Correct missing coverage analysis for sra_client * CI cache lint: don't save, re-use from test-python * tag hacks as hacks * correct merge mistake * remove local strip_0x() in favor of eth_utils * remove json schemas from old order_utils location * correct merge mistake * doctest json schemas via command-line, not code | ||||
* | Publish@0x/website@0.0.64@0x/web3-wrapper@3.2.2@0x/utils@2.1.1@0x/types@1.5.0@0x/testnet-faucets@1.0.61@0x/subproviders@2.1.9@0x/sra-spec@1.0.14@0x/sol-resolver@1.2.1@0x/sol-doc@1.0.12@0x/sol-cov@2.1.17@0x/sol-compiler@2.0.0@0x/react-shared@1.1.0@0x/react-docs@1.0.23@0x/pipeline@1.0.3@0x/order-watcher@2.4.0@0x/order-utils@3.1.0@0x/monorepo-scripts@1.0.16@0x/migrations@2.3.0@0x/metacoin@0.0.33@0x/json-schemas@2.1.5@0x/instant@1.0.5@0x/fill-scenarios@1.1.0@0x/dev-utils@1.0.22@0x/dev-tools-pages@0.0.11@0x/contracts-utils@1.0.3@0x/contracts-tokens@1.0.3@0x/contracts-test-utils@1.0.3@0x/contracts-protocol@2.2.0@0x/contracts-multisig@1.0.3@0x/contracts-libs@1.0.3@0x/contracts-interfaces@1.0.3@0x/contracts-extensions@1.2.0@0x/contracts-examples@1.0.3@0x/contract-wrappers@4.2.0@0x/contract-artifacts@1.2.0@0x/contract-addresses@2.1.0@0x/connect@3.0.11@0x/base-contract@3.0.11@0x/asset-buyer@3.0.5@0x/assert@1.0.21@0x/abi-gen@1.0.20@0x/abi-gen-wrappers@2.1.00x.js@3.0.0 | Fabio Berger | 2019-01-09 | 43 | -333/+333 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.0 - @0x/abi-gen@1.0.20 - @0x/abi-gen-wrappers@2.1.0 - @0x/assert@1.0.21 - @0x/asset-buyer@3.0.5 - @0x/base-contract@3.0.11 - @0x/connect@3.0.11 - @0x/contract-addresses@2.1.0 - @0x/contract-artifacts@1.2.0 - @0x/contract-wrappers@4.2.0 - @0x/dev-tools-pages@0.0.11 - @0x/dev-utils@1.0.22 - @0x/fill-scenarios@1.1.0 - @0x/instant@1.0.5 - @0x/json-schemas@2.1.5 - @0x/metacoin@0.0.33 - @0x/migrations@2.3.0 - @0x/monorepo-scripts@1.0.16 - @0x/order-utils@3.1.0 - @0x/order-watcher@2.4.0 - @0x/pipeline@1.0.3 - @0x/react-docs@1.0.23 - @0x/react-shared@1.1.0 - @0x/sol-compiler@2.0.0 - @0x/sol-cov@2.1.17 - @0x/sol-doc@1.0.12 - @0x/sol-resolver@1.2.1 - @0x/sra-spec@1.0.14 - @0x/subproviders@2.1.9 - @0x/testnet-faucets@1.0.61 - @0x/types@1.5.0 - @0x/utils@2.1.1 - @0x/web3-wrapper@3.2.2 - @0x/website@0.0.64 - @0x/contracts-examples@1.0.3 - @0x/contracts-extensions@1.2.0 - @0x/contracts-interfaces@1.0.3 - @0x/contracts-libs@1.0.3 - @0x/contracts-multisig@1.0.3 - @0x/contracts-protocol@2.2.0 - @0x/contracts-test-utils@1.0.3 - @0x/contracts-tokens@1.0.3 - @0x/contracts-utils@1.0.3 | ||||
* | Updated CHANGELOGS | Fabio Berger | 2019-01-09 | 74 | -19/+384 |
| | |||||
* | Merge pull request #1496 from 0xProject/feature/solc-5.0 | Leonid Logvinov | 2019-01-09 | 11 | -42/+76 |
|\ | | | | | Solc 5.0 support in sol-compiler | ||||
| * | Add CHENGELOG entrie | Leonid Logvinov | 2019-01-09 | 1 | -0/+4 |
| | | |||||
| * | Update sol-compiler binPaths to include the newest solidity | Leonid Logvinov | 2019-01-09 | 2 | -34/+71 |
| | | |||||
| * | Update solc used by sol-compiler | Leonid Logvinov | 2019-01-09 | 1 | -1/+1 |
| | | |||||
| * | Remove contracts dependency on solc | Leonid Logvinov | 2019-01-09 | 7 | -7/+0 |
| | | |||||
* | | Merge pull request #1494 from 0xProject/feature/order-watcher/dockerize | Fabio B | 2019-01-09 | 5 | -16/+86 |
|\ \ | | | | | | | Dockerize OrderWatcher WS Server | ||||
| * | | rename method | Fabio Berger | 2019-01-09 | 1 | -4/+4 |
| | | | |||||
| * | | Remove stray console | Fabio Berger | 2019-01-09 | 1 | -1/+0 |
| | | | |||||
| * | | Add assertions to catch trying to add undefined schemas | Fabio Berger | 2019-01-09 | 1 | -0/+9 |
| | | | |||||
| * | | Fixx request payload and expected responses | Fabio Berger | 2019-01-08 | 1 | -6/+8 |
| | | | |||||
| * | | Fixx OrderWatcher WS tests so they are completely independent from one another | Fabio Berger | 2019-01-08 | 1 | -10/+12 |
| | | | |||||
| * | | Merge branch 'development' into feature/order-watcher/dockerize | Fabio Berger | 2019-01-08 | 550 | -4852/+13209 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (898 commits) Fixed merge conflict from development Ran prettier Doc generation working for changes by dutch auction wrapper added changelog entry for monorepo-scripts Hide dutch auction wrapper from docs -- hopefully this will prevent the "must export Web3Wrapper" error from doc generation relaxed version on contract-extension dependencies Added NetworkID 50 address for dutch auction wrapper removed manual updte of package.json version export dutch auction wrapper types from 0x.js Export dutch auction wrapper in 0x.js ran prettier Minor documentation updates to dutch auction wrapper `afterAuctionDetails` -> `auctionDetails` Added @todo for including dutch auction addresses once deployed Ran prettier & linter Removed redundant assignment removed needless newline on contract-wrappers changelog removed timestamp from changelog for abi-gen-wrappers added dutch auction address for testnets removed .only ... | ||||
| * | | Create server entry point and Dockerfile for OrderWatcher | Fabio Berger | 2019-01-08 | 3 | -0/+58 |
| | | | |||||
* | | | Merge pull request #1439 from 0xProject/migrations/docker-image | Jacob Evans | 2019-01-09 | 8 | -12/+109 |
|\ \ \ | | | | | | | | | Add Docker image and Snapshot commands for migrations | ||||
| * | | | chore(python-packages): Change docker command in setup.py | Jacob Evans | 2019-01-02 | 1 | -7/+1 |
| | | | | |||||
| * | | | Python ganache snapshot 2.2.2 | Jacob Evans | 2018-12-29 | 1 | -3/+1 |
| | | | | |||||
| * | | | Readme, read snapshot name from package.json | Jacob Evans | 2018-12-27 | 3 | -2/+52 |
| | | | | |||||
| * | | | Dockerfile defaults to latest | Jacob Evans | 2018-12-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Copy latest published version to 0x_ganache_snapshot-latest.zip | Jacob Evans | 2018-12-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use new bucket, bind on 0.0.0.0 | Jacob Evans | 2018-12-24 | 2 | -6/+8 |
| | | | | |||||
| * | | | Add Docker image and Snapshot commands | Jacob Evans | 2018-12-17 | 5 | -2/+55 |
| | | | | |||||
* | | | | Update README.md | Chris Kalani | 2019-01-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update README.md | Chris Kalani | 2019-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixing logo | ||||
* | | | | fetch and save copper (#1472) | Xianny | 2019-01-09 | 28 | -7/+3517 |
| | | | | | | | | | | | | | | | | Fetch and save Copper CRM | ||||
* | | | | Move json_schemas to its own package (#1435) | F. Eugene Aumson | 2019-01-09 | 45 | -54/+565 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move zero_ex.json_schemas to its own package * Support ALL the schemas * Stop installing packages as editable * HACK: cp files because CircleCI isn't * Add example usage to sra_client README * Tweak special case: only strip Schema as suffix * Correct doc titles * Clarify what kind of support ticket was raised. * Correct inconsistencies in JSON schema names In both ref ID's and file names. * Add entry point for validation of JSON strings | ||||
| * | | | | Add entry point for validation of JSON strings | F. Eugene Aumson | 2018-12-29 | 1 | -0/+22 |
| | | | | | |||||
| * | | | | Correct inconsistencies in JSON schema names | F. Eugene Aumson | 2018-12-29 | 14 | -36/+23 |
| | | | | | | | | | | | | | | | | | | | | In both ref ID's and file names. | ||||
| * | | | | Clarify what kind of support ticket was raised. | F. Eugene Aumson | 2018-12-21 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Correct doc titles | F. Eugene Aumson | 2018-12-15 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | Tweak special case: only strip Schema as suffix | F. Eugene Aumson | 2018-12-15 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Add example usage to sra_client README | F. Eugene Aumson | 2018-12-15 | 1 | -0/+29 |
| | | | | | |||||
| * | | | | HACK: cp files because CircleCI isn't | F. Eugene Aumson | 2018-12-15 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Stop installing packages as editable | F. Eugene Aumson | 2018-12-15 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | Support ALL the schemas | F. Eugene Aumson | 2018-12-15 | 3 | -20/+23 |
| | | | | | |||||
| * | | | | Move zero_ex.json_schemas to its own package | F. Eugene Aumson | 2018-12-15 | 31 | -12/+474 |
| | | | | | |||||
* | | | | | Merge branch 'development' of github.com:0xProject/0x-monorepo into development | Fabio Berger | 2019-01-09 | 1 | -2/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: Remove beta note from asset-buyer | ||||
| * \ \ \ \ | Merge pull request #1493 from 0xProject/fix/asset-buyer/no-longer-beta | Francesco Agosti | 2019-01-09 | 1 | -2/+0 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | [asset-buyer] Remove beta note from asset-buyer | ||||
| | * | | | | Remove beta note from asset-buyer | Steve Klebanoff | 2019-01-09 | 1 | -2/+0 |
| |/ / / / | |||||
* / / / / | Fix typo | Fabio Berger | 2019-01-09 | 5 | -5/+5 |
|/ / / / | |||||
* | | | | Merge pull request #1465 from 0xProject/feature/contracts/dutchAuctionWrapper | Greg Hysen | 2019-01-08 | 29 | -140/+1356 |
|\ \ \ \ | | | | | | | | | | | Dutch Auction Wrapper | ||||
| * | | | | Fixed merge conflict from development | Greg Hysen | 2019-01-08 | 3 | -4/+6 |
| | | | | | |||||
| * | | | | Ran prettier | Greg Hysen | 2019-01-08 | 1 | -1/+9 |
| | | | | | |||||
| * | | | | Doc generation working for changes by dutch auction wrapper | Greg Hysen | 2019-01-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | added changelog entry for monorepo-scripts | Greg Hysen | 2019-01-08 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Hide dutch auction wrapper from docs -- hopefully this will prevent the ↵ | Greg Hysen | 2019-01-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | "must export Web3Wrapper" error from doc generation | ||||
| * | | | | relaxed version on contract-extension dependencies | Greg Hysen | 2019-01-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Added NetworkID 50 address for dutch auction wrapper | Greg Hysen | 2019-01-08 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | removed manual updte of package.json version | Greg Hysen | 2019-01-08 | 6 | -6/+6 |
| | | | | | |||||
| * | | | | export dutch auction wrapper types from 0x.js | Greg Hysen | 2019-01-08 | 2 | -0/+3 |
| | | | | | |||||
| * | | | | Export dutch auction wrapper in 0x.js | Greg Hysen | 2019-01-08 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | ran prettier | Greg Hysen | 2019-01-08 | 3 | -4/+6 |
| | | | | | |||||
| * | | | | Minor documentation updates to dutch auction wrapper | Greg Hysen | 2019-01-08 | 4 | -27/+35 |
| | | | | | |||||
| * | | | | `afterAuctionDetails` -> `auctionDetails` | Greg Hysen | 2019-01-08 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | Added @todo for including dutch auction addresses once deployed | Greg Hysen | 2019-01-08 | 1 | -2/+6 |
| | | | | | |||||
| * | | | | Ran prettier & linter | Greg Hysen | 2019-01-08 | 6 | -83/+86 |
| | | | | | |||||
| * | | | | Removed redundant assignment | Greg Hysen | 2019-01-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | removed needless newline on contract-wrappers changelog | Greg Hysen | 2019-01-08 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | removed timestamp from changelog for abi-gen-wrappers | Greg Hysen | 2019-01-08 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | added dutch auction address for testnets | Greg Hysen | 2019-01-08 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | removed .only | Greg Hysen | 2019-01-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | updated relevant changelogs | Greg Hysen | 2019-01-08 | 11 | -6/+52 |
| | | | | | |||||
| * | | | | Added dutch auction utils to contract-wrappers | Greg Hysen | 2019-01-08 | 1 | -0/+144 |
| | | | | | |||||
| * | | | | ran prettier + added changelog entry for contract wrappers | Greg Hysen | 2019-01-08 | 5 | -31/+20 |
| | | | | | |||||
| * | | | | ran prettier | Greg Hysen | 2019-01-08 | 3 | -39/+41 |
| | | | | | |||||
| * | | | | dutch wrapper tests working | Greg Hysen | 2019-01-08 | 3 | -52/+27 |
| | | | | | |||||
| * | | | | all dutchie wrapper tests passing | Greg Hysen | 2019-01-08 | 2 | -108/+76 |
| | | | | | |||||
| * | | | | Progress on dutch auction wrapper. Need to add auction data decoding to it. | Greg Hysen | 2019-01-08 | 3 | -23/+99 |
| | | | | | |||||
| * | | | | Removed unnecessary fields from dutch auction artifacts | Greg Hysen | 2019-01-08 | 1 | -84/+2 |
| | | | | | |||||
| * | | | | Dutch wrapper | Greg Hysen | 2019-01-08 | 15 | -47/+1092 |
| | | | | | |||||
| * | | | | changed name for confusion | Greg Hysen | 2019-01-08 | 1 | -7/+6 |
| | | | | | |||||
| * | | | | Dutch Auction Contract Wrapper | Greg Hysen | 2019-01-08 | 5 | -137/+158 |
|/ / / / | |||||
* | | | | Optimize SQL queries in pull_missing_blocks (#1458) | Alex Browne | 2019-01-08 | 1 | -19/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Optimize SQL queries in pull_missing_blocks * Update comment in pull_missing_blocks | ||||
* | | | | chore(website): update copy on market making page | Brandon Millman | 2019-01-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | fix(website): fix some copy on the market maker page | Brandon Millman | 2019-01-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1487 from 0xProject/feature/website/market-maker-page | Brandon Millman | 2019-01-08 | 6 | -112/+282 |
|\ \ \ \ | | | | | | | | | | | [website] Add market making grant program page | ||||
| * | | | | chore(website): fix linter | Brandon Millman | 2019-01-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | chore(website): update market making page copy | Brandon Millman | 2019-01-07 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | feat(website): add contact us hero action to market maker page | Brandon Millman | 2019-01-07 | 2 | -15/+30 |
| | | | | | |||||
| * | | | | feat(website): implement market maker form | Brandon Millman | 2019-01-07 | 2 | -63/+184 |
| | | | | | |||||
| * | | | | feat(website): Add support for copper forms in the offers | Brandon Millman | 2019-01-05 | 2 | -29/+50 |
| | | | | | |||||
| * | | | | feat(website): add link underneath the first feature in market maker page | Brandon Millman | 2019-01-05 | 1 | -0/+7 |
| | | | | | |||||
| * | | | | feat(website): update market maker page copy and links | Brandon Millman | 2019-01-05 | 1 | -14/+10 |
| | | | | | |||||
| * | | | | feat(website): add market making section to developers dropdown | Brandon Millman | 2019-01-05 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | feature(website): add market making page | Brandon Millman | 2019-01-04 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Merge pull request #1363 from 0xProject/feat/order-utils/abiEncoder | Amir Bandeali | 2019-01-08 | 53 | -394/+1104 |
|\ \ \ \ \ | | | | | | | | | | | | | Add MAP support to order-utils, order-watcher, and types | ||||
| * | | | | | Use enums in pipeline | Amir Bandeali | 2019-01-08 | 19 | -59/+75 |
| | | | | | | |||||
| * | | | | | Minimize unnecessary type assertions | Amir Bandeali | 2019-01-08 | 12 | -366/+248 |
| | | | | | | |||||
| * | | | | | Fix linting errors | Amir Bandeali | 2019-01-08 | 4 | -0/+4 |
| | | | | | | |||||
| * | | | | | Add tests for MAP in order watcher | Amir Bandeali | 2019-01-08 | 2 | -1/+209 |
| | | | | | | |||||
| * | | | | | Do not export AssetData in 0x.js | Amir Bandeali | 2019-01-08 | 2 | -3/+2 |
| | | | | | | |||||
| * | | | | | Add tests for recursive MAP decoding | Amir Bandeali | 2019-01-08 | 4 | -10/+68 |
| | | | | | | |||||
| * | | | | | Update CHANGELOGs | Amir Bandeali | 2019-01-08 | 5 | -4/+14 |
| | | | | | | |||||
| * | | | | | FIx linting errors | Amir Bandeali | 2019-01-08 | 5 | -1/+9 |
| | | | | | | |||||
| * | | | | | Add recursive MultiAsset decoding, store first address in pipeline | Amir Bandeali | 2019-01-08 | 9 | -23/+64 |
| | | | | | | |||||
| * | | | | | feat: Add balance and allowance checks for MultiAssetProxy | Amir Bandeali | 2019-01-08 | 1 | -45/+87 |
| | | | | | | |||||
| * | | | | | feat: Add fields to OrderRelevantState and change AssetData to SingleAssetData | Amir Bandeali | 2019-01-08 | 2 | -2/+4 |
| | | | | | | |||||
| * | | | | | Add individual balances and allowances to OrderRelevantState | Amir Bandeali | 2019-01-08 | 3 | -3/+74 |
| | | | | | | |||||
| * | | | | | Do not attempt to parse tokenAddress if decoding data from multiAssetProxy | Amir Bandeali | 2019-01-08 | 5 | -23/+58 |
| | | | | | | |||||
| * | | | | | Fix transferFrom to work with MAP | Amir Bandeali | 2019-01-08 | 3 | -21/+48 |
| | | | | | | |||||
| * | | | | | Rename functions | Amir Bandeali | 2019-01-08 | 2 | -18/+16 |
| | | | | | | |||||
| * | | | | | Add prefix to names of properties in EncodingRules and DecodingRules | Amir Bandeali | 2019-01-08 | 9 | -21/+32 |
| | | | | | | |||||
| * | | | | | feat: Export MultiAssetData in types | Amir Bandeali | 2019-01-08 | 3 | -0/+11 |
| | | | | | | |||||
| * | | | | | Fix decoding and add tests | Amir Bandeali | 2019-01-08 | 2 | -34/+55 |
| | | | | | | |||||
| * | | | | | Run linter | Amir Bandeali | 2019-01-08 | 2 | -1/+5 |
| | | | | | | |||||
| * | | | | | Add support for MAP in fill-scenarios | Amir Bandeali | 2019-01-08 | 2 | -40/+45 |
| | | | | | | |||||
| * | | | | | Update CHANGELOG | Amir Bandeali | 2019-01-08 | 1 | -0/+9 |
| | | | | | | |||||
| * | | | | | feat: Add support for MultiAssetProxy | Amir Bandeali | 2019-01-08 | 2 | -55/+131 |
| | | | | | | |||||
| * | | | | | fix: Add error message if assetProxyId is not ERC20 or ERC721 | Amir Bandeali | 2019-01-08 | 2 | -7/+27 |
| | | | | | | |||||
| * | | | | | Add length check to MultiAsset encoding | Amir Bandeali | 2019-01-08 | 2 | -1/+8 |
| | | | | | | |||||
| * | | | | | Update CHANGELOGs | Amir Bandeali | 2019-01-08 | 2 | -0/+13 |
| | | | | | | |||||
| * | | | | | Use assetDataUtils instead of IAssetData for encoding MultiAsset values | Amir Bandeali | 2019-01-08 | 2 | -41/+21 |
| | | | | | | |||||
| * | | | | | Use new AbiEncoder, add logic for encoding/decoding MultiAsset assetData | Amir Bandeali | 2019-01-08 | 4 | -72/+217 |
| | | | | | | |||||
| * | | | | | feat: Add MultiAsset types | Amir Bandeali | 2019-01-08 | 1 | -1/+8 |
|/ / / / / | |||||
* | | | | | Merge pull request #1484 from 0xProject/fix/sra-spec/title-tag | Steve Klebanoff | 2019-01-08 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | [sra-spec] Add title tag | ||||
| * | | | | fix(sra-spec): Add title tag | Steve Klebanoff | 2019-01-04 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #1481 from 0xProject/fix/instant/dropdown-color | Steve Klebanoff | 2019-01-04 | 2 | -17/+24 |
|\ \ \ \ | | | | | | | | | | | [instant] Dropdown hover 10% of primary color | ||||
| * | | | | fix(instant): Dropdown hover should be 10% of primary color | Steve Klebanoff | 2019-01-03 | 2 | -17/+24 |
| | | | | | |||||
* | | | | | Merge pull request #1480 from 0xProject/feature/instant/performance-boost | Francesco Agosti | 2019-01-03 | 30 | -79/+153 |
|\ \ \ \ \ | |/ / / / |/| | | | | [instant] No more laggy input | ||||
| * | | | | feat: unmount the token selector when its not displaying | fragosti | 2019-01-03 | 4 | -54/+75 |
| | | | | | |||||
| * | | | | feat: dont re-render the token selector on every input change | fragosti | 2019-01-02 | 1 | -8/+31 |
| | | | | | |||||
| * | | | | feat: give all stateless components a displayName or make them private | fragosti | 2019-01-02 | 15 | -2/+32 |
| | | | | | |||||
| * | | | | feat: use PureComponent instead of Component | fragosti | 2019-01-02 | 16 | -18/+18 |
|/ / / / | |||||
* | | | | Merge pull request #1470 from 0xProject/feature/website/0x-org-cleanup | Francesco Agosti | 2019-01-02 | 269 | -4062/+645 |
|\ \ \ \ | | | | | | | | | | | [website] Remove @next dir, remove unused files. | ||||
| * \ \ \ | fix: merge conflict | fragosti | 2018-12-27 | 1 | -10/+15 |
| |\ \ \ \ | |||||
| * | | | | | fix: remove --json flag from build | fragosti | 2018-12-21 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | feat: move over @next images as well, selectively delete | fragosti | 2018-12-21 | 121 | -364/+0 |
| | | | | | | |||||
| * | | | | | feat: remove unused files | fragosti | 2018-12-21 | 29 | -2818/+1 |
| | | | | | | |||||
| * | | | | | feat: make project build by adding back old footer component | fragosti | 2018-12-21 | 10 | -12/+240 |
| | | | | | | |||||
| * | | | | | feat: remove @next directory from all imports | fragosti | 2018-12-21 | 40 | -204/+204 |
| | | | | | | |||||
| * | | | | | feat: move all @next files to non @next directory | fragosti | 2018-12-21 | 119 | -676/+212 |
| | | | | | | |||||
* | | | | | | feat: use kovan.0xproject.com instead of kovan.0x.org | fragosti | 2018-12-27 | 1 | -2/+2 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #1476 from 0xProject/fix/website/build-errors | Steve Klebanoff | 2018-12-26 | 1 | -1/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | [website] Fix duplicate props which made ci build break | ||||
| * | | | | | fix(website): Fix bad merge | Steve Klebanoff | 2018-12-25 | 1 | -1/+0 |
|/ / / / / | |||||
* | | | | | Merge pull request #1469 from 0xProject/fix/website/job-openings | Steve Klebanoff | 2018-12-22 | 2 | -10/+16 |
|\ \ \ \ \ | |/ / / / |/| | | | | [website] Tweak job listings | ||||
| * | | | | fix(website): Cleanup jobs section | Steve Klebanoff | 2018-12-21 | 2 | -8/+13 |
| | | | | | |||||
| * | | | | make percentage 100% | Steve Klebanoff | 2018-12-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | give more space to job title and change apply link | Steve Klebanoff | 2018-12-21 | 2 | -4/+6 |
| | | | | | |||||
* | | | | | Merge pull request #1434 from 0xProject/fix/instant/signature-denied | Brandon Millman | 2018-12-21 | 9 | -6/+38 |
|\ \ \ \ \ | | | | | | | | | | | | | [instant] fix signature denial error message and add trust wallet detection | ||||
| * \ \ \ \ | Merge branch 'development' into fix/instant/signature-denied | Brandon Millman | 2018-12-21 | 400 | -599/+14731 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (914 commits) Unfix compiler version except for top level contracts Move OrderValidator to extensions Update CHANGELOG Remove assembly version of matchOrders Add getOrderInfo check before calling fillOrder Update comments and hard code function selector constants Fix build after rebase update comments Fix build and add back tests Update dependency paths Add OrderMatcher tests feat: Add OrderMatcher contract that takes spread in multiple assets by calling `matchOrders` followed by `fillOrder` Update CHANGELOG Use more efficient equality checks Add note about input validation Use more efficient check for overflow Check if amount == 0 before doing division Reapply prettier New relayers feat(sra_client.py): Test deployed pkg via tox ... | ||||
| * | | | | | | feat(instant): add new event for unknown buy errors | Brandon Millman | 2018-12-21 | 2 | -1/+7 |
| | | | | | | | |||||
| * | | | | | | feature(contract-wrappers): add support for Trust Wallet signature denial ↵ | Brandon Millman | 2018-12-21 | 3 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors when trying to sense signature denial from a provider | ||||
| * | | | | | | fix(instant): add analytics to unknown error on executeBuyAsync | Brandon Millman | 2018-12-21 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | fix(instant): catch unknown errors from executeBuyAsync, report them and ↵ | Brandon Millman | 2018-12-21 | 3 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | show could not submit transaction | ||||
| * | | | | | | fix(instant): use isTrust property to determine if provider is trust wallet | Brandon Millman | 2018-12-21 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | feature(instant): add trust wallet detection | Brandon Millman | 2018-12-15 | 3 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | fix(instant): treat executeBuyQuote errors as signature denials | Brandon Millman | 2018-12-15 | 1 | -5/+9 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1467 from 0xProject/fix/website/remove-placeholders | Steve Klebanoff | 2018-12-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [website] Don't show placeholder text on contact page | ||||
| * | | | | | | | Remove using label as placeholder | Steve Klebanoff | 2018-12-21 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1466 from 0xProject/feature/website/remove-ts-warnings | Steve Klebanoff | 2018-12-21 | 20 | -959/+26 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | [website] Fix TS errors | ||||
| * | | | | | | | Don't allow compiling with errors | Steve Klebanoff | 2018-12-21 | 1 | -1/+0 |
| | | | | | | | | |||||
| * | | | | | | | Declare imported package which doesn't have types | Steve Klebanoff | 2018-12-21 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fix types | Steve Klebanoff | 2018-12-21 | 3 | -3/+4 |
| | | | | | | | | |||||
| * | | | | | | | Fix types | Steve Klebanoff | 2018-12-21 | 4 | -3/+8 |
| | | | | | | | | |||||
| * | | | | | | | Fix TS error w/ children on portal | Steve Klebanoff | 2018-12-21 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Rename props and fix router types | Steve Klebanoff | 2018-12-21 | 1 | -4/+8 |
| | | | | | | | | |||||
| * | | | | | | | Fix StyledCommunityLink props | Steve Klebanoff | 2018-12-21 | 1 | -2/+4 |
| | | | | | | | | |||||
| * | | | | | | | remove unused file | Steve Klebanoff | 2018-12-20 | 1 | -170/+0 |
| | | | | | | | | |||||
| * | | | | | | | remove unused instant pages | Steve Klebanoff | 2018-12-20 | 7 | -776/+0 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1468 from 0xProject/feature/contracts/unfix-compiler-version | Amir Bandeali | 2018-12-21 | 76 | -75/+76 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Unfix Solidity compiler version except for top level contracts | ||||
| * | | | | | | | | Unfix compiler version except for top level contracts | Amir Bandeali | 2018-12-21 | 76 | -75/+76 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #1463 from 0xProject/feature/website/new-logos | Steve Klebanoff | 2018-12-21 | 6 | -4/+101 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | [website] Add new relayers | ||||
| * | | | | | | | | Merge branch 'development' into feature/website/new-logos | Steve Klebanoff | 2018-12-21 | 79 | -242/+5357 |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | |||||
| * | | | | | | | | New relayers | Steve Klebanoff | 2018-12-20 | 6 | -4/+101 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #1462 from bakkenbaeck/feature/website/0x-org | Steve Klebanoff | 2018-12-21 | 11 | -3/+23 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | [website] Fixes | ||||
| * | | | | | | | | Reapply prettier | Fred Carlsen | 2018-12-20 | 2 | -6/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Disable fee slider when no address is put in | Fred Carlsen | 2018-12-20 | 2 | -1/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix page titles | Fred Carlsen | 2018-12-20 | 9 | -6/+25 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge remote-tracking branch 'upstream/feature/website/0x-org' into ↵ | Fred Carlsen | 2018-12-20 | 106 | -632/+4387 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/website/0x-org # Conflicts: # packages/website/ts/@next/components/button.tsx # packages/website/ts/@next/components/definition.tsx # packages/website/ts/@next/components/hero.tsx # packages/website/ts/@next/components/sections/landing/about.tsx # packages/website/ts/@next/pages/market_maker.tsx | ||||
| * | | | | | | | | | Remove community and market maker route | Fred Carlsen | 2018-12-19 | 1 | -2/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge remote-tracking branch 'upstream/development' into feature/website/0x-org | Fred Carlsen | 2018-12-19 | 20 | -153/+379 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Added routes | Fred Carlsen | 2018-12-18 | 1 | -0/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Added community and market maker routes | Fred Carlsen | 2018-12-18 | 1 | -0/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Left-align hero on mobile | Fred Carlsen | 2018-12-18 | 2 | -3/+9 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Change cursor on dropdown triggers | Fred Carlsen | 2018-12-18 | 1 | -0/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Tweak market maker | Fred Carlsen | 2018-12-18 | 7 | -14/+69 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Mobile tweaks | Fred Carlsen | 2018-12-18 | 2 | -3/+28 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Prevent overflow on instant page | Fred Carlsen | 2018-12-18 | 1 | -0/+6 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #1464 from ↵ | Amir Bandeali | 2018-12-21 | 15 | -22/+30 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/contracts-extensions/orderValidator Move OrderValidator to extensions | ||||
| * | | | | | | | | | | Move OrderValidator to extensions | Amir Bandeali | 2018-12-21 | 15 | -22/+30 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #1117 from 0xProject/feature/contracts/orderMatcher | Amir Bandeali | 2018-12-21 | 17 | -5/+1394 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Implement OrderMatcher | ||||
| * | | | | | | | | | | Update CHANGELOG | Amir Bandeali | 2018-12-21 | 1 | -0/+4 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Remove assembly version of matchOrders | Amir Bandeali | 2018-12-21 | 2 | -369/+52 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add getOrderInfo check before calling fillOrder | Amir Bandeali | 2018-12-21 | 2 | -124/+242 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Update comments and hard code function selector constants | Amir Bandeali | 2018-12-21 | 2 | -53/+56 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fix build after rebase | Amir Bandeali | 2018-12-21 | 9 | -784/+22 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | update comments | Amir Bandeali | 2018-12-21 | 6 | -13/+17 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fix build and add back tests | Amir Bandeali | 2018-12-21 | 4 | -4/+776 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Update dependency paths | Amir Bandeali | 2018-12-21 | 1 | -6/+6 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add OrderMatcher tests | Amir Bandeali | 2018-12-21 | 5 | -2/+774 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | feat: Add OrderMatcher contract that takes spread in multiple assets by ↵ | Amir Bandeali | 2018-12-21 | 10 | -1/+796 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | calling `matchOrders` followed by `fillOrder` | ||||
* | | | | | | | | | | Merge pull request #1455 from 0xProject/fix/contracts/MAPupdates | Amir Bandeali | 2018-12-21 | 3 | -4/+46 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | Add validation to MAP | ||||
| * | | | | | | | | | Update CHANGELOG | Amir Bandeali | 2018-12-21 | 1 | -0/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Use more efficient equality checks | Amir Bandeali | 2018-12-21 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add note about input validation | Amir Bandeali | 2018-12-21 | 1 | -0/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Use more efficient check for overflow | Amir Bandeali | 2018-12-21 | 1 | -5/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Check if amount == 0 before doing division | Amir Bandeali | 2018-12-21 | 2 | -1/+36 |
|/ / / / / / / / / | |||||
* | | | | | | | | | feat(sra_client.py): Test deployed pkg via tox | F. Eugene Aumson | 2018-12-20 | 1 | -0/+14 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #1448 from 0xProject/feature/website/0x-org | Steve Klebanoff | 2018-12-20 | 231 | -127/+8792 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | [website][react-shared][instant] 0x org | ||||
| * | | | | | | | | Merge branch 'development' into feature/website/0x-org | Steve Klebanoff | 2018-12-20 | 64 | -235/+3892 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge pull request #1457 from 0xProject/feature/website/0x-org-linting | Steve Klebanoff | 2018-12-20 | 42 | -398/+498 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | [website] 0x org linting and prettier | ||||
| | * | | | | | | | | 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 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #1456 from 0xProject/feature/website/0x-org-bb-fixes-rebase | Steve Klebanoff | 2018-12-19 | 11 | -20/+115 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [website] Bakken & Baeck 0x.org website fixes | ||||
| | * | | | | | | | | 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(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 | 18 | -226/+281 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | 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 | 12 | -151/+208 |
| | |\ \ \ \ \ \ \ \ \ |