Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor 0x.js to simply re-export it's own sub-dependencies rather then ↵ | Fabio Berger | 2018-08-14 | 1 | -279/+0 |
| | | | | wrapping them in a ZeroEx object | ||||
* | Update version numbers. | Jacob Evans | 2018-08-14 | 1 | -1/+1 |
| | | | | | Add source for Metamask future fix. Consolidate switch statement to one return | ||||
* | Rename from SignerProviderType.EthSign to SignerType.Default | Jacob Evans | 2018-08-11 | 1 | -11/+6 |
| | |||||
* | Introduce SignerProviderType | Jacob Evans | 2018-08-09 | 1 | -7/+13 |
| | | | | This allows the developer to indicate the nuanced signer provider. Some have different implementations (trezor, ledger) and others have different implementations (metamask). Breaking the abstraction of eth_sign. EthSign assumes a spec compliant implementation and can be used as a default | ||||
* | 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 | 1 | -0/+5 |
|\ | | | | | Export missing V2 pieces from 0x.js | ||||
| * | 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 |
|/ | |||||
* | remove non-existent param comment | Fabio Berger | 2018-07-12 | 1 | -1/+0 |
| | |||||
* | Refactor 0x.js to V2 | Fabio Berger | 2018-07-12 | 1 | -33/+49 |
| | |||||
* | Remove TokenRegistry from 0x.js | Fabio Berger | 2018-07-12 | 1 | -7/+2 |
| | |||||
* | Temporarily remove OrderWatcher from 0x.js | Fabio Berger | 2018-07-11 | 1 | -15/+0 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 1 | -1/+0 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Improve createOrderWatcherAsync | Fabio Berger | 2018-05-10 | 1 | -4/+5 |
| | |||||
* | Fix no-any-propagation | Fabio Berger | 2018-05-10 | 1 | -2/+2 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 1 | -81/+39 |
| | | | | unifying library with the same interface | ||||
* | Stop exporting assertions from order-utils | Leonid Logvinov | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -94/+50 |
| | |||||
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -17/+9 |
| | |||||
* | Stop passing _abiDecoder | Leonid Logvinov | 2018-04-02 | 1 | -1/+1 |
| | |||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -42/+10 |
| | |||||
* | Add missing type import | Amir Bandeali | 2018-04-01 | 1 | -8/+2 |
| | |||||
* | Amended comments to clarify changes on PR #488 | Ara Kevonian | 2018-03-30 | 1 | -0/+1 |
| | |||||
* | Monitor different state layers with OrderWatcher | Ara Kevonian | 2018-03-30 | 1 | -13/+15 |
| | | | | | | Allow instantiation of stand-alone OrderWatchers that can monitor different blockchain state layers (e.g. pending or latest) | ||||
* | Fix typos | Fabio Berger | 2018-03-23 | 1 | -1/+1 |
| | |||||
* | Rename method for clarity | Fabio Berger | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Add SignedOrder, Order, and ECSignature types to the types package | Brandon Millman | 2018-03-15 | 1 | -2/+2 |
| | |||||
* | Merge branch 'development' into feature/0x.js/lowercase-addresses | Jacob Evans | 2018-02-27 | 1 | -1/+6 |
|\ | |||||
| * | Change assert.doesConformToShema interface | Leonid Logvinov | 2018-02-21 | 1 | -4/+4 |
| | | |||||
| * | Better validate ZeroExConfig on public networks | Leonid Logvinov | 2018-02-15 | 1 | -0/+5 |
| | | |||||
* | | Check isETHAddressHex before lowercase | Jacob Evans | 2018-02-27 | 1 | -4/+3 |
| | | | | | | | | Flip the check so assertion happens before lowercase | ||||
* | | Lowercase public addresses | Jacob Evans | 2018-02-23 | 1 | -6/+9 |
|/ | | | | | Normalize the public api addresses to lowercase to prevent an avoidable error | ||||
* | Make awaitTransactionMinedAsync non-generic again | Leonid Logvinov | 2018-01-30 | 1 | -4/+4 |
| | |||||
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 1 | -17/+9 |
| | |||||
* | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 1 | -304/+304 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-01-30 | 1 | -304/+304 |
| | |||||
* | Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of ↵ | Fabio Berger | 2018-01-30 | 1 | -9/+11 |
| | | | | trying to infer whether to add it or not from the nodeVersion | ||||
* | Fix the bug making it impossible to specify the custom ZRX address | Leonid Logvinov | 2018-01-24 | 1 | -0/+1 |
| | |||||
* | Make some callbacks failable and add error handling | Leonid Logvinov | 2018-01-11 | 1 | -18/+25 |
| | |||||
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 1 | -1/+6 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 1 | -5/+1 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -51/+54 |
| | |||||
* | Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with ↵ | Fabio Berger | 2017-12-21 | 1 | -0/+4 |
| | | | | too many decimals | ||||
* | Make assertion stricter so that one cannot submit invalid baseUnit amounts ↵ | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
| | | | | to `toUnitAmount` | ||||
* | Add etherToken.getLogsAsync and etherToken.subscribe with tests | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Throw a better error message when taker is null|undefined or anything but ↵ | Leonid Logvinov | 2017-12-19 | 1 | -0/+2 |
| | | | | not a string | ||||
* | Modify the etherToken wrapper methods to accept an etherTokenAddress as the ↵ | Fabio Berger | 2017-12-17 | 1 | -1/+1 |
| | | | | first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. | ||||
* | Fix 0x.js unused vars | Leonid Logvinov | 2017-12-15 | 1 | -2/+0 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 1 | -2/+1 |
| | |||||
* | Refactor networkId out of web3Wrapper | Leonid Logvinov | 2017-12-08 | 1 | -3/+10 |
| | |||||
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Pass networkId on provider update | Leonid Logvinov | 2017-11-24 | 1 | -4/+5 |
| | |||||
* | Fix the imports order | Leonid Logvinov | 2017-11-24 | 1 | -22/+23 |
| | |||||
* | Store networkId in web3Wrapper | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | Add networkId to ZeroExConfig and make it required | Leonid Logvinov | 2017-11-24 | 1 | -16/+7 |
| | |||||
* | Add json-schemas package to mono repo | Brandon Millman | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -0/+333 |