Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Report all coverage reports together" | Leonid Logvinov | 2018-03-14 | 2 | -3/+4 |
* | Report all coverage reports together | Leonid Logvinov | 2018-03-13 | 2 | -4/+3 |
* | Add forgotten file | Leonid Logvinov | 2018-03-13 | 1 | -0/+6 |
* | Make BlockchainLifecycle accept only web3Wrapper | Leonid Logvinov | 2018-03-12 | 10 | -28/+26 |
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 11 | -30/+23 |
* | Merge branch 'development' into addPackagePublishConfig | Fabio Berger | 2018-03-09 | 2 | -10/+10 |
|\ | |||||
| * | Publish | Brandon Millman | 2018-03-09 | 1 | -9/+9 |
| * | Updated CHANGELOGs | Brandon Millman | 2018-03-09 | 1 | -1/+1 |
* | | Add package.json publishConfig so that these packages are published as public. | Fabio Berger | 2018-03-08 | 1 | -0/+3 |
|/ | |||||
* | remove from devDeps | Fabio Berger | 2018-03-05 | 1 | -1/+0 |
* | Remove date for now | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
* | Add ethers typescript typings to 0x.js deps. The library works without this a... | Fabio Berger | 2018-03-05 | 2 | -0/+5 |
* | Add missing instructions to add external types to tsconfig.json after instal... | Fabio Berger | 2018-03-05 | 1 | -0/+9 |
* | Publish | Fabio Berger | 2018-03-05 | 1 | -15/+15 |
* | Updated CHANGELOGS | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
* | Merge pull request #430 from 0xProject/0x.js/updateTypeDoc | Fabio Berger | 2018-03-04 | 4 | -18/+31 |
|\ | |||||
| * | Fix comments | Fabio Berger | 2018-03-04 | 2 | -2/+2 |
| * | Add comments | Fabio Berger | 2018-03-04 | 2 | -0/+6 |
| * | Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when... | Fabio Berger | 2018-03-04 | 4 | -4/+11 |
| * | Merge branch 'development' into 0x.js/updateTypeDoc | Fabio Berger | 2018-03-04 | 2 | -2/+2 |
| |\ | |||||
| * | | Consolidate all same exports together | Fabio Berger | 2018-03-03 | 1 | -2/+1 |
| * | | Add @0xproject/types to 0x.js tsconfig `include` so that TypeDoc also include... | Fabio Berger | 2018-03-03 | 1 | -0/+1 |
| * | | Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug ... | Fabio Berger | 2018-03-03 | 3 | -16/+16 |
* | | | Merge pull request #429 from 0xProject/fix/incorrectDeps | Fabio Berger | 2018-03-04 | 2 | -2/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Move web3 typings from devDeps to deps | Fabio Berger | 2018-03-03 | 2 | -2/+3 |
| |/ | |||||
* / | Update all mentions of the repo name being `0x.js` to `0x-monorepo` | Fabio Berger | 2018-03-04 | 2 | -2/+2 |
|/ | |||||
* | Add dependencies | Leonid Logvinov | 2018-02-28 | 1 | -0/+1 |
* | Add ethers-contracts as a dependency | Leonid Logvinov | 2018-02-28 | 1 | -0/+1 |
* | Move BaseContract to web3Wrapper | Leonid Logvinov | 2018-02-28 | 3 | -77/+1 |
* | Remove unused param | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
* | Add txData to async calls | Leonid Logvinov | 2018-02-28 | 2 | -3/+10 |
* | Include ethers types | Leonid Logvinov | 2018-02-28 | 2 | -0/+2 |
* | Create ethers-typescript-typings | Leonid Logvinov | 2018-02-28 | 1 | -29/+0 |
* | Rewrite templates to decode call data on transactions | Leonid Logvinov | 2018-02-28 | 1 | -0/+1 |
* | Fix build | Leonid Logvinov | 2018-02-28 | 1 | -5/+5 |
* | Use the same templates as 0x.js | Leonid Logvinov | 2018-02-28 | 8 | -146/+1 |
* | Add CHANGELOG entry | Leonid Logvinov | 2018-02-28 | 1 | -0/+1 |
* | Add support for ABIv2 to abi-gen | Leonid Logvinov | 2018-02-28 | 4 | -5/+5 |
* | Allow users to specify the contracts backend in abi-gen | Leonid Logvinov | 2018-02-28 | 14 | -62/+137 |
* | Merge branch 'development' into fix/unsubscribeAll | Leonid Logvinov | 2018-02-28 | 7 | -64/+141 |
|\ | |||||
| * | Merge branch 'development' into feature/0x.js/lowercase-addresses | Jacob Evans | 2018-02-27 | 8 | -31/+82 |
| |\ | |||||
| * | | Check isETHAddressHex before lowercase | Jacob Evans | 2018-02-27 | 7 | -63/+55 |
| * | | Check maker is valid address | Jacob Evans | 2018-02-23 | 1 | -3/+8 |
| * | | Lowercase public addresses | Jacob Evans | 2018-02-23 | 6 | -89/+172 |
* | | | Rename _unsubscribeAll to unsubscribeAll | Leonid Logvinov | 2018-02-27 | 8 | -11/+12 |
| |/ |/| | |||||
* | | Merge pull request #385 from 0xProject/feature/0x_config_validation | Leonid Logvinov | 2018-02-24 | 8 | -30/+84 |
|\ \ | |/ |/| | |||||
| * | Remove unused import | Leonid Logvinov | 2018-02-21 | 1 | -1/+1 |
| * | Change assert.doesConformToShema interface | Leonid Logvinov | 2018-02-21 | 1 | -4/+4 |
| * | Remove type-level validation | Leonid Logvinov | 2018-02-15 | 4 | -27/+12 |
| * | Fix tests | Leonid Logvinov | 2018-02-15 | 5 | -9/+13 |
| * | Add entries to the CHANGELOG | Leonid Logvinov | 2018-02-15 | 3 | -4/+6 |
| * | Better validate ZeroExConfig on public networks | Leonid Logvinov | 2018-02-15 | 5 | -33/+96 |
* | | Publish | Brandon Millman | 2018-02-17 | 1 | -9/+9 |
* | | Add docs staging to 0x.js package | Brandon Millman | 2018-02-15 | 1 | -0/+24 |
|/ | |||||
* | Publish | Fabio Berger | 2018-02-10 | 1 | -9/+9 |
* | Publish | Fabio Berger | 2018-02-10 | 1 | -12/+12 |
* | Merge pull request #389 from 0xProject/fix/npmInclusionIssues | Fabio Berger | 2018-02-10 | 2 | -0/+14 |
|\ | |||||
| * | Add PR number to CHANGELOGs | Fabio Berger | 2018-02-10 | 1 | -1/+1 |
| * | ignore all files starting with dots in all sub-packages | Fabio Berger | 2018-02-10 | 1 | -1/+1 |
| * | Add correct npmignore to 0x.js and update CHANGELOG | Fabio Berger | 2018-02-10 | 2 | -0/+14 |
* | | Simplify standard postpublish script and remove them from some private packages | Brandon Millman | 2018-02-09 | 1 | -1/+1 |
|/ | |||||
* | Publish | Brandon Millman | 2018-02-08 | 1 | -8/+8 |
* | Update CHANGELOGs | Brandon Millman | 2018-02-08 | 1 | -0/+5 |
* | Fix ABI error message | Leonid Logvinov | 2018-02-07 | 1 | -1/+0 |
* | Fix linter errors | Leonid Logvinov | 2018-02-07 | 2 | -2/+3 |
* | Use abi-gen for events in 0x.js | Leonid Logvinov | 2018-02-07 | 8 | -120/+76 |
* | Merge branch 'development' into feature/testnet-faucets/order-dispenser | Brandon Millman | 2018-02-07 | 12 | -27/+26 |
|\ | |||||
| * | Move BlockParamLiteral to shared types package | Jacob Evans | 2018-02-07 | 11 | -14/+23 |
| * | Move BlockParam and BlockParamLiteral to shared types | Jacob Evans | 2018-02-07 | 2 | -14/+4 |
* | | Add types-bn package to 0x.js and testnet-faucets | Brandon Millman | 2018-02-07 | 1 | -0/+1 |
|/ | |||||
* | Publish | Leonid Logvinov | 2018-02-06 | 1 | -10/+10 |
* | Revert "Temp" | Leonid Logvinov | 2018-02-06 | 1 | -1/+0 |
* | Add dates to CHANGELOGs | Leonid Logvinov | 2018-02-06 | 1 | -1/+1 |
* | Merge branch 'development' of github.com:0xProject/0x.js into development | Leonid Logvinov | 2018-02-06 | 4 | -4/+33 |
|\ | |||||
| * | Change CHANGELOGs | Leonid Logvinov | 2018-02-06 | 1 | -1/+1 |
| * | Merge branch 'development' into fix/abi_decoder_colision | Leonid | 2018-02-06 | 4 | -4/+29 |
| |\ | |||||
| | * | Fix a typo | Leonid Logvinov | 2018-02-06 | 1 | -1/+1 |
| | * | Fix prettier | Leonid Logvinov | 2018-02-05 | 1 | -1/+0 |
| | * | Merge branch 'development' into fix/ether_token_address | Leonid | 2018-02-05 | 37 | -348/+107 |
| | |\ | |||||
| | * | | Add regression tests | Leonid Logvinov | 2018-02-05 | 1 | -0/+12 |
| | * | | Improve the comment and fix an exception | Leonid Logvinov | 2018-02-05 | 1 | -3/+7 |
| | * | | Update CHANGELOG | Leonid Logvinov | 2018-01-30 | 1 | -0/+4 |
| | * | | Fix linter errors | Leonid Logvinov | 2018-01-30 | 1 | -1/+0 |
| | * | | Add zeroEx.etherToken.getContractAddressifExists | Leonid Logvinov | 2018-01-30 | 3 | -2/+11 |
| * | | | Add PR number | Leonid Logvinov | 2018-02-05 | 1 | -1/+1 |
| * | | | Fix an exception when a signature collision happens | Leonid Logvinov | 2018-02-05 | 1 | -0/+4 |
| | |/ | |/| | |||||
* / | | Temp | Leonid Logvinov | 2018-02-06 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'development' into feature/build_watch | Leonid | 2018-02-05 | 3 | -19/+30 |
|\ \ | |||||
| * | | Publish | Leonid Logvinov | 2018-02-01 | 1 | -18/+21 |
| * | | Fix linter errors | Leonid Logvinov | 2018-02-01 | 1 | -2/+2 |
| * | | Update changelog | Leonid Logvinov | 2018-02-01 | 1 | -0/+4 |
| * | | don't remove maker/zrx order from cache twice | Luke Autry | 2018-02-01 | 1 | -1/+5 |
* | | | Fix errors after TS upgrade | Leonid Logvinov | 2018-02-01 | 1 | -4/+4 |
* | | | Upgrade TS to the newest version | Leonid Logvinov | 2018-02-01 | 1 | -1/+1 |
* | | | Add build:watch command to all TS packages | Leonid Logvinov | 2018-02-01 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'development' into feature/tslint-config/underscore-protected-me... | Brandon Millman | 2018-02-01 | 7 | -1/+1 |
|\ \ | |||||
| * \ | Merge pull request #346 from joincivil/feature/abi-gen-partials | Leonid | 2018-01-31 | 7 | -1/+1 |
| |\ \ | |||||
| | * | | Updated contract generation in 0x to new abi-gen CLI | Olaf Tomalka | 2018-01-31 | 7 | -1/+1 |
* | | | | Fix lint errors | Brandon Millman | 2018-01-31 | 12 | -29/+29 |
|/ / / | |||||
* | | | Make an RPC constructor param implicit | Leonid Logvinov | 2018-01-30 | 10 | -10/+10 |
* | | | Fix tslint issues | Leonid Logvinov | 2018-01-30 | 2 | -5/+5 |
* | | | Normalize the dependencies | Leonid Logvinov | 2018-01-30 | 3 | -14/+11 |
* | | | Make awaitTransactionMinedAsync non-generic again | Leonid Logvinov | 2018-01-30 | 1 | -4/+4 |
* | | | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 11 | -154/+24 |
* | | | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 18 | -144/+23 |
| |/ |/| | |||||
* | | Publish | Fabio Berger | 2018-01-30 | 1 | -18/+21 |
* | | Add PR number | Fabio Berger | 2018-01-30 | 1 | -1/+1 |
* | | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 63 | -10080/+10080 |
* | | Fix prettier | Fabio Berger | 2018-01-30 | 63 | -10083/+10080 |
* | | Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of try... | Fabio Berger | 2018-01-30 | 5 | -21/+44 |
* | | Publish | Leonid Logvinov | 2018-01-30 | 1 | -18/+21 |
* | | Move @0xproject/types to dependencies | Leonid Logvinov | 2018-01-30 | 1 | -1/+1 |
|/ | |||||
* | Run prettier | Amir Bandeali | 2018-01-26 | 1 | -10/+7 |
* | Update changelog | Amir Bandeali | 2018-01-26 | 1 | -1/+2 |
* | Add Rinkeby addresses to artifacts | Amir Bandeali | 2018-01-26 | 5 | -0/+15 |
* | Publish | Leonid Logvinov | 2018-01-25 | 1 | -18/+21 |
* | Update the CHANGELOG | Leonid Logvinov | 2018-01-24 | 1 | -0/+1 |
* | Fix the bug making it impossible to specify the custom ZRX address | Leonid Logvinov | 2018-01-24 | 3 | -0/+5 |
* | Prettier newline | Jacob Evans | 2018-01-19 | 1 | -1/+1 |
* | Prettier | Jacob Evans | 2018-01-19 | 1 | -0/+1 |
* | Update CHANGELOG, rebase on development | Jacob Evans | 2018-01-19 | 1 | -0/+3 |
* | Reject negative amounts in isValidBaseUnitAmount | Jacob Evans | 2018-01-19 | 1 | -0/+47 |
* | Re-add changelog for 0x.js | Fabio Berger | 2018-01-19 | 1 | -1/+1 |
* | Merge pull request #322 from 0xProject/fix/ci-time | Leonid | 2018-01-18 | 5 | -27/+6 |
|\ | |||||
| * | Remove unused dependencies | Leonid Logvinov | 2018-01-17 | 2 | -14/+0 |
| * | Remove trailing slash | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
| * | Return is pensing events are undefined | Leonid Logvinov | 2018-01-16 | 1 | -0/+4 |
| * | Remove umd tests | Leonid Logvinov | 2018-01-16 | 2 | -12/+1 |
* | | Run prettier to revert formatting changes made by the lerna publish step | Brandon Millman | 2018-01-18 | 1 | -11/+9 |
* | | Publish | Brandon Millman | 2018-01-18 | 1 | -21/+23 |
* | | Update CHANGELOG | Brandon Millman | 2018-01-18 | 1 | -1/+1 |
* | | Fix the typos | Leonid Logvinov | 2018-01-17 | 2 | -5/+5 |
* | | Update the CHANGELOG | Leonid Logvinov | 2018-01-16 | 1 | -0/+1 |
* | | Fix fillOrdersUpTo balances validation | Leonid Logvinov | 2018-01-16 | 2 | -2/+18 |
* | | Add a regression test for fillUpToValidation | Leonid Logvinov | 2018-01-16 | 1 | -1/+18 |
|/ | |||||
* | Merge pull request #319 from 0xProject/feature/final-monorepo | Leonid | 2018-01-13 | 3 | -18/+12 |
|\ | |||||
| * | Add postpublish scripts | Leonid Logvinov | 2018-01-13 | 2 | -16/+12 |
| * | Remove redundant type refs | Leonid Logvinov | 2018-01-13 | 1 | -2/+0 |
* | | Merge pull request #312 from 0xProject/feature/error-reporting-intervals | Leonid | 2018-01-13 | 10 | -60/+94 |
|\ \ | |/ |/| | |||||
| * | Return after checking for an error and add an explanatory comment | Leonid Logvinov | 2018-01-13 | 1 | -1/+2 |
| * | Apply prettier | Leonid Logvinov | 2018-01-11 | 1 | -11/+9 |
| * | Update the CHANGELOG | Leonid Logvinov | 2018-01-11 | 1 | -0/+5 |
| * | Make some callbacks failable and add error handling | Leonid Logvinov | 2018-01-11 | 9 | -60/+88 |
* | | Prettify package.json files | Leonid Logvinov | 2018-01-12 | 1 | -11/+9 |
* | | Publish | Leonid Logvinov | 2018-01-11 | 1 | -4/+4 |
|/ | |||||
* | Publish | Leonid Logvinov | 2018-01-11 | 1 | -19/+21 |
* | Update CHANGELOGs before publish | Leonid Logvinov | 2018-01-11 | 1 | -0/+4 |
* | Fix linter issues | Leonid Logvinov | 2018-01-10 | 3 | -10/+1 |
* | Fix callback types | Leonid Logvinov | 2018-01-10 | 9 | -157/+203 |
* | Return to old way of including web3 types | Leonid Logvinov | 2018-01-10 | 1 | -0/+1 |
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 4 | -11/+12 |
* | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 12 | -1943/+1937 |
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 7 | -8/+7 |
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 31 | -37/+31 |
* | Fix formatting | Leonid Logvinov | 2018-01-03 | 2 | -4/+0 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 50 | -1252/+2289 |
* | Publish | Fabio Berger | 2017-12-28 | 1 | -9/+9 |
* | Add dates to CHANGELOG entries | Fabio Berger | 2017-12-28 | 1 | -1/+1 |
* | Merge pull request #285 from 0xProject/fix/underscorePrivate | Brandon Millman | 2017-12-22 | 13 | -236/+236 |
|\ | |||||
| * | Add some missed underscores, update changelog and comments | Brandon Millman | 2017-12-21 | 4 | -6/+6 |
| * | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 12 | -27/+427 |
| |\ | |||||
| * | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 12 | -231/+231 |
* | | | Add to CHANGELOG | Fabio Berger | 2017-12-21 | 1 | -0/+5 |
* | | | Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with ... | Fabio Berger | 2017-12-21 | 2 | -0/+10 |
* | | | Make assertion stricter so that one cannot submit invalid baseUnit amounts to... | Fabio Berger | 2017-12-21 | 2 | -1/+7 |
| |/ |/| | |||||
* | | Publish | Leonid Logvinov | 2017-12-21 | 1 | -9/+9 |
* | | Update CHANGELOGs | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Add slashes to base URLs | Leonid Logvinov | 2017-12-20 | 1 | -3/+3 |
* | | Fix linter issue | Leonid Logvinov | 2017-12-20 | 1 | -1/+0 |
* | | Fix WETH symbol | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Update snapshot and artifacts | Leonid Logvinov | 2017-12-20 | 3 | -3/+3 |
* | | Fix test description | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Fix a typo | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Add err==null assertions | Leonid Logvinov | 2017-12-20 | 1 | -0/+4 |
* | | Add WETH9 tests | Leonid Logvinov | 2017-12-20 | 3 | -4/+58 |
* | | Use the new snapshot including WETH9 and it's artifacts | Leonid Logvinov | 2017-12-20 | 3 | -5/+5 |
* | | Fix WETH events watching | Leonid Logvinov | 2017-12-20 | 2 | -3/+3 |
* | | Fix a typo | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Init the _etherTokenContractsByAddress | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Export new public types | Leonid Logvinov | 2017-12-20 | 1 | -0/+3 |
* | | Update CHANGELOG | Leonid Logvinov | 2017-12-20 | 1 | -0/+4 |
* | | Make order watcher react to new etherToken events | Leonid Logvinov | 2017-12-20 | 1 | -0/+33 |
* | | Add EtherToken events to the ABI | Leonid Logvinov | 2017-12-20 | 2 | -2/+36 |
* | | Enable multiple EtherTokenContract instances | Leonid Logvinov | 2017-12-20 | 1 | -4/+9 |
* | | Add etherToken.getLogsAsync and etherToken.subscribe with tests | Leonid Logvinov | 2017-12-20 | 7 | -8/+272 |
|/ | |||||
* | Don't throw in transformers | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | Update CHANGELOG | Leonid Logvinov | 2017-12-19 | 1 | -0/+1 |
* | Throw a better error message when taker is null|undefined or anything but not... | Leonid Logvinov | 2017-12-19 | 6 | -24/+87 |
* | Fix comments | Leonid Logvinov | 2017-12-19 | 2 | -2/+2 |
* | Fix linter issues | Leonid Logvinov | 2017-12-19 | 3 | -4/+4 |
* | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 9 | -33/+34 |
* | Merge pull request #267 from 0xProject/refactor/passInEtherTokenAddress | Fabio Berger | 2017-12-19 | 10 | -50/+40 |
|\ | |||||
| * | Add additional public changes introduced to changelog | Fabio Berger | 2017-12-19 | 1 | -1/+3 |
| * | Add entry to CHANGELOG | Fabio Berger | 2017-12-17 | 1 | -0/+4 |
| * | Modify the etherToken wrapper methods to accept an etherTokenAddress as the f... | Fabio Berger | 2017-12-17 | 6 | -46/+21 |
| * | Fix documentation issue where `unsubscribeAll` shown as method on every contr... | Fabio Berger | 2017-12-17 | 3 | -4/+13 |
* | | Move web3 import after subprovider imports in test web3_factory | Brandon Millman | 2017-12-18 | 2 | -4/+10 |
|/ | |||||
* | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 2 | -6/+6 |
* | Fix tests | Leonid Logvinov | 2017-12-15 | 1 | -0/+1 |
* | Fix 0x.js unused vars | Leonid Logvinov | 2017-12-15 | 25 | -94/+13 |
* | Add a newline | Leonid Logvinov | 2017-12-15 | 1 | -1/+2 |
* | Name a variable | Leonid Logvinov | 2017-12-15 | 1 | -1/+2 |
* | Fix a conditional | Leonid Logvinov | 2017-12-15 | 1 | -5/+1 |
* | Fix linter errors | Leonid Logvinov | 2017-12-14 | 3 | -3/+3 |
* | Add a function to init token balances | Leonid Logvinov | 2017-12-14 | 2 | -4/+30 |
* | Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens | Leonid Logvinov | 2017-12-14 | 4 | -11/+14 |
* | Add DummyToken to gitignore | Leonid Logvinov | 2017-12-14 | 1 | -0/+1 |
* | Add DummyToken to artifacts list | Leonid Logvinov | 2017-12-14 | 1 | -0/+2 |
* | Increase mocha timeout | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
* | Add DummyToken to artifacts list | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
* | Update addresses and add DummyToken artifact | Leonid Logvinov | 2017-12-14 | 5 | -4/+27 |
* | Fix CI build | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
* | Move shared types to types package | Leonid Logvinov | 2017-12-14 | 3 | -29/+7 |
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 22 | -163/+28 |
* | Move 0x.js temnplates to 0x.js instead of having them as a separate package | Leonid Logvinov | 2017-12-14 | 6 | -0/+103 |
* | Remove generated contracts and ignore them. Add a prebuild command to regener... | Leonid Logvinov | 2017-12-14 | 7 | -2165/+8 |
* | Rename blockAndLogStreamer to blockAndLogStreamerIfExists | Leonid Logvinov | 2017-12-12 | 1 | -14/+18 |
* | Publish | Brandon Millman | 2017-12-09 | 1 | -9/+9 |
* | Add scope to abi-gen dependency in 0x.js | Brandon Millman | 2017-12-09 | 1 | -1/+1 |
* | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-09 | 22 | -269/+77 |
|\ | |||||
| * | Refactor networkId out of web3Wrapper | Leonid Logvinov | 2017-12-08 | 9 | -21/+29 |
| * | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 22 | -251/+51 |
* | | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-07 | 1 | -7/+7 |
|\| | |||||
| * | Use same versions of dependencies everywhere | Leonid Logvinov | 2017-12-06 | 1 | -8/+8 |
* | | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-06 | 21 | -301/+2316 |
|\| | |||||
| * | Address feedback | Leonid Logvinov | 2017-12-06 | 1 | -1/+1 |
| * | Regenerate files | Leonid Logvinov | 2017-12-06 | 5 | -5/+5 |
| * | Make fileExtension configurable | Leonid Logvinov | 2017-12-06 | 1 | -1/+1 |
| * | Rename abi-gen to typed-contracts | Leonid Logvinov | 2017-12-06 | 6 | -13/+13 |
| * | Remove TODOs | Leonid Logvinov | 2017-12-05 | 1 | -2/+0 |
| * | Fix a comment | Leonid Logvinov | 2017-12-05 | 1 | -5/+5 |
| * | Add a comment | Leonid Logvinov | 2017-12-05 | 1 | -0/+1 |
| * | Fix a typo | Leonid Logvinov | 2017-12-05 | 1 | -1/+1 |
| * | Update comment | Leonid Logvinov | 2017-12-02 | 5 | -5/+5 |
| * | Add comments before generated contracts | Leonid Logvinov | 2017-12-02 | 5 | -0/+20 |
| * | Use our promisify | Leonid Logvinov | 2017-12-02 | 3 | -18/+23 |
| * | Make target optional | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
| * | Remove es6-promisify | Leonid Logvinov | 2017-12-02 | 2 | -7/+0 |
| * | Remove all contract wrapper | Leonid Logvinov | 2017-12-02 | 1 | -98/+0 |
| * | Add async prefix | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
| * | Adjust 0x.js to use generated wrappers | Leonid Logvinov | 2017-12-02 | 7 | -24/+43 |
| * | Remove old contract typings | Leonid Logvinov | 2017-12-02 | 1 | -154/+11 |
| * | Add depencies and a command to generate contract wrappers | Leonid Logvinov | 2017-12-02 | 1 | -0/+3 |
| * | Add promisify | Leonid Logvinov | 2017-12-02 | 1 | -0/+24 |
| * | Add class utils | Leonid Logvinov | 2017-12-02 | 1 | -0/+17 |
| * | Add generated contract wrappers | Leonid Logvinov | 2017-12-02 | 6 | -0/+2176 |
* | | Move testrpc to top-level package.json and standardize some versions | Fabio Berger | 2017-12-05 | 1 | -2/+1 |
|/ | |||||
* | Publish | Leonid Logvinov | 2017-11-29 | 1 | -1/+1 |
* | Export TransactionOpts type | Leonid Logvinov | 2017-11-29 | 2 | -0/+5 |
* | Publish | Leonid Logvinov | 2017-11-29 | 1 | -4/+4 |