aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/package.json
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Publish""Fabio Berger2018-07-241-13/+13
* Revert "Publish"Leonid Logvinov2018-07-231-13/+13
* PublishLeonid Logvinov2018-07-231-13/+13
* Fix version of ethereumjs-abi to 0.6.5 to fix decoding bugFabio Berger2018-07-221-1/+1
* fix decodeAssetData for addresses starting in 0Luke Autry2018-07-221-1/+1
* FIx a typoLeonid Logvinov2018-07-201-1/+1
* @0xproject/order-utils@1.0.0-rc.1Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/sol-compiler@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/dev-utils@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/base-contract@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/web3-wrapper@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/assert@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/json-schemas@1.0.0-rc.1Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/utils@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/types@1.0.0-rc.1Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/tslint-config@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/typescript-typings@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/monorepo-scripts@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new ethereum-types@1.0.0Leonid Logvinov2018-07-201-1/+1
* Update package versionsFabio Berger2018-07-181-6/+6
* Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-181-1/+0
|\
| * Remove unused depFabio Berger2018-07-171-1/+0
* | Upgrade tslint to the newest versionLeonid Logvinov2018-07-171-1/+1
|/
* Update package versionsFabio Berger2018-07-101-8/+8
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-051-1/+1
|\
| * Update incorrect versions of depsFabio Berger2018-07-021-1/+1
* | Dump assert version and make the order-watcher depend on the old assert versionLeonid Logvinov2018-06-291-1/+1
|/
* Encode ZRX address as needed.Fabio Berger2018-06-281-1/+0
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+1
* Fix additional versions and update yarn.lockFabio Berger2018-06-191-1/+1
* Update all package versions to match latest published to NPMFabio Berger2018-06-191-12/+12
* Fix tslint issuesFabio Berger2018-06-121-2/+2
* Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utilsFabio Berger2018-06-121-2/+3
* Merge pull request #676 from 0xProject/feature/mocha-source-mapsAlex Browne2018-06-081-1/+1
|\
| * Use source-map-support package to include correct line numbers in mochaAlex Browne2018-06-071-1/+1
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-1/+1
|\|
| * Stop running prettier on generated filesLeonid Logvinov2018-06-071-1/+1
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-2/+3
|\|
| * Merge v2-prototypeFabio Berger2018-06-061-1/+1
| |\
| * | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-2/+3
* | | merge v2-prototypeFabio Berger2018-06-061-1/+2
|\ \ \ | | |/ | |/|
| * | Replace `-` with `_` in yarn script name so that we are consistent across yar...Fabio Berger2018-06-051-1/+1
| |/
| * Don't automatically rebuild when running yarn testAlex Browne2018-06-051-1/+2
* | Exclude generate contract wrappers from tslintFabio Berger2018-06-061-1/+1
|/
* Add missing depFabio Berger2018-06-021-0/+1
* Remove usage of `prebuild` since it doesn't run on `watch`Fabio Berger2018-06-021-2/+3
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-021-1/+4
|\
| * Add ethereum-types to extraFileIncludesLeonid Logvinov2018-06-011-1/+2
| * Remove some typesLeonid Logvinov2018-06-011-0/+2
* | Update json-schemas version to 1.0.0 to avoid possible conflictsFabio Berger2018-06-021-1/+1
* | Rename ISigner to IWallet and implement SignatureType.ValidatorFabio Berger2018-06-011-2/+2
* | Bump types to a major version to avoid the caretFabio Berger2018-06-011-1/+1
* | Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-301-4/+11
* | Freeze order-utils at 0.0.5 for all packages except contractsFabio Berger2018-05-301-1/+1
|/
* Migrate migrations to v2Leonid Logvinov2018-05-251-1/+1
* Revert to an earlier version that worksFabio Berger2018-05-241-1/+1
* Remove the caret so it actually installs this versionFabio Berger2018-05-241-1/+1
* Bump all dependencies on json-schemas down a patch version so that they don't...Fabio Berger2018-05-241-1/+1
* PublishLeonid Logvinov2018-05-231-10/+10
* Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-1/+2
* Merge pull request #578 from 0xProject/document-node-versionAlex Browne2018-05-161-0/+3
|\
| * 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
* | Remove build from docs:stage commandsFabio Berger2018-05-151-1/+1
* | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-151-1/+1
|/
* PublishLeonid Logvinov2018-05-051-8/+8
* PublishLeonid Logvinov2018-05-051-1/+1
* PublishLeonid Logvinov2018-05-041-15/+15
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-0/+76