aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/test
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-187-11/+11
|
* Change /order_config endpoint to POSTfragosti2018-09-261-3/+3
|
* Move SRA types from @0xproject/connect to @0xproject/sra-typesLeonid Logvinov2018-09-255-5/+5
|
* Change orderConfig from POST to GET like in specfragosti2018-09-051-3/+3
|
* Add to CHANGELOGfragosti2018-09-051-1/+1
|
* Use BigNumber instead of string where appropriate in OrderConfigRequestfragosti2018-09-051-3/+4
|
* Fix typofragosti2018-08-222-1/+2
|
* Run prettierfragosti2018-08-215-10/+6
|
* lint everythingfragosti2018-08-213-9/+8
|
* Update websocket for SRA v2fragosti2018-08-217-59/+40
|
* Remove default query parametersfragosti2018-08-183-15/+20
|
* Add networkId request param optionfragosti2018-08-182-19/+16
|
* Add fee recipients testfragosti2018-08-161-0/+24
|
* All previous tests passingfragosti2018-08-161-4/+4
|
* Get orders async tests passingfragosti2018-08-161-1/+1
|
* getAssetPairsAsync tests passingfragosti2018-08-163-13/+11
|
* Project now buildsfragosti2018-08-165-39/+18
|
* Update test fixturesfragosti2018-08-1616-206/+278
|
* Update json-schemas, update HTTPClient typesfragosti2018-08-153-14/+14
|
* Update types to reflect v2fragosti2018-08-1515-108/+91
|
* Change names of basic types in Client interfacefragosti2018-08-151-9/+9
|
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|
* Lint fixesBrandon Millman2018-07-121-1/+0
|
* Update orderbook channel and factory testsBrandon Millman2018-07-122-19/+41
|
* Update testsBrandon Millman2018-07-121-21/+15
|
* Consolidate back to one channel and expose only the factoryBrandon Millman2018-07-123-66/+31
|
* Initial implementation of OrderbookChannelFactoryBrandon Millman2018-07-121-58/+60
|
* Implement web browser socketBrandon Millman2018-07-122-3/+64
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-223-3/+0
|
* Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-173-0/+3
|
* Change default page params in connect to page 1 and perPage 100Brandon Millman2018-02-151-3/+3
|
* Addressed PR feedbackBrandon Millman2018-02-141-3/+3
|
* Add page options to relevant HttpClient methodsBrandon Millman2018-02-141-15/+34
|
* Stop appending /v0 to HttpClient api endpoint urlsBrandon Millman2018-01-131-5/+5
|
* Improve HttpClient errorsBrandon Millman2018-01-131-1/+10
|
* Merge branch 'fix/prettify_json' into developmentLeonid Logvinov2018-01-101-1/+1
|\
| * Apply prettify on json and md filesLeonid Logvinov2018-01-041-1/+1
| |
* | Merge pull request #305 from 0xProject/fix/bignumber_configLeonid2018-01-106-6/+6
|\| | | | | Use configured version of bignumber in all packages
| * Use configured version of bignumber in all packagesLeonid Logvinov2018-01-046-6/+6
| |
* | PrettierBrandon Millman2018-01-101-5/+4
| |
* | Merge branch 'development' into refactor/httpClientJsonParsingBrandon Millman2018-01-098-42/+53
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (21 commits) Update connect CHANGELOG Changes to abi-gen after code review Added constructor ABIs to abi-gen Describe #295 in a CHANGELOG Add #302 description to changelog Fix formatting Apply prettier config Install prettier Remove formatting esilnt rules sendTransactionAsync should return txHash string Added Event generation to abi-gen Publish Add dates to CHANGELOG entries Update subproviders CHANGELOG Support both personal_sign and eth_sign Fix Ledger tests given change from `personal_sign` to `eth_sign` Update subprovider to catch correct RPC method Rename guide Update contribution guide Fix broken links in the abi-gen README ...
| * | Merge branch 'development' into fix/mutatedInputBrandon Millman2018-01-098-48/+57
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Changes to abi-gen after code review Added constructor ABIs to abi-gen Describe #295 in a CHANGELOG Add #302 description to changelog Fix formatting Apply prettier config Install prettier Remove formatting esilnt rules sendTransactionAsync should return txHash string Added Event generation to abi-gen Publish Add dates to CHANGELOG entries Update subproviders CHANGELOG Support both personal_sign and eth_sign Fix Ledger tests given change from `personal_sign` to `eth_sign` Update subprovider to catch correct RPC method Rename guide Update contribution guide Fix broken links in the abi-gen README Fix typing generation for arrays in which types separated by |s
| | * Fix formattingLeonid Logvinov2018-01-033-5/+0
| | |
| | * Apply prettier configLeonid Logvinov2018-01-038-43/+57
| | |
* | | Refactor JSON parsing in HttpClientBrandon Millman2017-12-251-10/+10
|/ /
* / Prevent getFeesAsync method on HttpClient from mutating inputBrandon Millman2017-12-251-0/+12
|/
* Update connect types in preperation for publishingBrandon Millman2017-12-081-3/+3
|
* Add requestId to subscription messages and update json-schemasBrandon Millman2017-12-064-6/+16
|
* Auto-fix linter errors in other mono-repo packagesLeonid Logvinov2017-11-245-19/+26
|
* Prepare connect package for publishingBrandon Millman2017-11-231-1/+1
|
* Add lodash noop to emptyOrderbookChannelHandlerBrandon Millman2017-11-151-4/+5
|
* Fix lint errorBrandon Millman2017-11-151-2/+1
|
* Add connect to monorepoBrandon Millman2017-11-1516-0/+508