contrib: rebrand from Bitcoin to Avian across contrib/ files#246
Merged
Conversation
Member
cdonnachie
commented
Apr 27, 2026
- Rename contrib/devtools/bitcoin-tidy/ to avian-tidy/ and update all internal references (CMakeLists.txt, README.md, source files)
- Rename contrib/devtools/gen-bitcoin-conf.sh to gen-avian-conf.sh
- Rename contrib/devtools/iwyu/bitcoin.core.imp to avian.core.imp
- Update all Bitcoin brand references to Avian in contrib/ scripts, docs, and tooling (README files, Python scripts, shell scripts, tracing scripts, guix manifests, linearize tools, seeds tools, signet scripts, message-capture docs, qos scripts, valgrind suppression)
- debian/copyright: update project name and upstream contact
- seeds/generate-seeds.py: fix unmatched parenthesis syntax error on line 168 introduced during rebranding; update header guard and network name strings
- src/chainparamsseeds.h: clear all four Bitcoin Core seed arrays (main, signet, test, testnet4) -- Avian mainnet uses DNS seeders (dnsseed.us/ap/eu.avn.network); vFixedSeeds.clear() is called at startup so hardcoded seeds are not used
- Rename contrib/devtools/bitcoin-tidy/ to avian-tidy/ and update all internal references (CMakeLists.txt, README.md, source files) - Rename contrib/devtools/gen-bitcoin-conf.sh to gen-avian-conf.sh - Rename contrib/devtools/iwyu/bitcoin.core.imp to avian.core.imp - Update all Bitcoin brand references to Avian in contrib/ scripts, docs, and tooling (README files, Python scripts, shell scripts, tracing scripts, guix manifests, linearize tools, seeds tools, signet scripts, message-capture docs, qos scripts, valgrind suppression) - debian/copyright: update project name and upstream contact - seeds/generate-seeds.py: fix unmatched parenthesis syntax error on line 168 introduced during rebranding; update header guard and network name strings - src/chainparamsseeds.h: clear all four Bitcoin Core seed arrays (main, signet, test, testnet4) -- Avian mainnet uses DNS seeders (dnsseed.us/ap/eu.avn.network); vFixedSeeds.clear() is called at startup so hardcoded seeds are not used
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.