aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Proxy Metadata -> DataGreg Hysen2018-04-212-9/+9
|
* Cleaning up some wordingGreg Hysen2018-04-215-28/+26
|
* Removed some unused ERC721 tokensGreg Hysen2018-04-211-62/+13
|
* Minor style improvements to asset proxy utilsGreg Hysen2018-04-216-72/+65
|
* ethereum-js for encoding/decoding asset proxy dataGreg Hysen2018-04-211-41/+32
|
* Added memory to bytes arrays, where possibleGreg Hysen2018-04-214-7/+7
|
* Replaced read/write Uint256 with generic bytes32, plus castingGreg Hysen2018-04-214-16/+16
|
* Updated public -> externalGreg Hysen2018-04-216-9/+9
|
* Removed unused dependencyGreg Hysen2018-04-211-1/+0
|
* snake case to camel caseGreg Hysen2018-04-211-25/+25
|
* makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetDataGreg Hysen2018-04-217-46/+46
|
* nilAddress to ZeroEx.NULL_ADDRESSGreg Hysen2018-04-215-27/+22
|
* IAssetProxyDispatcher to IAssetProxy in MixinSettlement layer + allowing ↵Greg Hysen2018-04-213-7/+8
| | | | 0-condition in ERC721 transfer
* Removed Log prefix from eventsGreg Hysen2018-04-212-5/+5
|
* Removed unnecessary assetProxyManagerAddressGreg Hysen2018-04-215-29/+17
|
* removed unnecessary importGreg Hysen2018-04-211-2/+0
|
* setAssetProxy to addAssetProxyGreg Hysen2018-04-216-23/+23
|
* Renamed TransferProxy to ProxyGreg Hysen2018-04-215-13/+14
|
* Renaming TransferProxy to ProxyGreg Hysen2018-04-2110-56/+56
|
* ERC20 V1 proxy compilingGreg Hysen2018-04-211-3/+3
|
* Changed order of write parameters in LibBytes. Now ordered by most ↵Greg Hysen2018-04-214-10/+10
| | | | generalized to most specific
* Asset Proxy DispatcherGreg Hysen2018-04-2130-164/+2473
|
* Fix type issueFabio Berger2018-04-211-2/+2
|
* Fix mergeFabio Berger2018-04-211-2/+2
|
* Use addFillResults function and add comments to all marketFill functionsAmir Bandeali2018-04-211-36/+84
|
* Fix EtherDelta importsAmir Bandeali2018-04-211-2/+2
|
* Add back require statements and tests (will move to another PR)Amir Bandeali2018-04-212-3/+50
|
* Revert variable namingAmir Bandeali2018-04-2113-444/+454
|
* Update Solidity syntax and commentsAmir Bandeali2018-04-215-70/+67
|
* Return all amounts traded and fees paidAmir Bandeali2018-04-217-106/+115
|
* Add tests for marketBuyOrdersAmir Bandeali2018-04-212-4/+174
|
* Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-2111-645/+681
|
* Fix build errorsAmir Bandeali2018-04-215-29/+40
|
* Separate filled/cancelled errorsAmir Bandeali2018-04-214-6/+8
|
* Remove partial cancelsAmir Bandeali2018-04-218-141/+35
|
* updated test name to reflect smart contractsGreg Hysen2018-04-211-1/+1
|
* Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that ↵Greg Hysen2018-04-215-35/+40
| | | | orders with salt <= to maker epoch will be cancelled (previously, it was salt < maker epoch)
* Renamed all instances of timestamp to salt. Clarified test case wording.Greg Hysen2018-04-213-18/+18
|
* Fixed spacingGreg Hysen2018-04-214-56/+56
|
* Implementation and tests in the protocol for cancelling all orders up to a ↵Greg Hysen2018-04-217-16/+134
| | | | specific time
* Fix build errorsAmir Bandeali2018-04-211-149/+190
|
* Update copyright headersAmir Bandeali2018-04-2130-24/+150
|
* Add private keys for testrpc mnemonicAmir Bandeali2018-04-215-70/+20
|
* Address feedback and lintAmir Bandeali2018-04-2119-176/+92
|
* Add tests for fillOrderNoThrow based functionsAmir Bandeali2018-04-213-130/+344
|
* Fix fillOrderNoThrowAmir Bandeali2018-04-211-29/+15
|
* Add logging to testrpc scriptAmir Bandeali2018-04-211-0/+1
|
* Fix package.jsonAmir Bandeali2018-04-213-23/+27
|
* Bump Solidity version to 0.4.21Amir Bandeali2018-04-2120-30/+29
|
* Add fillOrderNoThrow to exchange wrapper and add testAmir Bandeali2018-04-212-6/+69
|
* Update formattingAmir Bandeali2018-04-214-34/+40
|
* Update fillOrderNoThrowAmir Bandeali2018-04-211-111/+103
|
* Update order utilsAmir Bandeali2018-04-211-5/+5
|
* Modify tests to work with new utilsAmir Bandeali2018-04-214-584/+632
|
* Add script for starting testrpc with preconfigured private keysAmir Bandeali2018-04-213-0/+72
|
* Add utils for hashing and signing orders, update wrappersAmir Bandeali2018-04-216-53/+96
|
* Modify utils to work with new signature formatAmir Bandeali2018-04-217-150/+189
|
* Change order field namesAmir Bandeali2018-04-215-74/+73
|
* Fix log decodingAmir Bandeali2018-04-211-13/+13
|
* Revert getOrderHash to old logicAmir Bandeali2018-04-211-2/+16
|
* Fix compile errorsAmir Bandeali2018-04-2111-30/+54
|
* Update fillOrderNoThrowRemco Bloemen2018-04-211-39/+45
|
* Use ABIv2 exchange core in wrapper functionsRemco Bloemen2018-04-211-55/+34
|
* Implement ABIv2 in ExchangeCoreRemco Bloemen2018-04-212-60/+33
|
* Implement EIP712 and ABIv2 in LibOrderRemco Bloemen2018-04-211-20/+12
|
* Add logDecoder, remove outdated testsAmir Bandeali2018-04-211-13/+14
|
* Merge developmentAmir Bandeali2018-04-211-105/+0
|
* Run prettierAmir Bandeali2018-04-211-1/+1
|
* Fix utils to work with new ABIAmir Bandeali2018-04-211-0/+105
|
* Add fillOrderNoThrow and wrapper functionsAmir Bandeali2018-04-211-1/+1
|
* Fix compile errorsAmir Bandeali2018-04-216-22/+22
|
* Fix spelling of latterRemco Bloemen2018-04-211-1/+1
|
* Add offset to signatureRemco Bloemen2018-04-211-11/+13
|
* Document noThrow wrapper and correct fixed array offsetRemco Bloemen2018-04-211-39/+81
|
* Add Trezor signaturesRemco Bloemen2018-04-211-0/+23
|
* Add TodosRemco Bloemen2018-04-212-0/+3
|
* Fix documentationRemco Bloemen2018-04-211-3/+3
|
* Verify length on EIP712 signaturesRemco Bloemen2018-04-211-1/+2
|
* Remove unused return valueRemco Bloemen2018-04-211-3/+0
|
* Spelling fixesRemco Bloemen2018-04-211-7/+8
|
* Add documentationRemco Bloemen2018-04-211-2/+16
|
* Make wrappers external againRemco Bloemen2018-04-211-2/+2
|
* Explicit returnsRemco Bloemen2018-04-211-5/+6
|
* Revert cancel order signature abstractionRemco Bloemen2018-04-211-7/+2
|
* Fix hash argument nameRemco Bloemen2018-04-211-2/+2
|
* Fix batchFillOrdersNoThrow nameRemco Bloemen2018-04-211-1/+1
|
* Fix input length in fillOrderNoThrowRemco Bloemen2018-04-211-6/+11
|
* Add SignatureType.Invalid and documentationRemco Bloemen2018-04-211-0/+21
|
* Make first value illegalRemco Bloemen2018-04-211-6/+4
|
* Implement EIP712 at verify-signature call siteRemco Bloemen2018-04-213-25/+19
|
* Cancel signature abstractionRemco Bloemen2018-04-211-3/+10
|
* Cache order maker signature (ZEIP-15)Remco Bloemen2018-04-211-8/+10
|
* Add EIP712 signatures (implements ZEIP-17)Remco Bloemen2018-04-211-4/+40
|
* Add external contract call signatures (relates to ZEIP 1 and 7)Remco Bloemen2018-04-212-1/+36
|
* Revert after cascadeRemco Bloemen2018-04-211-6/+7
|
* Add 'caller' signature typeRemco Bloemen2018-04-211-17/+35
|
* Abstract signature to opaque bytearrayRemco Bloemen2018-04-217-161/+148
|
* Use interfaces for contract typesRemco Bloemen2018-04-213-36/+33
|
* Use new logDecoder interfaceAmir Bandeali2018-04-212-10/+13
|
* Rename variablesAmir Bandeali2018-04-212-27/+27
|
* Move log decoding logic to exchange wrapperAmir Bandeali2018-04-212-21/+48
|
* Add logDecoder, remove outdated testsAmir Bandeali2018-04-215-144/+158
|
* Move utils dir into srcAmir Bandeali2018-04-2122-59/+54
|
* Merge developmentAmir Bandeali2018-04-215-123/+15
|
* Run prettierAmir Bandeali2018-04-214-26/+9
|
* Get tests to buildAmir Bandeali2018-04-212-173/+150
|
* Fix utils to work with new ABIAmir Bandeali2018-04-215-68/+148
|
* Add fillOrderNoThrow and wrapper functionsAmir Bandeali2018-04-2110-285/+386
|
* Move order settlement to MSettlementRemco Bloemen2018-04-214-59/+68
|
* Exchange refactor using mixin patternRemco Bloemen2018-04-2111-578/+873
|
* Fix compiler warningsRemco Bloemen2018-04-211-4/+6
|
* Update exchange to use interfaces and current SafeMathRemco Bloemen2018-04-211-7/+7
|
* Copy Exchange and deps to previous as Exchange_v1Remco Bloemen2018-04-214-0/+995
|
* Add interfaces for Exchange, TokenRegistery and TokenTransferProxyRemco Bloemen2018-04-215-0/+563
|
* Merge pull request #545 from 0xProject/feature/deployer/solidity-0.4.23Amir Bandeali2018-04-216-6/+16
|\ | | | | Feature/deployer/solidity 0.4.23
| * Fix getABIEncodedTransactionData in contract templatesAmir Bandeali2018-04-211-1/+1
| |
| * Add support for solidity 0.4.23Amir Bandeali2018-04-215-5/+15
|/
* Merge pull request #543 from 0xProject/feature/website/integrate-relayer-infoBrandon Millman2018-04-214-103/+125
|\ | | | | Integrate relayer index with website backend
| * Add specific render path for error and loadingBrandon Millman2018-04-211-5/+7
| |
| * Integrate relayer index with website backendBrandon Millman2018-04-204-103/+123
| |
* | Merge pull request #540 from 0xProject/feature/abi-gen/tuple-return-typesJacob Evans2018-04-2015-23/+90
|\ \ | | | | | | Support Tuples returned from functions
| * | Remove ethers-contracts typesJacob Evans2018-04-203-30/+2
| | |
| * | Update CHANGELOGsJacob Evans2018-04-196-15/+31
| | |
| * | Interface for EventDescription renamed topicsJacob Evans2018-04-192-2/+2
| | |
| * | Use ethers in abi_decoder utilsJacob Evans2018-04-192-4/+4
| | |
| * | Add ethers to web3-wrapperJacob Evans2018-04-191-0/+1
| | |
| * | Update 0x.js package json for ethersJacob Evans2018-04-191-1/+1
| | |
| * | Update ethers in metacoin projectJacob Evans2018-04-191-1/+1
| | |
| * | Support Tuples from function returnsJacob Evans2018-04-197-15/+93
| | |
* | | Add ImToken to landing pageFabio Berger2018-04-193-7/+7
| | |
* | | Merge pull request #526 from 0xProject/fix/expiration-watcherFabio Berger2018-04-197-11/+68
|\ \ \ | |_|/ |/| | Fix expiration watcher comparator
| * | Merge branch 'development' into fix/expiration-watcherFabio Berger2018-04-1912-75/+148
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | Remove hack above migrations packageFabio Berger2018-04-191-3/+0
| | |
| * | Fix expiration watcher comparatorLeonid Logvinov2018-04-187-12/+72
| | |
* | | Merge pull request #539 from 0xProject/feature/website/backend-clientBrandon Millman2018-04-197-52/+123
|\ \ \ | | | | | | | | Implement backendClient object to unify calls to the portal api
| * | | Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-197-52/+123
| | | |
* | | | Merge pull request #534 from 0xProject/feature/website/integrate-pricesBrandon Millman2018-04-192-39/+80
|\| | | | |_|/ |/| | Add price information to wallet
| * | Add price information to walletBrandon Millman2018-04-182-39/+80
| | |
* | | Publishcontracts@2.1.25@0xproject/website@0.0.28@0xproject/testnet-faucets@1.0.26@0xproject/sra-report@0.0.11Leonid Logvinov2018-04-195-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.36.3 - contracts@2.1.25 - @0xproject/sra-report@0.0.11 - @0xproject/testnet-faucets@1.0.26 - @0xproject/website@0.0.28
* | | Updated CHANGELOGSLeonid Logvinov2018-04-194-1/+19
| | |
* | | Move @0xproject/migrations to devDependenciesLeonid Logvinov2018-04-192-3/+9
| | |
* | | 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-196-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-196-60/+107
| | |
* | | Make @0xproject/migrations publicLeonid Logvinov2018-04-192-2/+4
| |/ |/|
* | 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-1826-167/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | Print out stderrFabio Berger2018-04-181-0/+4
| |
* | Updated CHANGELOGSFabio Berger2018-04-1839-149/+366
| |
* | Merge pull request #535 from 0xProject/fix/commentRenderingFabio Berger2018-04-188-30/+75
|\ \ | | | | | | Docs: Fix Type Comment Rendering
| * | Bold property namesFabio Berger2018-04-181-2/+5
| | |
| * | Update PR templateFabio Berger2018-04-181-2/+1
| | |
| * | Improve rendering of type definition commentsFabio Berger2018-04-182-1/+43
| | |
| * | Fix commentsFabio Berger2018-04-185-27/+28
| | |
* | | Merge pull request #531 from 0xProject/feature/deployer/solidity-0.4.22Jacob Evans2018-04-187-7/+33
|\ \ \ | |_|/ |/| | Solidity 0.4.22
| * | Update test fixturesJacob Evans2018-04-182-5/+11
| | | | | | | | | | | | allow dependency compiler test to run everywhere
| * | Remove prettier change on package.jsonJacob Evans2018-04-182-15/+10
| | |
| * | Update changelog with PRJacob Evans2018-04-181-1/+2
| | |
| * | Update deployer and contracts repo to use solidity 0.4.22Jacob Evans2018-04-185-12/+36
| | |
* | | Merge pull request #532 from 0xProject/bug/0x.js/fix-formatting-and-lintingJacob Evans2018-04-187-12/+26
|\ \ \ | | | | | | | | Fix linter and prettier on development
| * | | Fix linter and prettierJacob Evans2018-04-187-12/+26
|/ / /
* | | Merge pull request #527 from avonian/redundant_order_removal_bugFabio Berger2018-04-182-0/+7
|\ \ \ | |/ / |/| | Fix redundant expired order removal bug
| * | Update CHANGELOGAra Kevonian2018-04-171-0/+4
| | |
| * | Revert removeOrder flag in favor of noopAra Kevonian2018-04-172-5/+6
| | |
| * | Fix redundant expired order removal bugAra Kevonian2018-04-171-3/+5
|/ /
* | Merge pull request #510 from avonian/developmentFabio Berger2018-04-1711-32/+165
|\ \ | |/ |/| Implement `zeroEx.exchange.getOrderStateAsync`
| * Use this.defaultBlock in OrderFilledCancelledLazyStoreAra Kevonian2018-04-171-2/+2
| |
| * Add stateLayer param to getOrderState and clean up variable namesAra Kevonian2018-04-177-28/+39
| |
| * Rename BalanceAndAllowanceFetchers to BalanceAndProxyAllowanceFetchersAra Kevonian2018-04-135-17/+17
| |
| * Implement Simple FetchersAra Kevonian2018-04-138-8/+58
| |
| * Modify lazy stores to implement abstract fetcher classesAra Kevonian2018-04-108-31/+50
| |
| * Lint/PrettifyAra Kevonian2018-04-094-38/+33
| |
| * Implement `zeroEx.exchange.getOrderStateAsync`Ara Kevonian2018-04-093-18/+76
| |
* | Reduce wiki article padding on mobile and remove commented out codeFabio Berger2018-04-171-4/+1
| |
* | Merge pull request #524 from 0xProject/feature/0x.js/remove-hd-wallet-from-testJacob Evans2018-04-176-57/+30
|\ \ | | | | | | Remove truffle-hdwallet from 0x.js tests
| * \ Merge branch 'development' into feature/0x.js/remove-hd-wallet-from-testJacob Evans2018-04-1750-670/+636
| |\ \ | |/ / |/| |
* | | Merge pull request #512 from 0xProject/feature/resolverLeonid Logvinov2018-04-1745-663/+635
|\ \ \ | | | | | | | | Dependencies resolver for deployer
| * | | Rename resolver to sol-resolverLeonid Logvinov2018-04-1620-108/+35
| | | |
| * | | Uncomment testsLeonid Logvinov2018-04-132-9/+6
| | | |
| * | | Rename getAllContracts to getAllLeonid Logvinov2018-04-133-3/+3
| | | |
| * | | Introduce packagePathLeonid Logvinov2018-04-131-1/+2
| | | |
| * | | Remove artifactsLeonid Logvinov2018-04-1314-5529/+0
| | | |
| * | | Fix testsLeonid Logvinov2018-04-122-2/+3
| | | |
| * | | Implement the resolverLeonid Logvinov2018-04-1236-450/+408
| | | |
| * | | Use solc.compileStandardWrapperLeonid Logvinov2018-04-121-9/+11
| | | |
| * | | Improve on readabilityLeonid Logvinov2018-04-123-23/+16
| | | |
| * | | Update CHANGELOG'sLeonid Logvinov2018-04-121-0/+9
| | | |
| * | | Use solc.compileStandardWrapperLeonid Logvinov2018-04-127-62/+208
| | | |
| * | | Add ony abi-gen changes from Greg's PRLeonid Logvinov2018-04-1216-56/+387
| | | |
| * | | Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-1240-521/+5657
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9.
* | | | Add SignedOrder type to 0x Connect docsFabio Berger2018-04-131-1/+1
| | | |
* | | | Standardize external type linksFabio Berger2018-04-133-6/+6
| | | |
* | | | Fix calendar text color to it shows upFabio Berger2018-04-131-1/+1
| | | |
| | * | Change changelog note as it has no public impactJacob Evans2018-04-171-2/+1
| | | |
| | * | Prettier on CHANGELOG.jsonJacob Evans2018-04-141-1/+1
| | | |
| | * | Update the Changelog with pr numberJacob Evans2018-04-143-1/+19
| | | |
| | * | Remove truffle-hdwallet from 0x.js testsJacob Evans2018-04-134-57/+19
| |/ / |/| |
* | | Add /jobs endpoint to website, link to it and have it re-direct to AngellistFabio Berger2018-04-135-5/+19
| | |
* | | Remove unneeded template stringsFabio Berger2018-04-131-4/+5
| | |
* | | Remove legacy exportFabio Berger2018-04-131-1/+0
| | |
* | | Merge pull request #523 from ritave/patch-1Leonid Logvinov2018-04-121-1/+0
|\ \ \ | |/ / |/| | Remove Greenkeeper from README
| * | Remove Greenkeeper from READMEOlaf Tomalka2018-04-121-1/+0
|/ / | | | | Greenkeeper doesn't support Monorepos as of yet
* | Merge pull request #507 from ↵Jacob Evans2018-04-1221-130/+704
|\ \ | | | | | | | | | | | | 0xProject/feature/subproviders/mnemonic-wallet-subprovider Mnemonic wallet subprovider and multiple accounts in ledger
| * | Revert Ledger back to assigning ledgerClient to instance variableJacob Evans2018-04-123-15/+22
| | |
| * | Rename to parentDerivedKeyInfo to be explicity about how we walk the treeJacob Evans2018-04-121-8/+8
| | |
| * | Pluck key off of base path branch for MnemonicJacob Evans2018-04-124-35/+32
| | | | | | | | | | | | This reduces the tree walk complexity in wallet utils as it is assumed that we always walk relative. It also removes a HACK :)
| * | Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-12179-635/+1672
| |\ \
| * | | Update documentation and add to website docsJacob Evans2018-04-115-23/+27
| | | |
| * | | Renamed DerivedHDKey to DerivedHDKeyInfoJacob Evans2018-04-1112-157/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added assertions on addresses for public methods Throw a helpful error message when signer address is not instantiated address in PrivateKeyWalletSubprovider Update changelog and rename derivationBasePath to baseDerivationPath When returning undefined use pattern of IfExists Added configuration object for MnemonicWallet Put constants back into each individual wallet rather than in walletUtils Delete accidental package-lock.json
| * | | Update website to support latest ledgerJacob Evans2018-04-115-16/+26
| | | |
| * | | Move type declaration for hdkey to typescript-typingsJacob Evans2018-04-113-13/+20
| | | |
| * | | Test valid address format but not foundJacob Evans2018-04-115-12/+26
| | | |
| * | | Update JSDoc for methods in ledger and mnemonic walletJacob Evans2018-04-113-11/+11
| | | |
| * | | Update changelog and add derivationBasePathJacob Evans2018-04-115-29/+33
| | | |
| * | | Follow file naming pattern for mnemonic and private key subproviderJacob Evans2018-04-113-3/+3
| | | |
| * | | Iterator pattern for walking derived keysJacob Evans2018-04-113-45/+62
| | | |
| * | | Tests for signed transactions and multiple accountsJacob Evans2018-04-113-0/+12
| | | |
| * | | Test signed messages with the second accountJacob Evans2018-04-113-1/+15
| | | |
| * | | Throw errors when the address is not specified or invalidJacob Evans2018-04-119-42/+67
| | | |
| * | | Add isChildKey to derived keyJacob Evans2018-04-114-72/+73
| | | |
| * | | Improve Documentation for functions and constructorsJacob Evans2018-04-102-6/+24
| | | |
| * | | Rename to IS_CHILD_KEYJacob Evans2018-04-103-19/+13
| | | |
| * | | Refactor ledger to support multiple accounts with from addressJacob Evans2018-04-108-62/+103
| | | |
| * | | Added walletUtils and address in signMessageJacob Evans2018-04-107-64/+149
| | | |
| * | | Add Mnemonic wallet subproviderJacob Evans2018-04-0610-4/+320
| | | |
* | | | Fix web3-wrapper versionFabio Berger2018-04-121-1/+1
| | | |
* | | | Merge pull request #520 from 0xProject/fix/installation-testsFabio Berger2018-04-129-14/+16
|\ \ \ \ | |_|/ / |/| | | Fix the publishing/installation test issues
| * | | Fix some of the publishing/installation issuesLeonid Logvinov2018-04-1210-14/+17
| | | |
* | | | Merge pull request #519 from 0xProject/fix/docImprovementsFabio Berger2018-04-1224-52/+121
|\ \ \ \ | | | | | | | | | | Doc fixes and improvements
| * \ \ \ Merge branch 'development' into fix/docImprovementsFabio Berger2018-04-12136-543/+1030
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Prettier ignore Metacoin artifacts Publish Updated CHANGELOGS Improve deployer error message Fix 0x.js tests Fix lint issue Simply export Move NULL_BYTES to @0xproject/utils Simplify the tests Fix lint error Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Refactor publish script to have it's main execution body be lean and discrete steps Removed unused command Remove 0x.js test artifacts Fix tslint Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts Remove unused var Refactor RedundantRpcSubprovider into RedundantSubprovider ... # Conflicts: # packages/react-docs/CHANGELOG.json
* | | | | Merge pull request #500 from 0xProject/removeMigrateStepFabio Berger2018-04-1282-350/+476
|\ \ \ \ \ | |_|/ / / |/| | | | Run all tests against in-process Ganache
| * | | | Merge branch 'development' into removeMigrateStepFabio Berger2018-04-1263-165/+357
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Publish Updated CHANGELOGS # Conflicts: # packages/0x.js/package.json # packages/deployer/package.json # packages/utils/CHANGELOG.json
* | | | | Publishcontracts@2.1.22@0xproject/website@0.0.25@0xproject/testnet-faucets@1.0.23@0xproject/sra-report@0.0.8@0xproject/react-docs-example@0.0.7@0xproject/monorepo-scripts@0.1.17@0xproject/metacoin@0.0.3@0xproject/dev-utils@0.3.5@0xproject/base-contract@0.2.0Leonid Logvinov2018-04-1224-155/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.36.0 - @0xproject/abi-gen@0.2.10 - @0xproject/assert@0.2.6 - @0xproject/base-contract@0.2.0 - @0xproject/connect@0.6.9 - contracts@2.1.22 - @0xproject/deployer@0.4.0 - @0xproject/dev-utils@0.3.5 - @0xproject/json-schemas@0.7.20 - @0xproject/metacoin@0.0.3 - @0xproject/monorepo-scripts@0.1.17 - @0xproject/react-docs-example@0.0.7 - @0xproject/react-docs@0.0.7 - @0xproject/react-shared@0.1.2 - @0xproject/sol-cov@0.0.7 - @0xproject/sra-report@0.0.8 - @0xproject/subproviders@0.8.5 - @0xproject/testnet-faucets@1.0.23 - @0xproject/tslint-config@0.4.15 - @0xproject/types@0.6.0 - @0xproject/typescript-typings@0.1.0 - @0xproject/utils@0.5.1 - @0xproject/web3-wrapper@0.6.0 - @0xproject/website@0.0.25
* | | | | Updated CHANGELOGSLeonid Logvinov2018-04-1238-7/+199
| | | | |
| * | | | Prettier ignore Metacoin artifactsFabio Berger2018-04-121-0/+1
| | | | |
| * | | | Improve deployer error messageFabio Berger2018-04-111-1/+1
| | | | |
| * | | | Fix 0x.js testsFabio Berger2018-04-111-1/+2
| | | | |
| * | | | Fix lint issueFabio Berger2018-04-111-2/+2
| | | | |
| * | | | Simply exportFabio Berger2018-04-111-3/+1
| | | | |
| * | | | Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-1110-117/+35
| | | | |
| * | | | Simplify the testsFabio Berger2018-04-115-10/+6
| | | | |
| * | | | Merge branch 'development' into removeMigrateStepFabio Berger2018-04-1140-167/+815
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix lint error Fix documentation links in some READMEs Fix relative link Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Added a detailed description of `renameOverloadedMethods` (special thanks to @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading. Updated deployer to accept a list of contract directories as input. Contract directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions. Refactor publish script to have it's main execution body be lean and discrete steps # Conflicts: # packages/contracts/package.json # packages/deployer/package.json
* | | | | Merge pull request #514 from 0xProject/publishImprovementsFabio Berger2018-04-118-30/+199
|\ \ \ \ \ | | | | | | | | | | | | Add Doc Page Check To Publish Flow
| * | | | | Fix lint errorFabio Berger2018-04-111-0/+1
| | | | | |
| * | | | | Add step to publishing that upload staging doc jsons, deploys staging ↵Fabio Berger2018-04-105-8/+152
| | | | | | | | | | | | | | | | | | | | | | | | website, opens every docs page and asks the dev to confirm that each one renders properly before publishing
| * | | | | Fix web3Wrapper build commandFabio Berger2018-04-101-1/+1
| | | | | |
| * | | | | Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 ↵Fabio Berger2018-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | bucket for all packages with a docs page
| * | | | | Refactor publish script to have it's main execution body be lean and ↵Fabio Berger2018-04-092-21/+44
| | |_|_|/ | |/| | | | | | | | | | | | | discrete steps
| | * | | Removed unused commandFabio Berger2018-04-091-4/+0
| | | | |
| | * | | Remove 0x.js test artifactsFabio Berger2018-04-0914-5555/+0
| | | | |
| | * | | Fix tslintFabio Berger2018-04-091-2/+2
| | | | |
| | * | | Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵Fabio Berger2018-04-0926-32/+181
| | | | | | | | | | | | | | | | | | | | and contracts