Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix many linter errors that showed up upon upgrading tsutil | Fabio Berger | 2018-08-23 | 1 | -2/+1 |
| | |||||
* | Move types from sol-compiler to types so they can be used in other places ↵ | Fabio Berger | 2018-08-22 | 1 | -1/+1 |
| | | | | without requiring sol-compiler as a dep | ||||
* | Export Web3ProviderEngine from subproviders package | Fabio Berger | 2018-07-13 | 1 | -3/+2 |
| | |||||
* | -fetch'; | Fabio Berger | 2018-07-13 | 1 | -3/+2 |
| | |||||
* | Rename TransferContractEventArgs to MetacoinTransferEventArgs after changing ↵ | Leonid Logvinov | 2018-06-29 | 1 | -4/+4 |
| | | | | contracts templates | ||||
* | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 1 | -1/+0 |
| | |||||
* | Fix import order | Leonid Logvinov | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | Fix typos | Leonid Logvinov | 2018-06-12 | 3 | -3/+4 |
| | |||||
* | Fix linter issues | Leonid Logvinov | 2018-06-12 | 2 | -2/+2 |
| | |||||
* | Add profiler and geth tests to metacoin | Leonid Logvinov | 2018-06-12 | 4 | -13/+95 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 3 | -4/+2 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 1 | -3/+3 |
| | |||||
* | Rename ZeroExArtifactAdapter to SolCompilerArtifactAdapter | Leonid Logvinov | 2018-05-23 | 1 | -2/+2 |
| | |||||
* | Assign then pass | Leonid Logvinov | 2018-05-23 | 1 | -1/+2 |
| | |||||
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 1 | -5/+6 |
| | |||||
* | Make sol-cov work with truffle and other artifact adapters | Leonid Logvinov | 2018-05-23 | 2 | -4/+5 |
| | |||||
* | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 1 | -0/+1 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | Fix templates | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Fix linter issues | Leonid Logvinov | 2018-05-10 | 2 | -3/+3 |
| | |||||
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Remove deployer from metacoin and contract tests | Leonid Logvinov | 2018-05-10 | 3 | -21/+11 |
| | |||||
* | Added a detailed description of `renameOverloadedMethods` (special thanks to ↵ | Greg Hysen | 2018-04-10 | 1 | -6/+6 |
| | | | | @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading. | ||||
* | Updated deployer to accept a list of contract directories as input. Contract ↵ | Greg Hysen | 2018-04-10 | 1 | -2/+54 |
| | | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions. | ||||
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 3 | -8/+8 |
| | |||||
* | Fix contracts and artifacts paths | Leonid Logvinov | 2018-04-02 | 1 | -2/+4 |
| | |||||
* | move all configs to a config file | Leonid Logvinov | 2018-04-02 | 4 | -11/+17 |
| | |||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 6 | -0/+153 |