Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comments to use web3 provider instead of web3 instance | Leonid Logvinov | 2017-07-07 | 1 | -1/+1 |
* | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
* | Fix test | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
* | Fix last tests | Leonid Logvinov | 2017-06-11 | 1 | -3/+3 |
* | avoid newline issues by putting the assertion message on a single line | Fabio Berger | 2017-06-06 | 1 | -2/+3 |
* | Rename isSenderAddressHexAsync to isSenderAddressAsync | Leonid Logvinov | 2017-06-06 | 1 | -3/+3 |
* | Last round of renamings | Leonid Logvinov | 2017-06-06 | 1 | -7/+7 |
* | Use variable name in assertin message | Leonid Logvinov | 2017-06-06 | 1 | -1/+1 |
* | Rename accounts to addreses | Leonid Logvinov | 2017-06-06 | 1 | -1/+1 |
* | Rename assert.isSenderAccountHexAsync to assert.isSenderAddressHexAsync | Leonid Logvinov | 2017-06-06 | 1 | -3/+3 |
* | Add tests for isSenderAccountHexAsync | Leonid Logvinov | 2017-06-06 | 1 | -0/+33 |