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
*
Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...
Fabio Berger
2018-05-10
6
-2012
/
+0
*
Stop exporting assertions from order-utils
Leonid Logvinov
2018-05-02
5
-5
/
+6
*
Move order utils to @0xproject/order-utils
Leonid Logvinov
2018-05-02
5
-8
/
+8
*
Fix linter and prettier
Jacob Evans
2018-04-18
1
-2
/
+8
*
Add stateLayer param to getOrderState and clean up variable names
Ara Kevonian
2018-04-17
1
-4
/
+7
*
Rename BalanceAndAllowanceFetchers to BalanceAndProxyAllowanceFetchers
Ara Kevonian
2018-04-13
1
-4
/
+4
*
Implement Simple Fetchers
Ara Kevonian
2018-04-13
1
-4
/
+4
*
Lint/Prettify
Ara Kevonian
2018-04-09
1
-21
/
+18
*
Implement `zeroEx.exchange.getOrderStateAsync`
Ara Kevonian
2018-04-09
1
-17
/
+36
*
Move our contract templates to accept Provider instead of Web3Wrapper
Leonid Logvinov
2018-04-04
5
-12
/
+37
*
Add metacoin example project
Leonid Logvinov
2018-04-02
4
-16
/
+8
*
Merge pull request #482 from 0xProject/feature/web3-types
Leonid Logvinov
2018-03-28
2
-11
/
+11
|
\
|
*
Move common types out of web3 types
Leonid Logvinov
2018-03-27
2
-11
/
+11
*
|
Remove nested .gitignore files since `yarn publish` gets confused by them and...
Fabio Berger
2018-03-27
1
-1
/
+0
|
/
*
Fix typos
Fabio Berger
2018-03-23
3
-4
/
+4
*
Fix a bug causing fillOrdersUpTo validation to fail because of some extra ord...
Leonid Logvinov
2018-03-21
1
-0
/
+3
*
Add SignedOrder, Order, and ECSignature types to the types package
Brandon Millman
2018-03-15
1
-4
/
+8
*
Move BaseContract to web3Wrapper
Leonid Logvinov
2018-02-28
2
-76
/
+1
*
Remove unused param
Leonid Logvinov
2018-02-28
1
-1
/
+1
*
Add txData to async calls
Leonid Logvinov
2018-02-28
2
-3
/
+10
*
Fix build
Leonid Logvinov
2018-02-28
1
-5
/
+5
*
Allow users to specify the contracts backend in abi-gen
Leonid Logvinov
2018-02-28
7
-31
/
+63
*
Merge branch 'development' into fix/unsubscribeAll
Leonid Logvinov
2018-02-28
5
-59
/
+133
|
\
|
*
Check isETHAddressHex before lowercase
Jacob Evans
2018-02-27
5
-59
/
+48
|
*
Check maker is valid address
Jacob Evans
2018-02-23
1
-3
/
+8
|
*
Lowercase public addresses
Jacob Evans
2018-02-23
5
-83
/
+163
*
|
Rename _unsubscribeAll to unsubscribeAll
Leonid Logvinov
2018-02-27
3
-6
/
+6
|
/
*
Use abi-gen for events in 0x.js
Leonid Logvinov
2018-02-07
3
-25
/
+10
*
Move BlockParamLiteral to shared types package
Jacob Evans
2018-02-07
2
-4
/
+2
*
Revert "Temp"
Leonid Logvinov
2018-02-06
1
-1
/
+0
*
Merge branch 'development' of github.com:0xProject/0x.js into development
Leonid Logvinov
2018-02-06
2
-1
/
+14
|
\
|
*
Merge branch 'development' into fix/ether_token_address
Leonid
2018-02-05
5
-36
/
+30
|
|
\
|
*
|
Improve the comment and fix an exception
Leonid Logvinov
2018-02-05
1
-3
/
+7
|
*
|
Add zeroEx.etherToken.getContractAddressifExists
Leonid Logvinov
2018-01-30
2
-1
/
+10
*
|
|
Temp
Leonid Logvinov
2018-02-06
1
-0
/
+1
|
|
/
|
/
|
*
|
Fix errors after TS upgrade
Leonid Logvinov
2018-02-01
1
-4
/
+4
*
|
Fix lint errors
Brandon Millman
2018-01-31
5
-16
/
+16
*
|
Fix tslint issues
Leonid Logvinov
2018-01-30
1
-2
/
+2
*
|
Normalize the dependencies
Leonid Logvinov
2018-01-30
1
-1
/
+1
*
|
Remove truffle from tests
Leonid Logvinov
2018-01-30
4
-14
/
+8
|
/
*
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