Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address feedback | Leonid Logvinov | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Remove hash from signatureData | Leonid Logvinov | 2018-02-08 | 1 | -2/+3 |
| | |||||
* | Remove unused types and take their names | Leonid Logvinov | 2018-02-07 | 1 | -2/+2 |
| | |||||
* | Rename expiration to expirationUnixTimestampSec | Leonid Logvinov | 2018-02-07 | 1 | -2/+2 |
| | |||||
* | Add OrderWatcherConfig to the list of public types | Leonid Logvinov | 2018-02-01 | 1 | -0/+1 |
| | |||||
* | Fix linter errors | Fabio Berger | 2018-01-31 | 2 | -18/+2 |
| | |||||
* | Implement just-in-time loading of token balances & allowances | Fabio Berger | 2018-01-28 | 2 | -4/+4 |
| | |||||
* | Initial Ledger support implementation | Fabio Berger | 2018-01-28 | 1 | -2/+15 |
| | |||||
* | Fix ts error in portal after enabling more strict checks | Leonid Logvinov | 2018-01-10 | 1 | -6/+2 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 2 | -2/+2 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 5 | -127/+76 |
| | |||||
* | Create types sectionName constant | Fabio Berger | 2017-12-22 | 2 | -2/+4 |
| | |||||
* | Export new public types | Leonid Logvinov | 2017-12-20 | 1 | -0/+3 |
| | |||||
* | Add etherToken.getLogsAsync and etherToken.subscribe with tests | Leonid Logvinov | 2017-12-20 | 1 | -0/+2 |
| | |||||
* | Remove etherToken from smart contract docs | Fabio Berger | 2017-12-20 | 1 | -3/+0 |
| | |||||
* | Merge branch 'development' into refactor/website | Fabio Berger | 2017-12-20 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | * development: Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange | ||||
| * | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 1 | -0/+1 |
| | | |||||
* | | Refactor configs and constants, standardize on uppercase/snakecase, ↵ | Fabio Berger | 2017-12-19 | 2 | -18/+22 |
| | | | | | | | | alphebetize, rename for logical grouping | ||||
* | | Update first two string enums to native type | Fabio Berger | 2017-12-18 | 1 | -2/+2 |
|/ | |||||
* | Two mysteriously missing imports | Fabio Berger | 2017-12-16 | 1 | -0/+1 |
| | |||||
* | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 5 | -16/+8 |
| | |||||
* | Add WebSocketOrderbookChannel to connect docs | Brandon Millman | 2017-12-12 | 1 | -1/+13 |
| | |||||
* | Add orderWatcher to 0x.js docs | Fabio Berger | 2017-11-30 | 1 | -0/+12 |
| | |||||
* | Add order and signedOrder to public types | Fabio Berger | 2017-11-30 | 1 | -0/+2 |
| | |||||
* | Add TokenTradeInfo to public types | Fabio Berger | 2017-11-30 | 1 | -0/+1 |
| | |||||
* | Rename packageName to displayName for clarity | Fabio Berger | 2017-11-29 | 3 | -3/+3 |
| | |||||
* | Add connect docs | Fabio Berger | 2017-11-29 | 1 | -0/+97 |
| | |||||
* | Add subPackageName and get rid of hard-coded 0x.js in sourceLink | Fabio Berger | 2017-11-29 | 1 | -0/+1 |
| | |||||
* | Merge branch 'development' into fix/refactorDocs | Fabio Berger | 2017-11-29 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (30 commits) Export TransactionOpts type Make website private Publish Update CHANGELOG Change interval to 1h Rename Add ifExists to cleanupJobInterval Add a cleanup job to an order watcher Improve the comment Add CHANGELOG comment Add a HACK comment Normalise subprovider names Remove a comment Fix a typo Pin testrpc version Remove gas params from tests Add fake gas estimate suprovider for tests Revert "Fix website linter errors" Fix website linter errors Fix tests ... # Conflicts: # packages/website/ts/utils/constants.ts | ||||
* | | Refactor the topLevel documentation react components for 0x.js and Smart ↵ | Fabio Berger | 2017-11-29 | 2 | -12/+190 |
|/ | | | | contracts into a single component | ||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 4 | -25/+25 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 4 | -0/+212 |
sub-packages, use new subscribeAsync 0x.js method |