Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what's changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spesmilo/electrum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
Loading
...
head repository: spesmilo/electrum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
  • 9 commits
  • 11 files changed
  • 2 contributors

Commits on Mar 15, 2026

  1. Fix checksum following BIP-128 standard

    Non-Ascii characters should not be converted for
    checksum calculation.
    This will give consistent hash to BIP-128 and its
    Javascript code example.

    Timelock-Recovery Plans that contained only ascii
    characters are not affected.

    Also, 8 hex-chars is enough for a checksum.
    oren-z0 committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    2f3f397 View commit details
    Browse the repository at this point in the history
  2. test_checksum_non_ascii

    oren-z0 committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    8c5af52 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    907ceb9 View commit details
    Browse the repository at this point in the history
  2. plugins: timelock_recovery: move checksum func to base class

    don't import qt from tests unless it is qt being tested
    SomberNight committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    c2f3729 View commit details
    Browse the repository at this point in the history
  3. Merge branch '202603_timelock_recovery_plugin_checksum': fix checksum...

    ... calc

    merges #10524

    > Non-Ascii characters should not be converted for
    > checksum calculation.
    > This will give consistent hash to BIP-128 and its
    > Javascript code example.
    >
    > Timelock-Recovery Plans that contained only ascii
    > characters are not affected.
    SomberNight committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    e4ad44c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b397ddb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10527 from SomberNight/202603_tests_plugins

    tests: move revealer and timelock_recovery stuff to tests/plugins/
    SomberNight authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    d6ec34a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44e99bc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10529 from SomberNight/202603_tests_qml

    tests: move qml stuff to tests/qml/
    SomberNight authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    66ee218 View commit details
    Browse the repository at this point in the history
Loading