This website requires JavaScript.
Explore
Help
Sign In
crowetic
/
protocol
Watch
1
Star
0
Fork
0
You've already forked protocol
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
305b98ee21bcfa733390b157c187d2ab88e122b2
protocol
/
test
History
Fabio Berger
6b80134f48
Merge pull request
#100
from 0xProject/improveSignOrder
...
Improve signOrderHashAsync
2017-07-07 17:43:31 -07:00
..
utils
Merge branch 'master' into cache_net_version
2017-07-07 14:08:34 -07:00
0x.js_test.ts
Modify signOrderHashAsync to parse the signatureHex string as V + R + S AND R + S + V and check both for a valid signature in order to fix the issue of different nodes returning it differently
2017-07-07 13:49:02 -07:00
artifacts_test.ts
Move zeroEx.exchange.getAvailableContractAddressesAsync to zeroEx.getAvailableExchangeContractAddressesAsync and zeroEx.exchange.getProxyAuthorizedContractAddressesAsync to zeroEx.getProxyAuthorizedExchangeContractAddressesAsync
2017-07-05 14:18:46 -07:00
assert_test.ts
Fix comments to use web3 provider instead of web3 instance
2017-07-06 10:18:38 -07:00
ether_token_wrapper_test.ts
refactor getBalanceInEthAsync to getBalanceInWeiAsync and change the test assertions to check if the discrepancy between the existing ETH balance and expected balance is small enough to simply be the gas cost used by the transaction.
2017-06-26 11:20:16 -07:00
exchange_wrapper_test.ts
Merge pull request
#98
from 0xProject/typos
2017-07-07 13:58:26 -07:00
proxy_wrapper_test.ts
Move zeroEx.exchange.getAvailableContractAddressesAsync to zeroEx.getAvailableExchangeContractAddressesAsync and zeroEx.exchange.getProxyAuthorizedContractAddressesAsync to zeroEx.getProxyAuthorizedExchangeContractAddressesAsync
2017-07-05 14:18:46 -07:00
schema_test.ts
Make all fields of subscriptionOpts schema optional
2017-07-04 17:35:02 -07:00
token_registry_wrapper_test.ts
Revert "Use different lodash import syntax which allows to include only used functions"
2017-06-22 16:21:56 +02:00
token_wrapper_test.ts
Use .bignumber for BigNumber comparation
2017-07-04 10:31:07 -07:00
web3_wrapper_test.ts
Rename networkId to networkIdIfExists
2017-07-06 15:43:35 -07:00