Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provider wallet #55

Draft
wants to merge 153 commits into
base: master
from
Draft

Provider wallet #55

wants to merge 153 commits into from
Commits on Aug 12, 2019
  1. Update README.md

    bbondy committed Apr 15, 2019
  2. Add Brave branding images

    bbondy committed Jun 19, 2019
  3. Add basic Brave gulp config

    bbondy committed Jun 19, 2019
  4. Add images gulp config

    bbondy committed Jun 19, 2019
  5. Remove patching to gulpfile.js

    bbondy committed Jun 19, 2019
  6. Fixes undefined actions var

    ryanml authored and bbondy committed Jun 20, 2019
  7. Updating and moving wallets header item

    ryanml authored and bbondy committed Jun 26, 2019
  8. Fixing lint errors

    ryanml authored and bbondy committed Jun 27, 2019
  9. Adding travis job for lint

    ryanml authored and bbondy committed Jun 27, 2019
  10. Add npm run publish:brave

    bbondy committed Jun 27, 2019
  11. Add public key to manifest

    bbondy committed Jun 27, 2019
    This is used by brave-core-crx-packager and for testing we can always test with the same extension ID that way
  12. Adding new welcome landing page

    ryanml authored and bbondy committed Jun 24, 2019
  13. Adding tests to travis

    ryanml authored and bbondy committed Jun 27, 2019
  14. Overriding unused select action route

    ryanml authored and bbondy committed Jun 28, 2019
  15. add brave fonts

    cg505 authored and bbondy committed Jul 3, 2019
    The `brave/app/fonts` directory was copied directly from brave-core.
  16. Use Crypto Wallets for name for urlbar text

    bbondy committed Jul 3, 2019
    It doesn't get translated with components
  17. Adding load-brave-styles task

    ryanml authored and bbondy committed Jul 3, 2019
  18. Converting JSX inline styles -> scss

    ryanml authored and bbondy committed Jul 3, 2019
  19. 🧠

    ryanml authored and bbondy committed Jul 3, 2019
  20. Brand HTML files

    bbondy committed Jul 3, 2019
  21. 0.1.4

    bbondy committed Jul 3, 2019
  22. Adding proxy for extenionizer module

    ryanml authored and bbondy committed Jul 3, 2019
    browserAction and runtime.onInstalled overrides
  23. 0.1.5

    bbondy committed Jul 9, 2019
  24. Adding initial brave font rules

    ryanml authored and bbondy committed Jul 10, 2019
  25. Removing MM TOS from onboarding, settings

    ryanml authored and bbondy committed Jul 11, 2019
  26. browser wallet -> local wallet

    ryanml authored and bbondy committed Jul 11, 2019
  27. Adding gulp task to load brave en locales

    ryanml authored and bbondy committed Jul 11, 2019
  28. Update header.component.js

    rossmoody authored and bbondy committed Jul 15, 2019
  29. indent

    rossmoody authored and bbondy committed Jul 15, 2019
  30. 0.1.6

    bbondy committed Jul 16, 2019
  31. 0.1.7

    bbondy committed Jul 16, 2019
  32. Standardizing first-time-flow containers

    ryanml authored and bbondy committed Jul 16, 2019
  33. Rounding first time flow buttons

    ryanml authored and bbondy committed Jul 17, 2019
  34. update crypto wallet icon

    rossmoody authored and bbondy committed Jul 23, 2019
  35. make scss import injection robust

    cg505 authored and bbondy committed Jul 29, 2019
    This creates a more robust method for injecting our SCSS imports. The
    old method will be broken when the file that we are injecting into
    changes. This method does not rely on any knowledge of the file.
  36. make sure imported Muli and Poppins fonts are used

    cg505 authored and bbondy committed Jul 29, 2019
    Also, make sure Poppins is used in the header navbar. It had been
    unintentionally overridden by the general `span` rule in fonts.scss.
  37. Removing redundant test suite

    ryanml authored and bbondy committed Aug 7, 2019
    This is part of integration tests already
  38. Removing settings header in notification view

    ryanml authored and bbondy committed Aug 9, 2019
