aboutsummaryrefslogtreecommitdiffstats
path: root/contracts
Commit message (Expand)AuthorAgeFilesLines
* Deploy @dexon-foundation/0x.jsstableHsuan Lee2019-03-0639-1721/+9
* PublishLeonid Logvinov2019-02-0710-110/+110
* Updated CHANGELOGSLeonid Logvinov2019-02-0710-20/+20
* Updated CHANGELOGSLeonid Logvinov2019-02-0720-0/+130
* Move from devDep to depFabio Berger2019-02-071-1/+1
* Merge developmentFabio Berger2019-02-0784-627/+794
|\
| * Fix deps versionsLeonid Logvinov2019-02-0710-10/+10
| * Merge developmentLeonid Logvinov2019-02-0735-293/+523
| |\
| * | Make the banner more visibleLeonid Logvinov2019-02-0418-18/+90
| * | TempLeonid Logvinov2019-02-0483-617/+712
* | | Lock dep versions in contracts packagesAmir Bandeali2019-02-078-28/+28
| |/ |/|
* | PublishFabio Berger2019-02-0710-54/+54
* | Updated CHANGELOGSFabio Berger2019-02-0720-10/+60
* | Add CHANGELOG entry about faux publish of contract packagesFabio Berger2019-02-0710-0/+80
* | PublishFabio Berger2019-02-0610-127/+127
* | Updated CHANGELOGSFabio Berger2019-02-0620-0/+131
* | Update CHANGELOGsAmir Bandeali2019-02-061-0/+4
* | Use new transaction schema throughout monorepoAmir Bandeali2019-02-065-35/+18
* | PublishLeonid Logvinov2019-02-0510-158/+158
* | Updated CHANGELOGSLeonid Logvinov2019-02-0520-104/+106
* | Fix contracts-utils versionsLeonid Logvinov2019-02-057-7/+7
* | Fix CHANGELOGsLeonid Logvinov2019-02-054-40/+20
|/
* Add 'useDockerisedSolc' to new packagesLeonid Logvinov2019-01-291-0/+1
* Merge developmentLeonid Logvinov2019-01-29267-1360/+1664
|\
| * Lock versions of all dependencies that are contracts packagesAmir Bandeali2019-01-258-26/+26
| * Merge branch 'development' into feat/contracts/split-packagesAmir Bandeali2019-01-241-0/+9
| |\
| * | Update package.json versionsAmir Bandeali2019-01-2410-88/+34
| * | Update all contract CHANGELOGsAmir Bandeali2019-01-239-274/+73
| * | Update DEPLOYS and READMEs within each packageAmir Bandeali2019-01-2316-249/+104
| * | Separate forwarder into own packageAmir Bandeali2019-01-2252-7/+364
| * | Cleanup package.json filesAmir Bandeali2019-01-229-73/+8
| * | Split tokens package into erc20 and erc721Amir Bandeali2019-01-22100-865/+708
| * | Move contents of examples and interfaces packages into corresponding packagesAmir Bandeali2019-01-22139-1819/+267
| * | Update remaining pachagesAmir Bandeali2019-01-2252-92/+87
| * | Split protocol package into exchange, asset-proxy, and multisigAmir Bandeali2019-01-2285-127/+2253
| * | Rename libs to exchange-libsAmir Bandeali2019-01-2222-1/+1
| * | Move LibAddressArray to utils packageAmir Bandeali2019-01-2212-15/+15
* | | Temp CILeonid Logvinov2019-01-298-8/+0
* | | Implement docker as another backend for sol-compilerLeonid Logvinov2019-01-238-0/+16
| |/ |/|
* | Change strings to numbers in CHANGELOGsLeonid Logvinov2019-01-231-1/+1
* | Update contracts/utils/CHANGELOG.jsonFabio B2019-01-221-1/+1
* | Fix imports in TestContracts and testLibBytes to be relative. This way they s...Leonid Logvinov2019-01-213-2/+11
|/
* Merge branch 'development' into feature/bignumber-8.0Leonid Logvinov2019-01-1827-45/+162
|\
| * PublishLeonid Logvinov2019-01-189-45/+45
| * Updated CHANGELOGSLeonid Logvinov2019-01-1818-0/+117
* | Add CHANGELOG entriesLeonid Logvinov2019-01-169-0/+81
* | Upgrade chai-bignumberLeonid Logvinov2019-01-158-8/+8
* | Apply prettierLeonid Logvinov2019-01-151-24/+24
* | Rename cmp to comparedToLeonid Logvinov2019-01-152-2/+2
* | Upgrade chai-bignumberLeonid Logvinov2019-01-158-8/+8
* | Upgrade bignumber.js versionLeonid Logvinov2019-01-1512-198/+200
|/
* PublishLeonid Logvinov2019-01-159-149/+149
* Updated CHANGELOGSLeonid Logvinov2019-01-1518-1/+110
* makerAssetFillAmount -> takerAssetFillAmountGreg Hysen2019-01-151-1/+1
* LinterGreg Hysen2019-01-151-1/+1
* Style cleanup for Compressed Calldata in Contract Wrappers PRGreg Hysen2019-01-152-3/+3
* Use simpler `_.find` to locate fillOrderBaiGreg Hysen2019-01-151-6/+1
* circle build failed. New commit to resubmit job.Greg Hysen2019-01-151-1/+1
* Ran linterGreg Hysen2019-01-153-11/+7
* Created an interface for abi decoded fillOrder dataGreg Hysen2019-01-152-7/+12
* Ran prettierGreg Hysen2019-01-151-5/+15
* Use string argument encoding with new encoderGreg Hysen2019-01-153-19/+11
* Finished porting new abi encoder to contractsGreg Hysen2019-01-151-26/+0
* All contract tests working with new abi encoderGreg Hysen2019-01-155-7/+46
* Works for almost all testsGreg Hysen2019-01-153-22/+0
* Working for almost every testGreg Hysen2019-01-153-15/+17
* ProgressGreg Hysen2019-01-153-12/+40
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-127-53/+62
* PublishFabio Berger2019-01-129-149/+149
* Updated CHANGELOGSFabio Berger2019-01-1218-0/+117
* Update prettier to version ^1.15.3Alex Browne2019-01-116-22/+22
* Merge developmentLeonid Logvinov2019-01-1027-128/+230
|\
| * PublishFabio Berger2019-01-099-127/+127
| * Updated CHANGELOGSFabio Berger2019-01-0918-2/+111
| * Remove contracts dependency on solcLeonid Logvinov2019-01-097-7/+0
* | Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-0812-12/+7
|/
* 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
* FIx linting errorsAmir Bandeali2019-01-082-1/+1
* Use assetDataUtils instead of IAssetData for encoding MultiAsset valuesAmir Bandeali2019-01-082-41/+21
* Unfix compiler version except for top level contractsAmir Bandeali2018-12-2176-75/+76
* Move OrderValidator to extensionsAmir Bandeali2018-12-2115-22/+30
* Merge pull request #1117 from 0xProject/feature/contracts/orderMatcherAmir Bandeali2018-12-2117-5/+1394
|\
| * 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-218-14/+22
| * update commentsAmir Bandeali2018-12-216-13/+17
| * Fix build and add back testsAmir Bandeali2018-12-214-4/+776
| * Add OrderMatcher testsAmir Bandeali2018-12-214-2/+4
| * feat: Add OrderMatcher contract that takes spread in multiple assets by calli...Amir Bandeali2018-12-2110-1/+796
* | Update CHANGELOGAmir Bandeali2018-12-211-0/+4
* | Use more efficient equality checksAmir Bandeali2018-12-211-2/+2
* | Add note about input validationAmir Bandeali2018-12-211-0/+3
* | Use more efficient check for overflowAmir Bandeali2018-12-211-5/+5
* | Check if amount == 0 before doing divisionAmir Bandeali2018-12-212-1/+36
|/
* Run prettierLeonid Logvinov2018-12-191-1/+10
* Add the sol-compiler watch command to all packagesLeonid Logvinov2018-12-198-8/+16
* Add missing contract libs to compiler.json configLeonid Logvinov2018-12-191-1/+1
* Make @0x/contracts-test-utils a dependency instead of a devDependencyAlex Browne2018-12-193-3/+5
* Fix test-publish failure in contracts packagesAlex Browne2018-12-193-4/+4
* Fixed solhint errorsGreg Hysen2018-12-192-129/+130
* Added documentation to `LibAddressArray.append` and switched `if` to `require...Greg Hysen2018-12-192-4/+14
* Updated changelogs for new contractsGreg Hysen2018-12-192-3/+12
* 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-198-74/+481
* Moved exchange calldata functions to separate mixinGreg Hysen2018-12-192-235/+9
* Less Assembly. More Solidity. Less Efficiency. More Readability.Greg Hysen2018-12-194-266/+306
* 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 unnecessary logGreg Hysen2018-12-191-1/+0
* 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
* Removed Yes Token - its no longer needed to test Balance Threshold FilterGreg Hysen2018-12-191-1/+0
* ComplianceForwarder renamed to BalanceThresholdFilterGreg Hysen2018-12-191-1/+1
* Making progress on generalized forwarderGreg Hysen2018-12-191-0/+1
* Writing tests for Compliant ForwarderGreg Hysen2018-12-191-0/+1
* Compile Compliant Forwarder contractGreg Hysen2018-12-191-0/+1
* Yes Compliance TokenGreg Hysen2018-12-191-1/+1
* Broken commit -- saving current state of getting wyre compliance token contra...Greg Hysen2018-12-191-0/+1
* Apply prettierLeonid Logvinov2018-12-151-1/+1
* PublishLeonid Logvinov2018-12-148-33/+33
* Updated CHANGELOGSLeonid Logvinov2018-12-1416-1/+168
* Rename contracts CHANGELOGs to DEPLOYsLeonid Logvinov2018-12-143-0/+0
* Move Forwarder CHANGELOG entries to extensions CHANGELOGLeonid Logvinov2018-12-142-29/+31
* Make contracts packages not privateLeonid Logvinov2018-12-148-8/+0
* PublishLeonid Logvinov2018-12-149-153/+153
* Updated CHANGELOGSLeonid Logvinov2018-12-141-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-12-142-0/+21
* Bump contracts-test-utils version to match the one on npmLeonid Logvinov2018-12-148-8/+8
* Revert version bump to unpublished contracts packagesLeonid Logvinov2018-12-1412-61/+40
* Fix linter errorsLeonid Logvinov2018-12-132-9/+9
* Remove accidentally commited filesLeonid Logvinov2018-12-1236-27884/+0
* PublishFabio Berger2018-12-129-165/+160
* Updated CHANGELOGSFabio Berger2018-12-1238-3/+27887
* Move OrderValidator to the protocol packageLeonid Logvinov2018-12-1212-23/+20
* Update contracts/examples/README.mdFabio B2018-12-121-1/+1
* Merge branch 'development' into feature/contracts-monorepo-7Leonid Logvinov2018-12-117-7/+28
|\
| * Updated CHANGELOGSLeonid Logvinov2018-12-112-0/+21
| * Merge pull request #1405 from 0xProject/tslint-changesFabio B2018-12-114-6/+6
| |\
| | * Implement prefer-template tslint rulekao2018-12-084-6/+6
| * | Merge pull request #1388 from 0xProject/feature/contracts-monorepo-6Leonid Logvinov2018-12-1166-147/+467
| |\ \
| * | | Update contracts/interfaces/README.mdFabio B2018-12-071-1/+1
* | | | Revert access changesLeonid Logvinov2018-12-119-9/+9
* | | | Re-use solhint configurationLeonid Logvinov2018-12-1116-156/+16
* | | | Change contracts publish configLeonid Logvinov2018-12-119-9/+9
* | | | Rename core package to protocolLeonid Logvinov2018-12-1164-20/+24
* | | | Add coreArtifacts to forwarder wrapperLeonid Logvinov2018-12-111-1/+2
* | | | Combine duplicate importsLeonid Logvinov2018-12-111-2/+1
* | | | Refactor our extensions packageLeonid Logvinov2018-12-1140-304/+300
* | | | Refactor out examplesLeonid Logvinov2018-12-1119-25/+226
| |/ / |/| |
* | | Refactor out tokens from core contracts packageLeonid Logvinov2018-12-0566-147/+467
|/ /
* / Refactor our protocol interfaces into @0x/contracts-interfacesLeonid Logvinov2018-12-0545-44/+283
|/
* Merge pull request #1384 from 0xProject/feature/contracts-monorepo-3Leonid Logvinov2018-12-0547-56/+326
|\
| * De-nest libs contractsLeonid Logvinov2018-12-0531-50/+50
| * Import TestLibs contract from @0x/contracts-libsLeonid Logvinov2018-12-041-2/+1
| * Refactor out libs into @0x/contracts-libsLeonid Logvinov2018-12-0447-51/+322
* | chore: Remove increaseTimeAsync from DutchAuction.Jacob Evans2018-12-051-39/+0
|/
* Add missing dependencyLeonid Logvinov2018-12-041-0/+1
* Fix homepage linkLeonid Logvinov2018-12-041-1/+1
* Refactor @0x/contracts-utils from @0x/contracts-coreLeonid Logvinov2018-12-0447-55/+330
* Fix calldata related linter errorsLeonid Logvinov2018-12-041-6/+6
* Add missing dependencyLeonid Logvinov2018-12-041-0/+1
* Fix merge conflictLeonid Logvinov2018-12-041-7/+12
* Merge branch 'development' into feature/contracts-monorepo-2Leonid Logvinov2018-12-048-1/+698
|\
| * chore: Move to new structureJacob Evans2018-12-042-0/+691
| * feat: Dutch AuctionJacob Evans2018-12-046-1/+7
* | Don't start the provider by defaultLeonid Logvinov2018-12-044-3/+25
* | Refactour out the contracts testing options into a separate markdown fileLeonid Logvinov2018-12-033-92/+50
* | Remove contracts package authors from package.jsonLeonid Logvinov2018-12-033-3/+0
* | Update contracts/multisig/README.mdFabio B2018-12-031-1/+1
* | Move more devDependencies of contracts-tst-utils to dependenciesLeonid Logvinov2018-12-031-7/+7
* | Update contracts-test-utils READMELeonid Logvinov2018-12-031-75/+19
* | Make chai-as-promised a dependencyLeonid Logvinov2018-12-031-1/+1
* | Make sol-cov a dependency of @0x/contracts/test-utilsLeonid Logvinov2018-12-031-1/+1
* | Rename contract_templates to abi-gen-templatesLeonid Logvinov2018-12-031-1/+1
* | Fix merge conflictLeonid Logvinov2018-12-031-5/+0
* | Remove unused dependenciesLeonid Logvinov2018-12-032-10/+0
* | Fix package descriptionLeonid Logvinov2018-12-031-1/+1
* | Clean up READMEsLeonid Logvinov2018-12-032-22/+6
* | Remove .solhintignoreLeonid Logvinov2018-12-031-3/+0
* | Remove CHANGELOG entriesLeonid Logvinov2018-12-031-115/+1
* | Remove duplicates combinatorial utils from core contractsLeonid Logvinov2018-12-033-114/+4
* | Ignore generated files in multisig contractsLeonid Logvinov2018-12-036-4497/+0
* | Fix linter issuesLeonid Logvinov2018-12-033-1/+9
* | Use assetProxyOwner instead of the multisig in the core contracts testsLeonid Logvinov2018-12-032-47/+55
* | Remove multisig contracts from the core list of contractsLeonid Logvinov2018-12-034-13/+4
* | Refactor contracts-core into contracts-multisig, contracts-core and contracts...Leonid Logvinov2018-12-0382-213/+5670
|/
* Move MultiAssetProxy to the contracts monorepoLeonid Logvinov2018-12-031-0/+300
* Remove generated filesLeonid Logvinov2018-12-0370-51512/+0
* Rename calldata to callData because solhint doesn't like calldata (probably r...Leonid Logvinov2018-12-031-14/+14
* Replace packages/contracts with contracts/coreLeonid Logvinov2018-12-031-1/+1
* Move packages/contracts to contracts/coreLeonid Logvinov2018-12-03226-0/+79701