aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into feature/bignumber-8.0Leonid Logvinov2019-01-181-1/+1
|\
| * Allow matching of uint80 in evm_data_typehosyvietanh2019-01-171-1/+1
* | Fix prettierLeonid Logvinov2019-01-161-8/+4
* | Add CHANGELOG entriesLeonid Logvinov2019-01-161-4/+17
* | Convert address strings to lower case before parsing them as BigNumbersLeonid Logvinov2019-01-151-1/+1
* | Fix a bug when we didn't call isNaN function and assumed it's a propertyLeonid Logvinov2019-01-152-2/+2
* | Add a throw reason in testsLeonid Logvinov2019-01-151-1/+1
* | Add a NAN check when parsing BigNumber candidateLeonid Logvinov2019-01-151-1/+3
* | Convert address strings to lower case before parsing them as BigNumbersLeonid Logvinov2019-01-151-1/+1
* | Upgrade chai-bignumberLeonid Logvinov2019-01-151-1/+1
* | Use new check for isBigNumberLeonid Logvinov2019-01-151-2/+3
* | Upgrade chai-bignumberLeonid Logvinov2019-01-151-1/+1
* | Upgrade bignumber.js versionLeonid Logvinov2019-01-155-10/+10
|/
* PublishLeonid Logvinov2019-01-151-5/+5
* Updated CHANGELOGSLeonid Logvinov2019-01-152-0/+13
* strict decoding of return values using genericsGreg Hysen2019-01-151-10/+11
* Ran prettierGreg Hysen2019-01-151-5/+15
* Fix build after rebaseGreg Hysen2019-01-151-1/+1
* Style cleanup for Compressed Calldata in Contract Wrappers PRGreg Hysen2019-01-156-20/+21
* Renamed signatureParser.ts to signature_parser.tsGreg Hysen2019-01-152-1/+1
* Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects`Greg Hysen2019-01-153-39/+39
* Ran linterGreg Hysen2019-01-151-1/+0
* Ran prettier and linterGreg Hysen2019-01-1513-176/+190
* Ran prettierGreg Hysen2019-01-159-63/+65
* Use string argument encoding with new encoderGreg Hysen2019-01-154-20/+22
* Finished porting new abi encoder to contractsGreg Hysen2019-01-154-22/+10
* Generalized `create` for signature / dataItems. Cleaner.Greg Hysen2019-01-154-187/+166
* Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/...Greg Hysen2019-01-1520-73/+449
* Works for almost all testsGreg Hysen2019-01-151-0/+6
* Working for almost every testGreg Hysen2019-01-154-5/+28
* Ensure that addresses are lower caseGreg Hysen2019-01-151-1/+2
* ProgressGreg Hysen2019-01-151-8/+9
* PublishFabio Berger2019-01-121-5/+5
* Updated CHANGELOGSFabio Berger2019-01-122-1/+6
* Update prettier to version ^1.15.3Alex Browne2019-01-112-10/+6
* chore: changelog updatefragosti2019-01-101-0/+9
* fix: account for undefined errors in promisify, not only nullfragosti2019-01-101-1/+1
* PublishFabio Berger2019-01-091-2/+2
* Updated CHANGELOGSFabio Berger2019-01-092-1/+10
* Add prefix to names of properties in EncodingRules and DecodingRulesAmir Bandeali2019-01-089-21/+32
* Move logWithTime to logUtilsLeonid Logvinov2018-12-193-0/+15
* PublishLeonid Logvinov2018-12-141-5/+5
* Updated CHANGELOGSLeonid Logvinov2018-12-141-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-12-142-0/+13
* PublishFabio Berger2018-12-121-5/+5
* Updated CHANGELOGSFabio Berger2018-12-122-3/+3
* Updated CHANGELOGSLeonid Logvinov2018-12-111-0/+4
* Implement prefer-template tslint rulekao2018-12-082-4/+4
* Fix import export so that it works with doc genFabio Berger2018-11-301-2/+1
* Ran prettierGreg Hysen2018-11-291-1/+2
* Changelog for ABI EncoderGreg Hysen2018-11-291-0/+9
* Linter / PrettierGreg Hysen2018-11-293-13/+13
* Explicit imports for calldataGreg Hysen2018-11-2919-43/+46
* Explicit imports for abstract data types.Greg Hysen2018-11-2917-35/+42
* Explicit imports for EVM Data TypesGreg Hysen2018-11-2914-77/+88
* Optimize calldata by default.Greg Hysen2018-11-291-1/+1
* Explicit encoding rules in tests.Greg Hysen2018-11-294-102/+106
* Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-2917-73/+75
* Use SolidityTypes from `ethereum-types` package.Greg Hysen2018-11-298-20/+20
* Use ethUti.isValidAddress in encoderGreg Hysen2018-11-292-9/+4
* Fixed build error: was using `this` instead of class name to reference a stat...Greg Hysen2018-11-291-1/+1
* Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-2911-36/+43
* Changed remaining instances of implicit `bool` casts to explicit lodash callsGreg Hysen2018-11-293-5/+6
* Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-297-7/+7
* Switched implicit conversions to explicit lodash callsGreg Hysen2018-11-294-9/+9
* Replaced null/undefined checks with lodashGreg Hysen2018-11-299-28/+33
* Tests use to.be.deep.equal instead of JSONGreg Hysen2018-11-294-252/+84
* Ran prettierGreg Hysen2018-11-295-12/+23
* Comments to Set datatypeGreg Hysen2018-11-291-42/+35
* Linter on CalldataGreg Hysen2018-11-291-20/+19
* Moved some consts outside of a loopGreg Hysen2018-11-291-5/+6
* Added inline documentation for Calldata classGreg Hysen2018-11-292-84/+147
* Linter for Calldata Block IteratorGreg Hysen2018-11-292-13/+26
* Moved calldata iterator logic into its own iterator clasGreg Hysen2018-11-295-62/+119
* Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-2925-132/+130
* Comments for AddressGreg Hysen2018-11-291-5/+5
* Comments for ArrayGreg Hysen2018-11-291-16/+23
* 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