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

feat(signer): ethereum implementation #1501

Merged
merged 19 commits into from
Apr 15, 2024
Merged

feat(signer): ethereum implementation #1501

merged 19 commits into from
Apr 15, 2024

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    c109482 View commit details
    Browse the repository at this point in the history
  2. fix: wasm tests

    ryanleecode committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e500d75 View commit details
    Browse the repository at this point in the history
  3. updates

    ryanleecode committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5bb6b17 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    3662da7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2590e51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    337c192 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9f8398 View commit details
    Browse the repository at this point in the history
  5. remove eth error struct

    ryanleecode committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c9e916c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    bf514d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c666212 View commit details
    Browse the repository at this point in the history
  3. fix clippy

    ryanleecode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    15a6492 View commit details
    Browse the repository at this point in the history
  4. moar tests

    ryanleecode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d4018a6 View commit details
    Browse the repository at this point in the history
  5. fixes

    ryanleecode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    22e2a21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1852a5b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    89931d5 View commit details
    Browse the repository at this point in the history
  2. fix: wasm-tests

    ryanleecode committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    92a6e8a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    ff84def View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Tweaks to eth signer (#1526)

    * Tidy DerivationPath, make no-std compatible, misc bits
    
    * fmt
    
    * Improve comments and hide bip32 lib from pub interface
    
    * remove unstable-eth from defaults again
    
    * from_seed => from_secret_key, and check bip39 compliance eg no derivation path mnemonics vs seeds
    
    * from_seed to from_Secret_key in sr25519 one; all of them are actually taking secret key bytes
    jsdw committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    430b001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e53b1a3 View commit details
    Browse the repository at this point in the history