aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Fix linter issueFabio Berger2018-06-081-1/+0
|
* Fix linter issueFabio Berger2018-06-081-1/+0
|
* Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-0845-285/+288
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix tslint issues Fix tslint failure Pass in fee and assetAmount rather then the whole signedOrder Fix missing paths Revert to returning orderState on invalid order - Refactor remainingFillableCalculator so it can be used for the maker and 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 cancelledAmount since in V2 it's binary. Fixed path Use source-map-support package to include correct line numbers in mocha move generated contract wrappers from `contract_wrappers/generated/` to `generated_contract_wrappers` in package with no non-generated contract wrappers
| * Merge pull request #678 from 0xProject/fix/order-utils/remaining-v2-changesFabio Berger2018-06-087-206/+206
| |\ | | | | | | Remaining Order-utils V2 Changes
| | * Fix tslint failureFabio Berger2018-06-085-10/+11
| | |
| | * Pass in fee and assetAmount rather then the whole signedOrderFabio Berger2018-06-083-45/+26
| | |
| | * Revert to returning orderState on invalid orderFabio Berger2018-06-081-1/+6
| | |
| | * - Refactor remainingFillableCalculator so it can be used for the maker and ↵Fabio Berger2018-06-082-141/+162
| | | | | | | | | | | | | | | | | | | | | 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 Berger2018-06-083-48/+40
| | | | | | | | | | | | cancelledAmount since in V2 it's binary.
| * | Merge pull request #670 from 0xProject/fix/generated-nestingFabio Berger2018-06-0825-62/+65
| |\ \ | | | | | | | | Remove unnecessary folder nesting
| | * | Fix tslint issuesFabio Berger2018-06-082-2/+2
| | | |
| | * | Fix missing pathsFabio Berger2018-06-082-5/+5
| | | |
| | * | Fixed pathFabio Berger2018-06-074-12/+12
| | | |
| | * | merge v2-prototypeFabio Berger2018-06-07287-2364/+2701
| | |\|
| | * | move generated contract wrappers from `contract_wrappers/generated/` to ↵Fabio Berger2018-06-0626-65/+68
| | | | | | | | | | | | | | | | `generated_contract_wrappers` in package with no non-generated contract wrappers
| * | | Merge pull request #676 from 0xProject/feature/mocha-source-mapsAlex Browne2018-06-0816-17/+17
| |\ \ \ | | |_|/ | |/| | Use source-map-support package to include correct line numbers in mocha
| | * | Use source-map-support package to include correct line numbers in mochaAlex Browne2018-06-0716-17/+17
| | | |
* | | | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-07286-2348/+2687
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx
| * | | Merge pull request #673 from mohoff/patch-1Fabio Berger2018-06-071-1/+1
| |\ \ \ | | | | | | | | | | typo
| | * | | typomohoff2018-06-071-1/+1
| | | | |
| * | | | Run prettierfragosti2018-06-078-27/+13
| | | | |
| * | | | Remove unused variablefragosti2018-06-071-1/+0
| | | | |
| * | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-079-39/+102
| |\ \ \ \ | | | |/ / | | |/| | | | | | | feature/improve-linting
| | * | | Merge pull request #672 from 0xProject/feature/website/account-management-polishBrandon Millman2018-06-079-39/+102
| | |\ \ \ | | | |/ / | | |/| | Account management polish
| | | * | Change shouldRenderHeader prop to shouldHideHeaderBrandon Millman2018-06-075-13/+13
| | | | |
| | | * | Fix undefined ether balanceBrandon Millman2018-06-063-9/+13
| | | | |
| | | * | Make scrollability a prop on TradeHistoryBrandon Millman2018-06-062-3/+10
| | | | |
| | | * | Fix EthWrappers background colorBrandon Millman2018-06-061-2/+2
| | | | |
| | | * | Update GenerateOrderForm and FillOrder componentsBrandon Millman2018-06-064-6/+34
| | | | |
| | | * | Update EthWrappers componentBrandon Millman2018-06-062-1/+7
| | | | |
| | | * | Update TradeHistory componentBrandon Millman2018-06-062-3/+16
| | | | |
| | | * | Hide action column on mainnetBrandon Millman2018-06-061-13/+14
| | | | |
| | | * | Fix TokenBalances background colorBrandon Millman2018-06-061-1/+1
| | | | |
| | | * | Add isFullWidth prop to TokenBalances componentBrandon Millman2018-06-062-1/+5
| | | | |
| * | | | Fix linting issuesfragosti2018-06-074-6/+3
| | | | |
| * | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-0759-255/+1016
| |\| | | | | | | | | | | | | | | | | | feature/improve-linting
| | * | | Apply prettierAlex Browne2018-06-072-3/+10
| | | | |
| | * | | Update contracts tests after rebaseAlex Browne2018-06-072-14/+14
| | | | |
| | * | | Apply various fixes based on PR feedbackAlex Browne2018-06-075-20/+79
| | | | |
| | * | | Document debug_increaseTime method and fix typo in devnet READMEAlex Browne2018-06-071-1/+36
| | | | |
| | * | | Use an enum for ProviderType in contracts/src/utils/web3_wrapperAlex Browne2018-06-071-4/+21
| | | | |
| | * | | Update contracts package READMEAlex Browne2018-06-071-0/+9
| | | | |
| | * | | Update relevant changelogsAlex Browne2018-06-072-0/+30
| | | | |
| | * | | Remove global gas estimate bufferAlex Browne2018-06-071-5/+1
| | | | |
| | * | | Add Async suffix to relevant assertionsAlex Browne2018-06-0714-112/+112
| | | | |
| | * | | Fix linter errorsAlex Browne2018-06-073-8/+38
| | | | |
| | * | | Update more things to work with both Geth and GanacheAlex Browne2018-06-076-50/+64
| | | | |
| | * | | Small fixes and cleanupAlex Browne2018-06-076-55/+5
| | | | |
| | * | | Add additional gas to calls to fillOrderNoThrowAlex Browne2018-06-073-152/+55
| | | | |
| | * | | Remove extra logs and other small fixesAlex Browne2018-06-074-19/+14
| | | | |
| | * | | Throw in web3-wrapper when rawCallResult is '0x'Alex Browne2018-06-074-6/+20
| | | | |
| | * | | Remove outdated todoAlex Browne2018-06-071-4/+0
| | | | |
| | * | | Fix some more test cases, especially those that call increaseTimeAlex Browne2018-06-074-55/+84
| | | | |
| | * | | Add support for TEST_PROVIDER env varAlex Browne2018-06-072-5/+6
| | | | |
| | * | | Update more tests to pass on GethAlex Browne2018-06-074-21/+29
| | | | |
| | * | | Get LibBytes tests working on both Ganache and GethAlex Browne2018-06-073-25/+34
| | | | |
| | * | | Add ability to quickly switch between Geth and Ganache by changing a constAlex Browne2018-06-072-4/+23
| | | | |
| | * | | Update exchange/transactions tests for Geth error messagesAlex Browne2018-06-071-4/+4
| | | | |
| | * | | Update some tests after rebaseAlex Browne2018-06-073-20/+29
| | | | |
| | * | | Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-0716-645/+771
| | | | |
| | * | | Increase gas limit to account for bigger ExchangeContractAlex Browne2018-06-072-2/+2
| | | | |
| | * | | Replace constant.REVERT test assertions with ↵Alex Browne2018-06-0712-170/+143
| | | | | | | | | | | | | | | | | | | | expectRevertOrAlwaysFailingTransaction
| | * | | Update code after rebaseAlex Browne2018-06-073-3/+8
| | | | |
| | * | | Use Geth for contract testsAlex Browne2018-06-0722-11/+337
| | | | |
| | * | | Merge pull request #669 from 0xProject/bug/website/fix-balance-renderingBrandon Millman2018-06-071-9/+14
| | |\ \ \ | | | | | | | | | | | | Update balance amount rendering logic
| | | * | | Update balance amount rendering logicBrandon Millman2018-06-061-9/+14
| | | |/ /
| | * | | Merge pull request #653 from 0xProject/feature/ethereum-types-docsLeonid Logvinov2018-06-0715-2/+190
| | |\ \ \ | | | | | | | | | | | | Add a documentation page for ethereum-types package
| | | * | | Add EthereumTypes to _renderDrawerLeonid Logvinov2018-06-071-0/+11
| | | | | |
| | | * | | Add a TODO comment on StructLog type in the docsLeonid Logvinov2018-06-051-1/+1
| | | | | |
| | | * | | Add a documentation page for ethereum typesLeonid Logvinov2018-06-0515-2/+179
| | | | | |
| * | | | | Get build and tests to passfragosti2018-06-0733-1524/+1440
| | | | | |
| * | | | | Fix merge conflictfragosti2018-06-071-14/+0
| | | | | |
| * | | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-0711-16/+12
| |\| | | | | | | | | | | | | | | | | | | | | | feature/improve-linting
| | * | | | Fix linter issues in generated contract wrappersLeonid Logvinov2018-06-073-4/+4
| | | | | |
| | * | | | Stop running prettier on generated filesLeonid Logvinov2018-06-078-13/+9
| | | |_|/ | | |/| |
| * | | | Use CLI for excludefragosti2018-06-076-14/+5
| | | | |
| * | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-0731-52/+62
| |\| | | | | | | | | | | | | | | | | | feature/improve-linting
| * | | | Add missing importFabio Berger2018-06-061-1/+1
| | | | |
| * | | | Fix remaining tslint issuesFabio Berger2018-06-065-26/+2
| | | | |
| * | | | merge v2-prototypeFabio Berger2018-06-0669-3860/+1198
| |\ \ \ \
| * | | | | Exclude generate contract wrappers from tslintFabio Berger2018-06-066-6/+6
| | | | | |
| * | | | | remove unused imports from 0x.js testFabio Berger2018-06-061-1/+1
| | | | | |
| * | | | | Remove unused imports from contract handlebar templateFabio Berger2018-06-061-2/+2
| | | | | |
| * | | | | Some cleanupfragosti2018-06-061-11/+3
| | | | | |
| * | | | | Linter now passesfragosti2018-06-0637-110/+48
| | | | | |
| * | | | | Try enabling no-unused-variable...fragosti2018-06-05180-420/+110
| | | | | |
* | | | | | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-0615-25/+24
| |_|/ / / |/| | | |
* | | | | Add missing `yarn`Fabio Berger2018-06-061-1/+1
| | | | |
* | | | | Add missing build:all commandFabio Berger2018-06-061-0/+1
| | | | |
* | | | | Merge v2-prototypeFabio Berger2018-06-0648-127/+457
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'v2-prototype' into fixes/misc-small-fixesFabio Berger2018-06-0631-109/+436
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Remove TranslatedText Fix prettier Add back UMD bundles for 0x.js Move portal disclaimer to the account management section Move prices into portal Use stricter check for subscribe input text Make buttons stack on mobile Do not show subscribe form if language is not english Address PR feedback Lint and cleanup Implement subscription form Add styled-components and polished Have basic newsletter subscribe form working
| | * | | Remove TranslatedTextfragosti2018-06-061-15/+0
| | | | |
| | * | | Fix prettierBrandon Millman2018-06-061-1/+1
| | | | |
| | * | | Merge pull request #668 from 0xProject/feature/website/move-disclaimerBrandon Millman2018-06-061-16/+18
| | |\ \ \ | | | | | | | | | | | | Move portal disclaimer to the account management section
| | | * | | Move portal disclaimer to the account management sectionBrandon Millman2018-06-061-16/+18
| | | | | |
| | * | | | Add back UMD bundles for 0x.jsLeonid Logvinov2018-06-061-1/+3
| | | | | |
| | * | | | Move prices into portalBrandon Millman2018-06-062-30/+32
| | |/ / /
| | * | | Merge pull request #652 from ↵Francesco Agosti2018-06-0629-62/+398
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/website/landing-subscribe-button-2 Implement subscribe form on landing page
| | | * | | Use stricter check for subscribe input textfragosti2018-06-061-1/+2
| | | | | |
| | | * | | Make buttons stack on mobilefragosti2018-06-052-5/+6
| | | | | |
| | | * | | Do not show subscribe form if language is not englishfragosti2018-06-051-1/+1
| | | | | |
| | | * | | Address PR feedbackfragosti2018-06-058-40/+46
| | | | | |
| | | * | | Lint and cleanupfragosti2018-06-024-7/+7
| | | | | |
| | | * | | Merge branch 'feature/website/landing-subscribe-button' into ↵fragosti2018-06-0229-50/+378
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | feature/website/landing-subscribe-button-2
| | | | * | | Implement subscription formfragosti2018-06-027-68/+288
| | | | | | |
| | | | * | | Add styled-components and polishedfragosti2018-06-0220-19/+36
| | | | | | |
| | | | * | | Have basic newsletter subscribe form workingfragosti2018-06-026-2/+93
| | | | | | |
| * | | | | | Mention the gasLimit until in the doc commentFabio Berger2018-06-051-1/+1
| | | | | | |
| * | | | | | Merge branch 'v2-prototype' into fixes/misc-small-fixesFabio Berger2018-06-051-2/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix broken link to `contract_templates` # Conflicts: # packages/abi-gen/README.md
| * | | | | | Replace `-` with `_` in yarn script name so that we are consistent across ↵Fabio Berger2018-06-0515-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | yarn script names
| * | | | | | Add `switch-default` tslint rule and add missing default statementFabio Berger2018-06-052-0/+4
| | | | | | |
| * | | | | | Remove outdated link in ABI-gen READMEFabio Berger2018-06-051-2/+1
| | | | | | |
* | | | | | | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ↵Fabio Berger2018-06-0531-53/+61
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 pull request #661 from feuGeneA/patch-1Fabio Berger2018-06-051-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix broken link to `contract_templates`
| * | | | | Fix broken link to `contract_templates`F. Eugene Aumson2018-06-051-2/+2
| | |_|/ / | |/| | | | | | | | Note there is still a broken link here, the "wrapper files" one in the second paragraph.
* | | | | Merge pull request #656 from 0xProject/refactor/fill-scenarios/for-v2Fabio Berger2018-06-0522-3764/+715
|\ \ \ \ \ | | | | | | | | | | | | Refactor fill-scenarios for v2
| * | | | | Use _.omit for concisenessFabio Berger2018-06-051-15/+5
| | | | | |
| * | | | | revert multisig changeFabio Berger2018-06-051-1/+1
| | | | | |
| * | | | | reset multisignFabio Berger2018-06-051-1/+1
| | | | | |
| * | | | | Add PR to changelogFabio Berger2018-06-051-1/+2
| | | | | |
| * | | | | Update fill-scenarios for V2 and add CHANGELOG entryFabio Berger2018-06-052-64/+91
| | | | | |
| * | | | | Remove unused compact artifacts from order-utilsFabio Berger2018-06-057-1845/+0
| | | | | |
| * | | | | Add missing exports to order-utils and add CHANGELOG entryFabio Berger2018-06-052-1/+18
| | | | | |
| * | | | | Add new 2.0 artifacts to migrationsFabio Berger2018-06-052-0/+601
| | | | | |
| * | | | | Remove compact_artifacts and replace with updated artifactsFabio Berger2018-06-059-1852/+12
| | | | | |
| * | | | | Update fill-scenarios to depend on v2 updated order-utils and types. Needed ↵Fabio Berger2018-06-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | to re-employ the symlink hack.
* | | | | | Merge pull request #658 from 0xProject/dont-automatically-rebuild-for-testsAlex Browne2018-06-0515-19/+31
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Don't automatically rebuild when running yarn test
| * | | | | Remove duplicate cleans in package.json when clean is called in prebuildAlex Browne2018-06-054-4/+4
| | | | | |
| * | | | | Remove common-js/umd differentiation from 0x.js/package.jsonAlex Browne2018-06-051-6/+3
| | | | | |
| * | | | | Don't automatically rebuild when running yarn testAlex Browne2018-06-0515-15/+30
| | | | | |
* | | | | | rename GT to GREATER_THANJacob Evans2018-06-053-3/+3
| | | | | |
* | | | | | Rebase from v2-prototypeJacob Evans2018-06-052-38/+2
| | | | | |
* | | | | | Update Exchange statuses, revert instead of emmitting event on fill/cancel ↵Amir Bandeali2018-06-0530-702/+491
|/ / / / / | | | | | | | | | | | | | | | failures, and remove redundant logic in matchOrders
* / / / / Update artifacts in migrationsAlex Browne2018-06-058-51/+79
|/ / / /
* | | | Address feedbackfragosti2018-06-054-14/+20
| | | |
* | | | Implement WETH step logic for continuefragosti2018-06-053-7/+14
| | | |
* | | | Move trackedTokenStateByAddress logic into portalfragosti2018-06-052-83/+100
| |_|/ |/| |
* | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-0215-175/+215
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Set contract expiration time to a constant 10 minutes Remove unused promises array Make erc20_wrapper and erc721_wrapper serial Rename changelogs to changelog Add CHANGELOG entry Check that git branch is up to date before publishing Move prepublish checks before building packages for publishing Refactor changelog utils to a separate module
| * | Set contract expiration time to a constant 10 minutesAlex Browne2018-06-021-1/+2
| | |
| * | Remove unused promises arrayAlex Browne2018-06-022-6/+0
| | |
| * | Make erc20_wrapper and erc721_wrapper serialAlex Browne2018-06-022-48/+50
| | |
| * | Merge pull request #650 from 0xProject/feature/publishingLeonid Logvinov2018-06-0212-120/+163
| |\ \ | | | | | | | | Improve publishing flow
| | * | Rename changelogs to changelogLeonid Logvinov2018-06-021-8/+8
| | | |
| | * | Add CHANGELOG entryLeonid Logvinov2018-06-021-0/+9
| | | |
| | * | Check that git branch is up to date before publishingLeonid Logvinov2018-06-021-1/+17
| | | |
| | * | Move prepublish checks before building packages for publishingLeonid Logvinov2018-06-023-53/+56
| | | |
| | * | Refactor changelog utils to a separate moduleLeonid Logvinov2018-06-029-63/+78
| | | |
* | | | Improve comments and remove unused importsFabio Berger2018-06-024-4/+7
| | | |
* | | | Fix tslint issuesFabio Berger2018-06-023-5/+3
| | | |
* | | | Add comment to exported methodFabio Berger2018-06-021-0/+7
| | | |
* | | | Add missing depFabio Berger2018-06-021-0/+1
| | | |
* | | | Fix types versionFabio Berger2018-06-021-1/+1
| | | |
* | | | Remove usage of `prebuild` since it doesn't run on `watch`Fabio Berger2018-06-021-2/+3
| | | |
* | | | remove artifactsDir and contracts from compiler.jsonFabio Berger2018-06-021-13/+0
| | | |
* | | | Fix type importsFabio Berger2018-06-025-5/+8
| | | |
* | | | Remove ISigner artifactFabio Berger2018-06-021-76/+0
| | | |
* | | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-023-17/+18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Update v2 artifacts Add IWallet and IValidator to compiled contracts Split migrations compile command into one for V1 and another for V2 # Conflicts: # packages/migrations/artifacts/2.0.0/Exchange.json # packages/migrations/artifacts/2.0.0/TestSignatureValidator.json
| * | | Update v2 artifactsFabio Berger2018-06-0217-4493/+4727
| | | |
| * | | Add IWallet and IValidator to compiled contractsFabio Berger2018-06-021-2/+2
| | | |
| * | | Split migrations compile command into one for V1 and another for V2Fabio Berger2018-06-021-3/+4
| | | |
* | | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-02127-953/+961
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | Merge pull request #648 from 0xProject/feature/website/fill-orderBrandon Millman2018-06-024-34/+75
| |\ \ \ | | | | | | | | | | Add shared order support
| | * | | Remove old parse codeBrandon Millman2018-06-021-26/+0
| | | | |
| | * | | Refactor order parser and add shared order support to new portalBrandon Millman2018-06-023-3/+43
| | | | |
| | * | | Add generate and fill order routesBrandon Millman2018-06-022-7/+34
| | | | |
| * | | | Only show ProviderDisplay in portalBrandon Millman2018-06-021-12/+14
| | |/ / | |/| |
| * | | Improve sol-cov docsLeonid Logvinov2018-06-022-6/+78
| |/ /
| * | Merge pull request #642 from 0xProject/feature/ethereum-typesLeonid Logvinov2018-06-0190-366/+538
| |\ \ | | | | | | | | Introduce ethereum-types package
| | * | Address feedbackLeonid Logvinov2018-06-012-2/+3
| | | |
| | * | Fix linter errorsLeonid Logvinov2018-06-0119-14/+19
| | | |
| | * | Fix linter errorsLeonid Logvinov2018-06-015-3/+5
| | | |
| | * | Add ethereum-types to extraFileIncludesLeonid Logvinov2018-06-018-8/+22
| | | |
| | * | Introduce ethereum-types packageLeonid Logvinov2018-06-0181-361/+511
| | |/
| * | Fix missing keyBrandon Millman2018-06-011-1/+2
| | |
| * | Update placeholder param orderingBrandon Millman2018-06-011-10/+21
| | |
| * | Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-0113-22/+26
| | |
| * | Add loading state to ProviderDisplayBrandon Millman2018-06-012-22/+39
| | |
| * | TweaksBrandon Millman2018-06-012-8/+29
| | |
| * | Add Placeholder componentBrandon Millman2018-06-011-14/+48
| | |
| * | Add StandardIconRowBrandon Millman2018-06-011-34/+41
| | |
| * | Split render into loading and loaadedBrandon Millman2018-06-011-5/+11
| |/
| * Merge pull request #641 from 0xProject/feature/remove-typesLeonid Logvinov2018-06-0118-441/+21
| |\ | | | | | | Remove types
| | * Add changelog entry for typescript-typingsLeonid Logvinov2018-06-011-8/+8
| | |
| | * Remove some typesLeonid Logvinov2018-06-0114-421/+11
| | |
| | * Remove published typesLeonid Logvinov2018-06-014-12/+2
| | |
| * | Fix buildAmir Bandeali2018-06-011-1/+1
| |/
| * Merge pull request #640 from 0xProject/await-transaction-successAlex Browne2018-05-315-25/+64
| |\ | | | | | | Add awaitTransactionSuccess where needed
| | * Pass in a provider and instantiate a new web3Wrapper in token_registry_wrapperAlex Browne2018-05-312-5/+7
| | |
| | * Add awaitTransactionSuccess where neededAlex Browne2018-05-314-22/+59
| | |
* | | Update json-schemas version to 1.0.0 to avoid possible conflictsFabio Berger2018-06-022-2/+2
| | |
* | | Add signature specific validation methods, and other refactorsFabio Berger2018-06-025-55/+98
| | |
* | | Fix TODOsFabio Berger2018-06-011-2/+1
| | |
* | | Update all artifactsFabio Berger2018-06-018-2233/+2148
| | |
* | | List V2 contracts in compile.json nowFabio Berger2018-06-011-6/+5
| | |
* | | Fix sol-cov issue by changing it's dep to current version of typesFabio Berger2018-06-011-1/+1
| | |
* | | Rename ISigner to IWallet and implement SignatureType.ValidatorFabio Berger2018-06-017-9/+196
| | |
* | | Bump types to a major version to avoid the caretFabio Berger2018-06-012-2/+2
| | |
* | | Fix metadata offsetsFabio Berger2018-06-011-5/+7
| | |
* | | fix method renameFabio Berger2018-06-011-1/+1
| | |
* | | Rename Ecrecover to EthSignFabio Berger2018-06-013-6/+3
| | |
* | | Update artifactsFabio Berger2018-06-0110-2286/+2457
| | |
* | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-0181-435/+1600
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | Check length before accessing indices, add awaitTransactionSuccess where ↵Amir Bandeali2018-05-315-25/+43
| | | | | | | | | | | | needed, and rename function
| * | Add back before/after snapshots for each testAmir Bandeali2018-05-3116-0/+97
| | |
| * | Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-318-10/+10
| | |
| * | Make preSigned and allowedValidators mappings publicAmir Bandeali2018-05-311-2/+2
| | |
| * | Change names of signature typesAmir Bandeali2018-05-312-6/+6
| | |
| * | Fix formatting and testsAmir Bandeali2018-05-3118-94/+16
| | |
| * | Make AssetProxyId last byte of assetDataAmir Bandeali2018-05-3118-37/+74
| | |
| * | Add signer to txHash, allow approveValidator to be used with executeTransactionAmir Bandeali2018-05-313-7/+10
| | |
| * | Update WhitelistAmir Bandeali2018-05-317-24/+335
| | |
| * | Fix Exchange interfaceAmir Bandeali2018-05-311-7/+5
| | |
| * | Increase block gas limitAmir Bandeali2018-05-312-1/+2
| | |
| * | Use last byte of signature as signature typeAmir Bandeali2018-05-318-106/+103
| | |
| * | Remove TxOrigin signature type, modify whitelist to use Validator signature typeAmir Bandeali2018-05-317-35/+35
| | |
| * | Update Whitelist contract with comments, also require maker to be whitelistedAmir Bandeali2018-05-315-16/+72
| | |
| * | Fix buildAmir Bandeali2018-05-313-19/+24
| | |
| * | Add example whitelist contract and minimum testsAmir Bandeali2018-05-313-11/+121
| | |
| * | Add sample whitelist contractAmir Bandeali2018-05-313-1/+60
| | |
| * | Add TxOrigin signature type and rearrange order of typesAmir Bandeali2018-05-313-63/+77
| | |
| * | Add approveValidator functionAmir Bandeali2018-05-312-2/+17
| | |
| * | Add Validator signature typeAmir Bandeali2018-05-314-3/+69
| | |
| * | Add deepCopyBytes method to LibBytesAmir Bandeali2018-05-313-0/+92
| | |
| * | Merge pull request #639 from 0xProject/fix/contracts/multisigWrapperAmir Bandeali2018-05-313-50/+62
| |\ \ | | | | | | | | Update LogDecoder
| | * | Change logDecoder back into class, remove awaitTransactionMined from ↵Amir Bandeali2018-05-313-50/+62
| | |/ | | | | | | | | | multiSigWrapper
| * | Merge pull request #635 from 0xProject/feature/website/custom-onboarding-tooltipFrancesco Agosti2018-05-3122-197/+501
| |\ \ | | |/ | |/| Remove react-joyride and some more refactoring
| | * Onboarding: implement add ETH step, and stub for add WETH stepfragosti2018-05-307-47/+121
| | |
| | * Address PR feedbackfragosti2018-05-307-40/+41
| | |
| | * Remove react-joyride from depsfragosti2018-05-301-1/+0
| | |
| | * Add entry to CHANGELOG.jsonfragosti2018-05-301-0/+8
| | |
| | * Remove blacklist conceptfragosti2018-05-304-66/+20
| | |
| | * Some cleanupfragosti2018-05-302-11/+13
| | |
| | * Improve tooltip lookfragosti2018-05-307-13/+69
| | |
| | * Add types for react-popper, remove types for react-joyridefragosti2018-05-304-105/+62
| | |
| | * Replace react-joyride with react-popperfragosti2018-05-305-53/+67
| | |
| | * Write custom tooltip componentfragosti2018-05-263-7/+57
| | |
| | * Run linterfragosti2018-05-262-2/+5
| | |
| | * Add localstorage helperfragosti2018-05-261-0/+16
| | |
| | * Add next buttonfragosti2018-05-263-2/+13
| | |
| | * Auto-show onboarding flow on first page viewfragosti2018-05-265-7/+53
| | |
| | * Add ability to blacklist onboarding stepsfragosti2018-05-263-34/+92
| | |
| | * Fix PortalOnboardingFlowPropsfragosti2018-05-261-1/+0
| | |
| | * Implement metamask installation flowfragosti2018-05-266-19/+75
| | |
| * | Fix unselected relayer drawer itemBrandon Millman2018-05-301-1/+1
| | |
| * | Add a CHANGELOG entryLeonid Logvinov2018-05-301-0/+4
| | |
| * | Make opts param optional in CompilerLeonid Logvinov2018-05-301-6/+7
| | |
| * | Throw if trying to schema-validate an undefinedLeonid Logvinov2018-05-301-0/+3
| | |
| * | Add CHANGELOG entryLeonid Logvinov2018-05-302-1/+10
| | |
| * | Add schema assertions on public methods of @0xproject/sol-compilerLeonid Logvinov2018-05-304-1/+33
| | |
* | | Expose isValidPresignedSignatureAsync methodFabio Berger2018-05-311-3/+19
| | |