| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -172/+0 |
* | Merge branch 'development' into feature/receipt-status | Fabio Berger | 2017-11-13 | 1 | -2/+12 |
|\ |
|
| * | Add numConfirmations arg so that caller can decide on numConfirmations at whi... | Fabio Berger | 2017-11-10 | 1 | -0/+4 |
| * | Move provider altering logic to Web3Wrapper | Leonid Logvinov | 2017-10-31 | 1 | -2/+8 |
* | | Fix tests | Leonid Logvinov | 2017-11-13 | 1 | -1/+1 |
* | | Normalize the way we return the transaction status | Leonid Logvinov | 2017-11-13 | 1 | -2/+17 |
|/ |
|
* | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 1 | -3/+3 |
* | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 1 | -1/+1 |
* | Include only used lodash functions | Leonid Logvinov | 2017-10-18 | 1 | -1/+1 |
* | Fix a bug in logs fetching | Leonid Logvinov | 2017-10-11 | 1 | -1/+14 |
* | Install js-sha3 and use it for keccak256 | Leonid Logvinov | 2017-10-06 | 1 | -4/+0 |
* | Instantiate logAndBlockStreamer | Leonid Logvinov | 2017-10-05 | 1 | -2/+6 |
* | Add keccak256 on web3_wrapper | Leonid Logvinov | 2017-10-04 | 1 | -0/+4 |
* | Add getLogsAsync to web3_wrapper | Leonid Logvinov | 2017-10-04 | 1 | -0/+18 |
* | Move Aftifact type definition to 'types' | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
* | Don't override function arguments | Leonid Logvinov | 2017-09-05 | 1 | -3/+6 |
* | Fix gasPrice regression | Leonid Logvinov | 2017-09-05 | 1 | -2/+4 |
* | Implement zeroEx.awaitTransactionMined | Leonid Logvinov | 2017-09-05 | 1 | -0/+4 |
* | Make the functions immidiately return txHash instead of awaiting for a transa... | Leonid Logvinov | 2017-09-05 | 1 | -0/+28 |
* | Refactor net_version caching logic | Leonid Logvinov | 2017-07-08 | 1 | -10/+10 |
* | Cache networkId in web3Wrapper | Leonid Logvinov | 2017-07-07 | 1 | -5/+12 |
* | refactor getBalanceInEthAsync to getBalanceInWeiAsync and change the test ass... | Fabio Berger | 2017-06-27 | 1 | -5/+4 |
* | Implement EtherTokenWrapper and tests, with deposit and withdraw methods | Fabio Berger | 2017-06-26 | 1 | -0/+4 |
* | Re-wrap BigNumber returned from web3 in `getBalanceInEthAsync` | Fabio Berger | 2017-06-26 | 1 | -1/+2 |
* | Revert "Use different lodash import syntax which allows to include only used ... | Leonid | 2017-06-22 | 1 | -2/+2 |
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 1 | -1/+1 |
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 1 | -2/+2 |
* | Switch back to using Web3.Provider, not Web3Provider in internal classes | Leonid Logvinov | 2017-06-15 | 1 | -4/+3 |
* | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -6/+5 |
* | Add isAnyAddressAvailableAsync | Leonid Logvinov | 2017-06-06 | 1 | -6/+0 |
* | Rename accounts to addreses | Leonid Logvinov | 2017-06-06 | 1 | -4/+4 |
* | Make methods accept senderAccount | Leonid Logvinov | 2017-06-05 | 1 | -22/+2 |
* | Add missing async suffix | Fabio Berger | 2017-06-03 | 1 | -1/+1 |
* | Merge branch 'master' into remainingTokenMethods | Fabio Berger | 2017-06-03 | 1 | -7/+20 |
|\ |
|
| * | Fix getTransactionSenderAccountIfExistsAsync to return true senderAddress or ... | Fabio Berger | 2017-06-02 | 1 | -1/+1 |
| * | Introduce coinBase account | Leonid Logvinov | 2017-06-02 | 1 | -0/+3 |
| * | Get getSenderAddressOrThrowAsync everywhere where we throw if the senderAddre... | Fabio Berger | 2017-06-01 | 1 | -8/+8 |
| * | Add setDefaultAccount | Leonid Logvinov | 2017-06-01 | 1 | -0/+3 |
| * | Fix linter errors | Leonid Logvinov | 2017-05-31 | 1 | -2/+2 |
| * | Merge branch 'master' into fillOrderAsync | Leonid Logvinov | 2017-05-30 | 1 | -4/+6 |
| |\ |
|
| * \ | Merge branch 'master' into fillOrderAsync | Leonid Logvinov | 2017-05-30 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Add getExchangeInstanceOrThrowAsync && getSenderAddressOrThrowAsync | Leonid Logvinov | 2017-05-30 | 1 | -0/+7 |
* | | | | Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapper | Fabio Berger | 2017-06-02 | 1 | -2/+10 |
| |_|/
|/| | |
|
* | | | Merge branch 'master' into dontReinstantiateContractInstances | Fabio Berger | 2017-05-30 | 1 | -4/+3 |
|\ \ \ |
|
| * | | | Fix the empty code regex | Leonid Logvinov | 2017-05-30 | 1 | -4/+3 |
| | |/
| |/| |
|
* / | | Add setProvider method to 0x.js that updates the web3 provider and invalidate... | Fabio Berger | 2017-05-30 | 1 | -0/+3 |
|/ / |
|
* / | Reverts: 7e96b45ea0c51ca5589640018172a91a35596148 which broke this regex for ... | Fabio Berger | 2017-05-30 | 1 | -1/+1 |
|/ |
|
* | Move files up and remove ts folder | Leonid Logvinov | 2017-05-29 | 1 | -0/+69 |