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
/
contracts
/
test
/
exchange
/
transactions.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge v2-prototype
Fabio Berger
2018-07-18
1
-4
/
+4
|
\
|
*
Fix bugs having to do with block timestamps and order expirationTimes
Alex Browne
2018-07-17
1
-4
/
+4
*
|
Rename assetProxyUtils to assetDataUtils
Fabio Berger
2018-07-17
1
-6
/
+6
|
/
*
Make it possible to configure block polling interval in base contract wrapper
Leonid Logvinov
2018-07-05
1
-2
/
+2
*
Improve robustness of revert reason assertions
Alex Browne
2018-07-03
1
-8
/
+8
*
Update file structure
Amir Bandeali
2018-06-30
1
-16
/
+16
*
Make registerAssetProxy append only
Amir Bandeali
2018-06-30
1
-2
/
+2
*
Reduce the userAddresses to the individual addresses actually used by tests, ...
Fabio Berger
2018-06-28
1
-2
/
+8
*
Merge branch 'refactor/check-revert-reasons' into feature/combinatorial-testing
Fabio Berger
2018-06-27
1
-8
/
+8
|
\
|
*
Rename RevertReasons to RevertReason since singular enum names are more common
Fabio Berger
2018-06-26
1
-8
/
+8
|
*
Merge branch 'v2-prototype' into refactor/check-revert-reasons
Fabio Berger
2018-06-26
1
-1
/
+1
|
|
\
*
|
\
Merge branch 'v2-prototype' into feature/combinatorial-testing
Fabio Berger
2018-06-26
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix tests
Amir Bandeali
2018-06-26
1
-1
/
+1
*
|
|
merge check-revert-reasons
Fabio Berger
2018-06-25
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Move RevertReasons to @0xproject/types package
Fabio Berger
2018-06-25
1
-2
/
+2
*
|
|
merge check-revert-reasons
Fabio Berger
2018-06-25
1
-16
/
+22
|
\
|
|
|
*
|
Fix tslint
Fabio Berger
2018-06-23
1
-1
/
+1
|
*
|
Fix prettier
Fabio Berger
2018-06-23
1
-3
/
+1
|
*
|
Rename ContractLibErrors to RevertReasons
Fabio Berger
2018-06-23
1
-8
/
+8
|
*
|
Change Whitelist error messages to conform to rest and added revert reason ch...
Fabio Berger
2018-06-22
1
-16
/
+24
|
|
/
*
|
Merge branch 'v2-prototype' into feature/combinatorial-testing
Fabio Berger
2018-06-20
1
-0
/
+112
|
\
|
|
*
Rename makerEpoch => orderEpoch
Amir Bandeali
2018-06-20
1
-5
/
+5
|
*
Make cancelOrdersUpTo compatible with sender abstraction
Amir Bandeali
2018-06-20
1
-0
/
+112
*
|
Remove hack in ERC20Wrapper
Fabio Berger
2018-06-19
1
-1
/
+4
|
/
*
Make ZRX_PROXY_ID constant rather than popping it from ZRX_ASSET_DATA
Amir Bandeali
2018-06-13
1
-1
/
+1
*
Fixed up after rebasing. Contracts build and tests pass
Greg Hysen
2018-06-08
1
-2
/
+2
*
Converged on naming scheme for asset data: renamed all instances of assetMeta...
Greg Hysen
2018-06-08
1
-3
/
+3
*
Add missing awaitTransactionSuccessAsync calls
Alex Browne
2018-06-08
1
-0
/
+6
*
merge v2-prototype
Fabio Berger
2018-06-07
1
-16
/
+15
|
\
|
*
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...
fragosti
2018-06-07
1
-12
/
+13
|
|
\
|
|
*
Update contracts tests after rebase
Alex Browne
2018-06-07
1
-2
/
+2
|
|
*
Add Async suffix to relevant assertions
Alex Browne
2018-06-07
1
-6
/
+6
|
|
*
Update exchange/transactions tests for Geth error messages
Alex Browne
2018-06-07
1
-4
/
+4
|
|
*
Replace constant.REVERT test assertions with expectRevertOrAlwaysFailingTrans...
Alex Browne
2018-06-07
1
-6
/
+7
|
*
|
Linter now passes
fragosti
2018-06-06
1
-4
/
+2
|
|
/
*
/
move generated contract wrappers from `contract_wrappers/generated/` to `gene...
Fabio Berger
2018-06-06
1
-4
/
+4
|
/
*
Rebase from v2-prototype
Jacob Evans
2018-06-05
1
-1
/
+1
*
Update Exchange statuses, revert instead of emmitting event on fill/cancel fa...
Amir Bandeali
2018-06-05
1
-3
/
+3
*
Improve comments and remove unused imports
Fabio Berger
2018-06-02
1
-1
/
+1
*
fix method rename
Fabio Berger
2018-06-01
1
-1
/
+1
*
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
Fabio Berger
2018-06-01
1
-3
/
+133
|
\
|
*
Check length before accessing indices, add awaitTransactionSuccess where need...
Amir Bandeali
2018-05-31
1
-13
/
+27
|
*
Add back before/after snapshots for each test
Amir Bandeali
2018-05-31
1
-0
/
+6
|
*
Fix formatting and tests
Amir Bandeali
2018-05-31
1
-9
/
+4
|
*
Remove TxOrigin signature type, modify whitelist to use Validator signature type
Amir Bandeali
2018-05-31
1
-0
/
+4
|
*
Update Whitelist contract with comments, also require maker to be whitelisted
Amir Bandeali
2018-05-31
1
-4
/
+29
|
*
Add example whitelist contract and minimum tests
Amir Bandeali
2018-05-31
1
-2
/
+89
*
|
Introduce OrderWithoutExchangeAddress type since this is what get's sent to t...
Fabio Berger
2018-05-31
1
-6
/
+6
*
|
Initial refactor of order-utils. Move many utils from contracts into this pac...
Fabio Berger
2018-05-30
1
-9
/
+3
|
/
*
Fix linter issues
Leonid Logvinov
2018-05-25
1
-1
/
+1
*
Migrate migrations to v2
Leonid Logvinov
2018-05-25
1
-3
/
+2
*
Check transaction receipt status codes where applicable
Alex Browne
2018-05-24
1
-1
/
+1
*
Fix ExchangeWrapper
Fabio Berger
2018-05-23
1
-1
/
+1
*
Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep
Fabio Berger
2018-05-23
1
-1
/
+10
|
\
|
*
Add awaitTransactionMinedAsync after every sent transaction
Alex Browne
2018-05-22
1
-1
/
+4
|
*
Add missing blockchainLifecycle calls to contracts tests
Alex Browne
2018-05-22
1
-0
/
+6
*
|
Remove 0x.js dep from contracts
Fabio Berger
2018-05-23
1
-10
/
+2
|
/
*
Atomic Order Matching - Tests
Greg Hysen
2018-05-19
1
-2
/
+2
*
Merge branch 'development' into v2-prototype
Amir Bandeali
2018-05-16
1
-8
/
+9
*
Add tests and comments
Amir Bandeali
2018-04-27
1
-15
/
+25
*
Add tests
Amir Bandeali
2018-04-27
1
-4
/
+38
*
Update tests and utils
Amir Bandeali
2018-04-27
1
-0
/
+161