aboutsummaryrefslogtreecommitdiffstats
path: root/contracts
Commit message (Expand)AuthorAgeFilesLines
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-127-53/+62
* Publishethereum-types@1.1.5@0x/website@0.0.65@0x/web3-wrapper@3.2.3@0x/utils@3.0.0@0x/typescript-typings@3.0.7@0x/types@1.5.1@0x/tslint-config@2.0.1@0x/testnet-faucets@1.0.62@0x/subproviders@2.1.10@0x/sra-spec@1.0.15@0x/sol-tracing-utils@3.0.0@0x/sol-trace@1.0.1@0x/sol-resolver@1.2.2@0x/sol-profiler@1.0.1@0x/sol-doc@1.0.13@0x/sol-coverage@1.0.1@0x/sol-compiler@2.0.1@0x/react-shared@1.1.1@0x/react-docs@1.0.24@0x/pipeline@1.0.4@0x/order-watcher@2.4.1@0x/order-utils@3.1.1@0x/monorepo-scripts@1.0.17@0x/migrations@2.3.1@0x/metacoin@0.0.34@0x/json-schemas@2.1.6@0x/instant@1.0.6@0x/fill-scenarios@1.1.1@0x/dev-utils@1.0.23@0x/dev-tools-pages@0.0.12@0x/contracts-utils@1.0.4@0x/contracts-tokens@1.0.4@0x/contracts-test-utils@1.0.4@0x/contracts-protocol@2.2.1@0x/contracts-multisig@1.0.4@0x/contracts-libs@1.0.4@0x/contracts-interfaces@1.0.4@0x/contracts-extensions@1.2.1@0x/contracts-examples@1.0.4@0x/contract-wrappers@4.2.1@0x/connect@3.0.12@0x/base-contract@3.0.12@0x/asset-buyer@4.0.0@0x/assert@1.0.22@0x/abi-gen@1.0.21@0x/abi-gen-wrappers@2.1.10x.js@3.0.1Fabio 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
|\
| * Publish@0x/website@0.0.64@0x/web3-wrapper@3.2.2@0x/utils@2.1.1@0x/types@1.5.0@0x/testnet-faucets@1.0.61@0x/subproviders@2.1.9@0x/sra-spec@1.0.14@0x/sol-resolver@1.2.1@0x/sol-doc@1.0.12@0x/sol-cov@2.1.17@0x/sol-compiler@2.0.0@0x/react-shared@1.1.0@0x/react-docs@1.0.23@0x/pipeline@1.0.3@0x/order-watcher@2.4.0@0x/order-utils@3.1.0@0x/monorepo-scripts@1.0.16@0x/migrations@2.3.0@0x/metacoin@0.0.33@0x/json-schemas@2.1.5@0x/instant@1.0.5@0x/fill-scenarios@1.1.0@0x/dev-utils@1.0.22@0x/dev-tools-pages@0.0.11@0x/contracts-utils@1.0.3@0x/contracts-tokens@1.0.3@0x/contracts-test-utils@1.0.3@0x/contracts-protocol@2.2.0@0x/contracts-multisig@1.0.3@0x/contracts-libs@1.0.3@0x/contracts-interfaces@1.0.3@0x/contracts-extensions@1.2.0@0x/contracts-examples@1.0.3@0x/contract-wrappers@4.2.0@0x/contract-artifacts@1.2.0@0x/contract-addresses@2.1.0@0x/connect@3.0.11@0x/base-contract@3.0.11@0x/asset-buyer@3.0.5@0x/assert@1.0.21@0x/abi-gen@1.0.20@0x/abi-gen-wrappers@2.1.00x.js@3.0.0Fabio 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
* Publish@0x/contracts-utils@1.0.2@0x/contracts-tokens@1.0.2@0x/contracts-protocol@2.1.59@0x/contracts-multisig@1.0.2@0x/contracts-libs@1.0.2@0x/contracts-interfaces@1.0.2@0x/contracts-extensions@1.0.2@0x/contracts-examples@1.0.2Leonid 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
* Publishethereum-types@1.1.4@0x/website@0.0.63@0x/web3-wrapper@3.2.1@0x/utils@2.0.8@0x/typescript-typings@3.0.6@0x/types@1.4.1@0x/tslint-config@2.0.0@0x/testnet-faucets@1.0.60@0x/subproviders@2.1.8@0x/sra-spec@1.0.13@0x/sol-resolver@1.1.1@0x/sol-doc@1.0.11@0x/sol-cov@2.1.16@0x/sol-compiler@1.1.16@0x/react-shared@1.0.25@0x/react-docs@1.0.22@0x/pipeline@1.0.2@0x/order-watcher@2.2.8@0x/order-utils@3.0.7@0x/migrations@2.2.2@0x/metacoin@0.0.32@0x/json-schemas@2.1.4@0x/instant@1.0.4@0x/fill-scenarios@1.0.16@0x/dev-utils@1.0.21@0x/dev-tools-pages@0.0.10@0x/contracts-utils@1.0.1@0x/contracts-tokens@1.0.1@0x/contracts-test-utils@1.0.2@0x/contracts-protocol@2.1.58@0x/contracts-multisig@1.0.1@0x/contracts-libs@1.0.1@0x/contracts-interfaces@1.0.1@0x/contracts-extensions@1.0.1@0x/contracts-examples@1.0.1@0x/contract-wrappers@4.1.3@0x/connect@3.0.10@0x/base-contract@3.0.10@0x/asset-buyer@3.0.4@0x/assert@1.0.20@0x/abi-gen@1.0.19@0x/abi-gen-wrappers@2.0.20x.js@2.0.8Leonid 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
* Publishethereum-types@1.1.3@0x/website@0.0.62@0x/web3-wrapper@3.2.0@0x/utils@2.0.7@0x/typescript-typings@3.0.5@0x/types@1.4.0@0x/testnet-faucets@1.0.59@0x/subproviders@2.1.7@0x/sra-spec@1.0.12@0x/sol-resolver@1.1.0@0x/sol-doc@1.0.10@0x/sol-cov@2.1.15@0x/sol-compiler@1.1.15@0x/react-shared@1.0.24@0x/react-docs@1.0.21@0x/pipeline@1.0.1@0x/order-watcher@2.2.7@0x/order-utils@3.0.6@0x/monorepo-scripts@1.0.15@0x/migrations@2.2.1@0x/metacoin@0.0.31@0x/json-schemas@2.1.3@0x/instant@1.0.3@0x/fill-scenarios@1.0.15@0x/dev-utils@1.0.20@0x/dev-tools-pages@0.0.9@0x/contracts-test-utils@1.0.1@0x/contracts-protocol@2.1.57@0x/contract-wrappers@4.1.2@0x/connect@3.0.9@0x/base-contract@3.0.9@0x/asset-buyer@3.0.3@0x/assert@1.0.19@0x/abi-gen@1.0.18@0x/abi-gen-wrappers@2.0.10x.js@2.0.7Fabio 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