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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't export RawLog
Leonid Logvinov
2017-10-04
1
-1
/
+0
*
Add tests for zeroEx.exchange.getLogsAsync
Leonid Logvinov
2017-10-04
4
-6
/
+12
*
Implement zeroEx.exchange.getLogsAsync
Leonid Logvinov
2017-10-04
2
-0
/
+26
*
Add _getLogsAsync on contract_wrapper
Leonid Logvinov
2017-10-04
2
-14
/
+29
*
Implement getLogsAsync on token contract
Leonid Logvinov
2017-10-04
2
-3
/
+22
*
Refactor abi decoder
Leonid Logvinov
2017-10-04
1
-2
/
+2
*
Add tryToDecodeLogOrNoOp and _getEventSignatureFromAbiByName on contract_wrapper
Leonid Logvinov
2017-10-04
1
-2
/
+18
*
Remove old tests
Leonid Logvinov
2017-10-04
1
-0
/
+1
*
Add keccak256 on web3_wrapper
Leonid Logvinov
2017-10-04
1
-0
/
+4
*
Add NO_ABI_DECODER and ContractEvents
Leonid Logvinov
2017-10-04
1
-0
/
+3
*
Move log decoding to AbiDecoder
Leonid Logvinov
2017-10-04
2
-53
/
+37
*
Factor out tryToDecodeLogOrNoOp
Leonid Logvinov
2017-10-04
1
-11
/
+12
*
Add zeroEx.getLogsAsync
Leonid Logvinov
2017-10-04
1
-0
/
+11
*
Re-export new types
Leonid Logvinov
2017-10-04
1
-0
/
+2
*
Add getLogsAsync to web3_wrapper
Leonid Logvinov
2017-10-04
1
-0
/
+18
*
Add type aliases for web3 types
Leonid Logvinov
2017-10-04
1
-0
/
+4
*
Fix types
Leonid Logvinov
2017-09-29
1
-1
/
+1
*
Update CHANGELOG
Leonid Logvinov
2017-09-29
1
-0
/
+1
*
Merge pull request #175 from 0xProject/fix/set-interval-bug
Leonid
2017-09-29
1
-1
/
+1
|
\
|
*
Fix the bug in transaction mined awaiting
Leonid Logvinov
2017-09-29
1
-1
/
+1
*
|
Merge pull request #173 from 0xProject/feature/ropsten-support
Leonid
2017-09-29
3
-2
/
+355
|
\
|
|
*
Add Ropsten artifacts
Leonid Logvinov
2017-09-28
3
-2
/
+355
*
|
Fixed nits
Brandon Millman
2017-09-28
1
-9
/
+27
*
|
Add tests
Brandon Millman
2017-09-28
1
-5
/
+0
*
|
Add OrderTransactionOpts to enable optional validation to exchange_wrapper
Brandon Millman
2017-09-28
2
-27
/
+72
|
/
*
fix merge issue
Fabio Berger
2017-09-26
1
-1
/
+1
*
Merge branch 'development' into addOrderValidation
Fabio Berger
2017-09-26
1
-7
/
+11
|
\
|
*
Update comment
Leonid Logvinov
2017-09-26
1
-1
/
+1
|
*
Make getZRXTokenAddressAsync public
Leonid Logvinov
2017-09-26
1
-7
/
+11
*
|
improve comment
Fabio Berger
2017-09-26
1
-1
/
+2
*
|
Refactor our logic checking fillAmountNotZero and expiry
Fabio Berger
2017-09-26
1
-14
/
+21
*
|
make opts optional
Fabio Berger
2017-09-26
1
-1
/
+1
*
|
rename validateOrderFillableThrowIfNotFillableAsync to validateOrderFillableO...
Fabio Berger
2017-09-26
2
-3
/
+3
*
|
Fix bug where we were accidentally comparing a makerTokenAmount to a takerTok...
Fabio Berger
2017-09-26
1
-2
/
+2
*
|
improve comment
Fabio Berger
2017-09-26
1
-2
/
+2
*
|
Add validateOrderFillableThrowIfNotFillableAsync to public methods in order t...
Fabio Berger
2017-09-26
3
-0
/
+50
|
/
*
Fix the typo
Leonid Logvinov
2017-09-20
1
-1
/
+1
*
Add a comment for ZeroExConfig type
Leonid Logvinov
2017-09-19
1
-0
/
+6
*
Move lower-casing logic
Leonid Logvinov
2017-09-19
2
-3
/
+3
*
Fix a comment
Leonid Logvinov
2017-09-19
1
-1
/
+1
*
Postfix variable names with 'ifExists'
Leonid Logvinov
2017-09-19
4
-14
/
+15
*
Prefix HACK comment with HACK
Leonid Logvinov
2017-09-19
1
-1
/
+1
*
Postfix variable names with 'ifExists'
Leonid Logvinov
2017-09-19
1
-6
/
+8
*
Verify ZeroExConfig
Leonid Logvinov
2017-09-19
2
-0
/
+14
*
Fix a typo
Leonid Logvinov
2017-09-18
1
-3
/
+3
*
Add explanatory comment
Leonid Logvinov
2017-09-18
1
-0
/
+6
*
Add tests for contracts address config
Leonid Logvinov
2017-09-18
1
-0
/
+10
*
Make contract addresses configurable
Leonid Logvinov
2017-09-18
5
-9
/
+21
*
Fetch tokenTransferProxy address from exchange contract
Leonid Logvinov
2017-09-18
6
-142
/
+39
*
Replace placeholders with actual coments
Leonid Logvinov
2017-09-08
2
-6
/
+6
*
Add a comment for MethodOpts
Leonid Logvinov
2017-09-08
1
-0
/
+6
*
Rename CallOpts to MethodOpts
Leonid Logvinov
2017-09-08
4
-21
/
+23
*
Allow user to specify defaultBlock when calling const exchange methods
Leonid Logvinov
2017-09-08
2
-9
/
+18
*
Allow user to specify defaultBlock when calling const token methods
Leonid Logvinov
2017-09-08
2
-8
/
+16
*
Define CallOpts type
Leonid Logvinov
2017-09-08
2
-0
/
+5
*
Move Aftifact type definition to 'types'
Leonid Logvinov
2017-09-08
5
-9
/
+10
*
Use LogError type
Leonid Logvinov
2017-09-07
1
-3
/
+3
*
Fix a comment
Leonid Logvinov
2017-09-07
1
-2
/
+1
*
Make intervalUtils an object instead of a class and make instance variable local
Leonid Logvinov
2017-09-07
2
-15
/
+13
*
Fix a bug in intervalUtils
Leonid Logvinov
2017-09-06
1
-1
/
+1
*
Fix overlapping async intervals issue
Leonid Logvinov
2017-09-06
2
-2
/
+25
*
Add zeroEx.exchange.throwLogErrorsAsErrors
Leonid Logvinov
2017-09-06
1
-0
/
+23
*
Fix log decoder to return correct types
Leonid Logvinov
2017-09-06
1
-2
/
+3
*
Use startsWith instead of includes
Leonid Logvinov
2017-09-06
1
-1
/
+1
*
Use template strings
Leonid Logvinov
2017-09-06
1
-1
/
+1
*
Use _.includes instead of indexOf
Leonid Logvinov
2017-09-06
1
-6
/
+6
*
Rename methodID to methodId
Leonid Logvinov
2017-09-06
1
-4
/
+4
*
Remove redundant js prefix
Leonid Logvinov
2017-09-06
2
-2
/
+2
*
Handle the case, when it's not possible to decode args
Leonid Logvinov
2017-09-06
2
-2
/
+2
*
Implement custom ABI decoder
Leonid Logvinov
2017-09-06
3
-15
/
+79
*
Add types for web3/lib/solidity/coder.js
Leonid Logvinov
2017-09-06
1
-0
/
+4
*
Define sendAsync on HDWalletProvider
Leonid Logvinov
2017-09-06
1
-3
/
+8
*
Fix import in order_validation_utils
Leonid Logvinov
2017-09-06
1
-1
/
+1
*
Merge branch 'development' into fix/signature-verification
Leonid
2017-09-06
14
-281
/
+469
|
\
|
*
Add forgotten artifacts file
Leonid Logvinov
2017-09-06
1
-0
/
+13
|
*
Fix the return types and export the required public types
Leonid Logvinov
2017-09-06
2
-5
/
+8
|
*
Decode logs args in awaitTransactionMinedAsync
Leonid Logvinov
2017-09-06
8
-15
/
+79
|
*
Define AbiType
Leonid Logvinov
2017-09-05
2
-2
/
+10
|
*
Use AbiType
Leonid Logvinov
2017-09-05
1
-2
/
+2
|
*
Use schema validation to distinguish txData argument
Leonid Logvinov
2017-09-05
1
-1
/
+8
|
*
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
|
*
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
|
*
Add TransationReceipt as a public exported type
Leonid Logvinov
2017-09-05
3
-3
/
+12
|
*
Change non-exhange contracts to also return txHash
Leonid Logvinov
2017-09-05
5
-26
/
+44
|
*
Implement zeroEx.awaitTransactionMined
Leonid Logvinov
2017-09-05
2
-0
/
+18
|
*
Use Web3.ContractInstance type
Leonid Logvinov
2017-09-05
1
-14
/
+5
|
*
Make the functions immidiately return txHash instead of awaiting for a transa...
Leonid Logvinov
2017-09-05
12
-131
/
+116
|
*
Use custom contract abstraction
Leonid Logvinov
2017-09-04
1
-0
/
+28
*
|
Add signature verification as a part of order validation and tests for it
Leonid Logvinov
2017-09-06
1
-1
/
+5
|
/
*
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
*
Improve the comment
Leonid Logvinov
2017-08-30
1
-2
/
+2
*
Add assert.isWeb3Provider
Leonid Logvinov
2017-08-30
2
-0
/
+5
*
Improve the comment
Leonid Logvinov
2017-08-30
1
-3
/
+5
*
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
*
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
*
Revert "Add a unit parameter to web3Wrapper.toWei"
Leonid Logvinov
2017-08-29
1
-2
/
+2
*
Remove default value for gasPrice
Leonid Logvinov
2017-08-29
6
-9
/
+6
*
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
*
Use 0x-json-schemas
Leonid Logvinov
2017-08-28
17
-280
/
+26
*
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 tests for unlimited allowance
Leonid Logvinov
2017-08-25
1
-1
/
+1
*
Add setUnlimitedProxyAllowanceAsync and setUnlimitedAllowanceAsync
Leonid Logvinov
2017-08-25
1
-0
/
+25
*
Convert artifacts addresses lo lower case before using
Leonid Logvinov
2017-08-24
2
-2
/
+2
*
Hot fix the checksummed addresses in artifacts
Leonid Logvinov
2017-08-24
2
-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
*
Add tests for tokenRegistry public getters
Leonid Logvinov
2017-08-24
1
-1
/
+1
*
Add all public tokenRegistry functions
Leonid Logvinov
2017-08-24
2
-0
/
+50
*
Add zeroEx.tokenRegistry.getTokenAddressesAsync()
Leonid Logvinov
2017-08-24
1
-1
/
+10
*
Add validation for the case where the order is fully filled or canceled and a...
Leonid Logvinov
2017-08-24
2
-0
/
+6
*
Simplify the validation check for ExchangeContractErrs.OrderAlreadyCancelledO...
Leonid Logvinov
2017-08-24
1
-1
/
+1
*
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
*
Add a comment for isRoundingErrorAsync
Leonid Logvinov
2017-08-24
1
-5
/
+12
*
Remove And's from names
Leonid Logvinov
2017-08-24
2
-29
/
+29
*
Move order validation functions to orderValidationUtils and make isRoundingEr...
Leonid Logvinov
2017-08-24
2
-53
/
+88
*
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
1
-12
/
+26
|
\
|
*
rename method for clarity since we return a Token and not tokenMetadata
Fabio Berger
2017-08-24
1
-2
/
+2
|
*
Add assertion to public method
Fabio Berger
2017-08-24
1
-0
/
+3
|
*
Add public method `getTokenMetadataIfExistsAsync` to TokenRegistry wrapper, r...
Fabio Berger
2017-08-23
1
-12
/
+23
*
|
Return variable instead of expression
Fabio Berger
2017-08-23
2
-2
/
+4
*
|
Add getContractAddressAsync public method to proxy instance
Fabio Berger
2017-08-23
1
-0
/
+9
|
/
*
Fix the docs for shouldThrowOnInsufficientBalanceOrAllowance
Leonid Logvinov
2017-08-22
1
-4
/
+6
*
Rename internally Proxy to TokenTransferProxy
Leonid Logvinov
2017-08-22
4
-47
/
+47
*
Include variableName in error message for checksummed address
Leonid Logvinov
2017-08-22
1
-1
/
+1
*
Reject checksummed addresses
Leonid Logvinov
2017-08-22
2
-1
/
+5
*
Update testrpc snapshot and testrpc artifacts
Fabio Berger
2017-08-21
5
-38
/
+38
*
Update artifacts and rename proxy to tokenTransferProxy
Fabio Berger
2017-08-21
6
-216
/
+247
*
Merge pull request #118 from 0xProject/artifacts-update
Fabio Berger
2017-08-21
9
-515
/
+399
|
\
|
*
Remove url from token registry
Leonid Logvinov
2017-08-15
3
-17
/
+4
|
*
Update testrpc artifacts
Leonid Logvinov
2017-08-15
3
-3
/
+3
|
*
--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
1
-189
/
+0
*
|
Add JSONRPCPayload type and remove unused import
Leonid Logvinov
2017-08-17
2
-3
/
+8
*
|
remove unnecessary assertion and add regression test
Fabio Berger
2017-08-17
1
-1
/
+0
*
|
remove unneeded assertion from _isRoundingErrorAsync since one can make stati...
Fabio Berger
2017-08-17
1
-1
/
+0
*
|
Remove isUserAddressAvailable assertion from getBalanceAsync and add regressi...
Fabio Berger
2017-08-17
2
-1
/
+25
|
/
*
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
6
-11
/
+0
*
Cover all possible branches of order validation errors with tests
Leonid Logvinov
2017-07-26
1
-11
/
+8
*
Refactor OrderValidationUtils to check for the case when ZRX is one of the to...
Leonid Logvinov
2017-07-26
2
-55
/
+81
*
Pass tokenWrapper to validateFillOrderBalancesAndAllowancesAndThrowIfInvalidA...
Leonid Logvinov
2017-07-26
2
-12
/
+12
*
Move _validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync to orderVa...
Leonid Logvinov
2017-07-26
2
-63
/
+70
*
Add ethereumjs-utils types
Leonid Logvinov
2017-07-22
1
-11
/
+0
*
Add bn.js types
Leonid Logvinov
2017-07-22
2
-2
/
+1
*
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
9
-87
/
+114
*
Migrate to using native string enums
Leonid Logvinov
2017-07-12
1
-67
/
+50
*
Make getOrderHashHex static
Leonid Logvinov
2017-07-12
1
-10
/
+10
*
Fix the comment
Leonid Logvinov
2017-07-12
1
-1
/
+3
*
Migrate to using a single Exchange contract
Leonid Logvinov
2017-07-12
3
-110
/
+40
*
Remove exchange artifacts by name
Leonid Logvinov
2017-07-12
1
-6
/
+0
*
Flatten artifacts
Leonid Logvinov
2017-07-12
1
-0
/
+0
*
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
*
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-11
1
-5
/
+2
*
Migrate the rest of the artifacts
Leonid Logvinov
2017-07-11
1
-184
/
+40
*
Change arguments order at isRoundingError
Leonid Logvinov
2017-07-11
1
-3
/
+3
*
Migrate events
Leonid Logvinov
2017-07-11
3
-23
/
+24
*
Migrate constructor arguments
Leonid Logvinov
2017-07-11
1
-2
/
+2
*
Migrate fillOrKillOrder
Leonid Logvinov
2017-07-11
3
-14
/
+15
*
Migrate ZRX_TOKEN_AMOUNT
Leonid Logvinov
2017-07-11
3
-3
/
+3
*
Migrate getUnavailableTakerTokenAmount
Leonid Logvinov
2017-07-11
3
-6
/
+6
*
Migrate PROXY_CONTRACT
Leonid Logvinov
2017-07-11
1
-1
/
+1
*
Migrate batchFillOrKillOrders
Leonid Logvinov
2017-07-11
3
-10
/
+11
*
Migrate batchFillOrders
Leonid Logvinov
2017-07-11
3
-24
/
+31
*
Migrate fillOrder
Leonid Logvinov
2017-07-11
3
-29
/
+35
*
Migrate fillOrdersUpTo and remove min
Leonid Logvinov
2017-07-11
3
-44
/
+26
*
Migrate batchCancelOrders
Leonid Logvinov
2017-07-11
3
-10
/
+11
*
Migrate getPartialAmount
Leonid Logvinov
2017-07-11
1
-3
/
+3
*
Migrate cencelOrder
Leonid Logvinov
2017-07-11
3
-15
/
+16
*
Revert "Migrate isRoundingError parameter changes"
Leonid Logvinov
2017-07-11
3
-9
/
+9
*
Revert "Rename ZRX to ZRX_TOKEN_CONTRACT"
Leonid Logvinov
2017-07-11
3
-28
/
+2
*
Update binaries and timestamps
Leonid Logvinov
2017-07-11
1
-4
/
+4
*
Migrate isRoundingError parameter changes
Leonid Logvinov
2017-07-11
3
-9
/
+9
*
Rename ZRX to ZRX_TOKEN_CONTRACT
Leonid Logvinov
2017-07-11
3
-2
/
+28
*
Add contracts artifacts for contracts that didn't change
Leonid Logvinov
2017-07-11
5
-13
/
+17
*
Merge pull request #100 from 0xProject/improveSignOrder
Fabio Berger
2017-07-08
2
-29
/
+48
|
\
|
*
Move private helper methods into signatureUtils so that they don't show up in...
Fabio Berger
2017-07-08
2
-24
/
+30
|
*
Remove duplication of 27, 28 v values
Fabio Berger
2017-07-08
1
-4
/
+5
|
*
Modify signOrderHashAsync to parse the signatureHex string as V + R + S AND R...
Fabio Berger
2017-07-08
1
-29
/
+41
*
|
Refactor net_version caching logic
Leonid Logvinov
2017-07-08
1
-10
/
+10
*
|
Merge branch 'master' into cache_net_version
Leonid
2017-07-08
1
-3
/
+3
|
\
\
|
*
|
Rename batchCancelOrderAsync to batchCancelOrdersAsync
Leonid Logvinov
2017-07-08
1
-1
/
+1
|
*
|
Rename batchFillOrderAsync to batchFillOrdersAsync
Leonid Logvinov
2017-07-08
1
-2
/
+2
|
|
/
*
/
Cache networkId in web3Wrapper
Leonid Logvinov
2017-07-07
1
-5
/
+12
|
/
*
Inline _isExchangeContractAddressProxyAuthorizedAsync
Leonid Logvinov
2017-07-07
1
-5
/
+1
*
Fix comments to use web3 provider instead of web3 instance
Leonid Logvinov
2017-07-07
2
-7
/
+8
*
Move zeroEx.exchange.getAvailableContractAddressesAsync to zeroEx.getAvailabl...
Leonid Logvinov
2017-07-06
2
-46
/
+45
*
Add order hash schema
Leonid Logvinov
2017-07-05
1
-0
/
+5
*
Rearrange methods in event utils
Leonid Logvinov
2017-07-05
1
-13
/
+13
*
Add underscore in front of _getBigNumberWrappingEventCallback
Leonid Logvinov
2017-07-05
1
-2
/
+2
*
Use string template
Leonid Logvinov
2017-07-05
1
-1
/
+1
*
Make all fields of subscriptionOpts schema optional
Leonid Logvinov
2017-07-05
1
-1
/
+0
*
move order hash schema to a separate file
Leonid Logvinov
2017-07-05
4
-9
/
+6
*
Fix order schema (add exchangeContractAddress)
Leonid Logvinov
2017-07-05
1
-1
/
+2
*
Fix the bug when didn't invalidate etherToken contract instance
Leonid Logvinov
2017-07-05
2
-0
/
+4
*
Make this.proxy.invalidateContractInstance and this.tokenRegistry.invalidateC...
Leonid Logvinov
2017-07-05
3
-8
/
+8
*
Make invalidateContractInstancesAsync private on exchange and token
Leonid Logvinov
2017-07-05
3
-10
/
+10
*
Add parameter validation for subscribeAsync
Leonid Logvinov
2017-07-05
2
-0
/
+10
*
Add assert.doesBelongToStringEnum
Leonid Logvinov
2017-07-05
1
-0
/
+11
*
Add StringEnum type
Leonid Logvinov
2017-07-05
1
-1
/
+4
*
Use orderHashSchema to validate order hash
Leonid Logvinov
2017-07-05
4
-14
/
+9
*
Refactor event tests
Leonid Logvinov
2017-07-05
1
-4
/
+0
*
Add tests for order hash Schema
Leonid Logvinov
2017-07-05
1
-0
/
+6
*
Add orderHashSchema
Leonid Logvinov
2017-07-04
2
-1
/
+8
*
Register new schemas within schema validator
Leonid Logvinov
2017-07-04
1
-0
/
+5
*
Add index_filter_values_schema.ts and subscription_opts_schema.ts
Leonid Logvinov
2017-07-04
2
-0
/
+32
*
Make IndexedFilterValues type scricter
Leonid Logvinov
2017-07-04
1
-1
/
+1
*
Fix comments
Leonid Logvinov
2017-07-04
2
-7
/
+6
*
Merge branch 'master' into subscribe-token
Leonid
2017-07-04
4
-9
/
+26
|
\
|
*
Merge pull request #89 from 0xProject/proxy
Leonid
2017-07-04
4
-9
/
+26
|
|
\
|
|
*
Use call instead of use in the comments
Leonid Logvinov
2017-07-04
2
-6
/
+6
|
|
*
Fix the comment
Leonid Logvinov
2017-07-04
1
-1
/
+1
|
|
*
Add zeroEx.proxy.getAuthorizedAddressesAsync and tests
Leonid Logvinov
2017-07-04
2
-0
/
+13
|
|
*
Make proxy wrapper public on zeroEx instance
Leonid Logvinov
2017-07-04
1
-4
/
+8
*
|
|
Add initial implementation and tests for zeroEx.token.subscribeAsync
Leonid Logvinov
2017-07-04
6
-36
/
+128
|
/
/
*
|
Rename _wrapEventCallback to _getBigNumberWrappingEventCallback
Leonid Logvinov
2017-07-04
1
-2
/
+2
*
|
Merge branch 'master' into wrap-log-bignumber
Leonid
2017-07-04
15
-104
/
+348
|
\
|
|
*
Merge branch 'master' into add-exchange-address-to-order-struct
Leonid
2017-07-04
2
-2
/
+6
|
|
\
|
|
*
Fix test failures caused by testrpc new eth_sign behaviour
Leonid Logvinov
2017-07-01
2
-2
/
+6
|
*
|
Stop passing exchangeContractAddress to utils.getOrderHashHex
Leonid Logvinov
2017-07-04
3
-10
/
+5
|
*
|
Await ZRX call
Leonid Logvinov
2017-07-04
1
-1
/
+1
[next]