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: rust-bitcoin/rust-bitcoin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cf/rust-dogecoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dogecoin
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 19 files changed
  • 4 contributors

Commits on Nov 12, 2023

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

Commits on Dec 7, 2023

  1. Add deprecated bip32 types back in

    In the 0.31.0 release we renamed the bip32 extended key types without
    leaving the originals in there marked as deprecated. This makes for a
    bad experience for devs, add them back in.
    tcharding committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ad5b119 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Bump version to 0.31.1

    In preparation for a point release add a changelog and bump the version
    number to v0.31.1
    
    Note that the changelog had an incorrect version number for the last
    release, fix that while we are at it.
    tcharding committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    cfa018c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Apr 2, 2024

  1. Merge #2614: merkle_block: add resource limit check during deserializ…

    …ation
    
    866781d merkle_block: add resource limit check during deserialization (Andrew Poelstra)
    
    Pull request description:
    
      Backport of #2607 to 0.31.x.
    
    ACKs for top commit:
      tcharding:
        ACK 866781d
      sanket1729:
        ACK 866781d
    
    Tree-SHA512: 19cd2ecf75e4cfedb8abded43571cf1fe14512807a0e5fd9925ebbc932d5208a27f72a4c450a864f4ab9d6aca89bb4062678e1516f523cb5298e4ee44cd792f4
    apoelstra committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f7005a2 View commit details
    Browse the repository at this point in the history
  2. release 0.31.1

    apoelstra committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a5650d8 View commit details
    Browse the repository at this point in the history
  3. Merge #2648: release 0.31.2

    a5650d8 release 0.31.1 (Andrew Poelstra)
    
    Pull request description:
    
      We forgot to add a release commit to the backport #2614.
    
    ACKs for top commit:
      sanket1729:
        ACK a5650d8.
    
    Tree-SHA512: da7758fed67e6fa1afd2a7558b54e91046b3cf9953aad809239d189bada77cfe0a2ccb8ee03a4a058832666972ad82a393526cd21f47b94b40c327a00d3c17d1
    apoelstra committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    acd2c47 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. updated params for doge

    cf committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fed500c View commit details
    Browse the repository at this point in the history
  2. fixed sha256d error

    cf committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f51d001 View commit details
    Browse the repository at this point in the history
  3. maybe this is ok

    cf committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fa74489 View commit details
    Browse the repository at this point in the history
  4. okgood

    cf committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    31923f6 View commit details
    Browse the repository at this point in the history
  5. fixed ser logic

    cf committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ec6668c View commit details
    Browse the repository at this point in the history
  6. fixed block hash

    cf committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b0f4f06 View commit details
    Browse the repository at this point in the history
  7. tst

    cf committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cefb879 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. updated

    cf committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ca2296c View commit details
    Browse the repository at this point in the history
Loading