aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/src
Commit message (Collapse)AuthorAgeFilesLines
* Move common types out of web3 typesLeonid Logvinov2018-03-2711-35/+28
|
* Make handleRequest public and add comment for itFabio Berger2018-03-227-21/+70
|
* Make setEngine publicFabio Berger2018-03-221-3/+3
|
* Improve subproviders commentFabio Berger2018-03-226-6/+6
|
* Move docs from README into docs page and add a link to it.Fabio Berger2018-03-221-1/+2
|
* Improve all the comments for the subproviders public methodsFabio Berger2018-03-229-115/+199
|
* Remove duplicate ECSignature type defFabio Berger2018-03-202-7/+6
|
* Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file ↵Fabio Berger2018-03-201-0/+0
| | | | naming conventions. `postpublish.ts` is the only exception and this is because it is dictated by Lerna
* Add Subprovider docs to websiteFabio Berger2018-03-191-0/+8
|
* Export ErrorCallback type from Subproviders packageFabio Berger2018-03-181-1/+1
|
* Add missing typeFabio Berger2018-03-161-0/+5
|
* Add missing type to subproviders exportsFabio Berger2018-03-161-1/+7
|
* Use named types and introduce `JSONRPCRequestPayloadWithMethod` typeFabio Berger2018-03-167-26/+23
|
* Fix linter issuesxFabio Berger2018-03-141-0/+1
|
* Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-1411-79/+114
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Transform input data before encoding for callAsync and getABIEncodedTransactionData Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Report all coverage reports together Add other statement types Properly and consistently parse ENV vars Add forgotten file Start using solidity-parser-antlr Fix the default always overriding to address Submit a TD PR Add an explanatory comment for making ranges unique Fix a typo in handling env variables Introduce TESTRPC_FIRST_ADDRESS Make BlockchainLifecycle accept only web3Wrapper Fix comments Fix deployer CHANGELOG ... # Conflicts: # README.md # packages/deployer/package.json # packages/subproviders/src/globals.d.ts # yarn.lock
| * Use locks instead of semaphores in ledger subproviderLeonid Logvinov2018-03-122-27/+15
| |
| * Address feedbackLeonid Logvinov2018-03-121-1/+1
| |
| * Add sol-cover implementationLeonid Logvinov2018-03-1211-52/+99
| |
* | Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
| |
* | Fix lint issuesFabio Berger2018-03-131-0/+1
| |
* | move scripts to monorepro-scriptsFabio Berger2018-03-132-0/+13
|/
* FeedbackJacob Evans2018-03-081-2/+2
|
* Add ledger-node package as optional dependencyJacob Evans2018-03-071-1/+9
|
* Force shouldGetChainCode to true in typesJacob Evans2018-03-061-2/+4
|
* Nuke tests for nowJacob Evans2018-03-063-41/+21
|
* Remove old ledgerJacob Evans2018-03-062-39/+0
|
* Update ledgerco packagesJacob Evans2018-03-064-31/+73
|
* Add `numberOfAccounts` param to `LedgerSubprovider` method ↵Fabio Berger2018-03-041-3/+3
| | | | `getAccountsAsync` and add tests
* Move subproviders from dev-utils to subprovidersLeonid Logvinov2018-02-153-0/+63
|
* 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.