index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
0x.js_test.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade bignumber to the version with native typings and remove typings
Leonid Logvinov
2017-10-26
1
-1
/
+1
*
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
*
Make logs fetching and sunscriptions more type-safe
Leonid Logvinov
2017-10-13
1
-3
/
+3
*
Add tests for contracts address config
Leonid Logvinov
2017-09-18
1
-2
/
+27
*
Fix log decoder to return correct types
Leonid Logvinov
2017-09-06
1
-5
/
+3
*
Fix type error
Leonid Logvinov
2017-09-06
1
-1
/
+2
*
Fix a typo in test name
Leonid Logvinov
2017-09-06
1
-1
/
+1
*
Add lifecycle methods
Leonid Logvinov
2017-09-06
1
-0
/
+8
*
Add test for logs decoding in awaitTransactionMinedAsync
Leonid Logvinov
2017-09-06
1
-0
/
+20
*
Reject checksummed addresses
Leonid Logvinov
2017-08-22
1
-1
/
+1
*
Remove unused imports
Leonid Logvinov
2017-07-26
1
-1
/
+0
*
Make getOrderHashHex static
Leonid Logvinov
2017-07-12
1
-1
/
+1
*
Migrate to using a single Exchange contract
Leonid Logvinov
2017-07-12
1
-27
/
+4
*
Modify signOrderHashAsync to parse the signatureHex string as V + R + S AND R...
Fabio Berger
2017-07-08
1
-9
/
+3
*
Remove space after `it` keywork in tests
Fabio Berger
2017-07-08
1
-3
/
+3
*
Fix comments to use web3 provider instead of web3 instance
Leonid Logvinov
2017-07-07
1
-1
/
+1
*
Move zeroEx.exchange.getAvailableContractAddressesAsync to zeroEx.getAvailabl...
Leonid Logvinov
2017-07-06
1
-11
/
+23
*
Make it clear that we are using a fake address in tests
Leonid Logvinov
2017-06-30
1
-2
/
+2
*
Fix a typo in a name
Leonid Logvinov
2017-06-30
1
-2
/
+2
*
Make getOrderHashHex a non-async function
Leonid Logvinov
2017-06-30
1
-13
/
+2
*
Allow multiple exchange versions t be functional at the same time
Leonid Logvinov
2017-06-27
1
-6
/
+12
*
Revert "Use different lodash import syntax which allows to include only used ...
Leonid
2017-06-22
1
-5
/
+4
*
Fall back to import x = require() syntax
Leonid Logvinov
2017-06-21
1
-2
/
+2
*
Use different lodash import syntax which allows to include only used functions
Leonid Logvinov
2017-06-21
1
-4
/
+5
*
Fix bug in 0x.js tests when passing Web3 instead of Web3 Provider
Leonid Logvinov
2017-06-15
1
-1
/
+1
*
Make ZeroEx constructor accept Web3Provider instead of Web3 instance
Leonid Logvinov
2017-06-15
1
-3
/
+3
*
Remove types that are not used in public interface from export and rename Eve...
Leonid Logvinov
2017-06-14
1
-1
/
+1
*
Introduce index.ts file which defines public interface
Leonid Logvinov
2017-06-13
1
-3
/
+1
*
Change main file name from 0x.js.ts to 0x.ts
Leonid Logvinov
2017-06-12
1
-1
/
+1
*
Fix some tests
Leonid Logvinov
2017-06-10
1
-12
/
+12
*
Prefix private vars with _
Leonid Logvinov
2017-06-10
1
-6
/
+6
*
Fix isValidSignature tests
Fabio Berger
2017-06-09
1
-16
/
+18
*
Merge pull request #48 from 0xProject/interfaceTweaks
Leonid
2017-06-08
1
-2
/
+2
|
\
|
*
Make web3Wrapper protected instead of public
Fabio Berger
2017-06-08
1
-2
/
+2
*
|
Fix linter error
Leonid Logvinov
2017-06-08
1
-3
/
+3
*
|
Rewrite isValidSignature tests
Leonid Logvinov
2017-06-08
1
-51
/
+25
|
/
*
add `hex` to function and variable name for clarity
Fabio Berger
2017-06-07
1
-1
/
+1
*
Merge pull request #39 from 0xProject/senderAccount
Leonid
2017-06-06
1
-12
/
+10
|
\
|
*
Last round of renamings
Leonid Logvinov
2017-06-06
1
-6
/
+6
|
*
Rename accounts to addreses
Leonid Logvinov
2017-06-06
1
-1
/
+1
|
*
Remove message param from before
Leonid Logvinov
2017-06-06
1
-1
/
+1
|
*
Make methods accept senderAccount
Leonid Logvinov
2017-06-05
1
-12
/
+10
*
|
Address feedback
Leonid Logvinov
2017-06-06
1
-2
/
+2
*
|
Add chai_setup
Leonid Logvinov
2017-06-05
1
-6
/
+3
|
/
*
Merge branch 'master' into addEventSubscriptions
Fabio Berger
2017-06-03
1
-0
/
+1
|
\
|
*
Add includeStack config to chai setup so that we get stackTraces
Fabio Berger
2017-06-03
1
-0
/
+1
*
|
Implement zeroEx.exchange.subscribeAsync made sure to clean up subscriptions ...
Fabio Berger
2017-06-02
1
-3
/
+3
|
/
*
Fix getOrderHashAsync test
Fabio Berger
2017-06-01
1
-0
/
+13
*
Stop passing exchangeAddress into getOrderHash and instead get it from the ar...
Fabio Berger
2017-06-01
1
-21
/
+22
*
remove comment
Fabio Berger
2017-06-01
1
-1
/
+0
*
Fix tests
Leonid Logvinov
2017-06-01
1
-8
/
+2
*
Fix linter errors
Leonid Logvinov
2017-06-01
1
-14
/
+16
*
Refactor getOrderHash to accept order as an object
Leonid Logvinov
2017-05-30
1
-28
/
+19
*
use .be.undefined instead of .be.an('undefined')
Fabio Berger
2017-05-30
1
-4
/
+4
*
Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter that...
Fabio Berger
2017-05-30
1
-2
/
+2
*
Also test that web3Wrapper nested under tokenRegistryWrapper has updated prov...
Fabio Berger
2017-05-30
1
-2
/
+4
*
add assertions that contractInstances are not undefined before provider update
Fabio Berger
2017-05-30
1
-0
/
+2
*
Also instantiate tokenRegistry contract instance
Fabio Berger
2017-05-30
1
-1
/
+2
*
remove unused import
Fabio Berger
2017-05-30
1
-1
/
+0
*
Make tokenRegistry contract instantiation lazy and clear it on provider update
Fabio Berger
2017-05-30
1
-1
/
+2
*
Add tests for setProvider
Fabio Berger
2017-05-30
1
-0
/
+23
*
make web3Wrapper a private instance variable
Fabio Berger
2017-05-30
1
-4
/
+4
*
Fix typos
Fabio Berger
2017-05-29
1
-2
/
+2
*
empty stubs array before next test runs
Fabio Berger
2017-05-29
1
-0
/
+1
*
Merge branch 'master' into addSignOrderHashAndTests
Fabio Berger
2017-05-29
1
-1
/
+1
|
\
|
*
Merge pull request #16 from 0xProject/umd-tests
Fabio Berger
2017-05-29
1
-1
/
+1
|
|
\
|
|
*
Use constants from test utils
Leonid Logvinov
2017-05-29
1
-1
/
+1
*
|
|
Use disable-next-line instead of disable and always put rule that is being di...
Fabio Berger
2017-05-29
1
-4
/
+2
*
|
|
Implement tests for signOrderHashAsync that test the logic for Parity < v1.6....
Fabio Berger
2017-05-29
1
-0
/
+72
|
/
/
*
/
don't use uppercase for constant variable unless it's global to the entire file
Fabio Berger
2017-05-29
1
-3
/
+3
|
/
*
Fix imports
Leonid Logvinov
2017-05-29
1
-2
/
+2
*
Merge branch 'master' of github.com:0xProject/0x.js
Fabio Berger
2017-05-29
1
-2
/
+3
*
Postfix test files with `_test`
Fabio Berger
2017-05-26
1
-0
/
+160