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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in ...
Leonid Logvinov
2017-08-22
1
-2
/
+2
*
set default value to hasAddresses boolean
Fabio Berger
2017-08-17
1
-1
/
+1
*
Remove isUserAddressAvailable assertion from getBalanceAsync and add regressi...
Fabio Berger
2017-08-17
1
-3
/
+7
*
Use PascalCase names as string enum keys
Leonid Logvinov
2017-07-12
1
-1
/
+1
*
Make getOrderHashHex static
Leonid Logvinov
2017-07-12
1
-1
/
+1
*
Merge branch 'master' into cache_net_version
Leonid
2017-07-08
1
-30
/
+30
|
\
|
*
Add noop comment
Leonid
2017-07-08
1
-1
/
+1
|
*
Paralellize fill scenarios
Leonid Logvinov
2017-07-08
1
-30
/
+30
*
|
Rename RPC_NETWORK_ID to TESTRPC_NETWORK_ID
Leonid Logvinov
2017-07-07
1
-1
/
+1
*
|
Add tests for networkId caching and invalidation
Leonid Logvinov
2017-07-07
1
-0
/
+1
|
/
*
Make zeroEx.getOrderHashHex non-async
Leonid Logvinov
2017-06-30
1
-1
/
+1
*
Allow multiple exchange versions t be functional at the same time
Leonid Logvinov
2017-06-27
2
-2
/
+7
*
Rename KOVAN_URL to KOVAN_RPC_URL
Leonid Logvinov
2017-06-23
1
-1
/
+1
*
Refactor KOVAN_URL to constants and fetch mnemonic from package.json
Leonid Logvinov
2017-06-23
1
-0
/
+1
*
Revert "Use different lodash import syntax which allows to include only used ...
Leonid
2017-06-22
2
-10
/
+7
*
Fall back to import x = require() syntax
Leonid Logvinov
2017-06-21
2
-5
/
+5
*
Use different lodash import syntax which allows to include only used functions
Leonid Logvinov
2017-06-21
2
-7
/
+10
*
Introduce index.ts file which defines public interface
Leonid Logvinov
2017-06-13
3
-5
/
+3
*
Change main file name from 0x.js.ts to 0x.ts
Leonid Logvinov
2017-06-12
2
-2
/
+2
*
Don't pass expressions as parameters
Leonid Logvinov
2017-06-08
1
-2
/
+4
*
Don't pass expressions as parameters
Leonid Logvinov
2017-06-08
1
-2
/
+4
*
Address feedback
Leonid Logvinov
2017-06-08
1
-4
/
+14
*
Add success test
Leonid Logvinov
2017-06-08
1
-2
/
+6
*
Add initial implementation with success test
Leonid Logvinov
2017-06-06
1
-3
/
+1
*
Merge pull request #39 from 0xProject/senderAccount
Leonid
2017-06-06
2
-12
/
+2
|
\
|
*
Remove unused variable
Leonid Logvinov
2017-06-06
1
-1
/
+0
|
*
Rename accounts to addreses
Leonid Logvinov
2017-06-06
1
-1
/
+1
|
*
Make methods accept senderAccount
Leonid Logvinov
2017-06-05
2
-12
/
+3
*
|
Update chai_setup.ts
Leonid
2017-06-06
1
-1
/
+1
*
|
Address feedback
Leonid Logvinov
2017-06-06
1
-0
/
+13
|
/
*
Merge branch 'master' into unavailableFilledCancelled
Fabio Berger
2017-06-03
3
-32
/
+106
|
\
|
*
Address feedback
Leonid Logvinov
2017-06-03
2
-3
/
+5
|
*
Address feedback
Leonid Logvinov
2017-06-03
1
-5
/
+5
|
*
Add ZRX_TOKEN_NOT_IN_REGISTRY
Leonid Logvinov
2017-06-03
1
-1
/
+1
|
*
Rename coinBase to coinbase
Leonid Logvinov
2017-06-02
1
-6
/
+6
|
*
Add success test for fill with fees
Leonid Logvinov
2017-06-02
1
-1
/
+12
|
*
Add token utils
Leonid Logvinov
2017-06-02
1
-0
/
+23
|
*
Add fill scenario with fees
Leonid Logvinov
2017-06-02
2
-10
/
+41
|
*
Add check for ROUNDING_ERROR and test for it
Leonid Logvinov
2017-06-02
1
-9
/
+18
*
|
Merge branch 'fillOrderAsync' into unavailableFilledCancelled
Fabio Berger
2017-06-02
1
-5
/
+11
|
\
|
|
*
Fix getTransactionSenderAccountIfExistsAsync to return true senderAddress or ...
Fabio Berger
2017-06-02
1
-2
/
+2
|
*
Introduce coinBase account
Leonid Logvinov
2017-06-02
1
-3
/
+9
*
|
Write tests for getUnavailableTakerAmountAsync, getFilledTakerAmountAsync and...
Fabio Berger
2017-06-02
1
-0
/
+20
|
/
*
Work
Leonid Logvinov
2017-06-02
1
-6
/
+6
*
Create a FillsScenario utils module and use it in the fillOrder tests
Fabio Berger
2017-06-02
1
-0
/
+29
*
rename variable
Fabio Berger
2017-06-01
1
-2
/
+2
*
remove unused arg
Fabio Berger
2017-06-01
1
-1
/
+0
*
Add missing comma and semi-colon
Fabio Berger
2017-06-01
1
-2
/
+2
*
Stop passing exchangeAddress into getOrderHash and instead get it from the ar...
Fabio Berger
2017-06-01
1
-3
/
+1
*
move external imports to top
Fabio Berger
2017-06-01
1
-2
/
+2
*
Add timestamp parameter to order factory
Leonid Logvinov
2017-06-01
1
-3
/
+7
*
Revert "Add EXPIRED test"
Leonid Logvinov
2017-06-01
1
-7
/
+3
*
Add EXPIRED test
Leonid Logvinov
2017-06-01
1
-3
/
+7
*
Add taker parameter to createSignedOrder
Leonid Logvinov
2017-06-01
1
-1
/
+2
*
Rename order to order_factory
Leonid Logvinov
2017-06-01
1
-0
/
+0
*
Temp push
Leonid Logvinov
2017-06-01
1
-34
/
+30
*
Remove debug output
Leonid Logvinov
2017-05-31
1
-3
/
+0
*
Add createSignedOrder function
Leonid Logvinov
2017-05-31
1
-6
/
+23
*
Refactor getOrderHash to accept order as an object
Leonid Logvinov
2017-05-30
1
-14
/
+21
*
Fix import
Leonid Logvinov
2017-05-30
1
-1
/
+1
*
Merge branch 'master' into fillOrderAsync
Leonid Logvinov
2017-05-30
1
-3
/
+7
|
\
|
*
Add tests for setProvider
Fabio Berger
2017-05-30
1
-3
/
+7
*
|
Add order utils
Leonid Logvinov
2017-05-30
1
-0
/
+21
*
|
Finish ecSignature renaming
Leonid Logvinov
2017-05-30
1
-1
/
+1
|
/
*
improve comment
Fabio Berger
2017-05-27
1
-1
/
+2
*
rename BlockClean to BlockchainLifecycle and setupAsync to startAsync, restor...
Fabio Berger
2017-05-27
1
-3
/
+3
*
Add missing return types
Fabio Berger
2017-05-26
2
-4
/
+4
*
Setup blockchain snapshotting before/after every test, implemented unit tests...
Fabio Berger
2017-05-26
4
-0
/
+95