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

Refactor get_account_id_from_seed / get_from_seed to one common place #5804

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    7edba45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    320d9bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    533f8dd View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    9c8aaff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12d0b3a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    81bf41c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8267fd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63cee3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5fcf92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92dde5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9db4b08 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Update prdoc/pr_5804.prdoc

    Co-authored-by: Iulian Barbu <14218860+iulianbarbu@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    e85bdbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f020937 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    4aa15ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef21eef View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    ab5b57f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee39c0d View commit details
    Browse the repository at this point in the history
  3. fix prdoc

    programskillforverification committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    38d3aba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41b0d6b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    5f2364b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae96dfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48de94a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update cumulus/parachains/integration-tests/emulated/tests/assets/ass…

    …et-hub-rococo/src/tests/reserve_transfer.rs
    
    Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    009fd5b View commit details
    Browse the repository at this point in the history
  2. Update cumulus/parachains/integration-tests/emulated/tests/assets/ass…

    …et-hub-westend/src/tests/reserve_transfer.rs
    
    Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    f2be494 View commit details
    Browse the repository at this point in the history
  3. Update substrate/primitives/core/src/crypto.rs

    Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    eeb298b View commit details
    Browse the repository at this point in the history
  4. Update substrate/primitives/core/src/crypto.rs

    Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    e9eb64b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b86b000 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    b59cf20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    262cfef View commit details
    Browse the repository at this point in the history
  3. adjust

    programskillforverification committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a161d07 View commit details
    Browse the repository at this point in the history
  4. Update prdoc/pr_5804.prdoc

    Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    f0e37bc View commit details
    Browse the repository at this point in the history
  5. fix nit

    programskillforverification committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c7b31af View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    6b39516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341c689 View commit details
    Browse the repository at this point in the history
  3. Update substrate/primitives/keyring/src/ed25519.rs

    Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    b1fcb7f View commit details
    Browse the repository at this point in the history
  4. Update substrate/primitives/keyring/src/sr25519.rs

    Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    d9ca423 View commit details
    Browse the repository at this point in the history
  5. Update substrate/primitives/keyring/src/lib.rs

    Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    5860e2d View commit details
    Browse the repository at this point in the history