Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'development' into feature/website/0x-org | Steve Klebanoff | 2018-12-20 | 64 | -235/+3892 |
|\ | |||||
| * | Merge pull request #1461 from 0xProject/feature/sol-compiler-watch | Leonid Logvinov | 2018-12-19 | 31 | -228/+463 |
| |\ | | | | | | | Sol-compiler watch mode | ||||
| | * | Update packages/sol-compiler/src/compiler.ts | Fabio B | 2018-12-19 | 1 | -1/+2 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Update packages/sol-compiler/src/utils/compiler.ts | Fabio B | 2018-12-19 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Run prettier | Leonid Logvinov | 2018-12-19 | 1 | -1/+3 |
| | | | |||||
| | * | Run prettier | Leonid Logvinov | 2018-12-19 | 1 | -1/+10 |
| | | | |||||
| | * | Describe regexes | Leonid Logvinov | 2018-12-19 | 1 | -1/+4 |
| | | | |||||
| | * | Add a NOTE comment | Leonid Logvinov | 2018-12-19 | 1 | -0/+3 |
| | | | |||||
| | * | Add a comment for SpyResolver | Leonid Logvinov | 2018-12-19 | 1 | -0/+4 |
| | | | |||||
| | * | Move logWithTime to logUtils | Leonid Logvinov | 2018-12-19 | 5 | -11/+20 |
| | | | |||||
| | * | Update packages/sol-compiler/src/compiler.ts | Fabio B | 2018-12-19 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Disable linter no a hanging promise with a comment | Leonid Logvinov | 2018-12-19 | 1 | -2/+3 |
| | | | |||||
| | * | Mark the field as readonly | Leonid Logvinov | 2018-12-19 | 1 | -1/+1 |
| | | | |||||
| | * | Remove unused variables | Leonid Logvinov | 2018-12-19 | 1 | -2/+0 |
| | | | |||||
| | * | Move logWithTime function to utils | Leonid Logvinov | 2018-12-19 | 2 | -10/+11 |
| | | | |||||
| | * | Add PR numbers | Leonid Logvinov | 2018-12-19 | 2 | -4/+4 |
| | | | |||||
| | * | Add the sol-compiler watch command to all packages | Leonid Logvinov | 2018-12-19 | 8 | -8/+16 |
| | | | |||||
| | * | Add sol-compiler watch mode | Leonid Logvinov | 2018-12-19 | 7 | -7/+88 |
| | | | |||||
| | * | Add SpyResolver | Leonid Logvinov | 2018-12-19 | 2 | -0/+24 |
| | | | |||||
| | * | Add to type in sol-resolver | Leonid Logvinov | 2018-12-19 | 8 | -26/+66 |
| | | | |||||
| | * | Add missing contract libs to compiler.json config | Leonid Logvinov | 2018-12-19 | 1 | -1/+1 |
| | | | |||||
| | * | Add includes section to typescript-typings package.json | Leonid Logvinov | 2018-12-19 | 1 | -1/+2 |
| | | | |||||
| | * | Refactor most of the sol-compiler methods into helper functions in utils and ↵ | Leonid Logvinov | 2018-12-19 | 3 | -187/+237 |
| |/ | | | | | | | make resolver pluggable into them | ||||
| * | Merge pull request #1429 from 0xProject/website/addPySRA | Fabio B | 2018-12-19 | 1 | -0/+8 |
| |\ | | | | | | | Add Python SRA client to Developer home | ||||
| | * | fix prettier | Fabio Berger | 2018-12-19 | 1 | -2/+1 |
| | | | |||||
| | * | Merge branch 'development' into website/addPySRA | Fabio Berger | 2018-12-19 | 183 | -793/+4985 |
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (141 commits) Add missing CHANGELOG entry for OrderWatcher WS interface Bump up stale to close to 30 days Move onMessageAsync outside of tests and add comments Fix WS tests to remove race-condition and be more specific about the message expected Add temporary console.log to test failing on CI Make @0x/contracts-test-utils a dependency instead of a devDependency Fix test-publish failure in contracts packages Fixed solhint errors Added documentation to `LibAddressArray.append` and switched `if` to `require` smt Updated changelogs for new contracts Added `gas` field so tests pass on Geth; Added Changelog for new Extensions Updated comment `Execute fillOrder` -> `Execute exchange function` Explicit returns Prettier / Linter on contracts + TS Refactoring balance threshold filter Moved exchange calldata functions to separate mixin Less Assembly. More Solidity. Less Efficiency. More Readability. Run all tests for extensions Cleaned up tests for balance threshold filter ... | ||||
| * | | Merge branch 'development' of github.com:0xProject/0x-monorepo into development | Fabio Berger | 2018-12-19 | 10 | -2/+732 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: Move onMessageAsync outside of tests and add comments Fix WS tests to remove race-condition and be more specific about the message expected Add temporary console.log to test failing on CI Remove unused file Fix file name Consolidate use of isVerbose in orderWatcherConfig Add isVerbose option to enable/disable logging Fix schemas and tests Move OrderWatcher Websocket schemas to json-schemas and convert to JSON so that they are language agnostic Improve our compliance to the JSON RPC spec remove unused instance variable Ensure fileName matches class name, fix broadcast Respond to CR Respond to CR WIP: OrderWatcher WebSocket | ||||
| | * \ | Merge pull request #1427 from 0xProject/features/orderwatcher_ws | Fabio B | 2018-12-19 | 10 | -2/+732 |
| | |\ \ | | | | | | | | | | | OrderWatcher WebSocket Server | ||||
| | | * \ | Merge branch 'development' into features/orderwatcher_ws | Fabio Berger | 2018-12-19 | 23 | -5/+2679 |
| | | |\ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (74 commits) Bump up stale to close to 30 days Make @0x/contracts-test-utils a dependency instead of a devDependency Fix test-publish failure in contracts packages Fixed solhint errors Added documentation to `LibAddressArray.append` and switched `if` to `require` smt Updated changelogs for new contracts Added `gas` field so tests pass on Geth; Added Changelog for new Extensions Updated comment `Execute fillOrder` -> `Execute exchange function` Explicit returns Prettier / Linter on contracts + TS Refactoring balance threshold filter Moved exchange calldata functions to separate mixin Less Assembly. More Solidity. Less Efficiency. More Readability. Run all tests for extensions Cleaned up tests for balance threshold filter Removed deprecated README + comments removed unnecessary log removed `only` from tests solhint fixes ... | ||||
| | | * | | Move onMessageAsync outside of tests and add comments | Fabio Berger | 2018-12-19 | 1 | -23/+30 |
| | | | | | |||||
| | | * | | Fix WS tests to remove race-condition and be more specific about the message ↵ | Fabio Berger | 2018-12-19 | 1 | -23/+34 |
| | | | | | | | | | | | | | | | | | | | | expected | ||||
| | | * | | Add temporary console.log to test failing on CI | Fabio Berger | 2018-12-19 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | Merge branch 'development' into features/orderwatcher_ws | Fabio Berger | 2018-12-19 | 419 | -1630/+11457 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (107 commits) Fix OrderWatcher title to fix sidebar top Fix version picker so it doesn't overflow onto two lines Fix bug in pull_missing_blocks with incorrect start block (#1438) Pull approval events for ZRX and DAI (#1430) fix semicolon and apply prettier Fix dex order quote/base asset assigning (#1432) Apply prettier Publish Updated CHANGELOGS Rename contracts CHANGELOGs to DEPLOYs Move Forwarder CHANGELOG entries to extensions CHANGELOG Make contracts packages not private Publish Updated CHANGELOGS Show @ price in light grey Updated CHANGELOGS typeof -> isString add special case to scrape OHLCV for eth/usd (#1428) run linter simplify scaling input logic ... | ||||
| | | * | | | Remove unused file | Fabio Berger | 2018-12-19 | 1 | -2/+0 |
| | | | | | | |||||
| | | * | | | Fix file name | Fabio Berger | 2018-12-17 | 3 | -2/+2 |
| | | | | | | |||||
| | | * | | | Consolidate use of isVerbose in orderWatcherConfig | Fabio Berger | 2018-12-17 | 2 | -19/+14 |
| | | | | | | |||||
| | | * | | | Add isVerbose option to enable/disable logging | Fabio Berger | 2018-12-17 | 2 | -6/+23 |
| | | | | | | |||||
| | | * | | | Fix schemas and tests | Fabio Berger | 2018-12-17 | 4 | -29/+32 |
| | | | | | | |||||
| | | * | | | Move OrderWatcher Websocket schemas to json-schemas and convert to JSON so ↵ | Fabio Berger | 2018-12-17 | 6 | -64/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | that they are language agnostic | ||||
| | | * | | | Improve our compliance to the JSON RPC spec | Fabio Berger | 2018-12-17 | 5 | -33/+37 |
| | | | | | | |||||
| | | * | | | remove unused instance variable | Fabio Berger | 2018-12-16 | 1 | -2/+0 |
| | | | | | | |||||
| | | * | | | Ensure fileName matches class name, fix broadcast | Fabio Berger | 2018-12-16 | 5 | -59/+33 |
| | | | | | | |||||
| | | * | | | Respond to CR | kao | 2018-12-15 | 5 | -101/+209 |
| | | | | | | |||||
| | | * | | | Respond to CR | kao | 2018-12-15 | 6 | -144/+295 |
| | | | | | | |||||
| | | * | | | WIP: OrderWatcher WebSocket | kao | 2018-12-13 | 4 | -1/+420 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently incomplete. Main challenge is to figure out how to test a client + server setup in the single-threaded javascript environment. | ||||
| * | | | | | Add missing CHANGELOG entry for OrderWatcher WS interface | Fabio Berger | 2018-12-19 | 1 | -0/+10 |
| |/ / / / | |||||
| * | | | | Bump up stale to close to 30 days | Fabio Berger | 2018-12-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1459 from 0xProject/fix/contracts-test-publish | Leonid Logvinov | 2018-12-19 | 2 | -1/+3 |
| |\ \ \ \ | | | | | | | | | | | | | Fix test-publish failure in contracts packages | ||||
| | * | | | | Make @0x/contracts-test-utils a dependency instead of a devDependency | Alex Browne | 2018-12-19 | 3 | -3/+5 |
| | | | | | | |||||
| | * | | | | Fix test-publish failure in contracts packages | Alex Browne | 2018-12-19 | 3 | -4/+4 |
| |/ / / / | |||||
| * | | | | Merge pull request #1383 from 0xProject/feature/contracts/balanceThresholdFilter | Greg Hysen | 2018-12-19 | 20 | -3/+2675 |
| |\ \ \ \ | | |_|/ / | |/| | | | Balance Threshold Filter | ||||
| | * | | | Fixed solhint errors | Greg Hysen | 2018-12-19 | 2 | -129/+130 |
| | | | | | |||||
| | * | | | Added documentation to `LibAddressArray.append` and switched `if` to ↵ | Greg Hysen | 2018-12-19 | 2 | -4/+14 |
| | | | | | | | | | | | | | | | | | | | | `require` smt | ||||
| | * | | | Updated changelogs for new contracts | Greg Hysen | 2018-12-19 | 2 | -3/+12 |
| | | | | | |||||
| | * | | | Added `gas` field so tests pass on Geth; | Greg Hysen | 2018-12-19 | 1 | -6/+30 |
| | | | | | |||||
| | * | | | Added Changelog for new Extensions | Greg Hysen | 2018-12-19 | 1 | -0/+9 |
| | | | | | |||||
| | * | | | Updated comment `Execute fillOrder` -> `Execute exchange function` | Greg Hysen | 2018-12-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Explicit returns | Greg Hysen | 2018-12-19 | 2 | -0/+3 |
| | | | | | |||||
| | * | | | Prettier / Linter on contracts + TS | Greg Hysen | 2018-12-19 | 5 | -90/+44 |
| | | | | | |||||
| | * | | | Refactoring balance threshold filter | Greg Hysen | 2018-12-19 | 8 | -74/+481 |
| | | | | | |||||
| | * | | | Moved exchange calldata functions to separate mixin | Greg Hysen | 2018-12-19 | 2 | -235/+9 |
| | | | | | |||||
| | * | | | Less Assembly. More Solidity. Less Efficiency. More Readability. | Greg Hysen | 2018-12-19 | 4 | -266/+155 |
| | | | | | |||||
| | * | | | Run all tests for extensions | Greg Hysen | 2018-12-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Cleaned up tests for balance threshold filter | Greg Hysen | 2018-12-19 | 1 | -563/+534 |
| | | | | | |||||
| | * | | | Removed deprecated README + comments | Greg Hysen | 2018-12-19 | 2 | -4/+1 |
| | | | | | |||||
| | * | | | removed unnecessary log | Greg Hysen | 2018-12-19 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | removed `only` from tests | Greg Hysen | 2018-12-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | solhint fixes | Greg Hysen | 2018-12-19 | 3 | -4/+11 |
| | | | | | |||||
| | * | | | Prettier / Linter fixes for TS | Greg Hysen | 2018-12-19 | 5 | -339/+544 |
| | | | | | |||||
| | * | | | Ported Balance Threshold Filter to new contract directory structure | Greg Hysen | 2018-12-19 | 11 | -41/+52 |
| | | | | | |||||
| | * | | | Test for ERC20 balance threshold | Greg Hysen | 2018-12-19 | 1 | -114/+146 |
| | | | | | |||||
| | * | | | Exchange Selectors - sorted | Greg Hysen | 2018-12-19 | 1 | -107/+96 |
| | | | | | |||||
| | * | | | Removed Yes Token - its no longer needed to test Balance Threshold Filter | Greg Hysen | 2018-12-19 | 8 | -1454/+12 |
| | | | | | |||||
| | * | | | Tests finished for balance threshold wrapper | Greg Hysen | 2018-12-19 | 1 | -31/+189 |
| | | | | | |||||
| | * | | | matchOrders test cases for balance threshold filter contract | Greg Hysen | 2018-12-19 | 2 | -3/+45 |
| | | | | | |||||
| | * | | | Tests for MatchOrders | Greg Hysen | 2018-12-19 | 3 | -7/+111 |
| | | | | | |||||
| | * | | | Tests for marketBuy invariants | Greg Hysen | 2018-12-19 | 1 | -10/+185 |
| | | | | | |||||
| | * | | | marketSellNoThrow tests | Greg Hysen | 2018-12-19 | 1 | -0/+91 |
| | | | | | |||||
| | * | | | tests for marketSellOrders | Greg Hysen | 2018-12-19 | 1 | -9/+99 |
| | | | | | |||||
| | * | | | All tests running so far | Greg Hysen | 2018-12-19 | 3 | -166/+9 |
| | | | | | |||||
| | * | | | Tests for batchFill variants | Greg Hysen | 2018-12-19 | 1 | -11/+203 |
| | | | | | |||||
| | * | | | tests for batchFillOrdes | Greg Hysen | 2018-12-19 | 1 | -39/+287 |
| | | | | | |||||
| | * | | | tests for fillOrder variants | Greg Hysen | 2018-12-19 | 1 | -24/+131 |
| | | | | | |||||
| | * | | | fillOrder tests with new wrapper | Greg Hysen | 2018-12-19 | 1 | -24/+13 |
| | | | | | |||||
| | * | | | Wrappers for balance threshold filter + updated some tests to use the wrapper | Greg Hysen | 2018-12-19 | 3 | -63/+429 |
| | | | | | |||||
| | * | | | Conformed to hex format for constructing offsets | Greg Hysen | 2018-12-19 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | Removed unnecessary note | Greg Hysen | 2018-12-19 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | Include threshold balance in constructor of BalanceThresholdFilter contract | Greg Hysen | 2018-12-19 | 4 | -2/+21 |
| | | | | | |||||
| | * | | | Function Documentation | Greg Hysen | 2018-12-19 | 2 | -59/+96 |
| | | | | | |||||
| | * | | | Updated Balance Threshold Filter to use mixin pattern | Greg Hysen | 2018-12-19 | 3 | -290/+358 |
| | | | | | |||||
| | * | | | ComplianceForwarder renamed to BalanceThresholdFilter | Greg Hysen | 2018-12-19 | 4 | -18/+48 |
| | | | | | |||||
| | * | | | Revert reasons for balance threshold filter | Greg Hysen | 2018-12-19 | 3 | -13/+39 |
| | | | | | |||||
| | * | | | Some comments | Greg Hysen | 2018-12-19 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Documented inline assembly functions | Greg Hysen | 2018-12-19 | 2 | -51/+153 |
| | | | | | |||||
| | * | | | working on batch fills. Compliance part is finished. | Greg Hysen | 2018-12-19 | 2 | -7/+7 |
| | | | | | |||||
| | * | | | cleanup | Greg Hysen | 2018-12-19 | 1 | -15/+18 |
| | | | | | |||||
| | * | | | cleaning | Greg Hysen | 2018-12-19 | 2 | -34/+30 |
| | | | | | |||||
| | * | | | cleaning | Greg Hysen | 2018-12-19 | 1 | -9/+19 |
| | | | | | |||||
| | * | | | cleaning | Greg Hysen | 2018-12-19 | 1 | -11/+3 |
| | | | | | |||||
| | * | | | cleaning | Greg Hysen | 2018-12-19 | 2 | -56/+19 |
| | | | | | |||||
| | * | | | cleaning I | Greg Hysen | 2018-12-19 | 1 | -1/+17 |
| | | | | | |||||
| | * | | | Code to validate addresses from order arrays | Greg Hysen | 2018-12-19 | 2 | -8/+49 |
| | | | | | |||||
| | * | | | Refactoring asm | Greg Hysen | 2018-12-19 | 1 | -3/+41 |
| | | | | | |||||
| | * | | | generalized KYC extension passing all tests | Greg Hysen | 2018-12-19 | 3 | -5/+16 |
| | | | | | |||||
| | * | | | Abstract address validation in asm | Greg Hysen | 2018-12-19 | 1 | -13/+21 |
| | | | | | |||||
| | * | | | Exchange selector contract - autogenerated | Greg Hysen | 2018-12-19 | 1 | -0/+162 |
| | | | | | |||||
| | * | | | Making progress on generalized forwarder | Greg Hysen | 2018-12-19 | 3 | -77/+99 |
| | | | | | |||||
| | * | | | Extract makerAddress in assembly | Greg Hysen | 2018-12-19 | 2 | -8/+50 |
| | | | | | |||||
| | * | | | fillOrder -> executeTransaction rename | Greg Hysen | 2018-12-19 | 2 | -6/+6 |
| | | | | | |||||
| | * | | | Removed unnecessary comments in compliant forwarder | Greg Hysen | 2018-12-19 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | Wrapped up tests for compliant forwarder | Greg Hysen | 2018-12-19 | 2 | -5/+15 |
| | | | | | |||||
| | * | | | More tests + require instead of revert in compliance contract | Greg Hysen | 2018-12-19 | 3 | -18/+92 |
| | | | | | |||||
| | * | | | Ran linter | Greg Hysen | 2018-12-19 | 2 | -43/+11 |
| | | | | | |||||
| | * | | | Ran prettier | Greg Hysen | 2018-12-19 | 1 | -33/+50 |
| | | | | | |||||
| | * | | | End-to-end test for compliant forwarder - works | Greg Hysen | 2018-12-19 | 1 | -28/+28 |
| | | | | | |||||
| | * | | | WIP - Tests for compliant forwarder | Greg Hysen | 2018-12-19 | 2 | -5/+12 |
| | | | | | |||||
| | * | | | Writing tests for Compliant Forwarder | Greg Hysen | 2018-12-19 | 2 | -47/+126 |
| | | | | | |||||
| | * | | | template for Compliant Forwarder tests | Greg Hysen | 2018-12-19 | 2 | -41/+18 |
| | | | | | |||||
| | * | | | Compile Compliant Forwarder contract | Greg Hysen | 2018-12-19 | 2 | -1/+2 |
| | | | | | |||||
| | * | | | Yes Compliance Token | Greg Hysen | 2018-12-19 | 7 | -38/+22 |
| | | | | | |||||
| | * | | | Broken commit -- saving current state of getting wyre compliance token ↵ | Greg Hysen | 2018-12-19 | 8 | -81/+1580 |
| | | | | | | | | | | | | | | | | | | | | contract setup | ||||
| | * | | | Untested - Compliant Forwarder with Wyre "Yes Compliance" Token | Greg Hysen | 2018-12-19 | 2 | -0/+220 |
| |/ / / | |||||
| | | * | Add Python SRA client to Developer home | Fabio Berger | 2018-12-13 | 1 | -0/+9 |
| | | | | |||||
* | | | | 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 OrderWatcher title to fix sidebar top | Fabio Berger | 2018-12-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix version picker so it doesn't overflow onto two lines | Fabio Berger | 2018-12-18 | 1 | -7/+9 |
| | | | | |||||
| * | | | Fix bug in pull_missing_blocks with incorrect start block (#1438) | Alex Browne | 2018-12-18 | 1 | -10/+6 |
| | | | | |||||
| * | | | Pull approval events for ZRX and DAI (#1430) | Alex Browne | 2018-12-18 | 1 | -19/+49 |
| | | | | |||||
| * | | | Merge pull request #1424 from 0xProject/feature/instant/usd-eth-toggle | Steve Klebanoff | 2018-12-15 | 16 | -116/+314 |
| |\ \ \ | | | | | | | | | | | [instant] ETH/USD toggle | ||||
| | * \ \ | Merge branch 'development' into feature/instant/usd-eth-toggle | Steve Klebanoff | 2018-12-15 | 228 | -1033/+9605 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| | * | | | fix semicolon and apply prettier | Steve Klebanoff | 2018-12-15 | 1 | -2/+10 |
| | | | | | |||||
| | * | | | Show @ price in light grey | Steve Klebanoff | 2018-12-14 | 1 | -4/+5 |
| | | | | | |||||
| | * | | | typeof -> isString | Steve Klebanoff | 2018-12-14 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fix SectionHeaderProps | Steve Klebanoff | 2018-12-14 | 1 | -4/+2 |
| | | | | | |||||
| | * | | | A little bit of scaling logic for not cutting off text | Steve Klebanoff | 2018-12-13 | 1 | -6/+9 |
| | | | | | |||||
| | * | | | show < 0.00001 ETH when amount gets really small | Steve Klebanoff | 2018-12-13 | 2 | -7/+26 |
| | | | | | |||||
| | * | | | Use BN equals and call function | Steve Klebanoff | 2018-12-13 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Use helper function to check for error | Steve Klebanoff | 2018-12-13 | 1 | -3/+1 |
| | | | | | |||||
| | * | | | show as <$0.01 when less than a cent in USD, and also show 1 significant ↵ | Steve Klebanoff | 2018-12-13 | 2 | -3/+22 |
| | | | | | | | | | | | | | | | | | | | | digit if rounded amount is 0 | ||||
| | * | | | Abstract SectionHeader and make 12px per Chris's comment and figma design | Steve Klebanoff | 2018-12-13 | 3 | -21/+33 |
| | | | | | |||||
| | * | | | Linting | Steve Klebanoff | 2018-12-13 | 1 | -4/+3 |
| | | | | | |||||
| | * | | | Analytics events for ETH/USD toggle and failure to fetch eth usd price | Steve Klebanoff | 2018-12-13 | 4 | -0/+14 |
| | | | | | |||||
| | * | | | Change base currency to ETH if we can't get USD price | Steve Klebanoff | 2018-12-13 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Show error when fetching usd prices | Steve Klebanoff | 2018-12-13 | 1 | -4/+32 |
| | | | | | |||||
| | * | | | Make primary value in total cost bold | Steve Klebanoff | 2018-12-13 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Small clean up | Steve Klebanoff | 2018-12-13 | 1 | -18/+5 |
| | | | | | |||||
| | * | | | Refactor BaseCurrencyChoice to be done in helper function | Steve Klebanoff | 2018-12-13 | 1 | -27/+19 |
| | | | | | |||||
| | * | | | Remove unused util | Steve Klebanoff | 2018-12-13 | 1 | -36/+0 |
| | | | | | |||||
| | * | | | Default to USD | Steve Klebanoff | 2018-12-13 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Refactor OrderDetails to use private instance methods | Steve Klebanoff | 2018-12-13 | 1 | -91/+115 |
| | | | | | |||||
| | * | | | Move header to helper | Steve Klebanoff | 2018-12-13 | 1 | -29/+33 |
| | | | | | |||||
| | * | | | Render OrderDetailsRow directly | Steve Klebanoff | 2018-12-13 | 2 | -45/+29 |
| | | | | | |||||
| | * | | | Delete old interface and rename BaseCurrencyChoice | Steve Klebanoff | 2018-12-12 | 1 | -13/+4 |
| | | | | | |||||
| | * | | | Refactor out custom components | Steve Klebanoff | 2018-12-12 | 1 | -82/+55 |
| | | | | | |||||
| | * | | | Show as 0 when selected | Steve Klebanoff | 2018-12-12 | 3 | -8/+14 |
| | | | | | |||||
| | * | | | Remove unused component | Steve Klebanoff | 2018-12-12 | 1 | -49/+0 |
| | | | | | |||||
| | * | | | feat(instant): ETH/USD toggle | Steve Klebanoff | 2018-12-12 | 6 | -48/+269 |
| | | | | | |||||
* | | | | | 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 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Remove community and market-maker URLs | Steve Klebanoff | 2018-12-18 | 2 | -4/+0 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #1450 from 0xProject/feature/website/0x-org-about | Francesco Agosti | 2018-12-18 | 6 | -76/+74 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | [website] 0x org about | ||||
| * | | | | | | | feat: redirect careers to jobs | fragosti | 2018-12-18 | 2 | -1/+3 |
| | | | | | | | | |||||
| * | | | | | | | feat: add links to press page | fragosti | 2018-12-18 | 1 | -5/+7 |
| | | | | | | | | |||||
| * | | | | | | | feat: remove download our presskit copy | fragosti | 2018-12-18 | 1 | -2/+1 |
| | | | | | | | | |||||
| * | | | | | | | feat: add press mailto link | fragosti | 2018-12-18 | 1 | -5/+11 |
| | | | | | | | | |||||
| * | | | | | | | fix: use new AboutPageLayout API everywhere | fragosti | 2018-12-18 | 2 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | feat: update job titles | fragosti | 2018-12-18 | 1 | -30/+16 |
| | | | | | | | | |||||
| * | | | | | | | fix: mission and values link to new tab and not append | fragosti | 2018-12-18 | 2 | -27/+30 |
| | | | | | | | | |||||
| * | | | | | | | feat: link to mission and values | fragosti | 2018-12-18 | 1 | -9/+9 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1447 from 0xProject/feature/website/0x-org-jank-links | Francesco Agosti | 2018-12-18 | 12 | -151/+208 |
|\| | | | | | | | |/ / / / / / |/| | | | | | | [website] Fix 0x org jank links | ||||
| * | | | | | | feat: add react-shared release notes | fragosti | 2018-12-18 | 1 | -0/+10 |
| | | | | | | | |||||
| * | | | | | | feat: more blog url fixes | fragosti | 2018-12-18 | 3 | -26/+26 |
| | | | | | | | |||||
| * | | | | | | feat: fix blog link | fragosti | 2018-12-18 | 3 | -3/+4 |
| | | | | | | | |||||
| * | | | | | | feat: final footer polish | fragosti | 2018-12-18 | 2 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'feature/website/0x-org' of ↵ | fragosti | 2018-12-18 | 16 | -311/+463 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo into feature/website/0x-org-jank-links | ||||
* | | | | | | | Merge pull request #1444 from 0xProject/feature/website/0x-org-instant-config | Steve Klebanoff | 2018-12-18 | 7 | -121/+188 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | [website] 0x.org Instant | ||||
| * | | | | | | Open all new instant links in new window | Steve Klebanoff | 2018-12-18 | 4 | -17/+24 |
| | | | | | | | |||||
| * | | | | | | Fix URLs | Steve Klebanoff | 2018-12-18 | 1 | -8/+4 |
| | | | | | | | |||||
| * | | | | | | Conditional getStartedClick working on features list | Steve Klebanoff | 2018-12-18 | 1 | -10/+11 |
| | | | | | | | |||||
| * | | | | | | Action takes in useAnchorTag | Steve Klebanoff | 2018-12-18 | 1 | -2/+11 |
| | | | | | | | |||||
| * | | | | | | Janky but didn't want to mess anything else up, send in useAnchorTag boolean ↵ | Steve Klebanoff | 2018-12-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to force using anchortag | ||||
| * | | | | | | Prettify button.tsx | Steve Klebanoff | 2018-12-18 | 1 | -21/+21 |
| | | | | | | | |||||
| * | | | | | | Prettify file | Steve Klebanoff | 2018-12-18 | 1 | -22/+15 |
| | | | | | | | |||||
| * | | | | | | Custom getStartedLink based on screen size | Steve Klebanoff | 2018-12-18 | 1 | -2/+16 |
| | | | | | | | |||||
| * | | | | | | Run prettifier | Steve Klebanoff | 2018-12-18 | 1 | -36/+60 |
| | | | | | | | |||||
| * | | | | | | Add includeEmpty option | Steve Klebanoff | 2018-12-18 | 2 | -18/+29 |
| | | | | | | | |||||
| * | | | | | | prettify file | Steve Klebanoff | 2018-12-18 | 1 | -2/+13 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1445 from 0xProject/feature/0x-org-stats | Steve Klebanoff | 2018-12-18 | 1 | -34/+13 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [website] 0x.org stats | ||||
| * | | | | | | | total stats | Steve Klebanoff | 2018-12-18 | 1 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | prettify about page | Steve Klebanoff | 2018-12-18 | 1 | -34/+13 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1442 from 0xProject/feature/website/0x-org-analytics | Steve Klebanoff | 2018-12-18 | 1 | -15/+50 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [website] 0x.org: Allow manual triggering of error, and report newsletter errors to Rollbar | ||||
| * | | | | | | | | manually trigger error and also send in newsletter errors | Steve Klebanoff | 2018-12-18 | 1 | -3/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | apply prettier | Steve Klebanoff | 2018-12-18 | 1 | -14/+45 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #1443 from 0xProject/feature/website/0x-org-portal-updated | Brandon Millman | 2018-12-18 | 3 | -44/+34 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | [0x.org] fix portal | ||||
| * | | | | | | | | fix(website): update Animation component for styled components v4 | Brandon Millman | 2018-12-18 | 3 | -44/+34 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #1441 from 0xProject/feature/website/0x-org-jobs-update | Brandon Millman | 2018-12-18 | 3 | -105/+153 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | [0x.org] update jobs page to load positions from greenhouse | ||||
| * | | | | | | | fix(website): redirect /jobs to /about/jobs | Brandon Millman | 2018-12-18 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | feature(website): implement loading jobs from greenhouse in jobs page | Brandon Millman | 2018-12-18 | 1 | -99/+149 |
| | | | | | | | | |||||
| * | | | | | | | chore(website): yarn lock | Brandon Millman | 2018-12-18 | 1 | -5/+3 |
|/ / / / / / / | |||||
* / / / / / / | fix(website): fix mis-replaced website api backend links | Brandon Millman | 2018-12-18 | 1 | -2/+2 |
|/ / / / / / | |||||
| * | | | | | feat: fix footer links | fragosti | 2018-12-18 | 3 | -23/+25 |
| | | | | | | |||||
| * | | | | | feat: fix links in navbar and dropdown | fragosti | 2018-12-18 | 4 | -51/+71 |
| | | | | | | |||||
| * | | | | | feat: use react-shared Link component | fragosti | 2018-12-18 | 1 | -9/+21 |
| | | | | | | |||||
| * | | | | | feat: update developer dropdown links | fragosti | 2018-12-18 | 2 | -54/+33 |
|/ / / / / | |||||
* | | | | | Merge pull request #1440 from bakkenbaeck/feature/website/0x-org | Francesco Agosti | 2018-12-18 | 66 | -197/+939 |
|\ \ \ \ \ | | | | | | | | | | | | | Feature/website/0x org |