aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/extensions
Commit message (Expand)AuthorAgeFilesLines
* Deploy @dexon-foundation/0x.jsstableHsuan Lee2019-03-061-1/+1
* PublishLeonid Logvinov2019-02-071-12/+12
* Updated CHANGELOGSLeonid Logvinov2019-02-071-2/+2
* Updated CHANGELOGSLeonid Logvinov2019-02-072-0/+13
* Merge developmentFabio Berger2019-02-0713-96/+129
|\
| * Fix deps versionsLeonid Logvinov2019-02-071-1/+1
| * Merge developmentLeonid Logvinov2019-02-073-27/+55
| |\
| * | Make the banner more visibleLeonid Logvinov2019-02-042-2/+10
| * | TempLeonid Logvinov2019-02-0413-95/+120
* | | Lock dep versions in contracts packagesAmir Bandeali2019-02-071-6/+6
| |/ |/|
* | PublishFabio Berger2019-02-071-10/+10
* | Updated CHANGELOGSFabio Berger2019-02-072-1/+6
* | Add CHANGELOG entry about faux publish of contract packagesFabio Berger2019-02-071-0/+8
* | PublishFabio Berger2019-02-061-17/+17
* | Updated CHANGELOGSFabio Berger2019-02-062-0/+13
* | PublishLeonid Logvinov2019-02-051-20/+20
* | Updated CHANGELOGSLeonid Logvinov2019-02-052-1/+8
* | Fix contracts-utils versionsLeonid Logvinov2019-02-051-1/+1
* | Fix CHANGELOGsLeonid Logvinov2019-02-051-10/+5
|/
* Merge developmentLeonid Logvinov2019-01-2948-2761/+106
|\
| * Lock versions of all dependencies that are contracts packagesAmir Bandeali2019-01-251-6/+6
| * Update package.json versionsAmir Bandeali2019-01-241-6/+6
| * Update all contract CHANGELOGsAmir Bandeali2019-01-231-0/+13
| * Update DEPLOYS and READMEs within each packageAmir Bandeali2019-01-232-35/+9
| * Separate forwarder into own packageAmir Bandeali2019-01-2238-2613/+2
| * Cleanup package.json filesAmir Bandeali2019-01-221-9/+1
| * Split tokens package into erc20 and erc721Amir Bandeali2019-01-2216-83/+62
| * Move contents of examples and interfaces packages into corresponding packagesAmir Bandeali2019-01-2220-48/+47
| * Update remaining pachagesAmir Bandeali2019-01-2224-63/+62
* | Temp CILeonid Logvinov2019-01-291-1/+0
* | Implement docker as another backend for sol-compilerLeonid Logvinov2019-01-231-0/+2
|/
* Merge branch 'development' into feature/bignumber-8.0Leonid Logvinov2019-01-183-8/+21
|\
| * PublishLeonid Logvinov2019-01-181-8/+8
| * Updated CHANGELOGSLeonid Logvinov2019-01-182-0/+13
* | Add CHANGELOG entriesLeonid Logvinov2019-01-161-0/+9
* | Upgrade chai-bignumberLeonid Logvinov2019-01-151-1/+1
* | Upgrade chai-bignumberLeonid Logvinov2019-01-151-1/+1
* | Upgrade bignumber.js versionLeonid Logvinov2019-01-152-61/+61
|/
* PublishLeonid Logvinov2019-01-151-20/+20
* Updated CHANGELOGSLeonid Logvinov2019-01-152-0/+13
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-122-20/+20
* PublishFabio Berger2019-01-121-20/+20
* Updated CHANGELOGSFabio Berger2019-01-122-0/+13
* Merge developmentLeonid Logvinov2019-01-103-19/+29
|\
| * PublishFabio Berger2019-01-091-18/+18
| * Updated CHANGELOGSFabio Berger2019-01-092-1/+12
| * Remove contracts dependency on solcLeonid Logvinov2019-01-091-1/+0
* | Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-081-1/+0
|/
* relaxed version on contract-extension dependenciesGreg Hysen2019-01-081-1/+1
* removed manual updte of package.json versionGreg Hysen2019-01-081-1/+1
* `afterAuctionDetails` -> `auctionDetails`Greg Hysen2019-01-081-2/+2
* updated relevant changelogsGreg Hysen2019-01-081-1/+1
* ran prettier + added changelog entry for contract wrappersGreg Hysen2019-01-083-25/+8
* 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-083-137/+129
* Unfix compiler version except for top level contractsAmir Bandeali2018-12-2125-25/+25
* Move OrderValidator to extensionsAmir Bandeali2018-12-218-3/+838
* Update CHANGELOGAmir Bandeali2018-12-211-0/+4
* Remove assembly version of matchOrdersAmir Bandeali2018-12-212-369/+52
* Add getOrderInfo check before calling fillOrderAmir Bandeali2018-12-212-124/+242
* Update comments and hard code function selector constantsAmir Bandeali2018-12-212-53/+56
* Fix build after rebaseAmir Bandeali2018-12-215-2/+786
* update commentsAmir Bandeali2018-12-215-7/+11
* Fix build and add back testsAmir Bandeali2018-12-213-4/+4
* Add OrderMatcher testsAmir Bandeali2018-12-211-2/+1
* feat: Add OrderMatcher contract that takes spread in multiple assets by calli...Amir Bandeali2018-12-219-1/+794
* Add the sol-compiler watch command to all packagesLeonid Logvinov2018-12-191-1/+2
* Fixed solhint errorsGreg Hysen2018-12-191-14/+14
* Added documentation to `LibAddressArray.append` and switched `if` to `require...Greg Hysen2018-12-191-3/+4
* Updated changelogs for new contractsGreg Hysen2018-12-191-3/+3
* Added `gas` field so tests pass on Geth;Greg Hysen2018-12-191-6/+30
* Added Changelog for new ExtensionsGreg Hysen2018-12-191-0/+9
* Updated comment `Execute fillOrder` -> `Execute exchange function`Greg Hysen2018-12-191-1/+1
* Explicit returnsGreg Hysen2018-12-192-0/+3
* Prettier / Linter on contracts + TSGreg Hysen2018-12-195-90/+44
* Refactoring balance threshold filterGreg Hysen2018-12-196-74/+255
* Moved exchange calldata functions to separate mixinGreg Hysen2018-12-191-84/+9
* Less Assembly. More Solidity. Less Efficiency. More Readability.Greg Hysen2018-12-193-266/+155
* 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
* solhint fixesGreg Hysen2018-12-193-4/+11
* Prettier / Linter fixes for TSGreg Hysen2018-12-194-338/+543
* Ported Balance Threshold Filter to new contract directory structureGreg Hysen2018-12-1911-3/+2256
* Writing tests for Compliant ForwarderGreg Hysen2018-12-191-0/+1
* Apply prettierLeonid Logvinov2018-12-151-1/+1
* PublishLeonid Logvinov2018-12-141-6/+6
* Updated CHANGELOGSLeonid Logvinov2018-12-142-0/+21
* Rename contracts CHANGELOGs to DEPLOYsLeonid Logvinov2018-12-141-0/+0
* Move Forwarder CHANGELOG entries to extensions CHANGELOGLeonid Logvinov2018-12-141-0/+31
* Make contracts packages not privateLeonid Logvinov2018-12-141-1/+0
* PublishLeonid Logvinov2018-12-141-20/+20
* Bump contracts-test-utils version to match the one on npmLeonid Logvinov2018-12-141-1/+1
* Revert version bump to unpublished contracts packagesLeonid Logvinov2018-12-141-6/+6
* PublishFabio Berger2018-12-121-22/+21
* Move OrderValidator to the protocol packageLeonid Logvinov2018-12-127-837/+3
* Revert access changesLeonid Logvinov2018-12-111-1/+1
* Re-use solhint configurationLeonid Logvinov2018-12-112-22/+2
* Change contracts publish configLeonid Logvinov2018-12-111-1/+1
* Rename core package to protocolLeonid Logvinov2018-12-115-14/+18
* Add coreArtifacts to forwarder wrapperLeonid Logvinov2018-12-111-1/+2
* Refactor our extensions packageLeonid Logvinov2018-12-1129-0/+4362