aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/core
Commit message (Collapse)AuthorAgeFilesLines
* Updated CHANGELOGSFabio Berger2018-12-1236-0/+27884
|
* Rename core package to protocolLeonid Logvinov2018-12-1157-14971/+0
|
* Combine duplicate importsLeonid Logvinov2018-12-111-2/+1
|
* Refactor our extensions packageLeonid Logvinov2018-12-1130-4378/+12
|
* Refactor out examplesLeonid Logvinov2018-12-1110-382/+4
|
* Refactor out tokens from core contracts packageLeonid Logvinov2018-12-0555-3503/+85
|
* Refactor our protocol interfaces into @0x/contracts-interfacesLeonid Logvinov2018-12-0536-689/+26
|
* Merge pull request #1384 from 0xProject/feature/contracts-monorepo-3Leonid Logvinov2018-12-0537-1239/+52
|\ | | | | Contracts monorepo 4 feat
| * De-nest libs contractsLeonid Logvinov2018-12-0521-44/+44
| |
| * Import TestLibs contract from @0x/contracts-libsLeonid Logvinov2018-12-041-2/+1
| |
| * Refactor out libs into @0x/contracts-libsLeonid Logvinov2018-12-0437-1238/+52
| |
* | chore: Remove increaseTimeAsync from DutchAuction.Jacob Evans2018-12-051-39/+0
|/ | | | Dutch auctions can be made in the past so we do not need to artificially increase time
* Refactor @0x/contracts-utils from @0x/contracts-coreLeonid Logvinov2018-12-0436-1992/+26
|
* 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-047-1/+697
|\
| * 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-041-2/+5
| |
* | Refactour out the contracts testing options into a separate markdown fileLeonid Logvinov2018-12-031-46/+1
| |
* | Remove contracts package authors from package.jsonLeonid Logvinov2018-12-031-1/+0
| |
* | Fix merge conflictLeonid Logvinov2018-12-031-5/+0
| |
* | Remove unused dependenciesLeonid Logvinov2018-12-031-4/+0
| |
* | Clean up READMEsLeonid Logvinov2018-12-031-4/+2
| |
* | Remove duplicates combinatorial utils from core contractsLeonid Logvinov2018-12-032-114/+3
| |
* | Fix linter issuesLeonid Logvinov2018-12-031-0/+1
| |
* | 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 ↵Leonid Logvinov2018-12-0356-2296/+259
|/ | | | contracts-test-utils
* 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 ↵Leonid Logvinov2018-12-031-14/+14
| | | | reserved keyword) and goes nuts
* Replace packages/contracts with contracts/coreLeonid Logvinov2018-12-031-1/+1
|
* Move packages/contracts to contracts/coreLeonid Logvinov2018-12-03226-0/+79701