aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations
Commit message (Collapse)AuthorAgeFilesLines
...
* Update artifactsAmir Bandeali2018-06-2730-2689/+1363
|
* Add missing artifactsFabio Berger2018-06-222-0/+194
|
* Set settleOrder and settleMatchedOrders to privateGreg Hysen2018-06-211-60/+102
|
* Removed MixinSettlement. Moved `settleOrder` into `MixinExchangeCore` and ↵Greg Hysen2018-06-211-59/+27
| | | | `settleMatchedOrders` into `MixinMatchOrders`
* Migrations after rebasingGreg Hysen2018-06-2113-188/+320
|
* ERC721Proxy Always call safeTransferFromJacob Evans2018-06-201-8/+8
|
* Rename makerEpoch => orderEpochAmir Bandeali2018-06-205-64/+64
|
* Make cancelOrdersUpTo compatible with sender abstractionAmir Bandeali2018-06-203-39/+323
|
* Update all package versions to match latest published to NPMFabio Berger2018-06-191-11/+11
|
* Update CHANGELOG's with publishes performed on development branchFabio Berger2018-06-192-1/+18
|
* Make isValidSignature publicAmir Bandeali2018-06-196-38/+316
|
* Merge pull request #682 from 0xProject/feature/contracts/popProxyIdAmir Bandeali2018-06-139-188/+182
|\ | | | | Remove proxyId checks in AssetProxies
| * Update artifactsAmir Bandeali2018-06-139-188/+182
| |
* | Refactor sol-cov to avoid keeping traceInfo in memoryAlex Browne2018-06-131-119/+0
|/
* Speedup awaitTransactionMinedAsync and reduce polling interval in contracts ↵Alex Browne2018-06-1216-148/+849
| | | | tests
* Await transactions in migrationsLeonid Logvinov2018-06-091-35/+46
|
* Fix typosLeonid Logvinov2018-06-091-1/+1
|
* Await transactions in migrationsLeonid Logvinov2018-06-091-4/+12
|
* Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-0914-143/+79
|
* Minor fixes after rebaseGreg Hysen2018-06-081-735/+1
|
* updated migrations artifactsGreg Hysen2018-06-081-1/+735
|
* LibAssetProxyDecoder testsGreg Hysen2018-06-081-8/+39
|
* Foundation for TestLibAssetProxyDecoderGreg Hysen2018-06-081-0/+88
|
* Fix tslint failureFabio Berger2018-06-081-7/+7
|
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-13/+17
|\ | | | | | | feature/improve-linting
| * Remove extra logs and other small fixesAlex Browne2018-06-071-11/+11
| |
| * Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-073-614/+611
| |
* | Get build and tests to passfragosti2018-06-0723-1497/+1402
| |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-2/+2
|\| | | | | | | feature/improve-linting
| * Stop running prettier on generated filesLeonid Logvinov2018-06-071-2/+2
| |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-3/+3
|\| | | | | | | feature/improve-linting
| * - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ↵Fabio Berger2018-06-051-3/+3
| | | | | | | | | | | | | | running watch from root dir, with sub-package dir - stop using special prebuild script name and run pre_build steps for `watch` and `build` commands - Remove `clean` step from `build`/`watch`
* | merge v2-prototypeFabio Berger2018-06-063-2/+603
|\|
| * Merge pull request #656 from 0xProject/refactor/fill-scenarios/for-v2Fabio Berger2018-06-053-2/+603
| |\ | | | | | | Refactor fill-scenarios for v2
| | * revert multisig changeFabio Berger2018-06-051-1/+1
| | |
| | * reset multisignFabio Berger2018-06-051-1/+1
| | |
| | * Add new 2.0 artifacts to migrationsFabio Berger2018-06-052-0/+601
| | |
| | * Remove compact_artifacts and replace with updated artifactsFabio Berger2018-06-051-2/+2
| | |
* | | Exclude generate contract wrappers from tslintFabio Berger2018-06-061-1/+1
| | |
* | | Try enabling no-unused-variable...fragosti2018-06-053-6/+3
|/ /
* / Update artifacts in migrationsAlex Browne2018-06-058-51/+79
|/
* remove artifactsDir and contracts from compiler.jsonFabio Berger2018-06-021-13/+0
|
* Remove ISigner artifactFabio Berger2018-06-021-76/+0
|
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-023-17/+18
|\ | | | | | | | | | | | | | | | | | | | | * v2-prototype: Update v2 artifacts Add IWallet and IValidator to compiled contracts Split migrations compile command into one for V1 and another for V2 # Conflicts: # packages/migrations/artifacts/2.0.0/Exchange.json # packages/migrations/artifacts/2.0.0/TestSignatureValidator.json
| * Update v2 artifactsFabio Berger2018-06-0217-4493/+4727
| |
| * Add IWallet and IValidator to compiled contractsFabio Berger2018-06-021-2/+2
| |
| * Split migrations compile command into one for V1 and another for V2Fabio Berger2018-06-021-3/+4
| |
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-024-3/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (33 commits) Only show ProviderDisplay in portal Improve sol-cov docs Remove old parse code Refactor order parser and add shared order support to new portal Add generate and fill order routes Address feedback Override ethereumjs-tx version Fix missing key Update placeholder param ordering Change userEtherBalanceInWei to optional so we can know if its loading Add loading state to ProviderDisplay Tweaks Add Placeholder component Add StandardIconRow Split render into loading and loaaded Fix linter errors Fix linter errors Add ethereum-types to extraFileIncludes Introduce ethereum-types package Remove merge conflicts from yarn.lock ... # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/src/utils/match_order_tester.ts # packages/contracts/src/utils/types.ts # packages/contracts/test/exchange/core.ts # packages/contracts/test/exchange/match_orders.ts # packages/contracts/test/libraries/lib_bytes.ts # packages/sol-cov/package.json
| * Fix linter errorsLeonid Logvinov2018-06-014-3/+4
| |
| * Introduce ethereum-types packageLeonid Logvinov2018-06-013-3/+3
| |
* | Update all artifactsFabio Berger2018-06-018-2233/+2148
| |
* | List V2 contracts in compile.json nowFabio Berger2018-06-011-6/+5
| |
* | Rename ISigner to IWallet and implement SignatureType.ValidatorFabio Berger2018-06-014-2/+151
| |
* | Update artifactsFabio Berger2018-06-0110-2286/+2457
| |
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-0/+280
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (45 commits) Check length before accessing indices, add awaitTransactionSuccess where needed, and rename function Add back before/after snapshots for each test Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT Make preSigned and allowedValidators mappings public Change names of signature types Fix formatting and tests Make AssetProxyId last byte of assetData Add signer to txHash, allow approveValidator to be used with executeTransaction Update Whitelist Fix Exchange interface Increase block gas limit Use last byte of signature as signature type Remove TxOrigin signature type, modify whitelist to use Validator signature type Update Whitelist contract with comments, also require maker to be whitelisted Fix build Add example whitelist contract and minimum tests Add sample whitelist contract Add TxOrigin signature type and rearrange order of types Add approveValidator function Add Validator signature type ... # Conflicts: # packages/contracts/src/contracts/current/protocol/Exchange/MixinSignatureValidator.sol # packages/contracts/src/utils/types.ts # packages/contracts/test/exchange/transactions.ts # packages/order-utils/src/asset_proxy_utils.ts
| * Update WhitelistAmir Bandeali2018-05-311-0/+280
| |
* | Add ISigner artifactsFabio Berger2018-05-311-0/+76
| |
* | Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-302-3/+4
|/ | | | package.
* Merge pull request #571 from 0xProject/feature/contracts/proxyOwnerAmir Bandeali2018-05-252-9/+791
|\ | | | | Update MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress
| * Fix buildAmir Bandeali2018-05-252-9/+791
| |
* | Merge branch 'v2-prototype' into feature/contracts/eip712-order-hashFabio Berger2018-05-259-45/+208
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Temporarily disable installation tests Pin connect in sra-report Fix a typo Pin types in sra-report Fix linter issues Unpin types version in @0xproject/connect Pin types version in website Do a fake version bump on types so that yarn doesn't try to install updated version for not yet migrated packages Migrate migrations to v2 # Conflicts: # packages/contracts/src/utils/order_utils.ts
| * | Fix a typoLeonid Logvinov2018-05-251-2/+2
| | |
| * | Migrate migrations to v2Leonid Logvinov2018-05-259-45/+208
| |/
* / Use domain separator for exchange addressJacob Evans2018-05-252-2292/+2273
|/
* Merge branch 'v2-prototype' into feature/truffle-sol-covLeonid Logvinov2018-05-241-1/+1
|\
| * Fix TokenTransferProxy artifact name since it's now suffixed with _v1Fabio Berger2018-05-231-1/+1
| |
| * Merge branch 'development' into v2-prototypeLeonid Logvinov2018-05-233-11/+24
| |\
| | * PublishLeonid Logvinov2018-05-231-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.38.0 - @0xproject/abi-gen@0.3.0 - @0xproject/assert@0.2.10 - @0xproject/base-contract@0.3.2 - @0xproject/connect@0.6.13 - @0xproject/contract-wrappers@0.0.2 - contracts@2.1.29 - @0xproject/dev-utils@0.4.2 - @0xproject/fill-scenarios@0.0.2 - @0xproject/json-schemas@0.7.24 - @0xproject/metacoin@0.0.7 - @0xproject/migrations@0.0.6 - @0xproject/monorepo-scripts@0.1.20 - @0xproject/order-utils@0.0.5 - @0xproject/order-watcher@0.0.2 - @0xproject/react-docs-example@0.0.12 - @0xproject/react-docs@0.0.12 - @0xproject/react-shared@0.1.7 - @0xproject/sol-compiler@0.5.0 - @0xproject/sol-cov@0.0.11 - @0xproject/sol-resolver@0.0.5 - @0xproject/sra-report@0.1.0 - @0xproject/subproviders@0.10.2 - @0xproject/testnet-faucets@1.0.30 - @0xproject/tslint-config@0.4.18 - @0xproject/types@0.7.0 - @0xproject/typescript-typings@0.3.2 - @0xproject/utils@0.6.2 - @0xproject/web3-wrapper@0.6.4 - @0xproject/website@0.0.33
| | * Updated CHANGELOGSLeonid Logvinov2018-05-232-1/+14
| | |
* | | PublishLeonid Logvinov2018-05-231-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.38.0 - @0xproject/abi-gen@0.3.0 - @0xproject/assert@0.2.10 - @0xproject/base-contract@0.3.2 - @0xproject/connect@0.6.13 - @0xproject/contract-wrappers@0.0.2 - contracts@2.1.29 - @0xproject/dev-utils@0.4.2 - @0xproject/fill-scenarios@0.0.2 - @0xproject/json-schemas@0.7.24 - @0xproject/metacoin@0.0.7 - @0xproject/migrations@0.0.6 - @0xproject/monorepo-scripts@0.1.20 - @0xproject/order-utils@0.0.5 - @0xproject/order-watcher@0.0.2 - @0xproject/react-docs-example@0.0.12 - @0xproject/react-docs@0.0.12 - @0xproject/react-shared@0.1.7 - @0xproject/sol-compiler@0.5.0 - @0xproject/sol-cov@0.0.11 - @0xproject/sol-resolver@0.0.5 - @0xproject/sra-report@0.1.0 - @0xproject/subproviders@0.10.2 - @0xproject/testnet-faucets@1.0.30 - @0xproject/tslint-config@0.4.18 - @0xproject/types@0.7.0 - @0xproject/typescript-typings@0.3.2 - @0xproject/utils@0.6.2 - @0xproject/web3-wrapper@0.6.4 - @0xproject/website@0.0.33
* | | Updated CHANGELOGSLeonid Logvinov2018-05-232-1/+14
| | |
* | | Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-232-3/+2
|/ /
* | Merge pull request #605 from 0xProject/fix/multiple/build-errorsFabio Berger2018-05-231-14/+14
|\ \ | | | | | | Fix build/lint errors and warnings
| * | Update artifactsRemco Bloemen2018-05-221-14/+14
| | |
* | | merge developmentFabio Berger2018-05-232-3/+4
|\ \ \ | |/ / |/| / | |/
| * remove generated contract_wrappers during cleanFabio Berger2018-05-231-1/+1
| |
| * Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-2/+3
| |\ | | | | | | Add more tslint rules
| | * Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-177-43/+7
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove "Order utils" from menu for now Fix top tokens key Improve about page descriptions Do not remove artifacts when running `clean`
| | * \ Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-161-0/+3
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json
| | * | | Fix TSLint rulesFabio Berger2018-05-161-2/+3
| | | | |
* | | | | Merge pull request #572 from 0xProject/feature/contracts/atomicMatchingGreg Hysen2018-05-2216-289/+637
|\ \ \ \ \ | | | | | | | | | | | | Atomic Order Matching
| * | | | | Ran prettierGreg Hysen2018-05-2216-7692/+7892
| | | | | |
| * | | | | Added getNullFillResultsGreg Hysen2018-05-192-14/+14
| | | | | |
| * | | | | orderFilledAmount -> orderTakerAssetFilledAmountGreg Hysen2018-05-192-20/+20
| | | | | |
| * | | | | Style improvements to order matchingGreg Hysen2018-05-191-10/+10
| | | | | |
| * | | | | Upgraded to Solidity 0.4.24Greg Hysen2018-05-1910-149/+149
| | | | | |
| * | | | | Rebased against v2-prototypeGreg Hysen2018-05-1916-7544/+7692
| | | | | |
* | | | | | merge developmentFabio Berger2018-05-221-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | / Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-5/+5
| | |_|/ | |/| |
| * | | Improve about page descriptionsfragosti2018-05-176-42/+6
| | | |
* | | | Fix prettierBrandon Millman2018-05-1916-7343/+7544
| | | |
* | | | Merge branch 'development' into v2-prototypeFabio Berger2018-05-162-19/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Do not remove artifacts when running `clean` fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Revert to lerna:run lint Do lint sequentially Exclude monorepo-scripts from tslint as test Fix prettier Add hover state to top tokens Change to weekly txn volume Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json Apply prettier to some files which were not formatted correctly Fix TSLint issues Fix TSLint issues Update ethereeumjs-testrpc to ganache-cli Fix infinite loop Add changelog entries for packages where executable binary exporting fixed ... # Conflicts: # packages/contracts/package.json # packages/contracts/util/formatters.ts # packages/contracts/util/signed_order_utils.ts # packages/migrations/package.json # yarn.lock
| * | | Do not remove artifacts when running `clean`Fabio Berger2018-05-161-1/+1
| | |/ | |/|
| * | Merge pull request #578 from 0xProject/document-node-versionAlex Browne2018-05-161-0/+3
| |\ \ | | |/ | |/| Document Node.js version requirement and add it to package.json
| | * Change minimum Node version to 6.12Alex Browne2018-05-151-1/+1
| | |
| | * Document Node.js version requirement and add it to package.jsonAlex Browne2018-05-151-0/+3
| | |
| * | Fix abi-gen binary so it can be called directly from packagesFabio Berger2018-05-151-2/+3
| | |
| * | Move from using lerna multi-package commands to wsrun, update README's ↵Fabio Berger2018-05-152-16/+4
| |/ | | | | | | accordingly
* | Do not remove artifacts when running `clean`Fabio Berger2018-05-161-1/+1
| |
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-1635-48/+12001
|\|
| * Add compilerSettings to compiler.jsonFabio Berger2018-05-111-1/+14
| |
| * Add deployedBytecode to artifacts since it is needed by sol-covFabio Berger2018-05-1114-56/+140
| |
| * Update artifactsFabio Berger2018-05-1124-7657/+5961
| |
| * Merge branch 'development' into breakUp0xjsFabio Berger2018-05-118-41/+167
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json
| | * Fix templatesLeonid Logvinov2018-05-102-2/+3
| | |
| | * Remove unused deployer docs configsLeonid Logvinov2018-05-105-33/+41
| | |
| | * Fix linter issuesLeonid Logvinov2018-05-103-12/+12
| | |
| | * Rename deployer to sol-compilerLeonid Logvinov2018-05-103-4/+6
| | |
| | * Remove deployerLeonid Logvinov2018-05-101-1/+0
| | |
| | * Remove deployer from 0x.js and migrationsLeonid Logvinov2018-05-106-35/+134
| | |
| | * Configure migrations with a compiler.jsonLeonid Logvinov2018-05-103-6/+23
| | |
| * | Add artifacts to clean commandFabio Berger2018-05-111-1/+1
| | |
| * | Commit v1 artifacts to migrations package and remove compile step from prebuildFabio Berger2018-05-1125-0/+7685
| | |
| * | Merge branch 'development' into breakUp0xjsFabio Berger2018-05-101-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (38 commits) Add fallback image support to relayer grid tile Clear relayer grid state when fetching Configure the compiler to generate artifacts with deployedBytecode Implement loading and error state for relayer grid Fallback image for relayer grid tile Change relayer grid tile to link on header Display top tokens from backend Remove overflowZ property from portal Suggestions and fix bad merge Fix typo Only show untracked tokens Make wallet scrollable Add token flow Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile ... # Conflicts: # .gitignore # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts
| | * Create an artifacts folderLeonid Logvinov2018-05-071-0/+0
| | |
| * | Add missing quoteFabio Berger2018-05-101-1/+1
| | |
| * | Remove uneeded tslint configFabio Berger2018-05-101-1/+1
| |/
| * Publishcontracts@2.1.28@0xproject/website@0.0.32@0xproject/testnet-faucets@1.0.29@0xproject/sra-report@0.0.14@0xproject/sol-resolver@0.0.4@0xproject/react-docs-example@0.0.11@0xproject/migrations@0.0.5@0xproject/metacoin@0.0.6@0xproject/dev-utils@0.4.1@0xproject/base-contract@0.3.1Leonid Logvinov2018-05-051-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.37.2 - @0xproject/abi-gen@0.2.13 - @0xproject/assert@0.2.9 - @0xproject/base-contract@0.3.1 - @0xproject/connect@0.6.12 - contracts@2.1.28 - @0xproject/deployer@0.4.3 - @0xproject/dev-utils@0.4.1 - @0xproject/json-schemas@0.7.23 - @0xproject/metacoin@0.0.6 - @0xproject/migrations@0.0.5 - @0xproject/order-utils@0.0.4 - @0xproject/react-docs-example@0.0.11 - @0xproject/react-docs@0.0.11 - @0xproject/react-shared@0.1.6 - @0xproject/sol-cov@0.0.10 - @0xproject/sol-resolver@0.0.4 - @0xproject/sra-report@0.0.14 - @0xproject/subproviders@0.10.1 - @0xproject/testnet-faucets@1.0.29 - @0xproject/types@0.6.3 - @0xproject/typescript-typings@0.3.1 - @0xproject/utils@0.6.1 - @0xproject/web3-wrapper@0.6.3 - @0xproject/website@0.0.32
| * Updated CHANGELOGSLeonid Logvinov2018-05-052-0/+13
| |
| * Publishcontracts@2.1.26@0xproject/website@0.0.29@0xproject/testnet-faucets@1.0.27@0xproject/sra-report@0.0.12@0xproject/sol-resolver@0.0.3@0xproject/react-docs-example@0.0.9@0xproject/monorepo-scripts@0.1.19@0xproject/migrations@0.0.4@0xproject/metacoin@0.0.5@0xproject/dev-utils@0.4.0@0xproject/base-contract@0.3.0Leonid Logvinov2018-05-041-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.37.0 - @0xproject/abi-gen@0.2.12 - @0xproject/assert@0.2.8 - @0xproject/base-contract@0.3.0 - @0xproject/connect@0.6.11 - contracts@2.1.26 - @0xproject/deployer@0.4.2 - @0xproject/dev-utils@0.4.0 - @0xproject/json-schemas@0.7.22 - @0xproject/metacoin@0.0.5 - @0xproject/migrations@0.0.4 - @0xproject/monorepo-scripts@0.1.19 - @0xproject/order-utils@0.0.2 - @0xproject/react-docs-example@0.0.9 - @0xproject/react-docs@0.0.9 - @0xproject/react-shared@0.1.4 - @0xproject/sol-cov@0.0.9 - @0xproject/sol-resolver@0.0.3 - @0xproject/sra-report@0.0.12 - @0xproject/subproviders@0.10.0 - @0xproject/testnet-faucets@1.0.27 - @0xproject/tslint-config@0.4.17 - @0xproject/types@0.6.2 - @0xproject/typescript-typings@0.3.0 - @0xproject/utils@0.6.0 - @0xproject/web3-wrapper@0.6.2 - @0xproject/website@0.0.29
| * Updated CHANGELOGSLeonid Logvinov2018-05-042-0/+13
| |
* | Remove remenants of MaliciousToken contractFabio Berger2018-04-262-2/+1
|/
* Merge branch 'development' into fix/expiration-watcherFabio Berger2018-04-193-2/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Publish Updated CHANGELOGS Move @0xproject/migrations to devDependencies Publish Updated CHANGELOGS Make @0xproject/migrations public # Conflicts: # packages/0x.js/CHANGELOG.json # packages/0x.js/package.json
| * Publishcontracts@2.1.24@0xproject/website@0.0.27@0xproject/testnet-faucets@1.0.25@0xproject/sra-report@0.0.10@0xproject/migrations@0.0.3Leonid Logvinov2018-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 0x.js@0.36.2 - contracts@2.1.24 - @0xproject/migrations@0.0.3 - @0xproject/sra-report@0.0.10 - @0xproject/testnet-faucets@1.0.25 - @0xproject/website@0.0.27
| * Updated CHANGELOGSLeonid Logvinov2018-04-192-0/+21
| |
| * Make @0xproject/migrations publicLeonid Logvinov2018-04-191-1/+3
| |
* | Fix expiration watcher comparatorLeonid Logvinov2018-04-181-1/+1
|/
* Publishcontracts@2.1.23@0xproject/website@0.0.26@0xproject/testnet-faucets@1.0.24@0xproject/sra-report@0.0.9@0xproject/sol-resolver@0.0.2@0xproject/react-docs-example@0.0.8@0xproject/monorepo-scripts@0.1.18@0xproject/migrations@0.0.2@0xproject/metacoin@0.0.4@0xproject/dev-utils@0.3.6@0xproject/base-contract@0.2.1Fabio Berger2018-04-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.36.1 - @0xproject/abi-gen@0.2.11 - @0xproject/assert@0.2.7 - @0xproject/base-contract@0.2.1 - @0xproject/connect@0.6.10 - contracts@2.1.23 - @0xproject/deployer@0.4.1 - @0xproject/dev-utils@0.3.6 - @0xproject/json-schemas@0.7.21 - @0xproject/metacoin@0.0.4 - @0xproject/migrations@0.0.2 - @0xproject/monorepo-scripts@0.1.18 - @0xproject/react-docs-example@0.0.8 - @0xproject/react-docs@0.0.8 - @0xproject/react-shared@0.1.3 - @0xproject/sol-cov@0.0.8 - @0xproject/sol-resolver@0.0.2 - @0xproject/sra-report@0.0.9 - @0xproject/subproviders@0.9.0 - @0xproject/testnet-faucets@1.0.24 - @0xproject/tslint-config@0.4.16 - @0xproject/types@0.6.1 - @0xproject/typescript-typings@0.2.0 - @0xproject/utils@0.5.2 - @0xproject/web3-wrapper@0.6.1 - @0xproject/website@0.0.26
* Fix web3-wrapper versionFabio Berger2018-04-121-1/+1
|
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-121-1/+1
| | | | | | | | | | | * development: Publish Updated CHANGELOGS # Conflicts: # packages/0x.js/package.json # packages/deployer/package.json # packages/utils/CHANGELOG.json
* Simply exportFabio Berger2018-04-111-3/+1
|
* Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-113-22/+17
|
* Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵Fabio Berger2018-04-0911-0/+321
and contracts