Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't override function arguments | Leonid Logvinov | 2017-09-05 | 1 | -3/+6 |
| | |||||
* | Cast to Artifat type | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Remove unused code | Leonid Logvinov | 2017-09-05 | 1 | -16/+0 |
| | |||||
* | Change the order of default overriding | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Rename x.call -> x.callAsync x() -> x.sendTransactionAsync() x.estimateGas() β΅ | Leonid Logvinov | 2017-09-05 | 7 | -110/+132 |
| | | | | -> x.estimateGasAsync() | ||||
* | Add explaining comment | Leonid Logvinov | 2017-09-05 | 1 | -0/+2 |
| | |||||
* | Increase the default polling interval to 1000 | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Fix the comment at awaitTransactionMinedAsync | Leonid Logvinov | 2017-09-05 | 1 | -2/+2 |
| | |||||
* | Fix gasPrice regression | Leonid Logvinov | 2017-09-05 | 8 | -21/+54 |
| | |||||
* | Update CHANGELOG | Leonid Logvinov | 2017-09-05 | 1 | -0/+4 |
| | |||||
* | Add TransationReceipt as a public exported type | Leonid Logvinov | 2017-09-05 | 3 | -3/+12 |
| | |||||
* | Increase timeout | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Change non-exhange contracts to also return txHash | Leonid Logvinov | 2017-09-05 | 8 | -33/+54 |
| | |||||
* | Implement zeroEx.awaitTransactionMined | Leonid Logvinov | 2017-09-05 | 4 | -7/+22 |
| | |||||
* | Temporarily remove web3_beta, cause it breaks installation and tests | Leonid Logvinov | 2017-09-05 | 4 | -745/+24 |
| | |||||
* | Use Web3.ContractInstance type | Leonid Logvinov | 2017-09-05 | 1 | -14/+5 |
| | |||||
* | Make the functions immidiately return txHash instead of awaiting for a β΅ | Leonid Logvinov | 2017-09-05 | 16 | -183/+139 |
| | | | | transaction to be mined | ||||
* | Fix tests descriptions | Leonid Logvinov | 2017-09-04 | 1 | -2/+2 |
| | |||||
* | Use custom contract abstraction | Leonid Logvinov | 2017-09-04 | 1 | -0/+28 |
| | |||||
* | Remove truffle-contract from deps | Leonid Logvinov | 2017-09-04 | 2 | -54/+5 |
| | |||||
* | Merge pull request #146 from 0xProject/greenkeeper/0x-json-schemas-0.4.0 | Fabio Berger | 2017-09-03 | 1 | -1/+1 |
|\ | | | | | Update 0x-json-schemas to the latest version π | ||||
| * | fix(package): update 0x-json-schemas to version 0.4.0 | greenkeeper[bot] | 2017-08-31 | 1 | -1/+1 |
| | | |||||
* | | 0.12.1v0.12.1 | Leonid Logvinov | 2017-09-02 | 1 | -1/+1 |
| | | |||||
* | | Update CHANGELOG version | Leonid Logvinov | 2017-09-02 | 1 | -1/+1 |
| | | |||||
* | | 0.12.0v0.12.0 | Leonid Logvinov | 2017-09-02 | 1 | -1/+1 |
| | | |||||
* | | Update yarn.lock | Leonid Logvinov | 2017-09-02 | 1 | -2/+2 |
| | | |||||
* | | Update CHANGELOG.md | Leonid Logvinov | 2017-09-02 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #148 from BMillman19/bmillman_json_content_type | Leonid | 2017-09-01 | 1 | -0/+3 |
|\ \ | | | | | | | Add 'content-type' header with value 'application/json' for http requ⦠| ||||
| * | | Add 'content-type' header with value 'application/json' for http requests β΅ | Brandon Millman | 2017-09-01 | 1 | -0/+3 |
|/ / | | | | | | | made JSONRPC endpoints | ||||
* | | Merge pull request #147 from BMillman19/bmillman_contract_types | Leonid | 2017-09-01 | 1 | -19/+19 |
|\ \ | |/ |/| | Fix incorrect types related to contract calls in types.ts | ||||
| * | Fix type of ExchangeContract.getOrderHash.call | Brandon Millman | 2017-08-31 | 1 | -1/+1 |
| | | |||||
| * | Fix incorrect types related to contract interactions in types.ts | Brandon Millman | 2017-08-31 | 1 | -18/+18 |
|/ | |||||
* | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-08-31 | 11 | -28/+761 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Improve the comment Add assert.isWeb3Provider Use more concise dep pointing Don't create whole web3 object in beta tests Improve the comment Add tests for web3@1.0 Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccounts Add web3@1.0 to web3Factory Support web3@1.0 providers Define web3@1.0 types ;) Install web3@1.0.0 as web3_beta | ||||
| * | Merge pull request #142 from 0xProject/feature/support_web3@1.0_provider | Leonid | 2017-08-30 | 11 | -28/+761 |
| |\ | | | | | | | Feature/support web3@1.0 provider | ||||
| | * | Improve the comment | Leonid Logvinov | 2017-08-30 | 1 | -2/+2 |
| | | | |||||
| | * | Add assert.isWeb3Provider | Leonid Logvinov | 2017-08-30 | 2 | -0/+5 |
| | | | |||||
| | * | Use more concise dep pointing | Leonid Logvinov | 2017-08-30 | 1 | -1/+1 |
| | | | |||||
| | * | Don't create whole web3 object in beta tests | Leonid Logvinov | 2017-08-30 | 2 | -9/+3 |
| | | | |||||
| | * | Improve the comment | Leonid Logvinov | 2017-08-30 | 1 | -3/+5 |
| | | | |||||
| | * | Add tests for web3@1.0 | Leonid Logvinov | 2017-08-30 | 1 | -0/+16 |
| | | | |||||
| | * | Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccounts | Leonid Logvinov | 2017-08-30 | 4 | -4/+4 |
| | | | |||||
| | * | Add web3@1.0 to web3Factory | Leonid Logvinov | 2017-08-30 | 1 | -0/+12 |
| | | | |||||
| | * | Support web3@1.0 providers | Leonid Logvinov | 2017-08-30 | 1 | -0/+4 |
| | | | |||||
| | * | Define web3@1.0 types ;) | Leonid Logvinov | 2017-08-30 | 1 | -0/+1 |
| | | | |||||
| | * | Install web3@1.0.0 as web3_beta | Leonid Logvinov | 2017-08-29 | 2 | -24/+723 |
| | | | |||||
* | | | update 0x-json-schema | Fabio Berger | 2017-08-31 | 2 | -4/+4 |
|/ / | |||||
* / | Move CONTRIBUTING and PULL_REQUEST_TEMPLATE to top level | Leonid Logvinov | 2017-08-30 | 2 | -0/+0 |
|/ | |||||
* | Merge pull request #141 from 0xProject/feature/CONTRIBUTING.md | Leonid | 2017-08-29 | 2 | -0/+67 |
|\ | | | | | Add a CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md | ||||
| * | Add a CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md | Leonid Logvinov | 2017-08-29 | 2 | -0/+67 |
|/ | |||||
* | Merge pull request #139 from 0xProject/feature/gas-price-config | Leonid | 2017-08-29 | 11 | -17/+39 |
|\ | | | | | Gas price config | ||||
| * | Document changes in CHANGELOG | Leonid Logvinov | 2017-08-29 | 1 | -0/+1 |
| | | |||||
| * | Use zeroExConfig in tests | Leonid Logvinov | 2017-08-29 | 1 | -1/+4 |
| | | |||||
| * | Pass config object to a constructor instead of gasPrice | Leonid Logvinov | 2017-08-29 | 1 | -3/+4 |
| | | |||||
| * | Document gasPrice in ZeroExConfig | Leonid Logvinov | 2017-08-29 | 1 | -1/+1 |
| | | |||||
| * | Add ZeroExConfig type to public interface | Leonid Logvinov | 2017-08-29 | 1 | -0/+1 |
| | | |||||
| * | Add ZeroExConfig type | Leonid Logvinov | 2017-08-29 | 1 | -0/+4 |
| | | |||||
| * | Fix CHANGELOG message | Leonid Logvinov | 2017-08-29 | 1 | -1/+1 |
| | | |||||
| * | Update CHANGELOG | Leonid Logvinov | 2017-08-29 | 1 | -0/+3 |
| | | |||||
| * | Revert "Add a unit parameter to web3Wrapper.toWei" | Leonid Logvinov | 2017-08-29 | 1 | -2/+2 |
| | | | | | | | | This reverts commit 4503c6a09dd9b97fb3b13f0222954b8f1f0db62e. | ||||
| * | Remove default value for gasPrice | Leonid Logvinov | 2017-08-29 | 6 | -9/+6 |
| | | |||||
| * | Specify gasPrice in WETH tests | Leonid Logvinov | 2017-08-29 | 1 | -1/+2 |
| | | |||||
| * | Allow user to specify the gas price | Leonid Logvinov | 2017-08-29 | 7 | -15/+26 |
| | | |||||
| * | Add a unit parameter to web3Wrapper.toWei | Leonid Logvinov | 2017-08-29 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #140 from 0xProject/0x-json-schemas | Leonid | 2017-08-29 | 21 | -644/+40 |
|\ | | | | | Use 0x-json-schemas | ||||
| * | Use 0x-json-schemas | Leonid Logvinov | 2017-08-28 | 21 | -644/+40 |
|/ | |||||
* | Fix UMD tests | Leonid Logvinov | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | 0.11.0v0.11.0 | Leonid Logvinov | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Add release date for 0.11.0 | Leonid Logvinov | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #137 from 0xProject/unlimited-allowance | Leonid | 2017-08-25 | 4 | -1/+91 |
|\ | | | | | Add setUnlimitedProxyAllowanceAsync and setUnlimitedAllowanceAsync | ||||
| * | Improve comments | Leonid Logvinov | 2017-08-25 | 1 | -0/+4 |
| | | |||||
| * | Refactor UNLIMITED_ALLOWANCE_IN_BASE_UNITS to constants | Leonid Logvinov | 2017-08-25 | 2 | -1/+4 |
| | | |||||
| * | Add an explanatory comment | Leonid Logvinov | 2017-08-25 | 1 | -1/+4 |
| | | |||||
| * | Add a test that unlimited allowance reduces gas cost | Leonid Logvinov | 2017-08-25 | 1 | -0/+28 |
| | | |||||
| * | Add tests for unlimited allowance | Leonid Logvinov | 2017-08-25 | 2 | -1/+22 |
| | | |||||
| * | Update CHANGELOG | Leonid Logvinov | 2017-08-25 | 1 | -0/+6 |
| | | |||||
| * | Add setUnlimitedProxyAllowanceAsync and setUnlimitedAllowanceAsync | Leonid Logvinov | 2017-08-25 | 1 | -0/+25 |
| | | |||||
| * | Fix test:commonjs | Leonid Logvinov | 2017-08-25 | 1 | -1/+1 |
| | | |||||
| * | Rename build:commonjs:dev to build:commonjs | Leonid Logvinov | 2017-08-25 | 1 | -4/+3 |
| | | |||||
| * | 0.10.4 | Leonid Logvinov | 2017-08-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #136 from 0xProject/commonjs-build | Leonid | 2017-08-24 | 1 | -5/+4 |
|\ \ | | | | | | | Rename build:commonjs:dev to build:commonjs | ||||
| * | | Fix test:commonjs | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | | | |||||
| * | | Rename build:commonjs:dev to build:commonjs | Leonid Logvinov | 2017-08-24 | 1 | -4/+3 |
|/ / | |||||
* | | Merge branch 'master' into development | Leonid Logvinov | 2017-08-24 | 4 | -5/+5 |
|\ \ | |||||
| * | | 0.10.4 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #135 from 0xProject/artifacts-addresses | Leonid | 2017-08-24 | 3 | -4/+4 |
| |\ | | | | | | | Artifacts addresses | ||||
| | * | Update CHANGELOG | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | | | |||||
| | * | Update CHANGELOG | Leonid Logvinov | 2017-08-24 | 1 | -2/+2 |
| | | | |||||
| | * | Convert artifacts addresses lo lower case before using | Leonid Logvinov | 2017-08-24 | 2 | -2/+2 |
| |/ | |||||
| * | 0.10.3 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | | |||||
| * | Bump the version | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
|/ | |||||
* | 0.10.2 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Add v0.10.2 CHANGELOG | Leonid Logvinov | 2017-08-24 | 1 | -0/+4 |
| | |||||
* | Hot fix the checksummed addresses in artifacts | Leonid Logvinov | 2017-08-24 | 2 | -2/+2 |
| | |||||
* | Merge pull request #134 from 0xProject/release-script | Leonid | 2017-08-24 | 1 | -1/+1 |
|\ | | | | | Specify tag and other values in the release script | ||||
| * | Specify tag and other values in the release script | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
|/ | |||||
* | 0.10.1v0.10.1 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Bump patch version due to the publishing issue with 0.10.0 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | 0.10.0v0.10.0 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #132 from 0xProject/token-registry | Leonid | 2017-08-24 | 4 | -5/+135 |
|\ | | | | | Add public Token Registry getters | ||||
| * | Change the unregistered token in tests | Leonid Logvinov | 2017-08-24 | 1 | -2/+2 |
| | | |||||
| * | Rename _getTokenByMetadata to _createTokenFromMetadata | Leonid Logvinov | 2017-08-24 | 1 | -4/+4 |
| | | |||||
| * | Remove redundant else's | Leonid Logvinov | 2017-08-24 | 1 | -4/+2 |
| | | |||||
| * | Document changes in a CHANGELOG | Leonid Logvinov | 2017-08-24 | 1 | -1/+6 |
| | | |||||
| * | Add tests for tokenRegistry public getters | Leonid Logvinov | 2017-08-24 | 2 | -4/+58 |
| | | |||||
| * | Add all public tokenRegistry functions | Leonid Logvinov | 2017-08-24 | 2 | -0/+50 |
| | | |||||
| * | Add test for getTokenAddressesAsync | Leonid Logvinov | 2017-08-24 | 1 | -0/+14 |
| | | |||||
| * | Add zeroEx.tokenRegistry.getTokenAddressesAsync() | Leonid Logvinov | 2017-08-24 | 1 | -1/+10 |
|/ | |||||
* | Merge pull request #128 from 0xProject/verifyOrder | Leonid | 2017-08-24 | 6 | -184/+291 |
|\ | | | | | Add implementation for public order validation functions | ||||
| * | Add validation for the case where the order is fully filled or canceled and β΅ | Leonid Logvinov | 2017-08-24 | 3 | -0/+15 |
| | | | | | | | | a test | ||||
| * | Simplify the validation check for β΅ | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | | | | | | | | ExchangeContractErrs.OrderAlreadyCancelledOrFilled | ||||
| * | Remove unused var | Leonid Logvinov | 2017-08-24 | 1 | -1/+0 |
| | | |||||
| * | Add newline | Leonid Logvinov | 2017-08-24 | 1 | -1/+2 |
| | | |||||
| * | Fix comments | Leonid Logvinov | 2017-08-24 | 1 | -5/+7 |
| | | |||||
| * | Update CHANGELOG | Leonid Logvinov | 2017-08-24 | 1 | -1/+2 |
| | | |||||
| * | Fix order validation tests | Leonid Logvinov | 2017-08-24 | 1 | -19/+20 |
| | | |||||
| * | Add a comment for isRoundingErrorAsync | Leonid Logvinov | 2017-08-24 | 1 | -5/+12 |
| | | |||||
| * | Fix isRoundingError name in CHANGELOG | Leonid Logvinov | 2017-08-24 | 1 | -5/+4 |
| | | |||||
| * | Remove And's from names | Leonid Logvinov | 2017-08-24 | 3 | -62/+65 |
| | | |||||
| * | Separate order validation errors tests from exchange tests | Leonid Logvinov | 2017-08-24 | 2 | -84/+95 |
| | | |||||
| * | Add the changes to CHANGELOG | Leonid Logvinov | 2017-08-24 | 1 | -2/+6 |
| | | |||||
| * | Move order validation functions to orderValidationUtils and make β΅ | Leonid Logvinov | 2017-08-24 | 2 | -53/+88 |
| | | | | | | | | isRoundingError public | ||||
| * | Add initial implementation for public order validation functions | Leonid Logvinov | 2017-08-24 | 1 | -48/+77 |
|/ | |||||
* | Merge pull request #131 from 0xProject/addTokenRegistryMethod | Fabio Berger | 2017-08-24 | 2 | -12/+42 |
|\ | | | | | Add public method to TokenRegistry | ||||
| * | rename method for clarity since we return a Token and not tokenMetadata | Fabio Berger | 2017-08-24 | 2 | -5/+5 |
| | | |||||
| * | Add assertion to public method | Fabio Berger | 2017-08-24 | 1 | -0/+3 |
| | | |||||
| * | use non-checksummed address | Fabio Berger | 2017-08-24 | 1 | -1/+1 |
| | | |||||
| * | Add public method `getTokenMetadataIfExistsAsync` to TokenRegistry wrapper, β΅ | Fabio Berger | 2017-08-23 | 2 | -12/+39 |
| | | | | | | | | refactor `getTokensAsync` to use `getTokenMetadataIfExistsAsync` under the hood and added unit tests | ||||
* | | Merge pull request #130 from 0xProject/addProxyAddressMethod | Fabio Berger | 2017-08-23 | 4 | -3/+15 |
|\ \ | |/ |/| | Add public TokenTransferProxy address getter | ||||
| * | Return variable instead of expression | Fabio Berger | 2017-08-23 | 2 | -2/+4 |
| | | |||||
| * | Add PR numbers to changelog items | Fabio Berger | 2017-08-23 | 1 | -3/+3 |
| | | |||||
| * | Add note about the added public method in CHANGELOG | Fabio Berger | 2017-08-23 | 1 | -0/+1 |
| | | |||||
| * | Add getContractAddressAsync public method to proxy instance | Fabio Berger | 2017-08-23 | 1 | -0/+9 |
| | | |||||
| * | rename proxy_wrapper_test to token_transfer_proxy_wrapper_test | Fabio Berger | 2017-08-23 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #127 from β΅ | Leonid | 2017-08-23 | 6 | -42/+49 |
|\ | | | | | | | | | 0xProject/shouldThrowOnInsufficientBalanceOrAllowance Fix the docs for shouldThrowOnInsufficientBalanceOrAllowance | ||||
| * | Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in β΅ | Leonid Logvinov | 2017-08-22 | 4 | -37/+41 |
| | | | | | | | | tests | ||||
| * | Update CHANGELOG | Leonid Logvinov | 2017-08-22 | 1 | -1/+2 |
| | | |||||
| * | Fix the docs for shouldThrowOnInsufficientBalanceOrAllowance | Leonid Logvinov | 2017-08-22 | 1 | -4/+6 |
|/ | |||||
* | Merge pull request #126 from 0xProject/token-transfer-proxy-rename | Leonid | 2017-08-22 | 6 | -50/+50 |
|\ | | | | | Rename internally Proxy to TokenTransferProxy | ||||
| * | Rename internally Proxy to TokenTransferProxy | Leonid Logvinov | 2017-08-22 | 6 | -50/+50 |
|/ | |||||
* | Merge pull request #124 from 0xProject/reject-checksummed-addresses | Leonid | 2017-08-22 | 8 | -10/+24 |
|\ | | | | | Reject checksummed addresses | ||||
| * | Fix merge conflicts in a changelog | Leonid Logvinov | 2017-08-22 | 1 | -5/+0 |
| | | |||||
| * | Include variableName in error message for checksummed address | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | | |||||
| * | Put the last test address on it's own line | Leonid Logvinov | 2017-08-22 | 1 | -1/+3 |
| | | |||||
| * | Change CHANGELOG text | Leonid Logvinov | 2017-08-22 | 1 | -1/+6 |
| | | |||||
| * | Use lowercase address in tests | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | | |||||
| * | Update CHANGELOG.md | Leonid Logvinov | 2017-08-22 | 1 | -0/+4 |
| | | |||||
| * | Reject checksummed addresses | Leonid Logvinov | 2017-08-22 | 6 | -9/+17 |
|/ | |||||
* | 0.9.3v0.9.3 | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #125 from 0xProject/0.9.3 | Leonid | 2017-08-22 | 1 | -1/+5 |
|\ | | | | | Update CHANGELOG.md | ||||
| * | Update CHANGELOG.md | Leonid Logvinov | 2017-08-22 | 1 | -1/+5 |
|/ | |||||
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-08-22 | 1 | -1/+1 |
|\ | | | | | | | | | * 'master' of github.com:0xProject/0x.js: Add subproviders to the list of folders required by UMD tests | ||||
| * | Add subproviders to the list of folders required by UMD tests | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | | |||||
* | | 0.9.2v0.9.2 | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
|\ | | | | | | | | | | | * 'master' of github.com:0xProject/0x.js: try 4000 timeout try longer timeout | ||||
| * | Merge pull request #123 from 0xProject/fixCi | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
| |\ | | | | | | | Increase test timeout | ||||
| | * | try 4000 timeout | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
| | | | |||||
| | * | try longer timeout | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
| |/ | |||||
* / | Update changelog | Fabio Berger | 2017-08-21 | 1 | -0/+5 |
|/ | |||||
* | Update testrpc snapshot and testrpc artifacts | Fabio Berger | 2017-08-21 | 6 | -39/+39 |
| | |||||
* | Update artifacts and rename proxy to tokenTransferProxy | Fabio Berger | 2017-08-21 | 7 | -217/+248 |
| | |||||
* | Merge pull request #118 from 0xProject/artifacts-update | Fabio Berger | 2017-08-21 | 12 | -521/+401 |
|\ | | | | | Update artifacts with the latest mainnet version | ||||
| * | Remove url from token registry | Leonid Logvinov | 2017-08-15 | 4 | -21/+4 |
| | | |||||
| * | Update testrpc artifacts | Leonid Logvinov | 2017-08-15 | 3 | -3/+3 |
| | | |||||
| * | Update contracts snapshot hash | Leonid Logvinov | 2017-08-15 | 1 | -1/+1 |
| | | |||||
| * | --no-edit | Leonid Logvinov | 2017-08-15 | 1 | -1/+1 |
| | | |||||
| * | Update Exchange artifacts and adjust ExchangeWrapper | Leonid Logvinov | 2017-08-15 | 3 | -94/+89 |
| | | |||||
| * | Update TokenRegistry artifacts | Leonid Logvinov | 2017-08-15 | 1 | -205/+245 |
| | | |||||
| * | Update EtherToken artifacts | Leonid Logvinov | 2017-08-15 | 1 | -8/+59 |
| | | |||||
| * | Update Token artifacts | Leonid Logvinov | 2017-08-15 | 1 | -2/+2 |
| | | |||||
| * | Remove Mintable artifacts | Leonid Logvinov | 2017-08-15 | 2 | -190/+1 |
| | | |||||
* | | 0.9.1v0.9.1 | Leonid Logvinov | 2017-08-17 | 1 | -1/+1 |
| | | |||||
* | | Update CHANGELOG.md before v0.9.1 | Leonid Logvinov | 2017-08-17 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #120 from 0xProject/addTestWithWeb3WithoutAddresses | Leonid | 2017-08-17 | 7 | -62/+148 |
|\ \ | |/ |/| | Remove unnecessary assertions & add regression tests | ||||
| * | Add JSONRPCPayload type and remove unused import | Leonid Logvinov | 2017-08-17 | 2 | -3/+8 |
| | | |||||
| * | set default value to hasAddresses boolean | Fabio Berger | 2017-08-17 | 1 | -1/+1 |
| | | |||||
| * | remove unnecessary assertion and add regression test | Fabio Berger | 2017-08-17 | 2 | -18/+40 |
| | | |||||
| * | remove unneeded assertion from _isRoundingErrorAsync since one can make β΅ | Fabio Berger | 2017-08-17 | 1 | -1/+0 |
| | | | | | | | | static calls without an available address | ||||
| * | Remove isUserAddressAvailable assertion from getBalanceAsync and add β΅ | Fabio Berger | 2017-08-17 | 4 | -22/+68 |
| | | | | | | | | regression test | ||||
| * | Update yarn.lock | Fabio Berger | 2017-08-17 | 1 | -22/+36 |
|/ | |||||
* | Merge pull request #117 from 0xProject/greenkeeper/sinon-3.0.0 | Leonid | 2017-08-04 | 1 | -1/+1 |
|\ | | | | | Update sinon to the latest version π | ||||
| * | chore(package): update sinon to version 3.0.0 | greenkeeper[bot] | 2017-08-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #116 from 0xProject/greenkeeper/typedoc-0.8.0 | Leonid | 2017-07-28 | 1 | -1/+1 |
|\ | | | | | Update typedoc to the latest version π | ||||
| * | chore(package): update typedoc to version 0.8.0 | greenkeeper[bot] | 2017-07-28 | 1 | -1/+1 |
|/ | |||||
* | Add PR links to CHANGELOG.md | Leonid Logvinov | 2017-07-26 | 1 | -2/+2 |
| | |||||
* | 0.9.0v0.9.0 | Leonid Logvinov | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | Add release date for 0.9.0 | Leonid Logvinov | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #115 from 0xProject/pre-0.9.0-CHANGELOG | Leonid | 2017-07-26 | 1 | -0/+3 |
|\ | | | | | Update CHANGELOG.md | ||||
| * | Update CHANGELOG.md | Leonid Logvinov | 2017-07-26 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'greenkeeper/web3-typescript-typings-0.3.0' | Leonid Logvinov | 2017-07-26 | 1 | -3/+3 |
|\ | |||||
| * | Update yarn.lock | Leonid Logvinov | 2017-07-26 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #114 from 0xProject/greenkeeper/web3-typescript-typings-0.3.0 | Leonid | 2017-07-26 | 1 | -1/+1 |
|\ | | | | | Update web3-typescript-typings to the latest version π | ||||
| * | chore(package): update web3-typescript-typings to version 0.3.0 | greenkeeper[bot] | 2017-07-26 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #109 from 0xProject/fees-balance-allowance-validation | Leonid | 2017-07-26 | 12 | -165/+291 |
|\ | | | | | Fees balance allowance validation | ||||
| * | Indent callbacks | Leonid Logvinov | 2017-07-26 | 1 | -2/+2 |
| | | |||||
| * | Rearrange imports | Leonid Logvinov | 2017-07-26 | 1 | -1/+1 |
| | | |||||
| * | Simplify order checks | Leonid Logvinov | 2017-07-26 | 1 | -30/+18 |
| | | |||||
| * | Store tokenWrapper inside of OrdervalidationUtils | Leonid Logvinov | 2017-07-26 | 2 | -23/+29 |
| | | |||||
| * | Remove and from names | Leonid Logvinov | 2017-07-26 | 2 | -6/+6 |
| | | |||||
| * | Remove unused imports | Leonid Logvinov | 2017-07-26 | 10 | -15/+1 |
| | | |||||
| * | Fix tests | Leonid Logvinov | 2017-07-26 | 1 | -1/+1 |
| | | |||||
| * | Factor out order validation tests | Leonid Logvinov | 2017-07-26 | 2 | -147/+203 |
| | | |||||
| * | Cover all possible branches of order validation errors with tests | Leonid Logvinov | 2017-07-26 | 2 | -25/+67 |
| | | |||||
| * | Refactor OrderValidationUtils to check for the case when ZRX is one of the β΅ | Leonid Logvinov | 2017-07-26 | 2 | -55/+81 |
| | | | | | | | | tokens traded | ||||
| * | Pass tokenWrapper to β΅ | Leonid Logvinov | 2017-07-26 | 2 | -12/+12 |
| | | | | | | | | validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync | ||||
| * | Move _validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync to β΅ | Leonid Logvinov | 2017-07-26 | 2 | -63/+70 |
| | | | | | | | | orderValidationUtils | ||||
| * | Add a test: should throw when maker has balance to cover fees or transfer β΅ | Leonid Logvinov | 2017-07-26 | 1 | -0/+15 |
|/ | | | | but not both | ||||
* | Merge pull request #113 from 0xProject/ethereumjs-util-types | Leonid | 2017-07-22 | 4 | -19/+29 |
|\ | | | | | Add ethereumjs-utils types | ||||
| * | Add ethereumjs-utils types | Leonid Logvinov | 2017-07-22 | 4 | -19/+29 |
|/ | |||||
* | Merge pull request #112 from 0xProject/bn.js-types | Leonid | 2017-07-22 | 5 | -3/+10 |
|\ | | | | | Add bn.js types | ||||
| * | Add bn.js types | Leonid Logvinov | 2017-07-22 | 5 | -3/+10 |
|/ | |||||
* | Merge pull request #108 from 0xProject/greenkeeper/web3-0.20.0 | Leonid | 2017-07-19 | 1 | -1/+1 |
|\ | | | | | Update web3 to the latest version π | ||||
| * | fix(package): update web3 to version 0.20.0 | greenkeeper[bot] | 2017-07-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #110 from 0xProject/greenkeeper/web3-typescript-typings-0.2.1 | Leonid | 2017-07-19 | 1 | -1/+1 |
|\ \ | |/ |/| | Update web3-typescript-typings to the latest version π | ||||
| * | chore(package): update web3-typescript-typings to version 0.2.1 | greenkeeper[bot] | 2017-07-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #104 from 0xProject/ts-2.4 | Leonid | 2017-07-12 | 15 | -148/+140 |
|\ | | | | | Update to typescript@2.4 | ||||
| * | Use actual exception values in test names | Leonid Logvinov | 2017-07-12 | 1 | -3/+3 |
| | | |||||
| * | Add a comment explaining any | Leonid Logvinov | 2017-07-12 | 1 | -1/+2 |
| | | |||||
| * | Add forgotten meger conflict resolution | Leonid Logvinov | 2017-07-12 | 1 | -19/+0 |
| | | |||||
| * | Use PascalCase names as string enum keys | Leonid Logvinov | 2017-07-12 | 13 | -117/+144 |
| | | |||||
| * | Migrate to using native string enums | Leonid Logvinov | 2017-07-12 | 1 | -67/+50 |
| | | |||||
| * | Update to typescript@2.4 | Leonid Logvinov | 2017-07-12 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #107 from 0xProject/static-get-order-hash-hex | Leonid | 2017-07-12 | 5 | -35/+36 |
|\ | | | | | Static get order hash hex | ||||
| * | Reformat CHANGELOG to use past tense | Leonid Logvinov | 2017-07-12 | 1 | -14/+14 |
| | | |||||
| * | Update CHANGELOG.md | Leonid Logvinov | 2017-07-12 | 1 | -0/+1 |
| | | |||||
| * | Make getOrderHashHex static | Leonid Logvinov | 2017-07-12 | 4 | -21/+21 |
|/ | |||||
* | Merge pull request #106 from 0xProject/single-exchange | Leonid | 2017-07-12 | 10 | -199/+67 |
|\ | | | | | Single exchange | ||||
| * | Fix the comment | Leonid Logvinov | 2017-07-12 | 1 | -1/+3 |
| | | |||||
| * | Update CHANGELOG.md | Leonid Logvinov | 2017-07-12 | 1 | -2/+1 |
| | | |||||
| * | Migrate to using a single Exchange contract | Leonid Logvinov | 2017-07-12 | 7 | -191/+64 |
| | | |||||
| * | Remove exchange artifacts by name | Leonid Logvinov | 2017-07-12 | 1 | -6/+0 |
| | | |||||
| * | Flatten artifacts | Leonid Logvinov | 2017-07-12 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #105 from 0xProject/chai-bignumber | Leonid | 2017-07-12 | 2 | -21/+13 |
|\ | | | | | Stop using custom chai-bignumber fork | ||||
| * | Stop using custom chai-bignumber fork | Leonid Logvinov | 2017-07-12 | 2 | -21/+13 |
|/ | |||||
* | Merge pull request #103 from 0xProject/jsonschema-types | Leonid | 2017-07-12 | 3 | -14/+62 |
|\ | | | | | Jsonschema types | ||||
| * | Add the source for the schema | Leonid | 2017-07-12 | 1 | -0/+1 |
| | | |||||
| * | Use custom Schema types | Leonid Logvinov | 2017-07-12 | 2 | -14/+13 |
| | | |||||
| * | Add jsonschema Schema declaration | Leonid Logvinov | 2017-07-12 | 1 | -0/+48 |
|/ | |||||
* | Merge pull request #101 from 0xProject/new-contracts | Fabio Berger | 2017-07-11 | 0 | -0/+0 |
|\ | | | | | Migrate to using a new Exchange contract | ||||
| * | Fix a typo | Leonid Logvinov | 2017-07-11 | 1 | -4/+4 |
| | | |||||
| * | Fix a typo in comment | Leonid Logvinov | 2017-07-11 | 1 | -2/+2 |
| | | |||||
| * | Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance | Leonid Logvinov | 2017-07-11 | 1 | -10/+11 |
| | | |||||
| * | Simplify BigNumber hack | Leonid Logvinov | 2017-07-08 | 1 | -5/+2 |
| | | |||||
| * | use yarn on CI | Leonid Logvinov | 2017-07-08 | 1 | -4/+11 |
| | | |||||
| * | Upgrade to a new node version | Leonid Logvinov | 2017-07-08 | 1 | -1/+1 |
| | | |||||
| * | Make CONTRACTS_COMMIT_HASH a string | Leonid Logvinov | 2017-07-08 | 1 | -1/+1 |
| | | |||||
| * | Use never testrpc snapshot | Leonid Logvinov | 2017-07-08 | 1 | -1/+1 |
| | | |||||
| * | Migrate the rest of the artifacts | Leonid Logvinov | 2017-07-08 | 1 | -184/+40 |
| | | |||||
| * | Change arguments order at isRoundingError | Leonid Logvinov | 2017-07-08 | 1 | -3/+3 |
| | | |||||
| * | Migrate events | Leonid Logvinov | 2017-07-08 | 4 | -27/+28 |
| | | |||||
| * | Migrate constructor arguments | Leonid Logvinov | 2017-07-08 | 1 | -2/+2 |
| | |