Skip to content

Replace std::error::Error with core::error::Error#2137

Merged
evanlinjin merged 1 commit intobitcoindevkit:masterfrom
luisschwab:chore/use-core-error
Mar 6, 2026
Merged

Replace std::error::Error with core::error::Error#2137
evanlinjin merged 1 commit intobitcoindevkit:masterfrom
luisschwab:chore/use-core-error

Conversation

@luisschwab
Copy link
Member

Closes #2132

The Error trait is stable as of 1.81.0, so import it from core instead.

@luisschwab luisschwab self-assigned this Mar 6, 2026
@luisschwab luisschwab requested a review from nymius as a code owner March 6, 2026 01:09
@luisschwab luisschwab added the chore Non-coding related work label Mar 6, 2026
@luisschwab luisschwab moved this to Needs Review in BDK Chain Mar 6, 2026
The `Error` trait is stable as of 1.81.0, so import it from `core` instead.
@luisschwab luisschwab force-pushed the chore/use-core-error branch from b922738 to 2a92fd3 Compare March 6, 2026 01:49
Copy link
Member

@evanlinjin evanlinjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 2a92fd3

@evanlinjin evanlinjin merged commit e39aa48 into bitcoindevkit:master Mar 6, 2026
17 checks passed
@github-project-automation github-project-automation bot moved this from Needs Review to Done in BDK Chain Mar 6, 2026
@luisschwab luisschwab deleted the chore/use-core-error branch March 6, 2026 09:03
@oleonardolima oleonardolima added this to the Chain 0.24.0 milestone Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Non-coding related work

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Use core::error::Error

3 participants