Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 branch 'development' into feature/website/0x-org | Steve Klebanoff | 2018-12-20 | 34 | -220/+1146 |
|\ | |||||
| * | 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 |
| | | |||||
| * | 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 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 | 7 | -25/+21 |
| | | |||||
| * | 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 | ||||
| * | fix prettier | Fabio Berger | 2018-12-19 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'development' into website/addPySRA | Fabio Berger | 2018-12-19 | 134 | -508/+1869 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 branch 'development' into features/orderwatcher_ws | Fabio Berger | 2018-12-19 | 1 | -0/+4 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 176 | -805/+2943 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 4 | -21/+32 |
| | | | | | | |||||
| | | * | | | 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 |
| | | |_|/ | | |/| | | |||||
| | * | | | Less Assembly. More Solidity. Less Efficiency. More Readability. | Greg Hysen | 2018-12-19 | 1 | -151/+0 |
| | | | | | |||||
| | * | | | Removed deprecated README + comments | Greg Hysen | 2018-12-19 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | Prettier / Linter fixes for TS | Greg Hysen | 2018-12-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Ported Balance Threshold Filter to new contract directory structure | Greg Hysen | 2018-12-19 | 6 | -2242/+0 |
| | | | | | |||||
| | * | | | 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 | 7 | -1453/+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 | 3 | -17/+47 |
| | | | | | |||||
| | * | | | 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 | 2 | -77/+98 |
| | | | | | |||||
| | * | | | 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 | 1 | -47/+125 |
| | | | | | |||||
| | * | | | template for Compliant Forwarder tests | Greg Hysen | 2018-12-19 | 2 | -41/+18 |
| | | | | | |||||
| | * | | | Compile Compliant Forwarder contract | Greg Hysen | 2018-12-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Yes Compliance Token | Greg Hysen | 2018-12-19 | 6 | -37/+21 |
| | | | | | |||||
| | * | | | Broken commit -- saving current state of getting wyre compliance token ↵ | Greg Hysen | 2018-12-19 | 7 | -81/+1579 |
| | | | | | | | | | | | | | | | | | | | | 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 |
| | | | | |||||
* | | | | 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 |
| | | | | |||||
* | | | | 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 branch 'development' into feature/instant/usd-eth-toggle | Steve Klebanoff | 2018-12-15 | 142 | -693/+2238 |
| |\ \ \ | |||||
| * | | | | 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 | 17 | -224/+242 |
| |\ \ \ \ \ | |||||
| * | | | | | | 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 | 11 | -149/+169 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Remove community and market-maker URLs | Steve Klebanoff | 2018-12-18 | 2 | -4/+0 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | 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 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | 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 | 15 | -309/+424 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | | | | | | | | |||||
| * | | | | | | | | fix(website): update Animation component for styled components v4 | Brandon Millman | 2018-12-18 | 3 | -44/+34 |
| | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | 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 |
| | |/ / / / / | |/| | | | | | |||||
| * | | | | | | 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 | 1 | -48/+29 |
|/ / / / / | |||||
* | | | | | Fixes hamburger icon bgcolor, jobs link | Ezekiel Aquino | 2018-12-18 | 2 | -2/+1 |
| | | | | | |||||
* | | | | | Add definition | Fred Carlsen | 2018-12-18 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Increase header tolerances | Fred Carlsen | 2018-12-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Show errors from serverside | Fred Carlsen | 2018-12-18 | 2 | -7/+69 |
| | | | | | |||||
* | | | | | Update community page | Fred Carlsen | 2018-12-18 | 5 | -40/+100 |
| | | | | | |||||
* | | | | | Add community links | Fred Carlsen | 2018-12-18 | 7 | -0/+24 |
| | | | | | |||||
* | | | | | Replace share image | Fred Carlsen | 2018-12-18 | 1 | -0/+0 |
| | | | | | |||||
* | | | | | Removes content transform on mobile nav toggle | Ezekiel Aquino | 2018-12-18 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Untoggles nav on headroom unpin | Ezekiel Aquino | 2018-12-18 | 1 | -1/+7 |
| | | | | | |||||
* | | | | | Adds headroom instead for toggling nav visibility | Ezekiel Aquino | 2018-12-18 | 3 | -44/+37 |
| | | | | | |||||
* | | | | | Fix default margin | Fred Carlsen | 2018-12-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix about intros | Fred Carlsen | 2018-12-18 | 2 | -2/+11 |
| | | | | | |||||
* | | | | | Fixes mobile nav overflow on mobile | Ezekiel Aquino | 2018-12-18 | 2 | -3/+12 |
| | | | | | |||||
* | | | | | Added Community page | Fred Carlsen | 2018-12-17 | 3 | -1/+226 |
| | | | | | |||||
* | | | | | Add def for react-scrollable-anchor | Fred Carlsen | 2018-12-17 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Prepare banner for light theme | Fred Carlsen | 2018-12-17 | 1 | -1/+6 |
| | | | | | |||||
* | | | | | Tweak banner border on mobile | Fred Carlsen | 2018-12-17 | 1 | -0/+7 |
| | | | | | |||||
* | | | | | Fix cta links | Fred Carlsen | 2018-12-17 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Add market maker page | Fred Carlsen | 2018-12-17 | 3 | -0/+130 |
| | | | | | |||||
* | | | | | Tweak configurator | Fred Carlsen | 2018-12-17 | 3 | -5/+16 |
| | | | | | |||||
* | | | | | Update long term impact icon | Fred Carlsen | 2018-12-17 | 1 | -7/+7 |
| | | | | | |||||
* | | | | | Fix liquidity source change | Fred Carlsen | 2018-12-17 | 2 | -4/+6 |
| | | | | | |||||
* | | | | | Update og image | Fred Carlsen | 2018-12-17 | 1 | -0/+0 |
| | | | | | |||||
* | | | | | Fixes scrollable anchors in why page | Ezekiel Aquino | 2018-12-17 | 2 | -46/+55 |
| | | | | | |||||
* | | | | | Fix wrong icon name | Fred Carlsen | 2018-12-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Adjust thick stroked svgs | Fred Carlsen | 2018-12-17 | 3 | -25/+30 |
| | | | | | |||||
* | | | | | Fix footer link hover states | Ezekiel Aquino | 2018-12-17 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Fixes mobile button layout for Definition component | Ezekiel Aquino | 2018-12-17 | 2 | -3/+15 |
| | | | | | |||||
* | | | | | Resolves font flicker on route change | Ezekiel Aquino | 2018-12-17 | 3 | -18/+5 |
| | | | | | | | | | | | | | | | | | | | | - Adds formular css to globally linked css | ||||
* | | | | | Update client list + logos | Fred Carlsen | 2018-12-17 | 18 | -14/+178 |
| | | | | | |||||
* | | | | | Fix newsletter input color in light theme | Fred Carlsen | 2018-12-17 | 1 | -5/+15 |
| | | | | | |||||
* | | | | | Fix launch kit link | Fred Carlsen | 2018-12-17 | 1 | -1/+1 |
| | | | | |