aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-05273-2694/+8347
|\
| * merge v2-prototypeFabio Berger2018-07-0454-297/+760
| |\
| | * Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-0453-479/+656
| | |\
| | | * Use stub in test to avoid difference in setup, how network requests take placeFabio Berger2018-07-042-0/+7
| | | |
| | | * Merge pull request #811 from 0xProject/feature/website/onboarding-polish-2Francesco Agosti2018-07-0410-48/+111
| | | |\ | | | | | | | | | | Add Hotjar, and other small improvements
| | | | * Persist whether onboarding is open or close across refreshesfragosti2018-07-041-1/+3
| | | | |
| | | | * Fix lintingfragosti2018-07-042-3/+2
| | | | |
| | | | * Merge branch 'fixed-position-onboarding' into ↵fragosti2018-07-042-33/+67
| | | | |\ | | | | | | | | | | | | | | | | | | feature/website/onboarding-polish-2
| | | | | * Implement fixed position onboarding optionfragosti2018-07-032-33/+67
| | | | | |
| | | | * | Remove unused importfragosti2018-07-031-1/+0
| | | | | |
| | | | * | Add end comment to hotjar tracking codefragosti2018-07-031-0/+1
| | | | | |
| | | | * | Add media file and remove stray commentfragosti2018-07-032-2/+15
| | | | |/
| | | | * Add media query abstraction around ScreenWidths and stop relayer grid hover ↵fragosti2018-07-035-10/+22
| | | | | | | | | | | | | | | | | | | | effect on mobile
| | | | * Remove max-width from onboarding card to support iPadfragosti2018-07-031-1/+1
| | | | |
| | | | * Only auto-start onboarding if blockchain is loadedfragosti2018-07-031-2/+5
| | | | |
| | | * | Merge pull request #812 from 0xProject/fix/revert-assertions-improvementsAlex Browne2018-07-0424-221/+298
| | | |\ \ | | | | | | | | | | | | Improve robustness of revert reason assertions
| | | | * | Move NodeType caching out of web3-wrapper and into our internal codeAlex Browne2018-07-043-12/+19
| | | | | |
| | | | * | Update CHANGELOG.json for ethereum-types and web3-wrapperAlex Browne2018-07-042-0/+14
| | | | | |
| | | | * | Add TransactionReceiptStatus type to ethereum-typesAlex Browne2018-07-042-3/+5
| | | | | |
| | | | * | Actually cache node type in web3-wrapperAlex Browne2018-07-041-0/+6
| | | | | |
| | | | * | Improve robustness of revert reason assertionsAlex Browne2018-07-0321-221/+269
| | | | | |
| | * | | | Specify the lint rule to disableJacob Evans2018-07-041-3/+3
| | | | | |
| | * | | | Fix unused importsJacob Evans2018-07-031-6/+1
| | | | | |
| | * | | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-0350-187/+283
| | |\ \ \ \
| | * | | | | compiler and ts lint are confused about ContractEventArgsJacob Evans2018-07-031-8/+23
| | | | | | |
| | * | | | | Remove duplicated typescript-typings in package.jsonJacob Evans2018-07-021-1/+0
| | | | | | |
| | * | | | | Remove duplicate type definitions.Jacob Evans2018-07-023-59/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear private key earlier Fix changelog in typescript-typings from bad merge
| | * | | | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-02277-8779/+9291
| | |\ \ \ \ \
| | * | | | | | Use PrivateKeySubprovider inside eth lightwalletJacob Evans2018-07-023-71/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's a loss of information when hex encoding and passing to eth light wallet (chain id is lost). This results in a different signature. While it may work on testnets it is not sufficient for our test cases. We can export the private key and use it in our PrivateKeyWalletSubprovider
| | * | | | | | Small stylistic tweaksFabio Berger2018-06-263-11/+1
| | | | | | | |
| | * | | | | | Fix and imprrove ethLightWalletSubproviderFabio Berger2018-06-263-15/+17
| | | | | | | |
| | * | | | | | Remove legacy named subproviderFabio Berger2018-06-261-100/+0
| | | | | | | |
| | * | | | | | Format typeFabio Berger2018-06-261-20/+47
| | | | | | | |
| | * | | | | | Remove duplicate typeFabio Berger2018-06-261-23/+0
| | | | | | | |
| | * | | | | | Fix Tslint issuesFabio Berger2018-06-269-41/+31
| | | | | | | |
| | * | | | | | Add eth-lightwallet subprovider and testsCavan2018-06-265-5/+120
| | | | | | | |
| | * | | | | | Move eth-lightwallet declaration to typingsCavan2018-06-262-38/+26
| | | | | | | |
| | * | | | | | Format subprovider using prettierCavan2018-06-262-18/+8
| | | | | | | |
| | * | | | | | Update changelogsCavan2018-06-262-0/+16
| | | | | | | |
| | * | | | | | Remove timestamps and fix typingsCavan2018-06-263-3/+27
| | | | | | | |
| | * | | | | | Formatting and standards updatesCavan2018-06-264-0/+320
| | | | | | | |
| * | | | | | | Add missing undefined checkFabio Berger2018-07-041-0/+1
| | | | | | | |
| * | | | | | | improve commentFabio Berger2018-07-041-1/+1
| | | | | | | |
| * | | | | | | remove console.logFabio Berger2018-07-041-1/+0
| | | | | | | |
| * | | | | | | Fix conditionalFabio Berger2018-07-041-3/+4
| | | | | | | |
| * | | | | | | Rename to InjectedProvider and make publicConfigStore optionalFabio Berger2018-07-041-3/+3
| | | | | | | |
| * | | | | | | Remove hack since latest web3-provider-engine fixed underlying issueFabio Berger2018-07-041-5/+0
| | | | | | | |
| * | | | | | | Fix instance variable nameFabio Berger2018-07-041-6/+6
| | | | | | | |
| * | | | | | | Fix linterFabio Berger2018-07-041-1/+1
| | | | | | | |
| * | | | | | | Fix typeFabio Berger2018-07-041-1/+5
| | | | | | | |
| * | | | | | | Fix package.jsonFabio Berger2018-07-041-1/+1
| | | | | | | |
| * | | | | | | Rename subprovider in blockchain.tsFabio Berger2018-07-041-2/+2
| | | | | | | |
| * | | | | | | Remove unused imported Web3.jsFabio Berger2018-07-044-5/+1
| | | | | | | |
| * | | | | | | Remove dep on Web3 in Website. Introduced InjectedWeb3 type.Fabio Berger2018-07-044-13/+32
| | | | | | | |
| * | | | | | | Fix importFabio Berger2018-07-041-1/+1
| | | | | | | |
| * | | | | | | Refactor testnet-faucet to use web3Wrapper instead of web3 directlyFabio Berger2018-07-043-19/+13
| | | | | | | |
| * | | | | | | Replace use of web3 w/ web3wrapper in subproviders and rename injectedWeb3 ↵Fabio Berger2018-07-044-16/+36
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | to signer subprovider for clarity
| * | | | | | Merge pull request #799 from 0xProject/feature/website/wallet-menuBrandon Millman2018-07-049-199/+213
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add menu for at the top of wallet and top right component
| | * | | | | | Remove InstallPromptBrandon Millman2018-07-042-61/+0
| | | | | | | |
| | * | | | | | Implement clickaway for wallet menu on mobileBrandon Millman2018-07-042-14/+24
| | | | | | | |
| | * | | | | | Add optional onClick to Link simple menu itemBrandon Millman2018-07-031-2/+7
| | | | | | | |
| | * | | | | | Lint fixesBrandon Millman2018-07-024-17/+5
| | | | | | | |
| | * | | | | | More cleanupBrandon Millman2018-07-022-31/+31
| | | | | | | |
| | * | | | | | Consolidate logic for common menu itemsBrandon Millman2018-07-023-33/+74
| | | | | | | |
| | * | | | | | Give connected header accessory more paddingBrandon Millman2018-07-021-9/+13
| | | | | | | |
| | * | | | | | Implement correct behavior for menu in the walletBrandon Millman2018-07-026-31/+52
| | | | | | | |
| | * | | | | | Add menu to walletBrandon Millman2018-07-021-8/+32
| | | | | | | |
| | * | | | | | Implement simple menuBrandon Millman2018-07-025-91/+50
| | | | | | | |
| | * | | | | | Clean up a bit of the provider display logicBrandon Millman2018-07-023-73/+80
| | | | | | | |
| | * | | | | | Implement icon buttonBrandon Millman2018-07-022-2/+18
| | | |/ / / / | | |/| | | |
| * | | | | | Fix alignmentFabio Berger2018-07-047-7/+7
| | | | | | |
| * | | | | | Update blockstream to latest version, propogate errors to top-level callersFabio Berger2018-07-043-3/+20
| | | | | | |
| * | | | | | Update web3-provider-engine version w/o caretFabio Berger2018-07-037-7/+7
| | | | | | |
| * | | | | | Update web3-provider-engineFabio Berger2018-07-037-7/+7
| | | | | | |
| * | | | | | Merge pull request #801 from feuGeneA/patch-3Fabio Berger2018-07-031-2/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | in subproviders/package.json, cite typescript-typings only once
| | * | | | | in subproviders, cite typescript-typings only onceF. Eugene Aumson2018-07-021-2/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `yarn build` was giving the following warning: warning package.json: "dependencies" has dependency "@0xproject/typescript-typings" with range "^0.4.1" that collides with a dependency in "devDependencies" of the same name with version "^0.4.2"
| * | | | | Merge pull request #806 from ↵Brandon Millman2018-07-034-0/+11
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/website/mobile-readable-web3-names Add detection logic for Toshi and Cipher
| | * | | | | Add human readable names for Toshi and CipherBrandon Millman2018-07-034-0/+11
| | | | | | |
| * | | | | | Merge pull request #808 from 0xProject/feature/website/better-balance-formattingBrandon Millman2018-07-034-18/+23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add better balance formatting rules for balances and usd values
| | * | | | | | Add better balance formatting rules for balances and usd valuesBrandon Millman2018-07-034-18/+23
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #810 from 0xProject/feature/wesbite/remove-add-balanceBrandon Millman2018-07-035-42/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove increase balance link from balance_bounded_input component
| | * | | | | | Remove increase balance link from balance_bounded_input componentBrandon Millman2018-07-035-42/+2
| | | | | | | |
| * | | | | | | Use new lock svgBrandon Millman2018-07-032-2/+5
| |/ / / / / /
| * | / / / / Always show the wrap ether row in between ETH and WETHBrandon Millman2018-07-032-18/+20
| | |/ / / / | |/| | | |
| * | | | | Update start onboarding copy and relayer grid empty colorBrandon Millman2018-07-033-7/+10
| |/ / / /
| * | | / Add Alex Browne to about pagefragosti2018-07-032-10/+19
| | |_|/ | |/| |
| * | | Update incorrect versions of depsFabio Berger2018-07-0218-19/+19
| | | |
| * | | Add new changelog entryFabio Berger2018-07-021-0/+9
| | | |
| * | | fix prettierFabio Berger2018-07-021-4/+4
| | | |
| * | | Git command outputs logs to stdErr so only way to check for errors if with ↵Fabio Berger2018-07-021-6/+8
| | | | | | | | | | | | | | | | try/catch
| * | | Remove remote tag before local oneFabio Berger2018-07-021-6/+6
| | | |
| * | | Add logs for when tags get removedFabio Berger2018-07-021-0/+2
| | | |
| * | | combine changelog entries since we haven't published yetFabio Berger2018-07-022-10/+5
| | | |
| * | | version outdatedFabio Berger2018-07-021-1/+1
| | | |
| * | | Throw if changelog version is below package.json versionFabio Berger2018-07-021-0/+3
| | | |
| * | | Update outdated changelogsFabio Berger2018-07-024-2/+23
| | | |
| * | | Fix bug where 18 decimal tokens instead of 5 decimal tokens createdFabio Berger2018-07-021-1/+1
| | | |
| * | | Disable custom-no-magic-number for blockFabio Berger2018-07-021-0/+2
| | | |
| * | | Remove unused variableFabio Berger2018-07-021-1/+0
| | | |
| * | | Merge branch 'v2-prototype' into fix/five_decimal_scenarioFabio Berger2018-07-02201-1991/+5671
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (75 commits) Update relayer grid tiles to use Text Fix build Update file structure Update 2.0.0 artifacts Move ledgerhq module declarations to typescript-typings Export LedgerEthereumClient type in subproviders Update artifacts Add logging and updated artifacts Fix migrations Run prettier Add Kovan artifacts Use ledger subprovider Add Kovan migrations Remove state variable from Link component in Portal Make registerAssetProxy append only Update staging api link Change getTransactionReceipt to awaitTransactionMined Move /docs route to the end Remove extra call to scrollIntoView for wallet in onboarding Update expectRevertReasonOrAlwaysFailingTransactionAsync to check status codes ...
| | * | Update relayer grid tiles to use TextBrandon Millman2018-07-012-50/+17
| | | |
| | * | Fix buildAmir Bandeali2018-06-307-31/+31
| | | |
| | * | Update file structureAmir Bandeali2018-06-30125-199/+195
| | | |
| | * | Merge pull request #770 from 0xProject/feature/migrations/kovan-deployAmir Bandeali2018-06-3025-227/+3803
| | |\ \ | | | | | | | | | | Add Kovan migrations
| | | * | Update 2.0.0 artifactsAmir Bandeali2018-06-305-149/+99
| | | | |
| | | * | Move ledgerhq module declarations to typescript-typingsAmir Bandeali2018-06-307-79/+59
| | | | |
| | | * | Export LedgerEthereumClient type in subprovidersAmir Bandeali2018-06-304-49/+19
| | | | |
| | | * | Update artifactsAmir Bandeali2018-06-304-12/+26
| | | | |
| | | * | Add logging and updated artifactsAmir Bandeali2018-06-305-32/+45
| | | | |
| | | * | Fix migrationsAmir Bandeali2018-06-307-3451/+3402
| | | | |
| | | * | Run prettierAmir Bandeali2018-06-304-3369/+3442
| | | | |
| | | * | Add Kovan artifactsAmir Bandeali2018-06-304-0/+3373
| | | | |
| | | * | Use ledger subproviderAmir Bandeali2018-06-3013-46/+159
| | | | |
| | | * | Add Kovan migrationsAmir Bandeali2018-06-3010-13/+152
| | | | |
| | * | | Merge pull request #787 from 0xProject/feature/website/portal-onboarding-polishFrancesco Agosti2018-06-3019-360/+354
| | |\ \ \ | | | |/ / | | |/| | Portal v2 onboarding polish
| | | * | Remove state variable from Link component in Portalfragosti2018-06-301-4/+1
| | | | |
| | | * | Remove extra call to scrollIntoView for wallet in onboardingfragosti2018-06-301-4/+0
| | | | |
| | | * | Bump automatic show onborading delay by 1000msfragosti2018-06-301-1/+1
| | | | |
| | | * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-3058-5503/+1792
| | | |\ \ | | | | | | | | | | | | | | | | | | feature/website/portal-onboarding-polish
| | | * | | Fix onboarding always startingfragosti2018-06-301-1/+2
| | | | | |
| | | * | | Rename userHasAllowances bool to follow proper conventionfragosti2018-06-302-6/+6
| | | | | |
| | | * | | Allow you to continue the onboarding flow once youve installed metamask and ↵fragosti2018-06-305-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | refreshed the page
| | | * | | Use Image component where relevant and add back tracked token timestamp logicfragosti2018-06-303-8/+24
| | | | | |
| | | * | | Bold all balances in onboardingfragosti2018-06-292-6/+8
| | | | | |
| | | * | | Customize allowance setting onboarding step if you have your allowances setfragosti2018-06-292-0/+4
| | | | | |
| | | * | | Re-center react-popper on every stepfragosti2018-06-292-16/+4
| | | | | |
| | | * | | Fix button hover and active hover statefragosti2018-06-291-1/+1
| | | | | |
| | | * | | Show eth balance in add eth balance onboarding stepfragosti2018-06-293-11/+16
| | | | | |
| | | * | | Change onboarding flow to communicate 3 stepsfragosti2018-06-292-6/+10
| | | | | |
| | | * | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-2948-1012/+2580
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | feature/website/portal-onboarding-polish
| | | * | | | Scroll to top when going to relayers page from onboardingfragosti2018-06-281-0/+1
| | | | | | |
| | | * | | | Bring you directly to relayers page once you finish onboardingfragosti2018-06-283-1/+14
| | | | | | |
| | | * | | | Remove period in title from last stepfragosti2018-06-281-1/+1
| | | | | | |
| | | * | | | Always restart onboarding from 0 and other small improvementsfragosti2018-06-282-3/+5
| | | | | | |
| | | * | | | Customize flow depending on what steps you've completedfragosti2018-06-284-20/+43
| | | | | | |
| | | * | | | Break wrapping ETH into a 3rd stepfragosti2018-06-282-5/+24
| | | | | | |
| | | * | | | Fix animation when coming from bottomfragosti2018-06-281-0/+6
| | | | | | |
| | | * | | | Fix width issue with onboarding card on mobilefragosti2018-06-282-1/+3
| | | | | | |
| | | * | | | Clicking overlay closes onboardingfragosti2018-06-284-6/+12
| | | | | | |
| | | * | | | Fix z index issue with wrap buttons and onboarding cardsfragosti2018-06-282-1/+2
| | | | | | |
| | | * | | | Break wrath ETH step into 2fragosti2018-06-283-70/+72
| | | | | | |
| | | * | | | Fix skip button position on first stepfragosti2018-06-281-11/+15
| | | | | | |
| | | * | | | Make onboarding bounce around lessfragosti2018-06-282-13/+5
| | | | | | |
| | | * | | | Scroll to wallet when onboarding automatically starts as wellfragosti2018-06-281-1/+4
| | | | | | |
| | | * | | | Change asset for final onboarding stepfragosti2018-06-281-217/+122
| | | | | | |
| | * | | | | Make registerAssetProxy append onlyAmir Bandeali2018-06-3012-203/+68
| | | | | | |
| | * | | | | Update staging api linkBrandon Millman2018-06-301-1/+1
| | | | | | |
| | * | | | | Merge pull request #793 from 0xProject/feature/contracts/transferFromFallbackAmir Bandeali2018-06-3012-383/+437
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Optimize transferFrom (saves ~2000 gas /fill)
| | | * | | | | Change getTransactionReceipt to awaitTransactionMinedAmir Bandeali2018-06-301-1/+1
| | | | | | | |
| | | * | | | | Update expectRevertReasonOrAlwaysFailingTransactionAsync to check status codesAlex Browne2018-06-302-27/+38
| | | | | | | |
| | | * | | | | Fix deployment to gethAmir Bandeali2018-06-302-7/+6
| | | | | | | |
| | | * | | | | Fix testsAmir Bandeali2018-06-306-79/+146
| | | | | | | |
| | | * | | | | Remove transferFrom, implement in fallback functionAmir Bandeali2018-06-306-290/+267
| | | | |_|/ / | | | |/| | |
| | * / | | | Move /docs route to the endBrandon Millman2018-06-301-1/+1
| | |/ / / /
| | * | | | Merge pull request #792 from 0xProject/feature/website/wallet-polishBrandon Millman2018-06-3024-397/+585
| | |\ \ \ \ | | | | | | | | | | | | | | Various wallet polish items
| | | * | | | Change function to a constBrandon Millman2018-06-301-2/+2
| | | | | | |
| | | * | | | Move wallet scrollIntoView into PortalOnboardingFlowBrandon Millman2018-06-302-7/+7
| | | | | | |
| | | * | | | Add dollar sign to NullTokenRowBrandon Millman2018-06-291-1/+1
| | | | | | |
| | | * | | | Remove unused imports and variablesBrandon Millman2018-06-295-20/+1
| | | | | | |
| | | * | | | Refactor inline styles out of WalletBrandon Millman2018-06-296-132/+139
| | | | | | |
| | | * | | | Remove some hardcoded MetaMask colorsBrandon Millman2018-06-292-3/+5
| | | | | | |
| | | * | | | Create AccountConnection componentBrandon Millman2018-06-293-31/+61
| | | | | | |
| | | * | | | Fix scrollbar bugBrandon Millman2018-06-291-1/+1
| | | | | | |
| | | * | | | Start onboarding from relayer indexBrandon Millman2018-06-291-6/+20
| | | | | | |
| | | * | | | Fix learn how to set up account layoutBrandon Millman2018-06-292-11/+13
| | | | | | |
| | | * | | | Fix typoBrandon Millman2018-06-291-1/+1
| | | | | | |
| | | * | | | Get rid of unused stuff in walletBrandon Millman2018-06-291-65/+1
| | | | | | |
| | | * | | | Fix body overlay on mobileBrandon Millman2018-06-292-3/+3
| | | | | | |
| | | * | | | Change learn how to update your account stylingBrandon Millman2018-06-291-27/+17
| | | | | | |
| | | * | | | Fix key issue and remove WalletDisconnectedItemBrandon Millman2018-06-292-112/+1
| | | | | | |
| | | * | | | Implement new locked and uninstalled statesBrandon Millman2018-06-297-7/+178
| | | | | | |
| | | * | | | Fix off center icon in walletBrandon Millman2018-06-291-4/+7
| | | | | | |
| | | * | | | Change wallet margin based on hover to prevent re-layoutBrandon Millman2018-06-291-0/+1
| | | | | | |
| | | * | | | Update ProviderDisplay with new designBrandon Millman2018-06-295-37/+118
| | | | | | |
| | | * | | | Implement provider name in headerBrandon Millman2018-06-292-4/+18
| | | | | | |
| | | * | | | Implement loading body rowsBrandon Millman2018-06-294-28/+80
| | | | | | |
| | | * | | | Added Circle componentBrandon Millman2018-06-293-6/+21
| | | | | | |
| | * | | | | Merge pull request #774 from 0xProject/style/contracts/abiEncodeAsmCommentsAmir Bandeali2018-06-302-0/+22
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Added some comments for ASM hashing
| | | * | | | | Updated hashing comments as-per PRGreg Hysen2018-06-291-9/+4
| | | | | | | |
| | | * | | | | Comments for ASM hashingGreg Hysen2018-06-262-0/+27
| | | | |_|_|/ | | | |/| | |
| | * | | | | Merge pull request #794 from 0xProject/fix/devnet-minimum-blocksAlex Browne2018-06-303-22/+40
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Improve reliability of the minimum block number hack for devnet/geth
| | | * | | | | Add @0xproject/utils as dependency to dev-utils/package.jsonAlex Browne2018-06-291-0/+1
| | | | | | | |
| | | * | | | | Improve reliability of the minimum block number hack for the devnet/gethAlex Browne2018-06-292-22/+39
| | | | |/ / / | | | |/| | |
| * | | | | | Add commented out scenarios not run by defaultFabio Berger2018-07-021-16/+82
| | | | | | |
| * | | | | | Fix commentFabio Berger2018-07-021-2/+1
| | | | | | |
| * | | | | | Fix validation logic by checking for 0 maker/taker amount before 0 ↵Fabio Berger2018-07-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fillTakerAssetAmount since one causes the other during combinatorial testing
| * | | | | | Print out entire orderFill scenarioFabio Berger2018-07-021-7/+1
| | | | | | |
| * | | | | | Transfer ERC721 token instead of burning, so we can still set an allowance ↵Fabio Berger2018-07-021-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to it in tests
| * | | | | | Fix bug where using nullAddress for order instead of actual taker addressFabio Berger2018-07-021-11/+3
| | | | | | |
| * | | | | | Add maker and taker balance/allowance scenarios to generateFillOrderCombinationFabio Berger2018-07-021-8/+24
| |/ / / / /
* | | | | | Revert all changes to the contractsLeonid Logvinov2018-07-0514-360/+64
| | | | | |
* | | | | | Fix build after rebaseLeonid Logvinov2018-06-292-3/+3
| | | | | |
* | | | | | Add a commentLeonid Logvinov2018-06-291-0/+2
| | | | | |
* | | | | | Assign true values to names varsLeonid Logvinov2018-06-291-8/+13
| | | | | |
* | | | | | Fix a typoLeonid Logvinov2018-06-291-1/+1
| | | | | |
* | | | | | Set the interval to 0 in awaitTranscationSuccessAsyncLeonid Logvinov2018-06-2910-34/+76
| | | | | |
* | | | | | Make promises dangerousLeonid Logvinov2018-06-293-3/+0
| | | | | |
* | | | | | Add a TODO commentLeonid Logvinov2018-06-291-0/+1
| | | | | |
* | | | | | Add isSubscriptionToken assertionLeonid Logvinov2018-06-294-0/+8
| | | | | |
* | | | | | Rename approved to approvedAddressLeonid Logvinov2018-06-291-2/+2
| | | | | |
* | | | | | Use removeUndefinedProperties for txOptsLeonid Logvinov2018-06-293-32/+55
| | | | | |
* | | | | | Rename getApprovedAsync to getApprovedIfExistsAsyncLeonid Logvinov2018-06-292-8/+11
| | | | | |
* | | | | | Add HACK commentsLeonid Logvinov2018-06-294-0/+8
| | | | | |
* | | | | | Add assertions for txOpts and methodOptsLeonid Logvinov2018-06-294-38/+75
| | | | | |
* | | | | | Remove v2 artifact scriptsLeonid Logvinov2018-06-291-4/+1
| | | | | |
* | | | | | Remove tokenTransferProxyAddress from configLeonid Logvinov2018-06-292-10/+6
| | | | | |
* | | | | | Add a hack commentLeonid Logvinov2018-06-291-0/+2
| | | | | |
* | | | | | Fix a typoLeonid Logvinov2018-06-291-1/+1
| | | | | |
* | | | | | Fix linter errorsLeonid Logvinov2018-06-291-2/+0
| | | | | |
* | | | | | Fix addresses in WETH9 and ZRX token artifactsLeonid Logvinov2018-06-292-2/+2
| | | | | |
* | | | | | Fix the token supply in migrationsLeonid Logvinov2018-06-291-1/+1
| | | | | |
* | | | | | Dump assert version and make the order-watcher depend on the old assert versionLeonid Logvinov2018-06-296-6/+6
| | | | | |
* | | | | | Change event args names after templates changeLeonid Logvinov2018-06-291-16/+16
| | | | | |
* | | | | | Change import paths from z_r_x and e_r_c to zrx and erc in migrationsLeonid Logvinov2018-06-292-5/+5
| | | | | |
* | | | | | Export newly refactored contracts from contract-wrappers and index.tsLeonid Logvinov2018-06-292-70/+50
| | | | | |
* | | | | | Change artifacts list and add dependencies to package.jsonLeonid Logvinov2018-06-291-6/+6
| | | | | |
* | | | | | Bump the version so that order-watcher doesn't pick it upLeonid Logvinov2018-06-291-1/+1
| | | | | |
* | | | | | Refactor event subscription testsLeonid Logvinov2018-06-291-13/+27
| | | | | |
* | | | | | Refactor typesLeonid Logvinov2018-06-291-35/+21
| | | | | |
* | | | | | Implement ERC721 token wrapper and token transfer proxy with testsLeonid Logvinov2018-06-294-0/+1008
| | | | | |
* | | | | | Refactor ERC20 token transfer proxy and it's testsLeonid Logvinov2018-06-292-29/+27
| | | | | |
* | | | | | Refactor ERC20 token wrapper and it's testsLeonid Logvinov2018-06-292-151/+208
| | | | | |
* | | | | | Refactor ether token wrapper testLeonid Logvinov2018-06-291-53/+64
| | | | | |
* | | | | | Refactor base contract-wrapper class to use new names, artifact format and ↵Leonid Logvinov2018-06-291-21/+13
| | | | | | | | | | | | | | | | | | | | | | | | only decode logs from that contract
* | | | | | Refactor EtherToken contract wrapper to use new names and artifacts formatLeonid Logvinov2018-06-291-19/+19
| | | | | |
* | | | | | Use new signature verification method in assertionsLeonid Logvinov2018-06-291-9/+12
| | | | | |
* | | | | | Export txDefaults from web3_wrapper.tsLeonid Logvinov2018-06-291-3/+7
| | | | | |
* | | | | | Refactor tokenUtils to not use tokenRegistryLeonid Logvinov2018-06-291-30/+42
| | | | | |
* | | | | | Add new test constantsLeonid Logvinov2018-06-291-0/+8
| | | | | |
* | | | | | Skip & refactor artifacts testsLeonid Logvinov2018-06-291-15/+9
| | | | | |
* | | | | | Run V2 migrations instead of V1 before testsLeonid Logvinov2018-06-291-3/+3
| | | | | |
* | | | | | Remove unused params in filter_utilsLeonid Logvinov2018-06-291-13/+3
| | | | | |
* | | | | | Start unused parameter names with underscoreLeonid Logvinov2018-06-291-4/+4
| | | | | |
* | | | | | Remove old contracts and add new ones to/from artifacts.tsLeonid Logvinov2018-06-291-14/+19
| | | | | |
* | | | | | Remove exchange-related functionality for nowLeonid Logvinov2018-06-2912-3691/+0
| | | | | |
* | | | | | Update compact_wrtifactsLeonid Logvinov2018-06-2914-1820/+3311
| | | | | |
* | | | | | Change import paths from z_r_x and e_r_c to zrx and erc. Also rename event ↵Leonid Logvinov2018-06-2912-61/+359
| | | | | | | | | | | | | | | | | | | | | | | | args after templates change
* | | | | | Change import paths from z_r_x and e_r_c to zrx and ercLeonid Logvinov2018-06-291-2/+2
| | | | | |
* | | | | | Rename TransferContractEventArgs to MetacoinTransferEventArgs after changing ↵Leonid Logvinov2018-06-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | contracts templates
* | | | | | Change import paths from z_r_x and e_r_c to zrx and ercLeonid Logvinov2018-06-292-4/+4
| | | | | |
* | | | | | Pin contract-wrappers versionLeonid Logvinov2018-06-291-1/+1
| | | | | |
* | | | | | Remove unused code/variables from abi-decoderLeonid Logvinov2018-06-291-2/+0
| | | | | |
* | | | | | Rename {{*}}ContractEventArgs to {{*}}EventArgs and append {{contractName}} ↵Leonid Logvinov2018-06-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | to each event name (ERC721TransferEventArgs instead of TransferContractEventArgs)
* | | | | | Update json-schema version to 1.0.0Leonid Logvinov2018-06-291-1/+1
| | | | | |
* | | | | | Remove generated contract directory before writing new contracts and replace ↵Leonid Logvinov2018-06-292-3/+5
|/ / / / / | | | | | | | | | | | | | | | z_r_x and e_r_c with zrx and erc accordingly
* | | | | Merge v2-prototypeFabio Berger2018-06-2952-1014/+2684
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix NotFound component and render 0x.js docs for /docsBrandon Millman2018-06-293-3/+5
| |/ / /
| * | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-29132-4133/+4839
| |\ \ \ | | | | | | | | | | | | | | | feature/website/support-new-metamask
| | * | | Remove isTracked field on token in favor of trackedTimestampBrandon Millman2018-06-2911-26/+31
| | | | |
| | * | | Use moment and lodashBrandon Millman2018-06-292-2/+3
| | | | |