aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/src
Commit message (Collapse)AuthorAgeFilesLines
* Improve commentsFabio Berger2018-03-211-13/+12
|
* Add DocComments to Web3WrapperFabio Berger2018-03-211-1/+132
|
* Rename method for clarityFabio Berger2018-03-211-1/+1
|
* Remove duplicate methodFabio Berger2018-03-211-3/+0
|
* Fix var name typoFabio Berger2018-03-211-2/+2
|
* 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
* Added doc json generation and uploading to Web3Wrapper packageFabio Berger2018-03-141-0/+8
|
* Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-141-1/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Add sol-cover implementationLeonid Logvinov2018-03-121-1/+17
| |
* | 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/+12
|/
* Add getProvider method to web3WrapperFabio Berger2018-03-101-0/+3
|
* Fix commentFabio Berger2018-03-091-1/+1
|
* Move RawLogEntry to types packageFabio Berger2018-03-071-12/+1
|
* Move BaseContract to its own packageLeonid Logvinov2018-02-283-250/+179
|
* Move BaseContract to web3WrapperLeonid Logvinov2018-02-283-179/+250
|
* Add txData to async callsLeonid Logvinov2018-02-281-2/+2
|
* Add web3Wrapper.callAsync and remove web3Wrapper.getContractInstanceLeonid Logvinov2018-02-281-6/+6
|
* Lowercase web3 wrapper addressesJacob Evans2018-02-271-2/+4
| | | | Ensure all of the user account addresses are lower case when returned from web3wrapper
* Remove promisified web3 functions from testsLeonid Logvinov2018-01-301-0/+4
|
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-101-1/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-5/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-16/+13
|
* Add missing calls to bigNumberConfigs in packages where we are instantiating ↵Brandon Millman2017-12-221-1/+7
| | | | BigNumbers
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-39/+39
|
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-081-7/+6
|
* Address feedbackLeonid Logvinov2017-12-071-6/+0
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-0/+181