Commits on Aug 13, 2019
  1. Update locale files to specify 24 words instead of 12

    diracdeltas authored and bbondy committed Jul 24, 2019
    Some of the non-English locales may not be grammatical; will need manual
    checking
  2. add wasm-eval CSP to manifest

    diracdeltas authored and bbondy committed Aug 8, 2019
    needed for argon2
  3. Merge pull request #1 from brave/fix/key-gen

    bbondy committed Aug 13, 2019
    Point to our fork of eth keyring controller
  4. Using latest Infura status endpoint

    ryanml authored and bbondy committed Jul 31, 2019
  5. Update yarn lockfile

    bbondy committed Aug 12, 2019
  6. Use the correct eth-hd-keyring dep

    bbondy committed Aug 13, 2019
  7. Disabling sentry.io

    ryanml committed Aug 13, 2019
  8. Merge pull request #40 from brave/disable-sentry

    ryanml committed Aug 13, 2019
    Disabling sentry.io networking
  9. Stubbing out sentry object

    ryanml committed Aug 13, 2019
  10. Merge pull request #42 from brave/sentry-stub

    ryanml committed Aug 13, 2019
    Stubbing out sentry object
  11. replace metamask.io with brave.com in locales

    cg505 committed Aug 13, 2019
  12. Move eth-json-rpc-infura to Brave org

    bbondy committed Aug 13, 2019
  13. Merge pull request #44 from brave/move-org-eth-json-rpc-dep

    bbondy committed Aug 13, 2019
    Move eth-json-rpc-infura to Brave org
  14. Removing unneeded manifest patch

    ryanml committed Aug 13, 2019
  15. Merge pull request #45 from brave/manifest-tweak

    bbondy committed Aug 13, 2019
    Removing unneeded manifest patch
  16. revert yarn.lock to metamask/master

    cg505 committed Aug 13, 2019
    This yarn.lock is broken/doesn't correspond with package.json, but
    having this commit makes the following commits (which diverge from
    upstream) much clearer.
  17. automatically update yarn.lock based on changes to package.json

    cg505 committed Aug 13, 2019
    This is basically just `yarn && git add yarn.lock && git commit`. We
    hold @material-ui/core at 1.0.0 because this is what upstream does,
    and moving it to 1.5.3 or whatever seriously breaks things. (It
    expects React 16.) Holding @material-ui/core at 1.0.0 does not cause
    vulnerability problems.
    
    This yarn.lock has plenty of security vulnerabilities that will be
    resolved in the following commits.
  18. make simple fixes to high severity dependency vulnerabilities

    cg505 committed Aug 13, 2019
    This upgrades set-value, mixin-deep, and union-value to avoid
    vulnerabilities in set-value and mixin-deep.
  19. upgrade snyk to 1.209.0 to avoid lodash vulnerability

    cg505 committed Aug 13, 2019
    snyk-mvn-plugin has a hard dependency on lodash 4.17.11, which has a
    high-severity vulnerability. To upgrade to a version that uses a newer
    version of lodash, we must upgrade snyk to >= 1.209.0.
  20. upgrade ganache-core 2.5.7 -> 2.6.1 to avoid vuln in lodash

    cg505 committed Aug 13, 2019
    ganache-core ~2.5.7 has a hard dependency on lodash 4.17.11, which has
    a high-severity vulnerablity. We can upgrade to ganache-core 2.6.1 to
    resolve the issue and finally remove the vulnerable version of lodash
    from the dependency tree.
  21. Overwriting new account modal media query with static pos

    ryanml committed Aug 13, 2019
  22. Merge pull request #47 from brave/home-container

    ryanml committed Aug 13, 2019
    Fixing account creation modal
  23. Merge pull request #43 from brave/metamask-site-replace

    cg505 committed Aug 13, 2019
    replace metamask.io with brave.com in locales
Commits on Aug 14, 2019
  1. hide metamask fox mascot in unlock screen

    cg505 committed Aug 14, 2019
  2. add missing images to brave/app/images

    cg505 committed Aug 14, 2019
    These images were added to app/images but were not moved to
    brave/app/images after rebase.
  3. Merge pull request #46 from brave/fix-yarn-lock

    bbondy committed Aug 14, 2019
    base yarn.lock off upstream
  4. Merge pull request #49 from brave/unlock-no-mascot

    bbondy committed Aug 14, 2019
    hide metamask fox mascot in unlock screen
  5. Merge pull request #48 from brave/images

    bbondy committed Aug 14, 2019
    add missing images to brave/app/images
  6. fixing dapp sig request notification layout

    ryanml committed Aug 14, 2019
  7. Merge pull request #50 from brave/fix-dapp

    bbondy committed Aug 14, 2019
    Fixing dapp sig request notification layout
  8. 0.1.8

    bbondy committed Aug 14, 2019
  9. 0.1.9

    bbondy committed Aug 14, 2019
  10. Adjusting travis for yarn, node version

    ryanml committed Aug 13, 2019
  11. Merge pull request #39 from brave/fix-travis-yarn

    ryanml committed Aug 14, 2019
    Adjusting travis for yarn, node version update
  12. Fixing lint errors

    ryanml committed Aug 13, 2019
  13. Merge pull request #41 from brave/fix-lint

    ryanml committed Aug 14, 2019
    Fixing lint errors
Commits on Aug 15, 2019
  1. add missing props to Home component

    cg505 committed Aug 15, 2019
    The upstream container was updated but ours was not. This brings our
    container up to speed.
  2. fix recovery backup reminder notification position

    cg505 committed Aug 15, 2019
  3. Merge pull request #51 from brave/home-prop-fix

    ryanml committed Aug 15, 2019
    Add missing props to Home Component
  4. Fixing restore-vault replacement

    ryanml committed Aug 15, 2019
  5. Extracting connected component for override

    ryanml committed Aug 15, 2019
  6. Merge pull request #52 from brave/fix-restore

    ryanml committed Aug 15, 2019
    Fixing wallet import function on login page
  7. update eth-keyring-controller dependency

    cg505 committed Aug 15, 2019
