Skip to content

Commit ca6b531

Browse files
committed
Merge #93: Vendor Bitcoin Core v26.0
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
2 parents 6b71fb6 + 81515e2 commit ca6b531

File tree

1,167 files changed

+53120
-30680
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,167 files changed

+53120
-30680
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
## 0.105.0+25.1 - 2024-03-08
1+
## 0.105.0+26.0 - 2024-02-01
2+
3+
* Vendor Bitcoin Core `v26.0`
4+
* Add new Taproot verification API
5+
6+
## 0.105.0+25.1 - 2024-02-08
27

38
* Vendor Bitcoin Core `v25.1`
49

5-
## 0.104.0+24.2 - 2024-03-03
10+
## 0.104.0+24.2 - 2024-02-03
611

712
* Vendor Bitcoin Core `v24.2`
813

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 3
44

55
[[package]]
66
name = "bitcoinconsensus"
7-
version = "0.105.0+25.1"
7+
version = "0.106.0+26.0"
88
dependencies = [
99
"cc",
1010
"rustc-serialize",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 3
44

55
[[package]]
66
name = "bitcoinconsensus"
7-
version = "0.105.0+25.1"
7+
version = "0.106.0+26.0"
88
dependencies = [
99
"cc",
1010
"rustc-serialize",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bitcoinconsensus"
33
# The first part is the crate version, the second informational part is the Bitcoin Core version.
4-
version = "0.105.0+25.1"
4+
version = "0.106.0+26.0"
55
authors = ["Tamas Blummer <[email protected]>"]
66
license = "Apache-2.0"
77
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"

depend/bitcoin-HEAD-revision.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file was automatically created by vendor-bitcoin-core.sh
2-
7da4ae1f78ab4f6c8b19c8ca89bd6b2a6c4836ea
2+
44d8b13c81e5276eb610c99f227a4d090cc532f6

0 commit comments

Comments
 (0)