aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src
Commit message (Collapse)AuthorAgeFilesLines
* Add ony abi-gen changes from Greg's PRLeonid Logvinov2018-04-122-0/+72
|
* Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-122-73/+0
| | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9.
* Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-112-0/+3
|
* Added a detailed description of `renameOverloadedMethods` (special thanks to ↵Greg Hysen2018-04-101-44/+41
| | | | @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 Hysen2018-04-102-0/+75
| | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
* Add metacoin example projectLeonid Logvinov2018-04-021-2/+2
|
* Move common types out of web3 typesLeonid Logvinov2018-03-271-9/+18
|
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-152-0/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (25 commits) Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry remove unneeded include remove unused dep Fix lint issues Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency small fixes move scripts to monorepro-scripts Fix gitignore Move abi-gen scripts to src Add missing dep ...
| * 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
| |
* | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-142-0/+6
|/
* Rename idx to iLeonid Logvinov2018-02-281-2/+2
|
* Create ethers-typescript-typingsLeonid Logvinov2018-02-281-28/+0
|
* Use as a backend to decode event argsLeonid Logvinov2018-02-282-15/+41
|
* Use forEach instead of mapLeonid Logvinov2018-02-051-2/+2
|
* Fix an exception when a signature collision happensLeonid Logvinov2018-02-051-5/+14
|
* Fix tslint issuesLeonid Logvinov2018-01-301-2/+1
|
* Normalize the dependenciesLeonid Logvinov2018-01-301-0/+1
|
* Remove duplicate codeLeonid Logvinov2018-01-302-55/+0
|
* Remove truffle from testsLeonid Logvinov2018-01-305-0/+129
|
* Add an error handler parameter to intervalsLeonid Logvinov2018-01-111-2/+19
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-043-12/+10
|
* Apply prettier configLeonid Logvinov2018-01-033-15/+12
|
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-144-0/+52
|
* Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-112-0/+35
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-072-0/+25