I've been looking at the trusted-keys file in the recent Bitcoin Core updates and it seems pretty outdated. You can check it out here: https://github.com/bitcoin/bitcoin/blob/master/contrib/verify-commits/trusted-keys.
Even though there were some updates in earlier versions like v.24.x, those changes don't seem to carry over to the newer releases. Just look at this link: https://github.com/bitcoin/bitcoin/blob/24.x/contrib/verify-commits/trusted-keys.
It's kinda strange how the same old version keeps showing up in the latest releases.
So I'm wondering, why is this file not getting updated? And which version of it is the latest one that actually reflects the current Bitcoin Core maintainers?
Trusted-keys file in Bitcoin Core: what's up with the updates?
2 replies 316 views
What makes you think the version in the master branch is outdated? The links you give clearly show that it is more recently updated.
Changes are always made to the master branch first, and then backported to the release branches. Changes are never made directly to the release branches that are not in master. The release branches are branched from the master branch when it is time to make a release. There is no "outdated version getting copied into the latest release", all files are always the most up to date at the time of branching.
Ah, I see, my bad, I didn't look closely at the keys in the master branch. I see now that they are the most up-to-date and reflect the changes made in prior releases.
Related topics
- Bitcoin Core displaying coins (UTXOs) in a new tab 13
- Ways to earn some sats by contributing to bitcoin core development 5
- What can I do to fix this Bitcoin Core error? 8
- How do you protect your Bitcoin Core wallet? 19
- issues with bitcoin core database read error 2
- Curious about the 'Services' section in the peers of Bitcoin Core 6