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
/
packages
/
0x.js
/
src
/
contract_wrappers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the bug making it impossible to specify the custom ZRX address
Leonid Logvinov
2018-01-24
1
-0
/
+2
*
Fix fillOrdersUpTo balances validation
Leonid Logvinov
2018-01-16
1
-2
/
+4
*
Make some callbacks failable and add error handling
Leonid Logvinov
2018-01-11
1
-12
/
+12
*
Fix callback types
Leonid Logvinov
2018-01-10
1
-1
/
+1
*
Include web3 types via typeRoots and factor out common parts of tsconfig.json
Leonid Logvinov
2018-01-10
1
-0
/
+3
*
Fix linter errors
Leonid Logvinov
2018-01-04
3
-3
/
+3
*
Use configured version of bignumber in all packages
Leonid Logvinov
2018-01-04
3
-3
/
+3
*
Apply prettier config
Leonid Logvinov
2018-01-03
6
-230
/
+437
*
Fix linter issue
Leonid Logvinov
2017-12-20
1
-1
/
+0
*
Add WETH9 tests
Leonid Logvinov
2017-12-20
1
-1
/
+1
*
Fix WETH events watching
Leonid Logvinov
2017-12-20
1
-1
/
+1
*
Init the _etherTokenContractsByAddress
Leonid Logvinov
2017-12-20
1
-1
/
+1
*
Add EtherToken events to the ABI
Leonid Logvinov
2017-12-20
1
-2
/
+2
*
Enable multiple EtherTokenContract instances
Leonid Logvinov
2017-12-20
1
-4
/
+9
*
Add etherToken.getLogsAsync and etherToken.subscribe with tests
Leonid Logvinov
2017-12-20
1
-3
/
+71
*
Throw a better error message when taker is null|undefined or anything but not...
Leonid Logvinov
2017-12-19
1
-7
/
+7
*
Fix comments
Leonid Logvinov
2017-12-19
2
-2
/
+2
*
Fix linter issues
Leonid Logvinov
2017-12-19
1
-2
/
+2
*
Rename SubscriptionOpts to BlockRange
Leonid Logvinov
2017-12-19
3
-13
/
+13
*
Modify the etherToken wrapper methods to accept an etherTokenAddress as the f...
Fabio Berger
2017-12-17
1
-28
/
+13
*
Fix documentation issue where `unsubscribeAll` shown as method on every contr...
Fabio Berger
2017-12-17
3
-4
/
+13
*
Fix 0x.js unused vars
Leonid Logvinov
2017-12-15
4
-10
/
+2
*
Add DummyToken to gitignore
Leonid Logvinov
2017-12-14
1
-0
/
+1
*
Move shared types to types package
Leonid Logvinov
2017-12-14
1
-2
/
+1
*
Move more shared utils into utils package and reuse them
Leonid Logvinov
2017-12-14
1
-1
/
+1
*
Remove generated contracts and ignore them. Add a prebuild command to regener...
Leonid Logvinov
2017-12-14
6
-2160
/
+5
*
Rename blockAndLogStreamer to blockAndLogStreamerIfExists
Leonid Logvinov
2017-12-12
1
-14
/
+18
*
Refactor networkId out of web3Wrapper
Leonid Logvinov
2017-12-08
6
-16
/
+17
*
Refactor web3Wrapper to a separate package
Leonid Logvinov
2017-12-07
11
-14
/
+37
*
Regenerate files
Leonid Logvinov
2017-12-06
5
-5
/
+5
*
Rename abi-gen to typed-contracts
Leonid Logvinov
2017-12-06
5
-10
/
+10
*
Remove TODOs
Leonid Logvinov
2017-12-05
1
-2
/
+0
*
Fix a typo
Leonid Logvinov
2017-12-05
1
-1
/
+1
*
Update comment
Leonid Logvinov
2017-12-02
5
-5
/
+5
*
Add comments before generated contracts
Leonid Logvinov
2017-12-02
5
-0
/
+20
*
Adjust 0x.js to use generated wrappers
Leonid Logvinov
2017-12-02
6
-15
/
+31
*
Add generated contract wrappers
Leonid Logvinov
2017-12-02
6
-0
/
+2176
*
Fix defaults for shouldValidate
Leonid Logvinov
2017-11-28
1
-7
/
+21
*
Add an initializer for txOpts in etherToken
Leonid Logvinov
2017-11-28
1
-2
/
+6
*
Add option config for gasPrice and gasLimit for every transaction sending method
Leonid Logvinov
2017-11-28
3
-130
/
+64
*
Fix merge conflicts
Leonid Logvinov
2017-11-28
2
-5
/
+5
*
Merge branch 'development' into feature/passNetworkId
Leonid
2017-11-28
1
-12
/
+12
|
\
|
*
Merge branch 'development' into validateOrdersAgainstLatestBlock
Fabio Berger
2017-11-24
1
-7
/
+7
|
|
\
|
*
|
Pass 'latest' to ExchangeTransferSimulator when used for validating orders, a...
Fabio Berger
2017-11-24
1
-8
/
+9
*
|
|
Pass networkId on provider update
Leonid Logvinov
2017-11-24
2
-2
/
+2
*
|
|
Reuse the protected function to get contract address
Leonid Logvinov
2017-11-24
1
-10
/
+2
*
|
|
Move variable declaration inside the if
Leonid Logvinov
2017-11-24
1
-0
/
+12
*
|
|
Refactor getContractAddress to contractWrapper
Leonid Logvinov
2017-11-24
5
-41
/
+17
*
|
|
Fix the imports order
Leonid Logvinov
2017-11-24
1
-9
/
+6
*
|
|
Enable some new linter rules and fix the issues
Leonid Logvinov
2017-11-24
2
-19
/
+19
*
|
|
Auto-fix linter errors
Leonid Logvinov
2017-11-24
6
-59
/
+70
*
|
|
Fix linter issues
Leonid Logvinov
2017-11-24
1
-1
/
+1
*
|
|
Await block reconcilation
Leonid Logvinov
2017-11-24
1
-1
/
+1
*
|
|
Remove even more asyncs
Leonid Logvinov
2017-11-24
3
-17
/
+31
*
|
|
Make zeroEx.tokenRegistry.getContractAddress non-async
Leonid Logvinov
2017-11-24
1
-5
/
+12
*
|
|
Make exchange subscriptions non-async
Leonid Logvinov
2017-11-24
1
-2
/
+2
*
|
|
Make zeroEx.exchange.getContractAddress non-async
Leonid Logvinov
2017-11-24
1
-6
/
+13
*
|
|
Make getZRXTokenAddress non async
Leonid Logvinov
2017-11-24
2
-14
/
+22
|
|
/
|
/
|
*
|
Rename removed to isRemoved
Leonid Logvinov
2017-11-24
1
-6
/
+6
*
|
Make DecodedLogEvent contain web3 log under a log subkey
Leonid Logvinov
2017-11-24
1
-1
/
+1
|
/
*
Merge branch 'development' into feature/addJsonSchemas
Brandon Millman
2017-11-15
1
-2
/
+2
|
\
|
*
Renamed canceled to cancelled
Jacob Evans
2017-11-14
1
-2
/
+2
*
|
Add json-schemas package to mono repo
Brandon Millman
2017-11-14
2
-2
/
+2
|
/
*
Add interface type
Fabio Berger
2017-11-14
1
-2
/
+6
*
Declare as string
Fabio Berger
2017-11-14
1
-1
/
+1
*
Fix lint and ts issues
Fabio Berger
2017-11-14
1
-1
/
+1
*
Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach
Fabio Berger
2017-11-13
6
-0
/
+1600