Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AbortController polyfill to fetchAsync in utils | Brandon Millman | 2018-07-21 | 1 | -0/+3 |
| | |||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 2 | -4/+4 |
| | |||||
* | Fix linter | Fabio Berger | 2018-07-14 | 1 | -1/+3 |
| | |||||
* | Add assertion to make sure caller to fetchAsync isn't trying to set timeout ↵ | Fabio Berger | 2018-07-14 | 1 | -0/+3 |
| | | | | in a context-specific way | ||||
* | Switch conditional | Fabio Berger | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | Move type defs to typescript-typingsd | Fabio Berger | 2018-07-13 | 1 | -4/+0 |
| | |||||
* | Replace process.browser with detect-node library | Fabio Berger | 2018-07-13 | 2 | -1/+6 |
| | |||||
* | -fetch'; | Fabio Berger | 2018-07-13 | 2 | -8/+9 |
| | |||||
* | Add fetchAsync util and RPCSubprovider | Fabio Berger | 2018-07-13 | 2 | -0/+31 |
| | |||||
* | Remove unused code/variables from abi-decoder | Leonid Logvinov | 2018-06-29 | 1 | -2/+0 |
| | |||||
* | Run prettier | Bryce | 2018-06-26 | 1 | -10/+10 |
| | |||||
* | Typings and comment | Bryce | 2018-06-23 | 1 | -0/+5 |
| | |||||
* | Update at abi_decoder | Bryce | 2018-06-23 | 1 | -1/+9 |
| | |||||
* | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utils | Fabio Berger | 2018-06-07 | 3 | -6/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx | ||||
| * | Run prettier | fragosti | 2018-06-07 | 1 | -1/+0 |
| | | |||||
| * | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 3 | -5/+1 |
| | | |||||
* | | Move spawnSwitchErr to @0xproject/utils | Fabio Berger | 2018-06-06 | 2 | -0/+6 |
|/ | |||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 2 | -3/+3 |
| | |||||
* | Fix linter issues | Leonid Logvinov | 2018-05-24 | 1 | -3/+3 |
| | |||||
* | Address feedback | Leonid Logvinov | 2018-05-23 | 2 | -11/+7 |
| | |||||
* | Support all opcodes in a trace parser | Leonid Logvinov | 2018-05-23 | 1 | -0/+3 |
| | |||||
* | Improve naming | Fabio Berger | 2018-05-17 | 1 | -2/+2 |
| | |||||
* | Fix TSLint rules | Fabio Berger | 2018-05-16 | 3 | -12/+19 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 2 | -3/+7 |
| | |||||
* | Interface for EventDescription renamed topics | Jacob Evans | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Use ethers in abi_decoder utils | Jacob Evans | 2018-04-19 | 1 | -3/+3 |
| | |||||
* | Add ony abi-gen changes from Greg's PR | Leonid Logvinov | 2018-04-12 | 2 | -0/+72 |
| | |||||
* | Revert "Merge pull request #493 from ↵ | Leonid Logvinov | 2018-04-12 | 2 | -73/+0 |
| | | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9. | ||||
* | Move NULL_BYTES to @0xproject/utils | Fabio Berger | 2018-04-11 | 2 | -0/+3 |
| | |||||
* | Added a detailed description of `renameOverloadedMethods` (special thanks to ↵ | Greg Hysen | 2018-04-10 | 1 | -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 Hysen | 2018-04-10 | 2 | -0/+75 |
| | | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions. | ||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -2/+2 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -9/+18 |
| | |||||
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 2 | -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 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 |
| | | |||||
* | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 2 | -0/+6 |
|/ | |||||
* | Rename idx to i | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | Create ethers-typescript-typings | Leonid Logvinov | 2018-02-28 | 1 | -28/+0 |
| | |||||
* | Use as a backend to decode event args | Leonid Logvinov | 2018-02-28 | 2 | -15/+41 |
| | |||||
* | Use forEach instead of map | Leonid Logvinov | 2018-02-05 | 1 | -2/+2 |
| | |||||
* | Fix an exception when a signature collision happens | Leonid Logvinov | 2018-02-05 | 1 | -5/+14 |
| | |||||
* | Fix tslint issues | Leonid Logvinov | 2018-01-30 | 1 | -2/+1 |
| | |||||
* | Normalize the dependencies | Leonid Logvinov | 2018-01-30 | 1 | -0/+1 |
| | |||||
* | Remove duplicate code | Leonid Logvinov | 2018-01-30 | 2 | -55/+0 |
| | |||||
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 5 | -0/+129 |
| | |||||
* | Add an error handler parameter to intervals | Leonid Logvinov | 2018-01-11 | 1 | -2/+19 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 3 | -12/+10 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 3 | -15/+12 |
| | |||||
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 4 | -0/+52 |
| | |||||
* | Move isAddress to shared utils and remove all dependencies on ethereum-address | Leonid Logvinov | 2017-12-11 | 2 | -0/+35 |
| | |||||
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 2 | -0/+25 |