aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/src
Commit message (Collapse)AuthorAgeFilesLines
* Attribute the origins of NonceTrackerJacob Evans2018-02-071-0/+5
| | | | NonceTrackerSubprovider is inspired from Web3ProviderEngine NonceTracker
* Move BlockParamLiteral to shared types packageJacob Evans2018-02-071-7/+5
| | | | Also BlockParam
* FixesJacob Evans2018-02-071-4/+5
| | | | | Rename to isFirstGetTransactionCount assign nextPrefixedHexNonce as a const
* Move BlockParam and BlockParamLiteral to shared typesJacob Evans2018-02-073-7/+4
|
* Merge branch 'development' into feature/subproviders/nonce-trackerJacob Evans2018-02-061-5/+6
|\
| * Reword comment on anyJacob Evans2018-02-061-1/+2
| |
| * Justify the any usageJacob Evans2018-02-061-1/+2
| |
| * Change the InjectedWeb3Subprovider to accept Web3.ProviderJacob Evans2018-02-031-5/+4
| |
* | Remove re-fetch of transaction count on errorJacob Evans2018-02-064-32/+40
| |
* | Readability and prettierJacob Evans2018-02-022-13/+11
| |
* | PrettifyJacob Evans2018-02-022-9/+3
| |
* | Nonce tracker subproviderJacob Evans2018-02-023-0/+134
|/ | | | | Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions
* 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.