Automated daily update to rustc (to nightly-2026-01-02) - #805
Merged
Conversation
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
April 12, 2025 01:57
725eced to
8cad60b
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
April 19, 2025 01:56
8cad60b to
20c6961
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
April 26, 2025 01:59
20c6961 to
f50142c
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
May 3, 2025 02:02
f50142c to
84a6c84
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
May 10, 2025 02:01
84a6c84 to
b249e61
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
May 17, 2025 02:04
b249e61 to
5534ae6
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
May 24, 2025 02:03
5534ae6 to
8314285
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
May 31, 2025 02:06
8314285 to
a3f449e
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
June 7, 2025 02:08
a3f449e to
4fd65dd
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
June 14, 2025 02:07
4fd65dd to
8a055e2
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
June 21, 2025 02:08
8a055e2 to
6d75a3f
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
June 28, 2025 02:08
6d75a3f to
3acfbc6
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
July 5, 2025 02:08
3acfbc6 to
a2e231e
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
July 12, 2025 02:24
a2e231e to
ece7100
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
July 19, 2025 02:20
ece7100 to
81d8e47
Compare
apoelstra
added a commit
that referenced
this pull request
Sep 28, 2025
…dling and sortedmulti b5db340 sortedmulti: take Thresh as input to constructors (Andrew Poelstra) 276cf94 sortedmulti: simplify constructor and improve unit test (Andrew Poelstra) 3250e40 miniscript: take pubkey size into account in multi() type extdata (Andrew Poelstra) 8874640 miniscript: fix ExtData to correctly account for uncompressed keys (Andrew Poelstra) 040c29d miniscript: remove MalleablePkH script context rule (Andrew Poelstra) a5c477b clippy: fix all nightly lints (Andrew Poelstra) Pull request description: Removes the weird and incorrect `MalleablePkH` script context rule; fixes several bugs related to key size estimation in pkh and multisig fragments; improves tests of sortedmulti; uses the `Thresh` type in sortedmulti constructors. These bugs are obscure and only visible when using uncompressed pubkeys and I don't think they're worth backporting. This PR is starting to make "real" changes toward unifying our validation parameters. In particular we separate out validation errors in the `sortedmulti` constructors from threshold-construction errors (which the user is forced to deal with before calling a `sortedmulti` constructor). The PR is bigger than you might think because when testing this separation I found some bugs. This PR also includes a clippy fix which should unstick #805 (update nightly version) which has been stalled for months because the weekly retries don't trigger Github notifications and I didn't notice it. ACKs for top commit: sanket1729: utACK b5db340 Tree-SHA512: 4c221f4efe1014001d4bbb99fd89728f5b56348c09d34df9163ff01766cd11e5d13834ecb3bc7ceb49ae89a99d6149587d83b0d901f2b73c64cc91c9a47684fc
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
October 4, 2025 01:53
9f59bec to
ee60c5b
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
October 11, 2025 01:53
ee60c5b to
1473ee9
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
October 18, 2025 01:55
1473ee9 to
c505faa
Compare
Member
Author
|
Oh we actually need to fix the docs.rs thing before release |
Member
Author
|
Oh, no, it's in bitcoin-io, not here. We will need to fix this upstream. cc @tcharding can we release a bitcoin-io 0.1.4 with the doc thing removed? |
Member
|
Done in rust-bitcoin/rust-bitcoin#5183 |
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
October 25, 2025 01:59
c505faa to
f38ed96
Compare
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
November 1, 2025 02:08
f38ed96 to
48cc1d2
Compare
tcharding
added a commit
to tcharding/rust-miniscript
that referenced
this pull request
Nov 3, 2025
We cannot link to a file by directory path in rustdocs. Just remove the link. This is breaking the docs build in rust-bitcoin#805 and is also mentioned in rust-bitcoin#872.
Merged
apoelstra
added a commit
that referenced
this pull request
Nov 3, 2025
f853906 Remove link to doc file (Tobin C. Harding) Pull request description: We cannot link to a file by directory path in rustdocs. Just remove the link. This is breaking the docs build in #805 and is also mentioned in #872. ACKs for top commit: apoelstra: ACK f853906; successfully ran local tests Tree-SHA512: d2e2eb182cb823297de53635ac23d55ff920b750d28efa7e18de08ddeda3a7f2bdffe8ff32dcf4c54ec32a33a176cea349291260388fd5e5cdad14c6c2e9802e
apoelstra
force-pushed
the
create-pull-request/daily-nightly-update
branch
from
November 8, 2025 01:59
48cc1d2 to
2ecc6b2
Compare
Member
|
Re-ran failed docs job, it should pull the just-released |
Member
Author
|
It won't 'pull' because we have a fixed lockfile. But lemme give it a shot and see. I think we might also be blocked on |
Member
|
Ah woops, |
Member
Author
|
I checked locally and we actually need rust-bitcoin/hex-conservative#198 and also rust-bitcoin/rust-bech32#233 |
Member
Author
|
Ok. I'll bet we can unblock this now. |
tcharding
approved these changes
Jan 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated update to Github CI workflow
rust.ymlby create-pull-request GitHub action