Commits on Aug 16, 2019
  1. Merge pull request #53 from brave/update-keyring-controller-4

    bbondy committed Aug 16, 2019
    update eth-keyring-controller dependency
  2. Updating backup phrase filename

    ryanml committed Aug 16, 2019
  3. Merge pull request #54 from brave/bkup-file-name

    ryanml committed Aug 16, 2019
    Updating backup phrase filename
Commits on Aug 19, 2019
  1. Hiding About tab in settings

    ryanml committed Aug 19, 2019
Commits on Aug 20, 2019
  1. Merge pull request #56 from brave/about-tab

    ryanml committed Aug 20, 2019
    Hiding About tab in settings
  2. Hiding Info & Help menu dropdown item

    ryanml committed Aug 20, 2019
  3. Merge pull request #57 from brave/info-and-help

    bbondy committed Aug 20, 2019
    Hiding Info & Help menu dropdown item
  4. Removing mobile sync prompt from advanced tab

    ryanml committed Aug 20, 2019
  5. Merge pull request #58 from brave/mobile-sync

    bbondy committed Aug 20, 2019
    Removing mobile sync prompt from advanced tab
Commits on Aug 21, 2019
  1. Adding dark.scss

    ryanml committed Aug 21, 2019
Commits on Aug 23, 2019
  1. Merge pull request #59 from brave/dark-mode

    ryanml committed Aug 23, 2019
    Adding support for dark mode
  2. 0.1.11

    bbondy committed Aug 16, 2019
  3. Fix spelling in UI

    bbondy committed Aug 23, 2019
  4. Add Brave localized strings

    bbondy committed Aug 23, 2019
  5. Add the same localized strings as Brave supports to MetaMask

    bbondy committed Aug 23, 2019
  6. Merge pull request #60 from brave/locales-transifex

    bbondy committed Aug 23, 2019
    Add support for merging Transifex generated localization
  7. Adding risk disclosure statement to password components

    ryanml committed Aug 13, 2019
  8. Merge pull request #38 from brave/fix-5415

    ryanml committed Aug 23, 2019
    Adding risk disclosure statement to password components
  9. Using translated string for end of flow messaging (#7021)

    ryanml committed Aug 15, 2019
  10. Merge pull request #61 from brave/oef-translation

    bbondy committed Aug 23, 2019
    Using translated string for end of flow messaging
Commits on Aug 29, 2019
  1. Fix for critical severity yarn audit errors

    diracdeltas committed Aug 29, 2019
    Partial fix for brave/brave-browser#5831
  2. Merge pull request #62 from brave/fix/critical-errors

    diracdeltas committed Aug 29, 2019
    Fix for critical severity yarn audit errors
Commits on Sep 2, 2019
  1. allow restoring from metamask

    diracdeltas committed Aug 29, 2019
  2. Defining metricsEvent prop

    ryanml committed Sep 2, 2019
  3. Upgrading babel-eslint, fixing lint errors

    ryanml committed Sep 2, 2019
  4. Using expected eth deps for MM tests

    ryanml committed Sep 2, 2019
Commits on Sep 3, 2019
  1. Merge pull request #65 from brave/fix-lint

    ryanml committed Sep 3, 2019
    Upgrading babel-eslint, fixing lint errors
  2. Merge pull request #66 from brave/fix-test

    ryanml committed Sep 3, 2019
    Using expected eth deps for MM tests
  3. Fixing typo error

    ryanml committed Sep 3, 2019
  4. Update l10n

    bbondy committed Sep 3, 2019
  5. Merge pull request #67 from brave/localization

    bbondy committed Sep 3, 2019
    Update l10n
Commits on Sep 4, 2019
  1. Merge pull request #63 from brave/fix/metamask-import

    diracdeltas committed Sep 4, 2019
    allow restoring from metamask
Commits on Sep 5, 2019
  1. Restore MetaMask files

    bbondy committed Sep 5, 2019
    Future string changes should be made by gulp
  2. Merge pull request #68 from brave/no-changes-to-mm-files

    ryanml committed Sep 5, 2019
    Restore MetaMask files
Commits on Sep 6, 2019
  1. Allowing only moderate and above dep vulns to fail audit

    ryanml committed Sep 2, 2019
  2. Merge pull request #64 from brave/fix-audit

    ryanml committed Sep 6, 2019
    Allowing only moderate and above dep vulns to fail audit
Commits on Sep 8, 2019
  1. add coinbase accountdetails

    cg505 committed Aug 1, 2019
  2. add wip buy/sell screens

    cg505 committed Aug 10, 2019
  3. finish coinbase buy view

    cg505 committed Aug 13, 2019
  4. fill out coinbase sell dialog

    cg505 committed Aug 13, 2019
  5. rebase fixes

    cg505 committed Aug 13, 2019
  6. add bank limit

    cg505 committed Aug 14, 2019
  7. fix linting errors

    cg505 committed Aug 14, 2019
  8. s/coinbase/provider/g and related tweaks

    cg505 committed Aug 16, 2019
    state.metamask.provider already exists, so this is called
    externalProvider instead
  9. polish mock data for screenshots

    cg505 committed Sep 8, 2019
You can’t perform that action at this time.