aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant type refsLeonid Logvinov2018-01-131-2/+0
|
* Merge pull request #303 from ERCdEX/ercdex/send_transaction_return_txhashLeonid2018-01-031-2/+2
|\ | | | | _sendTransactionAsync should return txHash string
| * sendTransactionAsync should return txHash stringLuke2018-01-031-2/+2
| |
* | Apply prettier configLeonid Logvinov2018-01-037-54/+68
|/
* Support both personal_sign and eth_signFabio Berger2017-12-281-1/+2
|
* Update subprovider to catch correct RPC methodCavan Flynn2017-12-281-2/+2
| | | ZeroEx uses web3.eth.sign, rather than web3.eth.personal.sign. In addition, the message to sign is the second parameter; not the first. The first parameter is the address.
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-204-41/+41
|
* Add a commentLeonid Logvinov2017-12-181-0/+2
|
* Introduce a variable for trueLeonid Logvinov2017-12-181-1/+4
|
* Remove redundant template stringLeonid Logvinov2017-12-181-1/+1
|
* Implement the address derivationsLeonid Logvinov2017-12-183-15/+24
|
* Add hdnode dependencyLeonid Logvinov2017-12-181-0/+11
|
* Fix connect unused varsLeonid Logvinov2017-12-153-20/+0
|
* Implement first custom linter rule async-suffixLeonid Logvinov2017-12-152-0/+2
|
* Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-112-7/+2
|
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-091-1/+1
| | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts
* remove console.logFabio Berger2017-12-091-2/+0
|
* Debug CircleCi failureFabio Berger2017-12-081-0/+2
|
* Add todoFabio Berger2017-12-081-0/+1
|
* Add link to random id generatorFabio Berger2017-12-081-0/+1
|
* remove unused typeFabio Berger2017-12-072-5/+0
|
* Simplify interface to signPersonalMessageAsyncFabio Berger2017-12-071-22/+9
|
* Fix ethereumjs-tx declaration and importFabio Berger2017-12-072-2/+2
|
* Use assert.isHexStringFabio Berger2017-12-072-5/+3
|
* Add type defs for ledgerco and ethereumjs-txFabio Berger2017-12-072-13/+37
|
* Have comments hug statementsFabio Berger2017-12-061-3/+3
|
* Add declarationFabio Berger2017-12-061-0/+7
|
* Return actual error thrownFabio Berger2017-12-061-1/+1
|
* remove unused modulesFabio Berger2017-12-061-3/+0
|
* remove extra spaceFabio Berger2017-12-061-1/+0
|
* Add null to err typeFabio Berger2017-12-061-1/+1
|
* Use null instead of undefined when no error existsFabio Berger2017-12-061-3/+3
|
* Switch to using our custom base subproviderFabio Berger2017-12-061-1/+2
|
* Fix lint issuesFabio Berger2017-12-062-1/+9
|
* Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵Fabio Berger2017-12-067-0/+671
rely on hookedWalletSubprovider. Added unit and integration tests.