aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/extensions/test
Commit message (Collapse)AuthorAgeFilesLines
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-122-20/+20
|
* `afterAuctionDetails` -> `auctionDetails`Greg Hysen2019-01-081-2/+2
|
* ran prettier + added changelog entry for contract wrappersGreg Hysen2019-01-082-25/+7
|
* ran prettierGreg Hysen2019-01-081-2/+6
|
* Dutch wrapperGreg Hysen2019-01-082-26/+40
|
* changed name for confusionGreg Hysen2019-01-081-7/+6
|
* Dutch Auction Contract WrapperGreg Hysen2019-01-082-137/+120
|
* Move OrderValidator to extensionsAmir Bandeali2018-12-211-0/+609
|
* Add getOrderInfo check before calling fillOrderAmir Bandeali2018-12-211-3/+41
|
* Fix build after rebaseAmir Bandeali2018-12-211-0/+780
|
* Add OrderMatcher testsAmir Bandeali2018-12-211-2/+1
|
* Added `gas` field so tests pass on Geth;Greg Hysen2018-12-191-6/+30
|
* Prettier / Linter on contracts + TSGreg Hysen2018-12-191-77/+32
|
* Run all tests for extensionsGreg Hysen2018-12-191-1/+1
|
* Cleaned up tests for balance threshold filterGreg Hysen2018-12-191-563/+534
|
* Removed deprecated README + commentsGreg Hysen2018-12-191-2/+1
|
* removed `only` from testsGreg Hysen2018-12-191-1/+1
|
* Prettier / Linter fixes for TSGreg Hysen2018-12-193-337/+538
|
* Ported Balance Threshold Filter to new contract directory structureGreg Hysen2018-12-192-0/+1776
|
* Writing tests for Compliant ForwarderGreg Hysen2018-12-191-0/+1
|
* Move OrderValidator to the protocol packageLeonid Logvinov2018-12-121-609/+0
|
* Rename core package to protocolLeonid Logvinov2018-12-114-12/+16
|
* Add coreArtifacts to forwarder wrapperLeonid Logvinov2018-12-111-1/+2
|
* Refactor our extensions packageLeonid Logvinov2018-12-115-0/+2495