index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contract-wrappers
/
src
/
contract_wrappers
/
exchange_wrapper.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update dependency packages
Hsuan Lee
2019-01-19
1
-1231
/
+0
*
Remove matchOrders optimization
Jacob Evans
2019-01-12
1
-10
/
+4
*
bug(exchange-wrapper): matchOrdersAsync input param mutation
Jacob Evans
2019-01-12
1
-8
/
+10
*
Add nonce to TxOpts
Leonid Logvinov
2018-11-20
1
-0
/
+34
*
address linter errors
Fabio Berger
2018-11-11
1
-2
/
+0
*
Move signature validation into OrderValidationUtils.validateOrderFillableOrTh...
Fabio Berger
2018-11-10
1
-13
/
+2
*
Fix validateOrderFillableOrThrowAsync method so it also checks order signatur...
Fabio Berger
2018-11-09
1
-0
/
+17
*
fix(contract-wrappers): Fix tslint errors that were lingering due to misconfi...
Alex Browne
2018-10-24
1
-2
/
+2
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
1
-7
/
+7
*
In contract-wrappers, remove setProvider and add unsubscribeAll method.
Alex Browne
2018-10-16
1
-5
/
+0
*
Improve error handling for unknown network ids in contract-wrappers
Alex Browne
2018-10-16
1
-2
/
+3
*
Apply various PR feedback
Alex Browne
2018-10-16
1
-4
/
+3
*
Introduce new contract-addresses package and use it everywhere
Alex Browne
2018-10-16
1
-8
/
+15
*
update contract_wrappers to use new artifacts and abi-gen wrappers packages
Alex Browne
2018-10-16
1
-13
/
+14
*
Remove artifacts from migrations package and update contract-wrappers accordi...
Alex Browne
2018-10-16
1
-45
/
+19
*
Update contract-wrappers package to use new contracts package for generated f...
Alex Browne
2018-10-16
1
-11
/
+10
*
Add `validateFillOrderThrowIfInvalidAsync` and `validateOrderFillableOrThrowA...
Fabio Berger
2018-09-04
1
-2
/
+77
*
Add/improve comments
Fabio Berger
2018-08-23
1
-1
/
+1
*
Merge development branch
Fabio Berger
2018-08-22
1
-0
/
+11
|
\
|
*
Rename to Transaction Encoder.
Jacob Evans
2018-08-18
1
-3
/
+8
|
*
[Contract-wrappers] Exchange execute transaction encoder
Jacob Evans
2018-08-16
1
-0
/
+6
*
|
Remove outdating comment
Fabio Berger
2018-08-17
1
-2
/
+1
*
|
Merge development
Fabio Berger
2018-08-15
1
-1
/
+21
|
\
|
|
*
Add getOrdersInfo to exchange_wrapper
Brandon Millman
2018-07-31
1
-1
/
+21
*
|
Add missing doc comments
Fabio Berger
2018-08-03
1
-2
/
+15
|
/
*
Fix a bad merge
Leonid Logvinov
2018-07-18
1
-2
/
+2
*
Merge branch 'v2-prototype' into feature/order-watcher-v2
Leonid Logvinov
2018-07-18
1
-0
/
+3
|
\
|
*
Stop subscriptions from unsubscribing on recoverable network issues
Fabio Berger
2018-07-17
1
-0
/
+3
*
|
Make getZRXAssetData not async
Leonid Logvinov
2018-07-13
1
-3
/
+4
|
/
*
Dedupe AssetProxyId types
Leonid Logvinov
2018-07-09
1
-2
/
+1
*
Fix a typo
Leonid Logvinov
2018-07-09
1
-1
/
+1
*
Default shouldValidate to true
Leonid Logvinov
2018-07-09
1
-17
/
+17
*
Add basic validation for exchange contract wrapper
Leonid Logvinov
2018-07-09
1
-16
/
+155
*
Adjust comments
Leonid Logvinov
2018-07-05
1
-114
/
+81
*
Fix comments
Leonid Logvinov
2018-07-05
1
-5
/
+5
*
Improve the comment
Leonid Logvinov
2018-07-05
1
-1
/
+1
*
Rename Proxie to Proxy
Leonid Logvinov
2018-07-05
1
-1
/
+1
*
Rearrange assertions t match parameter order
Leonid Logvinov
2018-07-05
1
-58
/
+56
*
Fix match orders test and add a validation TODO
Leonid Logvinov
2018-07-05
1
-1
/
+3
*
Add Exchange contract wrapper
Leonid Logvinov
2018-07-05
1
-0
/
+994
*
Remove exchange-related functionality for now
Leonid Logvinov
2018-06-29
1
-988
/
+0
*
Fix typo
fragosti
2018-06-15
1
-1
/
+1
*
Fix filling orders on Portal
fragosti
2018-06-15
1
-0
/
+2
*
Store the instantiated OrderValidationUtils
Fabio Berger
2018-06-12
1
-2
/
+2
*
Pass in generated contract wrapper to orderValidationUtils at instantiation
Fabio Berger
2018-06-11
1
-10
/
+25
*
Refactor ExchangeTransferSimulator public interface to accet an AbstractBalan...
Fabio Berger
2018-06-11
1
-8
/
+41
*
Linter now passes
fragosti
2018-06-06
1
-0
/
+2
*
Try enabling no-unused-variable...
fragosti
2018-06-05
1
-4
/
+1
*
Remove unused methods and imports
Fabio Berger
2018-05-11
1
-6
/
+0
*
Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...
Fabio Berger
2018-05-10
1
-0
/
+945