Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |/ | |/| | |||||
| * | | 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 dex order quote/base asset assigning (#1432) | zkao | 2018-12-15 | 6 | -20/+24 |
| | | | | |||||
| | * | | Merge pull request #1415 from 0xProject/feature/instant/mobile-numeric-keyboard | Francesco Agosti | 2018-12-15 | 3 | -55/+45 |
| | |\ \ | | | | | | | | | | | [instant] Change input to number input, and simplify ScalingInput | ||||
| | | * | | run linter | fragosti | 2018-12-14 | 2 | -14/+31 |
| | | | | | |||||
| | | * | | simplify scaling input logic | fragosti | 2018-12-14 | 3 | -50/+18 |
| | | | | | |||||
| | | * | | feat: change input to number input | fragosti | 2018-12-11 | 2 | -0/+5 |
| | | | | | |||||
| | * | | | Publishethereum-types@1.1.4@0x/website@0.0.63@0x/web3-wrapper@3.2.1@0x/utils@2.0.8@0x/typescript-typings@3.0.6@0x/types@1.4.1@0x/tslint-config@2.0.0@0x/testnet-faucets@1.0.60@0x/subproviders@2.1.8@0x/sra-spec@1.0.13@0x/sol-resolver@1.1.1@0x/sol-doc@1.0.11@0x/sol-cov@2.1.16@0x/sol-compiler@1.1.16@0x/react-shared@1.0.25@0x/react-docs@1.0.22@0x/pipeline@1.0.2@0x/order-watcher@2.2.8@0x/order-utils@3.0.7@0x/migrations@2.2.2@0x/metacoin@0.0.32@0x/json-schemas@2.1.4@0x/instant@1.0.4@0x/fill-scenarios@1.0.16@0x/dev-utils@1.0.21@0x/dev-tools-pages@0.0.10@0x/contracts-utils@1.0.1@0x/contracts-tokens@1.0.1@0x/contracts-test-utils@1.0.2@0x/contracts-protocol@2.1.58@0x/contracts-multisig@1.0.1@0x/contracts-libs@1.0.1@0x/contracts-interfaces@1.0.1@0x/contracts-extensions@1.0.1@0x/contracts-examples@1.0.1@0x/contract-wrappers@4.1.3@0x/connect@3.0.10@0x/base-contract@3.0.10@0x/asset-buyer@3.0.4@0x/assert@1.0.20@0x/abi-gen@1.0.19@0x/abi-gen-wrappers@2.0.20x.js@2.0.8 | Leonid Logvinov | 2018-12-14 | 34 | -267/+267 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.8 - @0x/abi-gen@1.0.19 - @0x/abi-gen-wrappers@2.0.2 - @0x/assert@1.0.20 - @0x/asset-buyer@3.0.4 - @0x/base-contract@3.0.10 - @0x/connect@3.0.10 - @0x/contract-wrappers@4.1.3 - @0x/dev-tools-pages@0.0.10 - @0x/dev-utils@1.0.21 - ethereum-types@1.1.4 - @0x/fill-scenarios@1.0.16 - @0x/instant@1.0.4 - @0x/json-schemas@2.1.4 - @0x/metacoin@0.0.32 - @0x/migrations@2.2.2 - @0x/order-utils@3.0.7 - @0x/order-watcher@2.2.8 - @0x/pipeline@1.0.2 - @0x/react-docs@1.0.22 - @0x/react-shared@1.0.25 - @0x/sol-compiler@1.1.16 - @0x/sol-cov@2.1.16 - @0x/sol-doc@1.0.11 - @0x/sol-resolver@1.1.1 - @0x/sra-spec@1.0.13 - @0x/subproviders@2.1.8 - @0x/testnet-faucets@1.0.60 - @0x/tslint-config@2.0.0 - @0x/types@1.4.1 - @0x/typescript-typings@3.0.6 - @0x/utils@2.0.8 - @0x/web3-wrapper@3.2.1 - @0x/website@0.0.63 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.58 - @0x/contracts-test-utils@1.0.2 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1 | ||||
| | * | | | Updated CHANGELOGS | Leonid Logvinov | 2018-12-14 | 28 | -55/+55 |
| | | | | | |||||
| | * | | | Updated CHANGELOGS | Leonid Logvinov | 2018-12-14 | 56 | -1/+357 |
| | | | | | |||||
| | * | | | add special case to scrape OHLCV for eth/usd (#1428) | Xianny | 2018-12-14 | 1 | -10/+34 |
| | | | | | |||||
| | * | | | Merge pull request #1418 from ↵ | Brandon Millman | 2018-12-14 | 4 | -0/+16 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/website/integrate-instant-docs-track [website] add 0x Instant as a track in the docs | ||||
| | | * | | | fix(website): update copy of instant track in dev home | Brandon Millman | 2018-12-14 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | feature(website): add 0x Instant as a track in the docs | Brandon Millman | 2018-12-11 | 4 | -0/+16 |
| | | | | | | |||||
| | * | | | | Merge pull request #1410 from 0xProject/fix/instant/zero-quote | Steve Klebanoff | 2018-12-13 | 1 | -0/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | | | [instant] Don't update heartbeat if amount is 0 | ||||
| | | * | | | | fix(instant): Don't update heartbeat if amount is 0 | Steve Klebanoff | 2018-12-11 | 1 | -0/+1 |
| | | | |_|/ | | | |/| | | |||||
| * | | | | | 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 |
| | | | | | | |||||
* | | | | | | Add Python SRA client to Developer home | Fabio Berger | 2018-12-13 | 1 | -0/+9 |
| |/ / / / |/| | | | | |||||
* | | | | | Fix bug that occurs when token metadata decimals is undefined. (#1426) | Alex Browne | 2018-12-13 | 2 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix bug that occurs when token metadata decimals is undefined. * move toBigNumberOrNull to utils | ||||
* | | | | | Fix linter errors | Leonid Logvinov | 2018-12-13 | 8 | -22/+22 |
| | | | | | |||||
* | | | | | Add PR number | Leonid Logvinov | 2018-12-13 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Check functions Async suffix | Leonid Logvinov | 2018-12-13 | 2 | -15/+32 |
| | | | | | |||||
* | | | | | Make pull_missing_blocks script consider all events with block numbers (#1420) | Alex Browne | 2018-12-12 | 1 | -1/+14 |
| | | | | | |||||
* | | | | | track idex orderbook snapshots (#1397) | zkao | 2018-12-12 | 14 | -34/+690 |
| | | | | | | | | | | | | | | | * Track Idex and Oasis Orderbook Snapshots | ||||
* | | | | | Publishethereum-types@1.1.3@0x/website@0.0.62@0x/web3-wrapper@3.2.0@0x/utils@2.0.7@0x/typescript-typings@3.0.5@0x/types@1.4.0@0x/testnet-faucets@1.0.59@0x/subproviders@2.1.7@0x/sra-spec@1.0.12@0x/sol-resolver@1.1.0@0x/sol-doc@1.0.10@0x/sol-cov@2.1.15@0x/sol-compiler@1.1.15@0x/react-shared@1.0.24@0x/react-docs@1.0.21@0x/pipeline@1.0.1@0x/order-watcher@2.2.7@0x/order-utils@3.0.6@0x/monorepo-scripts@1.0.15@0x/migrations@2.2.1@0x/metacoin@0.0.31@0x/json-schemas@2.1.3@0x/instant@1.0.3@0x/fill-scenarios@1.0.15@0x/dev-utils@1.0.20@0x/dev-tools-pages@0.0.9@0x/contracts-test-utils@1.0.1@0x/contracts-protocol@2.1.57@0x/contract-wrappers@4.1.2@0x/connect@3.0.9@0x/base-contract@3.0.9@0x/asset-buyer@3.0.3@0x/assert@1.0.19@0x/abi-gen@1.0.18@0x/abi-gen-wrappers@2.0.10x.js@2.0.7 | Fabio Berger | 2018-12-12 | 34 | -239/+242 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.7 - @0x/abi-gen@1.0.18 - @0x/abi-gen-wrappers@2.0.1 - @0x/assert@1.0.19 - @0x/asset-buyer@3.0.3 - @0x/base-contract@3.0.9 - @0x/connect@3.0.9 - @0x/contract-wrappers@4.1.2 - @0x/dev-tools-pages@0.0.9 - @0x/dev-utils@1.0.20 - ethereum-types@1.1.3 - @0x/fill-scenarios@1.0.15 - @0x/instant@1.0.3 - @0x/json-schemas@2.1.3 - @0x/metacoin@0.0.31 - @0x/migrations@2.2.1 - @0x/monorepo-scripts@1.0.15 - @0x/order-utils@3.0.6 - @0x/order-watcher@2.2.7 - @0x/pipeline@1.0.1 - @0x/react-docs@1.0.21 - @0x/react-shared@1.0.24 - @0x/sol-compiler@1.1.15 - @0x/sol-cov@2.1.15 - @0x/sol-doc@1.0.10 - @0x/sol-resolver@1.1.0 - @0x/sra-spec@1.0.12 - @0x/subproviders@2.1.7 - @0x/testnet-faucets@1.0.59 - @0x/types@1.4.0 - @0x/typescript-typings@3.0.5 - @0x/utils@2.0.7 - @0x/web3-wrapper@3.2.0 - @0x/website@0.0.62 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.57 - @0x/contracts-test-utils@1.0.1 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1 | ||||
* | | | | | Updated CHANGELOGS | Fabio Berger | 2018-12-12 | 54 | -74/+79 |
| | | | | | |||||
* | | | | | Refactor event scraping and add support for scraping ERC20 approval events ↵ | Alex Browne | 2018-12-12 | 19 | -196/+641 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1401) * Refactor event scraping and add support for scraping ERC20 approval events * Add tests for data_sources/contract-wrappers/utils | ||||
* | | | | Merge pull request #1414 from 0xProject/fix/signature-utils/walletSignature | Fabio B | 2018-12-11 | 2 | -1/+10 |
|\ \ \ \ | |_|/ / |/| | | | [order-utils] Fix Wallet Signature Verification | ||||
| * | | | Add CHANGELOG entry | Fabio Berger | 2018-12-11 | 1 | -0/+9 |
| | | | | |||||
| * | | | Actually pass the signature, not the signature index to a wallet contract's ↵ | Fabio Berger | 2018-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | `isValidSignature` call | ||||
* | | | | Add link to rexrelay integration example in instant README | Brandon Millman | 2018-12-11 | 1 | -0/+2 |
| | | | | |||||
* | | | | chore: fix typo in instant README | Brandon Millman | 2018-12-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | chore: remove extra newline | Brandon Millman | 2018-12-11 | 1 | -1/+0 |
| | | | | |||||
* | | | | Update instant README with more integration links | Brandon Millman | 2018-12-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update instant README | Brandon Millman | 2018-12-11 | 1 | -0/+5 |
|/ / / | |||||
* | | | perform null check on token metadata (#1412) | Xianny | 2018-12-11 | 1 | -1/+1 |
| | | | |||||
* | | | Updated CHANGELOGS | Leonid Logvinov | 2018-12-11 | 53 | -5/+308 |
| |/ |/| | |||||
* | | Merge pull request #1404 from 0xProject/feature/instant/better-provider-fallback | Francesco Agosti | 2018-12-11 | 6 | -6/+40 |
|\ \ | | | | | | | [instant] Refactor provider name and provider display name logic, log the display name | ||||
| * | | feat: only use display name from provider in ui | fragosti | 2018-12-08 | 1 | -1/+1 |
| | | | |||||
| * | | feat: refactor provider name and displayName logic | fragosti | 2018-12-08 | 5 | -9/+39 |
| | | | |||||
| * | | feat: log walletDisplayName to Heap | fragosti | 2018-12-08 | 2 | -0/+4 |
| | | | |||||
* | | | Fix/pipeline/ohlcv ratelimit (#1403) | Xianny | 2018-12-11 | 4 | -23/+21 |
|\ \ \ | | | | | | | | | | | | | Use time-based throttling and increase batch size of CC query | ||||
| * | | | change to camelCase | xianny | 2018-12-11 | 2 | -3/+3 |
| | | | | |||||
| * | | | lint: remove unused variable | xianny | 2018-12-08 | 1 | -1/+0 |
| | | | | |||||
| * | | | refresh rate limit every second instead of every minute | xianny | 2018-12-08 | 1 | -3/+3 |
| | | | | |||||
| * | | | cleanup: stray import, rename variable | xianny | 2018-12-08 | 2 | -5/+3 |
| | | | | |||||
| * | | | query CC with larger batch size | xianny | 2018-12-08 | 3 | -5/+7 |
| | | | | |||||
| * | | | rename variable and define default in only 1 location | xianny | 2018-12-08 | 2 | -4/+5 |
| | | | | |||||
| * | | | upgrade throttling code | xianny | 2018-12-08 | 2 | -14/+12 |
| |/ / | |||||
* | | | Merge pull request #1411 from 0xProject/fix/instant/hide-loaders | Brandon Millman | 2018-12-11 | 1 | -6/+13 |
|\ \ \ | | | | | | | | | [instant] Hide loaders when no token or buy amount is chosen | ||||
| * | | | fix(instant): hide loaders when no token or buy amount is chosen | Brandon Millman | 2018-12-11 | 1 | -6/+13 |
| | | | | |||||
* | | | | Merge pull request #1405 from 0xProject/tslint-changes | Fabio B | 2018-12-11 | 8 | -11/+12 |
|\ \ \ \ | |/ / / |/| | | | Implement prefer-template tslint rule | ||||
| * | | | Implement prefer-template tslint rule | kao | 2018-12-08 | 8 | -11/+12 |
| |/ / | |||||
* | / | Don't throw error if can't find icon for token | Steve Klebanoff | 2018-12-11 | 1 | -2/+11 |
| |/ |/| | |||||
* | | Merge pull request #1402 from 0xProject/web3-wrapper/numberBigNumberMixup | Fabio B | 2018-12-09 | 2 | -2/+13 |
|\ \ | |/ |/| | Fix `value` and `gasPrice` precision bug by returning them as BigNumbers | ||||
| * | Fix linter | Fabio Berger | 2018-12-08 | 1 | -2/+4 |
| | | |||||
| * | Add PR number | Fabio Berger | 2018-12-07 | 1 | -1/+2 |
| | | |||||
| * | Remove excess commas | Fabio Berger | 2018-12-07 | 1 | -1/+1 |
| | | |||||
| * | fix: txData returned so that `value` and `gasPrice` are BigNumbers to avoid ↵ | Fabio Berger | 2018-12-07 | 2 | -4/+12 |
| | | | | | | | | precision errors | ||||
* | | Merge pull request #1399 from ↵ | Francesco Agosti | 2018-12-07 | 3 | -1/+11 |
|\ \ | |/ |/| | | | | | 0xProject/feature/website/disable-slider-if-no-address-configurator [website] Disable slider when no affiliate info | ||||
| * | feat: change color of doctype tag in configurator | fragosti | 2018-12-07 | 1 | -1/+1 |
| | | |||||
| * | feat: disable slider when no affiliate info | fragosti | 2018-12-06 | 2 | -0/+10 |
| | | |||||
* | | Switch out whitepaper with 0x protocol specification | Fabio Berger | 2018-12-06 | 9 | -3/+10 |
| | | |||||
* | | Switch out RocketChat icon with Discord icon | Fabio Berger | 2018-12-06 | 3 | -1/+1 |
|/ | |||||
* | fix: add comma to affiliateInfo config in configurator | fragosti | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | feat(instant): More aggressive error reporting | Steve Klebanoff | 2018-12-06 | 1 | -5/+2 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-06 | 2 | -31/+43 |
|\ | | | | | | | development | ||||
| * | Fix/pipeline/ohlcv (#1393) | Xianny | 2018-12-06 | 2 | -31/+43 |
| | | | | | | The OHLCV script in data pipeline quits early when we get no data from Crypto Compare. Sometimes Crypto Compare gives us a valid empty response (e.g. when we query for way back in time) and we need to just continue. This adds better filtering for the types of Crypto Compare responses to detect when we should continue and when we should really quit. | ||||
* | | fix: remove target=_blank from instant link | fragosti | 2018-12-06 | 2 | -1/+1 |
|/ | |||||
* | Merge pull request #1369 from 0xProject/feature/website/instant-configurator | Francesco Agosti | 2018-12-06 | 20 | -166/+1250 |
|\ | | | | | [website][instant] Instant configurator | ||||
| * | feat: change New notification to point to instant | fragosti | 2018-12-06 | 1 | -2/+2 |
| | | |||||
| * | chore: run prettier | fragosti | 2018-12-06 | 1 | -6/+1 |
| | | |||||
| * | fix: ensure copy button is above code | fragosti | 2018-12-06 | 1 | -1/+2 |
| | | |||||
| * | feat: notify user they've copied to clipboard on copy | fragosti | 2018-12-06 | 1 | -14/+29 |
| | | |||||
| * | chore: make default fee percentage in configurator 0 | fragosti | 2018-12-06 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-06 | 124 | -62/+4532 |
| |\ | | | | | | | | | | feature/website/instant-configurator | ||||
| * | | chore: run linter | fragosti | 2018-12-05 | 2 | -2/+1 |
| | | | |||||
| * | | feat: add copy code feature | fragosti | 2018-12-05 | 2 | -3/+18 |
| | | | |||||
| * | | fix: instant linting issues | fragosti | 2018-12-05 | 1 | -4/+0 |
| | | | |||||
| * | | chore: fix linter issues | fragosti | 2018-12-05 | 3 | -12/+3 |
| | | | |||||
| * | | chore: remove shark relay from possible SRA endpoints | fragosti | 2018-12-05 | 1 | -5/+1 |
| | | | |||||
| * | | hack: make min-height of line-number container 98% to prevent scrollbar from ↵ | fragosti | 2018-12-05 | 1 | -1/+1 |
| | | | | | | | | | | | | appearing in code demo | ||||
| * | | fix: use WebsitePaths type and update wiki link to new link | fragosti | 2018-12-05 | 5 | -11/+16 |
| | | | |||||
| * | | fix: reset available tokens when sra endpoint is changed | fragosti | 2018-12-05 | 2 | -3/+8 |
| | | | |||||
| * | | fix: make select box-shadow darker | fragosti | 2018-12-05 | 1 | -2/+4 |
| | | | |||||
| * | | fix: do not show select all if no tokens are available | fragosti | 2018-12-05 | 1 | -0/+5 |
| | | | |||||
| * | | feat: update configurator snippet to actually work if copy and pasted | fragosti | 2018-12-05 | 1 | -17/+23 |
| | | | |||||
| * | | fix: change liquiditySource to orderSource | fragosti | 2018-12-04 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-04 | 11 | -13/+46 |
| |\ \ | | | | | | | | | | | | | feature/website/instant-configurator | ||||
| * | | | feat: update relayer list | fragosti | 2018-12-04 | 1 | -1/+19 |
| | | | | |||||
| * | | | polish: make configurator inputs look more like mocks | fragosti | 2018-12-04 | 3 | -3/+6 |
| | | | | |||||
| * | | | feat: fetch asset meta data from the asset meta data map | fragosti | 2018-12-04 | 1 | -31/+23 |
| | | | | |||||
| * | | | fix: address to lowercase and explore the docs leads to correct wiki | fragosti | 2018-12-04 | 1 | -2/+2 |
| | | | | |||||
| * | | | feat: create more dank slider | fragosti | 2018-12-04 | 3 | -6/+86 |
| | | | | |||||
| * | | | feat: make (optional) label inline | fragosti | 2018-12-04 | 1 | -2/+3 |
| | | | | |||||
| * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-04 | 249 | -27389/+5507 |
| |\ \ \ | | | | | | | | | | | | | | | | feature/website/instant-configurator | ||||
| * | | | | feat: add fee percentage slider | fragosti | 2018-12-04 | 4 | -31/+44 |
| | | | | | |||||
| * | | | | feat: add fee percentage slier | fragosti | 2018-12-04 | 3 | -2/+30 |
| | | | | | |||||
| * | | | | feat: implement basic feeRecipient address in config generator | fragosti | 2018-12-04 | 4 | -11/+96 |
| | | | | | |||||
| * | | | | fix: use correct styles even when syntax highlighter component removes ↵ | fragosti | 2018-12-01 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | classnames on second render | ||||
| * | | | | feat: implement code generation | fragosti | 2018-12-01 | 3 | -27/+49 |
| | | | | | |||||
| * | | | | feat: implement multi token select component | fragosti | 2018-12-01 | 8 | -46/+156 |
| | | | | | |||||
| * | | | | feat: implement available token fetching | fragosti | 2018-11-30 | 3 | -6/+116 |
| | | | | | |||||
| * | | | | feat: add MultiSelect component skeleton | fragosti | 2018-11-30 | 2 | -1/+80 |
| | | | | | |||||
| * | | | | feat: add Select component and use for configurator | fragosti | 2018-11-30 | 7 | -31/+285 |
| | | | | | |||||
| * | | | | feat: move instant base config to types file | fragosti | 2018-11-30 | 2 | -18/+19 |
| | | | | | |||||
| * | | | | feat: implement configurator layout | fragosti | 2018-11-30 | 2 | -4/+29 |
| | | | | | |||||
| * | | | | feat: factor out ActionLink component from features | fragosti | 2018-11-30 | 2 | -37/+54 |
| | | | | | |||||
| * | | | | feat: improve styling of code demo component | fragosti | 2018-11-30 | 2 | -12/+126 |
| | | | | | |||||
| * | | | | feat: have basic code syntax highlighting working | fragosti | 2018-11-30 | 5 | -91/+184 |
| | | | | | |||||
* | | | | | Merge pull request #1389 from 0xProject/fix/instant-rollbar-localhost | Steve Klebanoff | 2018-12-06 | 4 | -14/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | [instant] Don't report localhost errors to Rollbar | ||||
| * | | | | | Takeout console.log | Steve Klebanoff | 2018-12-06 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Only include localhost in host domains if in development mode | Steve Klebanoff | 2018-12-06 | 3 | -9/+26 |
| | | | | | | |||||
| * | | | | | Use dotenv in development | Steve Klebanoff | 2018-12-06 | 1 | -5/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #1392 from 0xProject/fix/instant/pre-release-hotfixes | Francesco Agosti | 2018-12-06 | 4 | -5/+10 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | [instant] CSS leakage and non-lowercase defaultAssetData fix | ||||
| * | | | | | feat: lowercase keys in additionalAssetMetaDataMap | fragosti | 2018-12-06 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | chore: add coingecko css example to externall.css | fragosti | 2018-12-06 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | fix: call toLowerCase in asset creation logic | fragosti | 2018-12-06 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | fix: input placeholder css specificity increase | fragosti | 2018-12-06 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Fix RadarRelay timestamps (#1391) | Alex Browne | 2018-12-06 | 2 | -4/+8 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixing rr timestamps * Apply prettier | ||||
* | | | | | Merge pull request #1377 from 0xProject/feature/pipeline-cleanup-mega-rebase | Alex Browne | 2018-12-06 | 87 | -0/+4392 |
|\ \ \ \ \ | |/ / / / |/| | | | | Merge all pipeline code into development | ||||
| * | | | | Change type of transactions.gas_used and gas_price to BigNumber/numeric | Alex Browne | 2018-12-05 | 4 | -9/+31 |
| | | | | | |||||
| * | | | | Fix prettier | Alex Browne | 2018-12-05 | 2 | -25/+18 |
| | | | | | |||||
| * | | | | Address PR feedback | Alex Browne | 2018-12-05 | 21 | -81/+96 |
| | | | | | |||||
| * | | | | Use a string template in packages/pipeline/src/scripts/pull_missing_events.ts | Fabio B | 2018-12-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-Authored-By: albrow <stephenalexbrowne@gmail.com> | ||||
| * | | | | Fix typo in packages/pipeline/src/parsers/bloxy/index.ts | Fabio B | 2018-12-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-Authored-By: albrow <stephenalexbrowne@gmail.com> |