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

Add missing auth id(0x02~0x05) #75

Closed

Commits on Jan 3, 2024

  1. Add missing auth id(0x02~0x05)

    including
    * eos
    * tron
    * bitcoin
    * dogecoin
    
    Add hash functions: sha256 and ripemd160
    Fix rust toolchains
    Code format
    XuJiandong committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    0b55623 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Add testcase : EOS Tron Bitcoin Dogecoin (#1)

    * Add testcase : EOS Tron Bitcoin Dogecoin
    joii2020 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    dd9f6a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcddadf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0019119 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Add signing message prefix

    * Display message on wallet with meaningful words. like below:
    You're sining:
    
    CKB transaction: 001122334455...
    
    works for bitcoin and ethereum
    
    * add new ethereum algorithm id(18) for displaying message
    * update bitcoin algorithm id
    * keep eos/tron/dogecoin as same to PW
    
    * Add trait: ChainConfig, used for other on-chain signatures
    * Add eth displaying testcase (#5)
    XuJiandong committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3bc30c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Add 0x at the beginning of prefix (#6)

    * Add 0x at the beginning of prefix
    joii2020 authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f884d97 View commit details
    Browse the repository at this point in the history