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

[W3F Grant Milestone 2] ECDSA Custom Signature Pallet Hardware Wallet Support UI implementation #5903

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Jan 18, 2022

  1. Add custom signature call page and MetaMask integration

    * Adding custom signature module integration for UI
    
    [note]: this pull request was merged to clean the bloating commits done to this branch
    
    * boilerplate work for making a new page
    
    * added ethereum provider hooks (wip)
    
    * added assert polyfil and eth signature recovery
    
    * reset error message
    
    * improved address change event handler
    
    * added custom signature call (WIP)
    
    * changed ecdsa address view component
    
    * changed call encoding
    
    * added dynamic chain address format
    
    * fixed account switch handler
    
    * compress recovered public key
    
    * added transaction confirmation modal
    
    * boilerplate work for making a new page
    
    * added ethereum provider hooks (wip)
    
    * added assert polyfil and eth signature recovery
    
    * reset error message
    
    * improved address change event handler
    
    * added custom signature call (WIP)
    
    * changed ecdsa address view component
    
    * changed call encoding
    
    * added dynamic chain address format
    
    * fixed account switch handler
    
    * compress recovered public key
    
    * added transaction confirmation modal
    
    * updated react component package version
    
    * fixed dependencies list
    
    * fixed linting and package version
    
    * fixed package version and linting
    
    * updated package version
    
    * package resolution
    
    * marked error
    
    * fix error message parsing
    
    needs testing
    
    * add response message check
    
    * update package version
    
    * update local package
    
    * update package version
    
    * update package version
    
    * refactor signature req method
    
    * add null checks
    
    * update package ver and copyright year
    
    * fix license information
    hoonsubin committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4e2a7ad View commit details
    Browse the repository at this point in the history
  2. update package to 0.96.2-90

    hoonsubin committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    3605ea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63e4fb6 View commit details
    Browse the repository at this point in the history
  4. changed timeout duration

    hoonsubin committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    75e429b View commit details
    Browse the repository at this point in the history
  5. updated package version

    hoonsubin committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    7ad46f1 View commit details
    Browse the repository at this point in the history
  6. fix build error

    hoonsubin committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    bf20270 View commit details
    Browse the repository at this point in the history
  7. update version

    hoonsubin committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    3a2b508 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a5872d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. add page root import

    Co-authored-by: Jaco <[email protected]>
    hoonsubin and jacogr authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    26f2722 View commit details
    Browse the repository at this point in the history
  2. Bump API (w/ ink! metadata V3 support) (polkadot-js#6845)

    * Bump API (w/ ink! metadata V3 support)
    
    * Remove assertion
    jacogr authored and hoonsubin committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6073aba View commit details
    Browse the repository at this point in the history
  3. [CI Skip] release/beta 0.102.2-8

    skip-checks: true
    actions-user authored and hoonsubin committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    fc7dc5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f05b1f2 View commit details
    Browse the repository at this point in the history
  5. [CI Skip] release/beta 0.102.2-9

    skip-checks: true
    actions-user authored and hoonsubin committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    b6198ff View commit details
    Browse the repository at this point in the history
  6. Bump 3rd-party dependencies (polkadot-js#6848)

    * Bump 3rd-party dependencies
    
    * i18next bump
    jacogr authored and hoonsubin committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    7922b6b View commit details
    Browse the repository at this point in the history
  7. [CI Skip] release/beta 0.102.2-10

    skip-checks: true
    actions-user authored and hoonsubin committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    5444256 View commit details
    Browse the repository at this point in the history
  8. Update yarn.lock

    hoonsubin committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    c2835d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51f7507 View commit details
    Browse the repository at this point in the history
  10. update yarn

    hoonsubin committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    82cf768 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    dbd685e View commit details
    Browse the repository at this point in the history
  2. update version

    hoonsubin committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    25e5a18 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. add account nonce as param

    hoonsubin committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3df262d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    d8db6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58850b8 View commit details
    Browse the repository at this point in the history
  3. update page version

    hoonsubin committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    00e1b6b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. format code

    hoonsubin committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e858a34 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. fixed error message

    hoonsubin committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    47f32d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    fddfb52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d3f7f View commit details
    Browse the repository at this point in the history