Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Fix known order hash value test | Jacob Evans | 2018-06-22 | 1 | -8/+4 | |
| | | | | ||||||
* | | | | Skip failing tests temporarily | Fabio Berger | 2018-06-22 | 1 | -2/+6 | |
| | | | | ||||||
* | | | | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 6 | -6/+1 | |
| | | | | ||||||
* | | | | Fixed how trezor messages are signed in `signature_utils`. Now uses ↵ | Greg Hysen | 2018-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | `byteLength` instead of `length`. | |||||
* | | | | Fix CHANGELOG entries changed during incorrect merge (2a4456b) | Fabio Berger | 2018-06-21 | 1 | -0/+9 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #637 from 0xProject/bug/contracts/eip712-191-prefix | Jacob Evans | 2018-06-20 | 4 | -62/+139 | |
|\ \ \ | |_|/ |/| | | Add missing EIP191 prefix for EIP712 and Execute Transaction | |||||
| * | | Optimize and remove redundant encodePacked | Jacob Evans | 2018-06-19 | 2 | -5/+0 | |
| | | | ||||||
| * | | Merge branch 'v2-prototype' into bug/contracts/eip712-191-prefix | Jacob Evans | 2018-06-18 | 34 | -2039/+1221 | |
| |\| | ||||||
| * | | Rebase and update feedback | Jacob Evans | 2018-06-18 | 4 | -33/+29 | |
| | | | | | | | | | | | | | | | | | | Cache the domain separator data with address this Use the EIP712Types enum for types everywhere Rename EIP712 struct ExecuteTransaction to ZeroExTransaction | |||||
| * | | Basic EIP712 encoder | Jacob Evans | 2018-06-08 | 2 | -30/+50 | |
| | | | ||||||
| * | | Update Order utils to use eip712 | Jacob Evans | 2018-06-06 | 4 | -46/+112 | |
| | | | ||||||
* | | | Fix additional versions and update yarn.lock | Fabio Berger | 2018-06-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update all package versions to match latest published to NPM | Fabio Berger | 2018-06-19 | 1 | -12/+12 | |
| | | | ||||||
* | | | Update CHANGELOG's with publishes performed on development branch | Fabio Berger | 2018-06-19 | 2 | -6/+15 | |
| |/ |/| | ||||||
* | | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 2 | -13/+4 | |
| | | ||||||
* | | Validate all signature types rather then only ECSignatures | Fabio Berger | 2018-06-12 | 1 | -4/+12 | |
| | | ||||||
* | | Remove global hooks from tests and deploy contracts from within the specific ↵ | Fabio Berger | 2018-06-12 | 2 | -54/+32 | |
| | | | | | | | | tests | |||||
* | | Merge branch 'v2-prototype' into fix/contract-wrappers/exchangeTransferSimulator | Fabio Berger | 2018-06-12 | 1 | -1/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix a bug in SolCompilerArtifacts adapter config overriding Increase timeout for contract migrations Remove some copy-paste code Await transactions in migrations Fix typos Await transactions in migrations Await fake transactions Fix a typo Implement SolidityProfiler & adapt sol-cov to work with Geth # Conflicts: # packages/migrations/CHANGELOG.json | |||||
* | | | Fix tslint issues | Fabio Berger | 2018-06-12 | 5 | -8/+5 | |
| | | | ||||||
* | | | Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utils | Fabio Berger | 2018-06-12 | 16 | -18/+786 | |
| | | | ||||||
* | | | export parseECSignature method | Fabio Berger | 2018-06-12 | 2 | -0/+8 | |
|/ / | ||||||
* | | Fixed assetProxyUtils for linter | Greg Hysen | 2018-06-09 | 1 | -2/+2 | |
| | | ||||||
* | | Cleanup after last rebase | Greg Hysen | 2018-06-08 | 1 | -2/+2 | |
| | | ||||||
* | | Camelcase in memCopy | Greg Hysen | 2018-06-08 | 1 | -2/+2 | |
| | | ||||||
* | | Moved some constants to global scope in assetProxyUtils | Greg Hysen | 2018-06-08 | 1 | -18/+26 | |
| | | ||||||
* | | Style updates to contracts | Greg Hysen | 2018-06-08 | 1 | -2/+3 | |
| | | ||||||
* | | Union types for generalized decodeAssetData | Greg Hysen | 2018-06-08 | 1 | -13/+4 | |
| | | ||||||
* | | Style updates to ERC721 onReceiver | Greg Hysen | 2018-06-08 | 1 | -4/+6 | |
| | | ||||||
* | | Fixes after rebasing | Greg Hysen | 2018-06-08 | 2 | -38/+44 | |
| | | ||||||
* | | Fixed up after rebasing. Contracts build and tests pass | Greg Hysen | 2018-06-08 | 1 | -3/+4 | |
| | | ||||||
* | | Converged on naming scheme for asset data: renamed all instances of ↵ | Greg Hysen | 2018-06-08 | 1 | -33/+33 | |
| | | | | | | | | assetMetadata, proxyData, proxyMetadata to assetData | |||||
* | | Tons of tests around nested byte arrays and ERC721 receiver | Greg Hysen | 2018-06-08 | 1 | -4/+26 | |
| | | ||||||
* | | Merge pull request #678 from 0xProject/fix/order-utils/remaining-v2-changes | Fabio Berger | 2018-06-08 | 4 | -101/+336 | |
|\ \ | | | | | | | Remaining Order-utils V2 Changes | |||||
| * | | Fix tslint failure | Fabio Berger | 2018-06-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Pass in fee and assetAmount rather then the whole signedOrder | Fabio Berger | 2018-06-08 | 3 | -45/+26 | |
| | | | ||||||
| * | | Revert to returning orderState on invalid order | Fabio Berger | 2018-06-08 | 1 | -1/+6 | |
| | | | ||||||
| * | | - Refactor remainingFillableCalculator so it can be used for the maker and ↵ | Fabio Berger | 2018-06-08 | 2 | -58/+314 | |
| | | | | | | | | | | | | | | | | | | | | | taker side - Moved the tests over from order-watcher - Did some token -> asset renaming | |||||
| * | | Update naming in orderStateUtils to use asset over token, also removed ↵ | Fabio Berger | 2018-06-08 | 2 | -44/+37 | |
| | | | | | | | | | | | | cancelledAmount since in V2 it's binary. | |||||
* | | | Merge pull request #676 from 0xProject/feature/mocha-source-maps | Alex Browne | 2018-06-08 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Use source-map-support package to include correct line numbers in mocha | |||||
| * | | Use source-map-support package to include correct line numbers in mocha | Alex Browne | 2018-06-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Get build and tests to pass | fragosti | 2018-06-07 | 1 | -2/+3 | |
| | | | ||||||
* | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 1 | -1/+1 | |
|\| | | | | | | | | | | | feature/improve-linting | |||||
| * | | Stop running prettier on generated files | Leonid Logvinov | 2018-06-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 1 | -2/+3 | |
|\| | | | | | | | | | | | feature/improve-linting | |||||
| * | | Merge v2-prototype | Fabio Berger | 2018-06-06 | 1 | -1/+1 | |
| |\ \ | ||||||
| * | | | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ↵ | Fabio Berger | 2018-06-05 | 1 | -2/+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-prototype | Fabio Berger | 2018-06-06 | 10 | -1847/+20 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Replace `-` with `_` in yarn script name so that we are consistent across ↵ | Fabio Berger | 2018-06-05 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | yarn script names | |||||
| * | | Merge pull request #656 from 0xProject/refactor/fill-scenarios/for-v2 | Fabio Berger | 2018-06-05 | 9 | -1846/+18 | |
| |\ \ | | | | | | | | | Refactor fill-scenarios for v2 | |||||
| | * | | Remove unused compact artifacts from order-utils | Fabio Berger | 2018-06-05 | 7 | -1845/+0 | |
| | | | | ||||||
| | * | | Add missing exports to order-utils and add CHANGELOG entry | Fabio Berger | 2018-06-05 | 2 | -1/+18 | |
| | |/ | ||||||
| * / | Don't automatically rebuild when running yarn test | Alex Browne | 2018-06-05 | 1 | -1/+2 | |
| |/ | ||||||
* | | Exclude generate contract wrappers from tslint | Fabio Berger | 2018-06-06 | 1 | -1/+1 | |
| | | ||||||
* | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 8 | -12/+2 | |
|/ | ||||||
* | Improve comments and remove unused imports | Fabio Berger | 2018-06-02 | 2 | -3/+3 | |
| | ||||||
* | Add comment to exported method | Fabio Berger | 2018-06-02 | 1 | -0/+7 | |
| | ||||||
* | Add missing dep | Fabio Berger | 2018-06-02 | 1 | -0/+1 | |
| | ||||||
* | Remove usage of `prebuild` since it doesn't run on `watch` | Fabio Berger | 2018-06-02 | 1 | -2/+3 | |
| | ||||||
* | Fix type imports | Fabio Berger | 2018-06-02 | 5 | -5/+8 | |
| | ||||||
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-02 | 1 | -1/+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 | |||||
| * | Add ethereum-types to extraFileIncludes | Leonid Logvinov | 2018-06-01 | 1 | -1/+2 | |
| | | ||||||
| * | Remove some types | Leonid Logvinov | 2018-06-01 | 1 | -0/+2 | |
| | | ||||||
* | | Update json-schemas version to 1.0.0 to avoid possible conflicts | Fabio Berger | 2018-06-02 | 1 | -1/+1 | |
| | | ||||||
* | | Add signature specific validation methods, and other refactors | Fabio Berger | 2018-06-02 | 4 | -55/+90 | |
| | | ||||||
* | | Fix TODOs | Fabio Berger | 2018-06-01 | 1 | -2/+1 | |
| | | ||||||
* | | Rename ISigner to IWallet and implement SignatureType.Validator | Fabio Berger | 2018-06-01 | 3 | -7/+45 | |
| | | ||||||
* | | Bump types to a major version to avoid the caret | Fabio Berger | 2018-06-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix metadata offsets | Fabio Berger | 2018-06-01 | 1 | -5/+7 | |
| | | ||||||
* | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-01 | 3 | -33/+34 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | | Expose isValidPresignedSignatureAsync method | Fabio Berger | 2018-05-31 | 1 | -3/+19 | |
| | | ||||||
* | | Move isValidOrderHash to the order_hash_test file | Fabio Berger | 2018-05-31 | 2 | -15/+15 | |
| | | ||||||
* | | Decide to throw for Caller signature type for now | Fabio Berger | 2018-05-31 | 1 | -2/+3 | |
| | | ||||||
* | | Fix order-utils tests | Fabio Berger | 2018-05-31 | 7 | -81/+123 | |
| | | ||||||
* | | Initial refactor of order-utils. Move many utils from contracts into this ↵ | Fabio Berger | 2018-05-30 | 14 | -192/+574 | |
| | | | | | | | | package. | |||||
* | | Freeze order-utils at 0.0.5 for all packages except contracts | Fabio Berger | 2018-05-30 | 1 | -1/+1 | |
|/ | ||||||
* | Migrate migrations to v2 | Leonid Logvinov | 2018-05-25 | 1 | -1/+1 | |
| | ||||||
* | Revert to an earlier version that works | Fabio Berger | 2018-05-24 | 1 | -1/+1 | |
| | ||||||
* | Remove the caret so it actually installs this version | Fabio Berger | 2018-05-24 | 1 | -1/+1 | |
| | ||||||
* | Bump all dependencies on json-schemas down a patch version so that they ↵ | Fabio Berger | 2018-05-24 | 1 | -1/+1 | |
| | | | | don't auto-magically get upgraded to the next version during the next publish | |||||
* | Merge branch 'v2-prototype' into feature/truffle-sol-cov | Leonid Logvinov | 2018-05-24 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix small bug in order-utils | Alex Browne | 2018-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | Publish | Leonid Logvinov | 2018-05-23 | 1 | -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 CHANGELOGS | Leonid Logvinov | 2018-05-23 | 2 | -5/+7 | |
| | | ||||||
* | | Publish | Leonid Logvinov | 2018-05-23 | 1 | -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 CHANGELOGS | Leonid Logvinov | 2018-05-23 | 2 | -5/+7 | |
| | | ||||||
* | | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 1 | -3/+2 | |
|/ | ||||||
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 3 | -9/+23 | |
|\ | | | | | Add more tslint rules | |||||
| * | Merge branch 'development' into improvement/addCustomTslintRules | Fabio Berger | 2018-05-16 | 1 | -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 rules | Fabio Berger | 2018-05-16 | 3 | -9/+23 | |
| | | | ||||||
* | | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 4 | -1/+5 | |
| |/ |/| | ||||||
* | | Merge pull request #578 from 0xProject/document-node-version | Alex Browne | 2018-05-16 | 1 | -0/+3 | |
|\ \ | |/ |/| | Document Node.js version requirement and add it to package.json | |||||
| * | Change minimum Node version to 6.12 | Alex Browne | 2018-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | Document Node.js version requirement and add it to package.json | Alex Browne | 2018-05-15 | 1 | -0/+3 | |
| | | ||||||
* | | Remove build from docs:stage commands | Fabio Berger | 2018-05-15 | 1 | -1/+1 | |
| | | ||||||
* | | Move from using lerna multi-package commands to wsrun, update README's ↵ | Fabio Berger | 2018-05-15 | 2 | -16/+4 | |
|/ | | | | accordingly | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 3 | -4/+4 | |
| | ||||||
* | Revert "Remove gitkeeps" | Fabio Berger | 2018-05-12 | 1 | -0/+0 | |
| | | | | This reverts commit 3f6876c4199353b597e1b0ebcf3907d6b8cce284. | |||||
* | Remove gitkeeps | Fabio Berger | 2018-05-11 | 1 | -0/+0 | |
| | ||||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 14 | -0/+2134 | |
| | | | | unifying library with the same interface | |||||
* | 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.1 | Leonid Logvinov | 2018-05-05 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 CHANGELOGS | Leonid Logvinov | 2018-05-05 | 2 | -0/+13 | |
| | ||||||
* | Publishcontracts@2.1.27@0xproject/website@0.0.30@0xproject/testnet-faucets@1.0.28@0xproject/sra-report@0.0.13 | Leonid Logvinov | 2018-05-05 | 1 | -1/+1 | |
| | | | | | | | | | - 0x.js@0.37.1 - contracts@2.1.27 - @0xproject/order-utils@0.0.3 - @0xproject/sra-report@0.0.13 - @0xproject/testnet-faucets@1.0.28 - @0xproject/website@0.0.30 | |||||
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-05 | 2 | -0/+13 | |
| | ||||||
* | Make a negligible change to order-utils to publish a new version | Leonid Logvinov | 2018-05-05 | 1 | -1/+1 | |
| | ||||||
* | 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.0 | Leonid Logvinov | 2018-05-04 | 1 | -15/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 CHANGELOGS | Leonid Logvinov | 2018-05-04 | 2 | -1/+21 | |
| | ||||||
* | Fix signature utils tests | Leonid Logvinov | 2018-05-03 | 1 | -15/+22 | |
| | ||||||
* | Stop exporting assertions from order-utils | Leonid Logvinov | 2018-05-02 | 2 | -9/+0 | |
| | ||||||
* | Create wrapper functions so that docs render properly | Leonid Logvinov | 2018-05-02 | 1 | -0/+1 | |
| | ||||||
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 23 | -0/+775 | |