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

update the default signing algorithm to ed25519 #2658

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Mar 7, 2024

  1. update the default signing algorithm to ed25519. This causes breakage…

    … in downstream classes like Account
    ckeshava committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2126ad8 View commit details
    Browse the repository at this point in the history
  2. update HISTORY file

    ckeshava committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f2c68dd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 9, 2024

  1. update Wallet.fromMnemonic and Wallet.fromRFC1751Mnemonic to use ed25…

    …519 as the default signing algorithm
    ckeshava committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0a20edf View commit details
    Browse the repository at this point in the history
  2. - add unit tests for Wallet.generateSeed() with secp256k1 signing alg…

    …orithm
    
    - explicitly state the algorithm used with generateSeed(), instead of relying on the defaults
    ckeshava committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    a15c7c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    a234fa9 View commit details
    Browse the repository at this point in the history
  2. fix lint error

    ckeshava committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3156306 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Apr 8, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    82e5c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d094afc View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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