Skip to content
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: jon1enforce/PyBitmessage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6
Choose a base ref
...
head repository: Bitmessage/PyBitmessage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 40 files changed
  • 2 contributors

Commits on Nov 17, 2025

  1. Port check workaround

    - fix port check bug
    - disable port check just in case
    PeterSurda committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    802b0b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Added six in bitmessageqt init

    Define magic numbers
    surbhi committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    f99b2bb View commit details
    Browse the repository at this point in the history
  2. Define magic numbers

    surbhi committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    a4df181 View commit details
    Browse the repository at this point in the history
  3. lint fix

    surbhi committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    f878652 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Fix blind signature expiration

    - expiration now uses a different standard
    - expiration tests added
    - start bumped from 2020 to 2026
    PeterSurda committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    659b191 View commit details
    Browse the repository at this point in the history
  2. Network refactoring

    - cleanup
    PeterSurda committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    2c0a0eb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. Network refactoring

    - use dependency injection to reduce circular imports
    PeterSurda committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    5a85515 View commit details
    Browse the repository at this point in the history
  2. Delay adding socket to asyncore map

    - prevents race conditions
    - also remove unneeded code from asyncore
    PeterSurda committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    1846d68 View commit details
    Browse the repository at this point in the history
  3. Code quality

    - also missed a necessary dependency injection in Qt frontend
    PeterSurda committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    c6b1e47 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2026

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

Commits on Apr 5, 2026

  1. Improve python3 compatibility of network module

    - some network tests now run with python3, rest use mock network
    PeterSurda committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    15ecf31 View commit details
    Browse the repository at this point in the history
  2. Bootstrap infrastucture code

    - new config file options for bootstrap nodes
    - new config file option for testnet
    - update docker and docker compose to for easier running of boostrap
      nodes and testnet nodes
    PeterSurda committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    4ce513c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff333c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Fix testnet startup

    - it looks like there is no DNS boostrap functionality actually
      implemented
    PeterSurda committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    8ab8654 View commit details
    Browse the repository at this point in the history
Loading