| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -9/+9 |
* | feat: export AssetData from utils | fragosti | 2018-10-17 | 1 | -0/+1 |
* | Fix failing doc generation tests | Alex Browne | 2018-10-16 | 2 | -15/+14 |
* | chore: Export Stats from types, not indirectly from OrderWatcher | Fabio Berger | 2018-10-15 | 1 | -1/+2 |
* | chore: Export stats type from 0x.js | Fabio Berger | 2018-10-15 | 1 | -1/+1 |
* | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -0/+1 |
* | Introduce Metamask Subprovider. | Jacob Evans | 2018-10-05 | 1 | -2/+7 |
* | Export missing type | Fabio Berger | 2018-09-04 | 1 | -0/+1 |
* | Export missing types and add OrderValidatorWrapper to hidden constructors | Brandon Millman | 2018-08-29 | 1 | -0/+3 |
* | Add OrderValidatorWrapper to public interface | Brandon Millman | 2018-08-28 | 1 | -0/+1 |
* | Fix remaining merge issues | Fabio Berger | 2018-08-22 | 1 | -0/+1 |
* | Fix index.ts given fix in doc generation | Fabio Berger | 2018-08-22 | 1 | -8/+1 |
* | Move types from sol-compiler to types so they can be used in other places wit... | Fabio Berger | 2018-08-22 | 1 | -8/+5 |
* | Add missing exports to 0x.js and contract-wrappers index.ts | Fabio Berger | 2018-08-21 | 1 | -0/+2 |
* | Remove unused ContractWrapper export | Fabio Berger | 2018-08-17 | 1 | -2/+0 |
* | Export Web3ProviderEngine directly instead of indirectly via subproviders | Fabio Berger | 2018-08-16 | 1 | -7/+3 |
* | Remove unused types from 0x.js index.ts discovered | Fabio Berger | 2018-08-16 | 1 | -26/+0 |
* | Move purging private underscored items to the doc json generation phase | Fabio Berger | 2018-08-15 | 1 | -2/+0 |
* | Flesh out 0x.js index.ts and added some exports to other index.ts in the process | Fabio Berger | 2018-08-15 | 1 | -2/+44 |
* | Merge in new 0x.js interface | Fabio Berger | 2018-08-15 | 9 | -10422/+30 |
|\ |
|
| * | Refactor 0x.js to simply re-export it's own sub-dependencies rather then wrap... | Fabio Berger | 2018-08-14 | 9 | -10443/+52 |
* | | Merge development | Fabio Berger | 2018-08-15 | 2 | -15/+9 |
|\ \ |
|
| * | | Updated CHANGELOGS | Alex Browne | 2018-08-14 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #914 from 0xProject/feature/0x.js/ec-signature-string | Jacob Evans | 2018-08-14 | 2 | -8/+9 |
| |\ |
|
| | * | Update version numbers. | Jacob Evans | 2018-08-14 | 1 | -1/+1 |
| | * | Rename from SignerProviderType.EthSign to SignerType.Default | Jacob Evans | 2018-08-11 | 2 | -12/+7 |
| | * | Introduce SignerProviderType | Jacob Evans | 2018-08-09 | 2 | -8/+14 |
| * | | fix contract-wrappers json-schemas | fragosti | 2018-08-10 | 1 | -1/+1 |
| |/ |
|
* | | Add missing types from 0x.js index.ts | Fabio Berger | 2018-08-14 | 1 | -1/+10 |
* | | Add missing type exports | Fabio Berger | 2018-08-07 | 1 | -0/+10 |
* | | Add missing type | Fabio Berger | 2018-08-06 | 1 | -0/+1 |
* | | Make signature_util into an object literal so related functions are rendered ... | Fabio Berger | 2018-08-03 | 1 | -5/+4 |
* | | Change order of index.ts since it not dictates to ordering of the docs | Fabio Berger | 2018-08-01 | 1 | -26/+27 |
* | | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate... | Fabio Berger | 2018-07-30 | 2 | -16/+0 |
|/ |
|
* | Move methods in `ZeroEx.assetData` to `ZeroEx` itself | Fabio Berger | 2018-07-20 | 1 | -4/+51 |
* | Fix 0x.js ts warnings | Fabio Berger | 2018-07-18 | 1 | -1/+4 |
* | Merge pull request #884 from 0xProject/export-more-0x.js | Fabio Berger | 2018-07-18 | 2 | -0/+9 |
|\ |
|
| * | Export missing types and add to doc ref whitelist | Fabio Berger | 2018-07-17 | 1 | -0/+4 |
| * | Make assetData a static property and add to CHANGELOG | Fabio Berger | 2018-07-17 | 1 | -1/+1 |
| * | Export assetDataUtils from 0x.js | Fabio Berger | 2018-07-17 | 1 | -0/+5 |
* | | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
|/ |
|
* | Update yarn.lock and artifact | Fabio Berger | 2018-07-13 | 1 | -10057/+10030 |
* | Export Web3ProviderEngine and RPCSubprovider from 0x.js | Fabio Berger | 2018-07-13 | 1 | -0/+1 |
* | remove non-existent param comment | Fabio Berger | 2018-07-12 | 1 | -1/+0 |
* | prettier fix | Fabio Berger | 2018-07-12 | 1 | -10030/+10057 |
* | Rename `compact_artifacts` to `artifacts` and update them | Fabio Berger | 2018-07-12 | 8 | -1845/+10031 |
* | Refactor 0x.js to V2 | Fabio Berger | 2018-07-12 | 5 | -57/+93 |
* | Remove TokenRegistry from 0x.js | Fabio Berger | 2018-07-12 | 3 | -10/+2 |
* | Temporarily remove OrderWatcher from 0x.js | Fabio Berger | 2018-07-11 | 2 | -17/+0 |
* | Export OrderWatcherConfig from 0x.js | Fabio Berger | 2018-06-19 | 1 | -0/+2 |
* | Run prettier | fragosti | 2018-06-07 | 2 | -2/+0 |
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 3 | -14/+0 |
* | Fix TSLint rules | Fabio Berger | 2018-05-16 | 1 | -1/+15 |
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -1/+1 |
* | Revert back to hack, we need the configured web3Wrapper | Fabio Berger | 2018-05-11 | 1 | -6/+7 |
* | Get rid of hack | Fabio Berger | 2018-05-11 | 1 | -7/+6 |
* | Fix tslint errors | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
* | Rename zeroExContract... to contractWrappers... | Fabio Berger | 2018-05-10 | 2 | -3/+3 |
* | Improve createOrderWatcherAsync | Fabio Berger | 2018-05-10 | 1 | -4/+5 |
* | Fix no-any-propagation | Fabio Berger | 2018-05-10 | 1 | -2/+2 |
* | Fix website and 0x.js docs | Fabio Berger | 2018-05-10 | 1 | -21/+0 |
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin... | Fabio Berger | 2018-05-10 | 28 | -3954/+62 |
* | Stop exporting assertions from order-utils | Leonid Logvinov | 2018-05-02 | 9 | -8/+40 |
* | Create wrapper functions so that docs render properly | Leonid Logvinov | 2018-05-02 | 1 | -29/+37 |
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 14 | -239/+64 |
* | Update comment to be more descriptive of null address in exchange simulator | Jacob Evans | 2018-05-01 | 1 | -1/+3 |
* | Execute taker side in trade simulation | Jacob Evans | 2018-05-01 | 2 | -22/+9 |
* | Fix expiration watcher comparator | Leonid Logvinov | 2018-04-18 | 1 | -2/+11 |
* | Merge pull request #535 from 0xProject/fix/commentRendering | Fabio Berger | 2018-04-18 | 2 | -13/+13 |
|\ |
|
| * | Fix comments | Fabio Berger | 2018-04-18 | 2 | -13/+13 |
* | | Fix linter and prettier | Jacob Evans | 2018-04-18 | 6 | -11/+24 |
* | | Revert removeOrder flag in favor of noop | Ara Kevonian | 2018-04-17 | 2 | -5/+6 |
* | | Fix redundant expired order removal bug | Ara Kevonian | 2018-04-17 | 1 | -3/+5 |
* | | Merge pull request #510 from avonian/development | Fabio Berger | 2018-04-17 | 9 | -32/+123 |
|\ \
| |/
|/| |
|
| * | Use this.defaultBlock in OrderFilledCancelledLazyStore | Ara Kevonian | 2018-04-17 | 1 | -2/+2 |
| * | Add stateLayer param to getOrderState and clean up variable names | Ara Kevonian | 2018-04-17 | 7 | -28/+39 |
| * | Rename BalanceAndAllowanceFetchers to BalanceAndProxyAllowanceFetchers | Ara Kevonian | 2018-04-13 | 5 | -17/+17 |
| * | Implement Simple Fetchers | Ara Kevonian | 2018-04-13 | 8 | -8/+58 |
| * | Modify lazy stores to implement abstract fetcher classes | Ara Kevonian | 2018-04-10 | 5 | -17/+31 |
| * | Lint/Prettify | Ara Kevonian | 2018-04-09 | 1 | -21/+18 |
| * | Implement `zeroEx.exchange.getOrderStateAsync` | Ara Kevonian | 2018-04-09 | 1 | -17/+36 |
* | | Move migrations into separate monorepo subpackage and hook it up to 0x.js and... | Fabio Berger | 2018-04-09 | 8 | -7/+7 |
|/ |
|
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 9 | -45/+47 |
* | Remove unused 0x.js deps | Fabio Berger | 2018-04-03 | 1 | -1/+0 |
* | Stop passing _abiDecoder | Leonid Logvinov | 2018-04-02 | 1 | -1/+1 |
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 9 | -122/+19 |
* | Run prettier, update deployer CHANGELOG | Amir Bandeali | 2018-04-02 | 2 | -8/+8 |
* | Add missing type import | Amir Bandeali | 2018-04-01 | 1 | -8/+2 |
* | Fixed comment(s) for PR #488 | Ara Kevonian | 2018-03-31 | 1 | -3/+3 |
* | OrderStateWatcher fixes for PR #488 | Ara Kevonian | 2018-03-31 | 2 | -6/+5 |
* | Amended comments to clarify changes on PR #488 | Ara Kevonian | 2018-03-30 | 2 | -0/+2 |
* | Monitor different state layers with OrderWatcher | Ara Kevonian | 2018-03-30 | 4 | -18/+27 |
* | Merge pull request #482 from 0xProject/feature/web3-types | Leonid Logvinov | 2018-03-28 | 7 | -33/+41 |
|\ |
|
| * | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 7 | -33/+41 |
* | | Remove nested .gitignore files since `yarn publish` gets confused by them and... | Fabio Berger | 2018-03-27 | 1 | -1/+0 |
|/ |
|
* | Revert TokenRegistry address on Kovan | Fabio Berger | 2018-03-27 | 1 | -1/+1 |
* | Fix typos | Fabio Berger | 2018-03-23 | 5 | -6/+6 |
* | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-22 | 1 | -0/+3 |
|\ |
|
| * | Fix a bug causing fillOrdersUpTo validation to fail because of some extra ord... | Leonid Logvinov | 2018-03-21 | 1 | -0/+3 |
* | | Rename method for clarity | Fabio Berger | 2018-03-21 | 1 | -1/+1 |
* | | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file naming... | Fabio Berger | 2018-03-20 | 1 | -0/+0 |
|/ |
|
* | Update Kovan Ethertoken Address | Jacob Evans | 2018-03-20 | 1 | -1/+1 |
* | Add SignedOrder, Order, and ECSignature types to the types package | Brandon Millman | 2018-03-15 | 11 | -57/+30 |
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 3 | -0/+22 |
|\ |
|
| * | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 3 | -41/+8 |
| * | Consolidate docs generation and uploading logic | Fabio Berger | 2018-03-14 | 2 | -29/+3 |
| * | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 2 | -2/+2 |
| * | Move monorepo_scripts into src dir removing the need for a separate globals.d... | Fabio Berger | 2018-03-13 | 3 | -0/+81 |
* | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -4/+0 |
|/ |
|
* | Consolidate all same exports together | Fabio Berger | 2018-03-03 | 1 | -2/+1 |
* | Move BaseContract to web3Wrapper | Leonid Logvinov | 2018-02-28 | 2 | -76/+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 |
* | 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 |
* | Allow users to specify the contracts backend in abi-gen | Leonid Logvinov | 2018-02-28 | 9 | -32/+92 |
* | Merge branch 'development' into fix/unsubscribeAll | Leonid Logvinov | 2018-02-28 | 6 | -63/+139 |
|\ |
|
| * | Merge branch 'development' into feature/0x.js/lowercase-addresses | Jacob Evans | 2018-02-27 | 5 | -25/+72 |
| |\ |
|
| * | | Check isETHAddressHex before lowercase | Jacob Evans | 2018-02-27 | 6 | -63/+51 |
| * | | 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 | 3 | -6/+6 |
| |/
|/| |
|
* | | 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 | 2 | -23/+9 |
* | | Fix tests | Leonid Logvinov | 2018-02-15 | 1 | -1/+1 |
* | | Add entries to the CHANGELOG | Leonid Logvinov | 2018-02-15 | 2 | -4/+2 |
* | | Better validate ZeroExConfig on public networks | Leonid Logvinov | 2018-02-15 | 5 | -33/+96 |
|/ |
|
* | Fix ABI error message | Leonid Logvinov | 2018-02-07 | 1 | -1/+0 |
* | Use abi-gen for events in 0x.js | Leonid Logvinov | 2018-02-07 | 6 | -119/+52 |
* | Move BlockParamLiteral to shared types package | Jacob Evans | 2018-02-07 | 8 | -11/+17 |
* | Move BlockParam and BlockParamLiteral to shared types | Jacob Evans | 2018-02-07 | 2 | -14/+4 |
* | Revert "Temp" | Leonid Logvinov | 2018-02-06 | 1 | -1/+0 |
* | Merge branch 'development' of github.com:0xProject/0x.js into development | Leonid Logvinov | 2018-02-06 | 2 | -1/+14 |
|\ |
|
| * | Merge branch 'development' into fix/ether_token_address | Leonid | 2018-02-05 | 12 | -181/+50 |
| |\ |
|
| * | | Improve the comment and fix an exception | Leonid Logvinov | 2018-02-05 | 1 | -3/+7 |
| * | | Add zeroEx.etherToken.getContractAddressifExists | Leonid Logvinov | 2018-01-30 | 2 | -1/+10 |
* | | | Temp | Leonid Logvinov | 2018-02-06 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge branch 'development' into feature/build_watch | Leonid | 2018-02-05 | 1 | -1/+5 |
|\ \ |
|
| * | | Fix linter errors | Leonid Logvinov | 2018-02-01 | 1 | -2/+2 |
| * | | 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 |
|/ / |
|
* | | Fix lint errors | Brandon Millman | 2018-01-31 | 5 | -16/+16 |
* | | Fix tslint issues | Leonid Logvinov | 2018-01-30 | 2 | -5/+5 |
* | | Normalize the dependencies | Leonid Logvinov | 2018-01-30 | 2 | -2/+2 |
* | | 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 | 1 | -5/+0 |
|/ |
|
* | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 36 | -5603/+5603 |
* | Fix prettier | Fabio Berger | 2018-01-30 | 36 | -5603/+5603 |
* | Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of try... | Fabio Berger | 2018-01-30 | 2 | -15/+11 |
* | Add Rinkeby addresses to artifacts | Amir Bandeali | 2018-01-26 | 5 | -0/+15 |
* | Fix the bug making it impossible to specify the custom ZRX address | Leonid Logvinov | 2018-01-24 | 3 | -0/+5 |
* | Merge pull request #322 from 0xProject/fix/ci-time | Leonid | 2018-01-18 | 2 | -12/+4 |
|\ |
|
| * | Remove unused dependencies | Leonid Logvinov | 2018-01-17 | 1 | -12/+0 |
| * | Return is pensing events are undefined | Leonid Logvinov | 2018-01-16 | 1 | -0/+4 |
* | | Fix fillOrdersUpTo balances validation | Leonid Logvinov | 2018-01-16 | 1 | -2/+4 |
|/ |
|
* | Merge pull request #319 from 0xProject/feature/final-monorepo | Leonid | 2018-01-13 | 1 | -2/+0 |
|\ |
|
| * | Remove redundant type refs | Leonid Logvinov | 2018-01-13 | 1 | -2/+0 |
* | | Return after checking for an error and add an explanatory comment | Leonid Logvinov | 2018-01-13 | 1 | -1/+2 |
* | | Make some callbacks failable and add error handling | Leonid Logvinov | 2018-01-11 | 6 | -38/+61 |
|/ |
|
* | Fix callback types | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 2 | -1/+9 |
* | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 7 | -1727/+1726 |
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 5 | -6/+5 |
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 17 | -21/+17 |
* | Fix formatting | Leonid Logvinov | 2018-01-03 | 1 | -1/+0 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 28 | -548/+889 |
* | Merge pull request #285 from 0xProject/fix/underscorePrivate | Brandon Millman | 2017-12-22 | 9 | -190/+190 |
|\ |
|
| * | Add some missed underscores, update changelog and comments | Brandon Millman | 2017-12-21 | 2 | -3/+3 |
| * | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 6 | -12/+173 |
| |\ |
|
| * | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 9 | -188/+188 |
* | | | Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with ... | Fabio Berger | 2017-12-21 | 1 | -0/+4 |
* | | | Make assertion stricter so that one cannot submit invalid baseUnit amounts to... | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix linter issue | Leonid Logvinov | 2017-12-20 | 1 | -1/+0 |
* | | Update snapshot and artifacts | Leonid Logvinov | 2017-12-20 | 3 | -3/+3 |
* | | Add WETH9 tests | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | 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 |
* | | Init the _etherTokenContractsByAddress | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Export new public types | Leonid Logvinov | 2017-12-20 | 1 | -0/+3 |
* | | 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 | 4 | -6/+93 |
|/ |
|
* | Don't throw in transformers | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | Throw a better error message when taker is null|undefined or anything but not... | Leonid Logvinov | 2017-12-19 | 5 | -24/+78 |
* | Fix comments | Leonid Logvinov | 2017-12-19 | 2 | -2/+2 |
* | Fix linter issues | Leonid Logvinov | 2017-12-19 | 1 | -2/+2 |
* | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 6 | -19/+19 |
* | Modify the etherToken wrapper methods to accept an etherTokenAddress as the f... | Fabio Berger | 2017-12-17 | 4 | -32/+14 |
* | Fix documentation issue where `unsubscribeAll` shown as method on every contr... | Fabio Berger | 2017-12-17 | 3 | -4/+13 |
* | Fix 0x.js unused vars | Leonid Logvinov | 2017-12-15 | 13 | -35/+9 |
* | Add a newline | Leonid Logvinov | 2017-12-15 | 1 | -1/+2 |
* | Fix linter errors | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
* | 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 |
* | Update addresses and add DummyToken artifact | Leonid Logvinov | 2017-12-14 | 5 | -4/+27 |
* | 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 | 8 | -55/+5 |
* | Remove generated contracts and ignore them. Add a prebuild command to regener... | Leonid Logvinov | 2017-12-14 | 6 | -2160/+5 |
* | Rename blockAndLogStreamer to blockAndLogStreamerIfExists | Leonid Logvinov | 2017-12-12 | 1 | -14/+18 |
* | Refactor networkId out of web3Wrapper | Leonid Logvinov | 2017-12-08 | 7 | -19/+27 |
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 17 | -244/+41 |
* | Address feedback | Leonid Logvinov | 2017-12-06 | 1 | -1/+1 |
* | Regenerate files | Leonid Logvinov | 2017-12-06 | 5 | -5/+5 |
* | Rename abi-gen to typed-contracts | Leonid Logvinov | 2017-12-06 | 5 | -10/+10 |
* | 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 | 1 | -12/+11 |
* | Make target optional | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
* | Remove es6-promisify | Leonid Logvinov | 2017-12-02 | 1 | -6/+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 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 |
* | Export TransactionOpts type | Leonid Logvinov | 2017-11-29 | 1 | -0/+1 |
* | Merge pull request #235 from 0xProject/feature/gasPriceGasLimit | Leonid | 2017-11-29 | 6 | -173/+125 |
|\ |
|
| * | Improve the comment | Leonid Logvinov | 2017-11-29 | 1 | -1/+3 |
| * | Remove a comment | Leonid Logvinov | 2017-11-29 | 1 | -1/+0 |
| * | Fix a typo | Leonid Logvinov | 2017-11-29 | 1 | -1/+1 |
| * | Add fake gas estimate suprovider for tests | Leonid Logvinov | 2017-11-29 | 2 | -28/+1 |
| * | Fix a comment | Leonid Logvinov | 2017-11-28 | 1 | -4/+4 |
| * | Increase gas margin | Leonid Logvinov | 2017-11-28 | 1 | -2/+1 |
| * | Fix defaults for shouldValidate | Leonid Logvinov | 2017-11-28 | 1 | -7/+21 |
| * | Add gas margin and remove undefined values | Leonid Logvinov | 2017-11-28 | 1 | -10/+14 |
| * | Add an initializer for txOpts in etherToken | Leonid Logvinov | 2017-11-28 | 1 | -2/+6 |
| * | Add option config for gasPrice and gasLimit for every transaction sending method | Leonid Logvinov | 2017-11-28 | 5 | -138/+95 |
* | | Change interval to 1h | Leonid Logvinov | 2017-11-29 | 1 | -1/+1 |
* | | Rename | Leonid Logvinov | 2017-11-29 | 1 | -2/+2 |
* | | Add ifExists to cleanupJobInterval | Leonid Logvinov | 2017-11-29 | 1 | -4/+4 |
* | | Add a cleanup job to an order watcher | Leonid Logvinov | 2017-11-29 | 2 | -2/+46 |
|/ |
|
* | Fix merge conflicts | Leonid Logvinov | 2017-11-28 | 2 | -5/+5 |
* | Merge branch 'development' into feature/passNetworkId | Leonid | 2017-11-28 | 5 | -20/+27 |
|\ |
|
| * | Add link to Provider explanation | Fabio Berger | 2017-11-28 | 1 | -1/+2 |
| * | Add comment about BlockParamLiteral explaining the omission of Earliest | Fabio Berger | 2017-11-24 | 1 | -0/+3 |
| * | Merge branch 'development' into validateOrdersAgainstLatestBlock | Fabio Berger | 2017-11-24 | 2 | -8/+11 |
| |\ |
|
| * | | Pass 'latest' to ExchangeTransferSimulator when used for validating orders, a... | Fabio Berger | 2017-11-24 | 4 | -14/+19 |
| * | | Remove `Earliest` from blockParamLiterals since specifying block 0 is trivial... | Fabio Berger | 2017-11-24 | 1 | -1/+0 |
* | | | Remove ContractDoesNotExist error and replace it with more specific errors | Leonid Logvinov | 2017-11-24 | 2 | -3/+18 |
* | | | Pass networkId on provider update | Leonid Logvinov | 2017-11-24 | 4 | -9/+9 |
* | | | Remove outdated comment | Leonid Logvinov | 2017-11-24 | 1 | -2/+0 |