Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -23/+55 |
| | |||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 3 | -326/+380 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -12/+24 |
| | |||||
* | Improve comments | Fabio Berger | 2018-03-21 | 1 | -13/+12 |
| | |||||
* | Add DocComments to Web3Wrapper | Fabio Berger | 2018-03-21 | 1 | -1/+132 |
| | |||||
* | Rename method for clarity | Fabio Berger | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Remove duplicate method | Fabio Berger | 2018-03-21 | 1 | -3/+0 |
| | |||||
* | Fix var name typo | Fabio Berger | 2018-03-21 | 1 | -2/+2 |
| | |||||
* | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file ↵ | Fabio Berger | 2018-03-20 | 1 | -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 package | Fabio Berger | 2018-03-14 | 1 | -0/+8 |
| | |||||
* | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 1 | -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 implementation | Leonid Logvinov | 2018-03-12 | 1 | -1/+17 |
| | | |||||
* | | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
| | | |||||
* | | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
| | | |||||
* | | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 2 | -0/+12 |
|/ | |||||
* | Add getProvider method to web3Wrapper | Fabio Berger | 2018-03-10 | 1 | -0/+3 |
| | |||||
* | Fix comment | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Move RawLogEntry to types package | Fabio Berger | 2018-03-07 | 1 | -12/+1 |
| | |||||
* | Move BaseContract to its own package | Leonid Logvinov | 2018-02-28 | 3 | -250/+179 |
| | |||||
* | Move BaseContract to web3Wrapper | Leonid Logvinov | 2018-02-28 | 3 | -179/+250 |
| | |||||
* | Add txData to async calls | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | Add web3Wrapper.callAsync and remove web3Wrapper.getContractInstance | Leonid Logvinov | 2018-02-28 | 1 | -6/+6 |
| | |||||
* | Lowercase web3 wrapper addresses | Jacob Evans | 2018-02-27 | 1 | -2/+4 |
| | | | | Ensure all of the user account addresses are lower case when returned from web3wrapper | ||||
* | Remove promisified web3 functions from tests | Leonid Logvinov | 2018-01-30 | 1 | -0/+4 |
| | |||||
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 1 | -5/+1 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -16/+13 |
| | |||||
* | Add missing calls to bigNumberConfigs in packages where we are instantiating ↵ | Brandon Millman | 2017-12-22 | 1 | -1/+7 |
| | | | | BigNumbers | ||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 1 | -39/+39 |
| | |||||
* | Refactor networkId out of web3Wrapper | Leonid Logvinov | 2017-12-08 | 1 | -7/+6 |
| | |||||
* | Address feedback | Leonid Logvinov | 2017-12-07 | 1 | -6/+0 |
| | |||||
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -0/+181 |