aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils
Commit message (Expand)AuthorAgeFilesLines
* Comments and inline documentation for dynamic bytesGreg Hysen2018-11-294-29/+40
* Removed abstract Number class.Greg Hysen2018-11-293-59/+67
* Abstracted out encoding/decoding of numeric values into its own utility. Coul...Greg Hysen2018-11-299-81/+125
* Final rounds on evm data typesGreg Hysen2018-11-294-42/+59
* Moved encoder selector check into DataTypeGreg Hysen2018-11-292-14/+10
* Made default encoding/decoding rules global to all modules in encoderGreg Hysen2018-11-293-16/+18
* Removed mapDataItemToDataType from Factory. Now its just ::create()Greg Hysen2018-11-294-42/+25
* Some minor cleanup in ABI EncoderGreg Hysen2018-11-295-25/+26
* Prepended `front` to function names in QueueGreg Hysen2018-11-293-14/+14
* Ran prettierGreg Hysen2018-11-292-2/+2
* moved abi encoder constants into utils dirGreg Hysen2018-11-2914-15/+15
* Split ABI Encoder/Decoder tests into separate filesGreg Hysen2018-11-2910-1854/+1868
* Merge aboveGreg Hysen2018-11-296-0/+390
* Ran prettierGreg Hysen2018-11-2914-376/+15
* Ran prettierGreg Hysen2018-11-2911-11/+10
* Split Calldata into multiple files - 1 class per fileGreg Hysen2018-11-2914-535/+571
* Split EVM data types and factory into separate filesGreg Hysen2018-11-2918-587/+769
* Renaming some EVM data types for clarityGreg Hysen2018-11-292-76/+76
* Fixed linter errors in package.jsonGreg Hysen2018-11-291-1/+4
* Fixed linter errors on testsGreg Hysen2018-11-294-133/+141
* Fixed linter errors on evm_data_typesGreg Hysen2018-11-292-194/+190
* Fixed linter errors on data_type.tsGreg Hysen2018-11-294-162/+171
* Ran prettier on utilsGreg Hysen2018-11-297-36/+463
* Moved global constants to separate fileGreg Hysen2018-11-291-0/+6
* Ran linter on CalldataGreg Hysen2018-11-292-275/+241
* Tests for decoding return values + Ability to encode return valuesGreg Hysen2018-11-292-9/+79
* Arrays nested in tuplesGreg Hysen2018-11-291-0/+92
* Multidimensional Array testsGreg Hysen2018-11-291-74/+80
* Optimizer TestsGreg Hysen2018-11-292-160/+200
* Cleaning up optimizer testsGreg Hysen2018-11-296-605/+687
* All 71 tests passing. Both for function encoding and individual types.Greg Hysen2018-11-292-3/+4
* Temporary change for testing functionsGreg Hysen2018-11-292-7/+4
* tests for StringGreg Hysen2018-11-292-41/+123
* Tests for Static BytesGreg Hysen2018-11-292-40/+140
* Unsigned IntegersGreg Hysen2018-11-291-19/+145
* Tests for Integer (tested 256 / 32 bit integers)Greg Hysen2018-11-292-26/+180
* Tests for BoolGreg Hysen2018-11-291-12/+31
* Tests for AddressGreg Hysen2018-11-294-16/+66
* Tests for TupleGreg Hysen2018-11-291-5/+62
* Tests - Encode/Decode ArrayGreg Hysen2018-11-292-26/+46
* Fixed issue with decoding negative ints with width < 256Greg Hysen2018-11-293-238/+246
* Use new ABI Encoder for contractsGreg Hysen2018-11-295-7/+102
* Exports AbiEncoder as 1 unitGreg Hysen2018-11-292-4/+5
* Removed unnecessary imports from abi encoder tetsGreg Hysen2018-11-292-6/+1
* Moved Abi Encoder into utils packageGreg Hysen2018-11-298-0/+3157
* PublishFabio Berger2018-11-221-2/+2
* Updated CHANGELOGSFabio Berger2018-11-222-0/+13
* PublishLeonid Logvinov2018-11-141-1/+1
* Updated CHANGELOGSLeonid Logvinov2018-11-142-0/+13
* feat(order_utils.py) generate_order_hash_hex() (#1234)F. Eugene Aumson2018-11-141-0/+23
* PublishJacob Evans2018-11-091-5/+5
* Updated CHANGELOGSJacob Evans2018-11-092-0/+13
* Added more commentsRemco Bloemen2018-11-091-0/+5
* Merge remote-tracking branch 'origin/development' into feature/utils/prettybi...Remco Bloemen2018-11-0912-45/+415
|\
| * chore: Add --format stylish to tslintAlex Browne2018-10-241-1/+1
| * PublishLeonid Logvinov2018-10-181-5/+5
| * Updated CHANGELOGSLeonid Logvinov2018-10-182-1/+14
| * Fix ethereum-types versionsLeonid Logvinov2018-10-181-1/+1
| * chore: update ethers import in utilsJacob Evans2018-10-181-1/+1
| * chore: change README.md from 0xproject to 0xJacob Evans2018-10-181-6/+6
| * chore: change tslint.json from 0xproject to 0xJacob Evans2018-10-181-1/+1
| * chore: change package org from 0xproject to 0xJacob Evans2018-10-182-5/+5
| * chore: tslint fixFabio Berger2018-10-181-0/+1
| * chore: Re-cast to EventAbi after checking the the type is set to 'event'Fabio Berger2018-10-181-3/+4
| * Remove unused copyfiles dependenciesAlex Browne2018-10-161-1/+0
| * Stop accesing ethers private methodsLeonid Logvinov2018-10-091-3/+2
| * Fix ethers build issueLeonid Logvinov2018-10-091-3/+4
| * Upgrade ethers.js versionLeonid Logvinov2018-10-091-1/+1
| * Throw and handle errors from Providers.Jacob Evans2018-10-092-5/+5
| * Return SignedOrder from signing utils.Jacob Evans2018-10-051-10/+19
| * Add eth_signTypedData support to our wallet subprovidersJacob Evans2018-10-052-40/+65
| * Move SignTypedData to utils packageJacob Evans2018-10-053-0/+189
| * PublishBrandon Millman2018-10-051-5/+5
| * Updated CHANGELOGSBrandon Millman2018-10-052-4/+17
| * Introduce a build:ci command that doesn't build webpack bundlesLeonid Logvinov2018-10-021-0/+1
| * Update package.json versions to match the npm onesLeonid Logvinov2018-10-021-1/+1
| * Updated CHANGELOGSLeonid Logvinov2018-10-022-0/+13
| * PublishFabio Berger2018-09-291-4/+4
| * Updated CHANGELOGSFabio Berger2018-09-292-1/+6
| * Remove ethers.js carret as it's a beta versionLeonid Logvinov2018-09-271-1/+1
| * Merge branch 'development' into feature/ts-ethersLeonid Logvinov2018-09-263-5/+44
| |\
| | * PublishFabio Berger2018-09-261-4/+4
| | * Updated CHANGELOGSFabio Berger2018-09-262-0/+13
| | * PublishLeonid Logvinov2018-09-251-2/+2
| | * Updated CHANGELOGSLeonid Logvinov2018-09-252-0/+13
| | * PublishLeonid Logvinov2018-09-211-4/+4
| | * Updated CHANGELOGSLeonid Logvinov2018-09-212-0/+13
| | * Don't depend on a specific version of node typesLeonid Logvinov2018-09-211-1/+1
| * | Add CHANGELOG entriesLeonid Logvinov2018-09-211-0/+9
| * | Remove unused importLeonid Logvinov2018-09-211-1/+0
| * | Fixes for the breaking changes in ethersLeonid Logvinov2018-09-192-6/+12
| * | Upgrade to TS version of ethersLeonid Logvinov2018-09-191-1/+1
| |/
| * PublishFabio Berger2018-09-051-5/+5
| * Updated CHANGELOGSFabio Berger2018-09-052-0/+13
| * Remove types for detect-node from typescript-typingsLeonid Logvinov2018-09-041-0/+1
| * feat: Add support for TypeScript project references (#991)Alex Browne2018-08-302-3/+3
| * PublishFabio Berger2018-08-271-2/+2
| * Updated CHANGELOGSFabio Berger2018-08-272-0/+13
| * PublishFabio Berger2018-08-251-5/+5
| * Updated CHANGELOGSFabio Berger2018-08-252-4/+18
| * Merge development branchFabio Berger2018-08-224-6/+15
| |\
| * | Add doc comments to AbiDecoderFabio Berger2018-08-221-1/+18
| * | Merge developmentFabio Berger2018-08-171-2/+2
| |\ \
| * \ \ Merge developmentFabio Berger2018-08-157-15/+200
| |\ \ \
| * | | | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...Fabio Berger2018-07-302-13/+3
* | | | | Fix isNodeRemco Bloemen2018-11-091-1/+1
* | | | | Add upstream issueRemco Bloemen2018-08-221-0/+1
* | | | | Use const require instead of importRemco Bloemen2018-08-221-1/+5
* | | | | Fix tslint issuesRemco Bloemen2018-08-221-2/+3
* | | | | Use detect-nodeRemco Bloemen2018-08-221-1/+2
* | | | | Set curstom inspect printer in BigNumberRemco Bloemen2018-08-221-0/+11
| |_|_|/ |/| | |
* | | | Fix file name from camel to snake caseFabio Berger2018-08-212-1/+1
* | | | Fix typos, run prettier, and allow anyone to call on DummyERC721TokenAmir Bandeali2018-08-171-1/+2
* | | | Update CHANGELOGsAmir Bandeali2018-08-171-0/+4
* | | | Store methodId and number of indexed args in AbiDecoder to differentiate betw...Amir Bandeali2018-08-171-5/+9
| |_|/ |/| |
* | | Bump copyfiles from 1.2.0 to 2.0.0dependabot[bot]2018-08-151-1/+1
* | | feat: Upgrade TypeScript to 3.0.1Alex Browne2018-08-151-1/+1
| |/ |/|
* | PublishAlex Browne2018-08-141-9/+9
* | Updated CHANGELOGSAlex Browne2018-08-142-4/+9
* | fix: Update dependenciesAlex Browne2018-08-101-2/+2
* | Update comment about ethers checksummed address behaviorAlex Browne2018-08-091-3/+3
* | Add packages/coverage/.gitkeep fileAlex Browne2018-08-091-0/+0
* | Update CI config and package.json to run @0xproject/utils tests on CIAlex Browne2018-08-091-1/+5
* | Move some ethers-related types to typescript-typings/ethersAlex Browne2018-08-091-12/+6
* | Apply prettierAlex Browne2018-08-092-8/+11
* | Add strictArgumentEncodingCheck to BaseContract and use it in contract templatesAlex Browne2018-08-094-4/+183
* | Update TypeScript to version 2.9.2Alex Browne2018-08-091-1/+1
|/
* Add combinatorial tests for internal Exchange functions (#807)Alex Browne2018-07-272-2/+16
* PublishFabio Berger2018-07-261-2/+2
* Updated CHANGELOGSFabio Berger2018-07-262-0/+13
* PublishFabio Berger2018-07-261-6/+6
* Updated CHANGELOGSFabio Berger2018-07-262-0/+13
* PublishFabio Berger2018-07-261-6/+6
* Updated CHANGELOGSFabio Berger2018-07-262-0/+13
* Revert to publishing ethereum-typesFabio Berger2018-07-261-1/+1
* Temporarily have all packages depend on an older, published version of ethere...Fabio Berger2018-07-261-1/+1
* Revert "Temporarily add changelog & package.json version changes"Fabio Berger2018-07-252-13/+0
* Temporarily add changelog & package.json version changesFabio Berger2018-07-242-0/+13
* Merge fix-rc-packagesFabio Berger2018-07-241-0/+15
|\
| * Add troubleshooting section to utils READMEFabio Berger2018-07-231-1/+15
| * Add additional required tsconfig option for utils package since it now relies...Fabio Berger2018-07-231-0/+1
* | Revert "Revert "Publish""Fabio Berger2018-07-241-6/+6
* | Revert "Publish"Leonid Logvinov2018-07-231-6/+6
* | PublishLeonid Logvinov2018-07-231-6/+6
* | Updated CHANGELOGSLeonid Logvinov2018-07-232-2/+11
|/
* Merge branch 'v2-prototype' into bug/website/fix-websiteBrandon Millman2018-07-211-0/+1
|\
| * Add missing timestamp to CHANGELOG entriesFabio Berger2018-07-211-0/+1
* | Add changelog entry for @0xproject/utilsBrandon Millman2018-07-211-0/+9
* | Add AbortController polyfill to fetchAsync in utilsBrandon Millman2018-07-212-0/+4
|/
* FIx a typoLeonid Logvinov2018-07-201-1/+1
* @0xproject/utils@1.0.0Leonid Logvinov2018-07-201-1/+1
* Add a missing CHANGELOG entryLeonid Logvinov2018-07-201-0/+9
* 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-2/+2
* Update changelogsFabio Berger2018-07-182-0/+13
* Fix tslint issuesLeonid Logvinov2018-07-172-4/+4
* Upgrade tslint to the newest versionLeonid Logvinov2018-07-171-1/+1
* Fix linterFabio Berger2018-07-141-1/+3
* Add assertion to make sure caller to fetchAsync isn't trying to set timeout i...Fabio Berger2018-07-141-0/+3
* Switch conditionalFabio Berger2018-07-131-1/+1
* Move type defs to typescript-typingsdFabio Berger2018-07-131-4/+0
* Replace process.browser with detect-node libraryFabio Berger2018-07-133-1/+7
* -fetch';Fabio Berger2018-07-132-8/+9
* Add fetchAsync util and RPCSubproviderFabio Berger2018-07-133-2/+33
* Update package versionsFabio Berger2018-07-101-2/+4
* Update changelogsFabio Berger2018-07-092-1/+8
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-052-13/+7
|\
| * Fix package.jsonFabio Berger2018-07-041-1/+1
| * Remove unused imported Web3.jsFabio Berger2018-07-041-1/+0
| * Update incorrect versions of depsFabio Berger2018-07-021-1/+1
| * combine changelog entries since we haven't published yetFabio Berger2018-07-022-10/+5
* | Remove unused code/variables from abi-decoderLeonid Logvinov2018-06-291-2/+0
|/
* Run prettierBryce2018-06-261-10/+10
* CHANGELOG spacingBryce Neal2018-06-231-1/+1
* Typings and commentBryce2018-06-232-1/+6
* Update at abi_decoderBryce2018-06-233-2/+19
* Fix CHANGELOG entries changed during incorrect merge (2a4456b)Fabio Berger2018-06-211-0/+12
* Update all package versions to match latest published to NPMFabio Berger2018-06-191-5/+5
* Update CHANGELOG's with publishes performed on development branchFabio Berger2018-06-192-10/+19
* Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-073-6/+1
|\
| * Run prettierfragosti2018-06-071-1/+0
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-1/+1
| |\
| * | Try enabling no-unused-variable...fragosti2018-06-053-5/+1
* | | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-063-0/+14
| |/ |/|
* | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-1/+1
|/
* Introduce ethereum-types packageLeonid Logvinov2018-06-013-4/+4
* Fix linter issuesLeonid Logvinov2018-05-241-3/+3
* Address feedbackLeonid Logvinov2018-05-233-11/+8
* PublishLeonid Logvinov2018-05-231-5/+5
* Updated CHANGELOGSLeonid Logvinov2018-05-232-1/+14
* Add CHANGELOG entriesLeonid Logvinov2018-05-231-0/+9
* Support all opcodes in a trace parserLeonid Logvinov2018-05-231-0/+3
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-233-12/+19
|\
| * Improve namingFabio Berger2018-05-171-2/+2
| * Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-161-0/+3
| |\
| * | Fix TSLint rulesFabio Berger2018-05-163-12/+19
* | | 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
* | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-152-16/+4
|/
* Add missing type definitionsLeonid Logvinov2018-05-142-3/+7
* Fix linter issuesLeonid Logvinov2018-05-101-1/+1
* PublishLeonid Logvinov2018-05-051-3/+3
* Updated CHANGELOGSLeonid Logvinov2018-05-052-0/+13
* PublishLeonid Logvinov2018-05-041-5/+5
* Updated CHANGELOGSLeonid Logvinov2018-05-042-8/+13
* Update CHANGELOGsJacob Evans2018-04-191-0/+9
* Interface for EventDescription renamed topicsJacob Evans2018-04-191-1/+1
* Use ethers in abi_decoder utilsJacob Evans2018-04-192-4/+4
* PublishFabio Berger2018-04-181-5/+5
* Updated CHANGELOGSFabio Berger2018-04-182-8/+13
* Add ony abi-gen changes from Greg's PRLeonid Logvinov2018-04-122-0/+72
* Revert "Merge pull request #493 from hysz/features/deployer/multipleCodebaseS...Leonid Logvinov2018-04-122-73/+0
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-123-6/+19
|\
| * PublishLeonid Logvinov2018-04-121-5/+5
| * Updated CHANGELOGSLeonid Logvinov2018-04-122-0/+13
* | Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-113-0/+12
|/
* Added a detailed description of `renameOverloadedMethods` (special thanks to ...Greg Hysen2018-04-101-44/+41
* Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-102-0/+75
* Fix contributing linksFabio Berger2018-04-051-1/+1
* Improve contributing section of all packages so they include building entire ...Fabio Berger2018-04-051-4/+24
* Remove `isPublished` from all CHANGELOG.json filesxFabio Berger2018-04-031-16/+8
* After publishLeonid Logvinov2018-04-021-1/+2
* PublishLeonid Logvinov2018-04-021-5/+5
* Updated CHANGELOGSLeonid Logvinov2018-04-022-7/+17
* Merge branch 'development' into feature/metacoinLeonid Logvinov2018-04-022-2/+4
|\
| * Add manual postpublish command to all public packages and update CHANGELOG.jsonFabio Berger2018-04-022-2/+4
* | Update CHANGELOG.json'sLeonid Logvinov2018-04-022-4/+4
* | Add metacoin example projectLeonid Logvinov2018-04-022-2/+6
|/
* PublishFabio Berger2018-04-021-5/+5
* Updated CHANGELOGSFabio Berger2018-04-022-1/+19
* Generate CHANGELOG.json filesFabio Berger2018-04-021-0/+77
* Merge pull request #482 from 0xProject/feature/web3-typesLeonid Logvinov2018-03-281-9/+18
|\
| * Move common types out of web3 typesLeonid Logvinov2018-03-271-9/+18
* | merge developmentxFabio Berger2018-03-283-12/+7
|\|
| * Add clean-state testsLeonid Logvinov2018-03-273-12/+7
* | Add monorepo_scripts to npmignoreFabio Berger2018-03-271-0/+1
|/
* Set Lodash dep to an exact version since newer versions introduced breaking c...Fabio Berger2018-03-201-1/+1
* PublishFabio Berger2018-03-191-6/+6
* Fix packages that aren't working as expectedFabio Berger2018-03-192-0/+5
* Fix incorrect new versionsFabio Berger2018-03-191-1/+1
* PublishFabio Berger2018-03-191-7/+7
* Updated CHANGELOGSFabio Berger2018-03-191-1/+1
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-154-7/+18
|\
| * Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3