Skip to content

Commit

Permalink
Merge #93: Vendor Bitcoin Core v26.0
Browse files Browse the repository at this point in the history
81515e2 Bump version to v0.106.0+26.0 (Tobin C. Harding)
3b0cc48 Fix changelog release dates (Tobin C. Harding)
cd27ae8 Implement new Taproot verification (Tobin C. Harding)
5af9417 Vendor Bitcoin Core v26.0 (Tobin C. Harding)

Pull request description:

  - Patch 1 is the usual vendoring of Core `v26.0`
  - Patch 2 modifies the API. I elected to **not** deprecate - we want to force users to understand this I believe
  - Patch 3 fixes typo in the date of the last two releases
  - Patch 4 bumps the version

  Tested in: rust-bitcoin/rust-bitcoin#2461

  Close: #66

ACKs for top commit:
  apoelstra:
    ACK 81515e2

Tree-SHA512: e2be8d91125d1fc5c1ab74a3ebfc9784311d0ed17aa45721a336cddf281f4750c1e11687aa499738a4ba90c7c6684d4a77859e5d0bfbfd883a6e4f44d32f73c0
  • Loading branch information
apoelstra committed Mar 1, 2024
2 parents 6b71fb6 + 81515e2 commit ca6b531
Show file tree
Hide file tree
Showing 1,167 changed files with 53,120 additions and 30,680 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 0.105.0+25.1 - 2024-03-08
## 0.105.0+26.0 - 2024-02-01

* Vendor Bitcoin Core `v26.0`
* Add new Taproot verification API

## 0.105.0+25.1 - 2024-02-08

* Vendor Bitcoin Core `v25.1`

## 0.104.0+24.2 - 2024-03-03
## 0.104.0+24.2 - 2024-02-03

* Vendor Bitcoin Core `v24.2`

Expand Down
2 changes: 1 addition & 1 deletion Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 3

[[package]]
name = "bitcoinconsensus"
version = "0.105.0+25.1"
version = "0.106.0+26.0"
dependencies = [
"cc",
"rustc-serialize",
Expand Down
2 changes: 1 addition & 1 deletion Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 3

[[package]]
name = "bitcoinconsensus"
version = "0.105.0+25.1"
version = "0.106.0+26.0"
dependencies = [
"cc",
"rustc-serialize",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bitcoinconsensus"
# The first part is the crate version, the second informational part is the Bitcoin Core version.
version = "0.105.0+25.1"
version = "0.106.0+26.0"
authors = ["Tamas Blummer <tamas.blummer@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"
Expand Down
2 changes: 1 addition & 1 deletion depend/bitcoin-HEAD-revision.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This file was automatically created by vendor-bitcoin-core.sh
7da4ae1f78ab4f6c8b19c8ca89bd6b2a6c4836ea
44d8b13c81e5276eb610c99f227a4d090cc532f6

0 comments on commit ca6b531

Please sign in to comment.