Commit Graph

1116 Commits

Author SHA1 Message Date
Leonid Logvinov
ae1cd90b9a Separate order validation errors tests from exchange tests 2017-08-24 09:55:01 +02:00
Leonid Logvinov
8695f64322 Add the changes to CHANGELOG 2017-08-24 09:55:01 +02:00
Leonid Logvinov
f58c203653 Move order validation functions to orderValidationUtils and make isRoundingError public 2017-08-24 09:55:01 +02:00
Leonid Logvinov
e0a92419e4 Add initial implementation for public order validation functions 2017-08-24 09:55:01 +02:00
Fabio Berger
18f2a93950 Merge pull request #131 from 0xProject/addTokenRegistryMethod
Add public method to TokenRegistry
2017-08-23 18:22:50 +02:00
Fabio Berger
98be786764 rename method for clarity since we return a Token and not tokenMetadata 2017-08-23 18:14:19 +02:00
Fabio Berger
c12e48d28a Add assertion to public method 2017-08-23 18:13:50 +02:00
Fabio Berger
2a7da4fc4f use non-checksummed address 2017-08-23 18:13:26 +02:00
Fabio Berger
bd7102efbe Merge pull request #130 from 0xProject/addProxyAddressMethod
Add public TokenTransferProxy address getter
2017-08-23 17:37:31 +02:00
Fabio Berger
f7010dfa3a Return variable instead of expression 2017-08-23 17:32:10 +02:00
Fabio Berger
8ba3d608c3 Add PR numbers to changelog items 2017-08-23 17:30:53 +02:00
Fabio Berger
fedded3ec1 Add public method getTokenMetadataIfExistsAsync to TokenRegistry wrapper, refactor getTokensAsync to use getTokenMetadataIfExistsAsync under the hood and added unit tests 2017-08-23 17:27:54 +02:00
Fabio Berger
e4393fdd09 Add note about the added public method in CHANGELOG 2017-08-23 17:02:48 +02:00
Fabio Berger
e3f7b18deb Add getContractAddressAsync public method to proxy instance 2017-08-23 17:01:45 +02:00
Fabio Berger
9dca3b76b5 rename proxy_wrapper_test to token_transfer_proxy_wrapper_test 2017-08-23 16:58:56 +02:00
Leonid
d837e27739 Merge pull request #127 from 0xProject/shouldThrowOnInsufficientBalanceOrAllowance
Fix the docs for shouldThrowOnInsufficientBalanceOrAllowance
2017-08-23 14:42:45 +02:00
Leonid Logvinov
894ade168d Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in tests 2017-08-22 16:15:10 +02:00
Leonid Logvinov
df274591f7 Update CHANGELOG 2017-08-22 15:20:10 +02:00
Leonid Logvinov
b809839ed4 Fix the docs for shouldThrowOnInsufficientBalanceOrAllowance 2017-08-22 15:17:36 +02:00
Leonid
51f2c46ed0 Merge pull request #126 from 0xProject/token-transfer-proxy-rename
Rename internally Proxy to TokenTransferProxy
2017-08-22 13:38:41 +02:00
Leonid Logvinov
b2b5abadb2 Rename internally Proxy to TokenTransferProxy 2017-08-22 13:28:05 +02:00
Leonid
0bc9083bff Merge pull request #124 from 0xProject/reject-checksummed-addresses
Reject checksummed addresses
2017-08-22 13:27:40 +02:00
Leonid Logvinov
4207400f8a Fix merge conflicts in a changelog 2017-08-22 11:11:33 +02:00
Leonid Logvinov
40f4ccd888 Include variableName in error message for checksummed address 2017-08-22 11:10:54 +02:00
Leonid Logvinov
c10a2d4fe4 Put the last test address on it's own line 2017-08-22 11:08:45 +02:00
Leonid Logvinov
45aa9ef542 Change CHANGELOG text 2017-08-22 11:02:28 +02:00
Leonid Logvinov
f77cc87271 Use lowercase address in tests 2017-08-22 11:02:13 +02:00
Leonid Logvinov
40ce3a9c06 Update CHANGELOG.md 2017-08-22 11:02:13 +02:00
Leonid Logvinov
52ac8c2251 Reject checksummed addresses 2017-08-22 11:00:44 +02:00
Leonid Logvinov
e376189bc6 0.9.3 v0.9.3 2017-08-22 10:42:32 +02:00
Leonid
2a8c42688e Merge pull request #125 from 0xProject/0.9.3
Update CHANGELOG.md
2017-08-22 10:41:25 +02:00
Leonid Logvinov
b2fc0abdfb Update CHANGELOG.md 2017-08-22 10:40:00 +02:00
Fabio Berger
ac03cbbd48 Merge branch 'master' of github.com:0xProject/0x.js
* 'master' of github.com:0xProject/0x.js:
  Add subproviders to the list of folders required by UMD tests
2017-08-21 18:21:52 +02:00
Leonid Logvinov
87e0fe43f7 Add subproviders to the list of folders required by UMD tests 2017-08-21 18:10:18 +02:00
Fabio Berger
b2f5fc218d 0.9.2 v0.9.2 2017-08-21 17:32:37 +02:00
Fabio Berger
984f9e1201 Merge branch 'master' of github.com:0xProject/0x.js
* 'master' of github.com:0xProject/0x.js:
  try 4000 timeout
  try longer timeout
2017-08-21 17:32:21 +02:00
Fabio Berger
be354d703a Update changelog 2017-08-21 17:31:52 +02:00
Fabio Berger
1ff24f0338 Merge pull request #123 from 0xProject/fixCi
Increase test timeout
2017-08-21 17:26:24 +02:00
Fabio Berger
798620d0ef try 4000 timeout 2017-08-21 17:19:13 +02:00
Fabio Berger
13d7037e8a try longer timeout 2017-08-21 17:14:49 +02:00
Fabio Berger
01eed19abd Update testrpc snapshot and testrpc artifacts 2017-08-21 14:44:41 +02:00
Fabio Berger
1311dfe7f5 Update artifacts and rename proxy to tokenTransferProxy 2017-08-21 07:20:06 -05:00
Fabio Berger
dd6997423f Merge pull request #118 from 0xProject/artifacts-update
Update artifacts with the latest mainnet version
2017-08-21 07:02:50 -05:00
Leonid Logvinov
69668d07c1 0.9.1 v0.9.1 2017-08-16 23:26:44 -05:00
Leonid Logvinov
f2ff14f500 Update CHANGELOG.md before v0.9.1 2017-08-16 23:26:21 -05:00
Leonid
c394073653 Merge pull request #120 from 0xProject/addTestWithWeb3WithoutAddresses
Remove unnecessary assertions & add regression tests
2017-08-16 23:23:32 -05:00
Leonid Logvinov
b95d93a43b Add JSONRPCPayload type and remove unused import 2017-08-16 23:22:24 -05:00
Fabio Berger
b5bfcc772a set default value to hasAddresses boolean 2017-08-16 21:06:41 -07:00
Fabio Berger
20045a438a remove unnecessary assertion and add regression test 2017-08-16 15:44:39 -07:00
Fabio Berger
2e668a771a remove unneeded assertion from _isRoundingErrorAsync since one can make static calls without an available address 2017-08-16 15:44:20 -07:00