Skip to content

Conversation

@nyonson
Copy link
Contributor

@nyonson nyonson commented Nov 21, 2025

Been testing out integration and realized it's a pain to have to set all un-used config settings to empty lists.

Example from rust-psbt where I don't want to set exact_features and features_with_no_std:

features_with_std = ["rand", "serde", "base64", "miniscript"]
features_without_std = ["serde", "base64"]
exact_features = []
features_with_no_std = []

Copy link
Member

@tcharding tcharding left a comment

Choose a reason for hiding this comment

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

ACK 41ff135

@tcharding
Copy link
Member

@apoelstra slow me down if you don't want me merging wildly here.

@tcharding tcharding merged commit 4eb8e3b into rust-bitcoin:master Nov 21, 2025
1 check passed
@tcharding
Copy link
Member

tcharding commented Nov 21, 2025

15 minutes pushed, review, merged - all on a Saturday morning, like a boss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants