diff --git a/doc/developer-notes.md b/doc/developer-notes.md --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -700,38 +700,28 @@ `src/test/foo_tests.cpp` should be named `foo_tests`. Test suite names must be unique. -Subtrees ----------- - -Several parts of the repository are subtrees of software maintained elsewhere. - -Some of these are maintained by active developers of Bitcoin Core, in which case changes should probably go -directly upstream without being PRed directly against the project. They will be merged back in the next -subtree merge. +Third party libraries +--------------------- -Others are external projects without a tight relationship with our project. Changes to these should also -be sent upstream but bugfixes may also be prudent to PR against Bitcoin Core so that they can be integrated -quickly. Cosmetic changes should be purely taken upstream. +Several parts of the repository are software maintained elsewhere. -There is a tool in `test/lint/git-subtree-check.sh` to check a subtree directory for consistency with -its upstream repository. +Changes to these should preferably be sent upstream but bugfixes may also be +submitted to Bitcoin ABC so that they can be integrated quickly. +Cosmetic changes should be purely taken upstream. -Current subtrees include: +Current third party libraries include: - src/leveldb - - Upstream at https://github.com/google/leveldb ; Maintained by Google, but - open important PRs to Core to avoid delay. - - **Note**: Follow the instructions in [Upgrading LevelDB](#upgrading-leveldb) when - merging upstream changes to the leveldb subtree. - -- src/libsecp256k1 - - Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintaned by Core contributors. + - Upstream at https://github.com/google/leveldb ; Maintained by Google. + - **Note**: Follow the instructions in [Upgrading LevelDB](#upgrading-leveldb) + when merging upstream changes to Bitcoin ABC. - src/crypto/ctaes - - Upstream at https://github.com/bitcoin-core/ctaes ; actively maintained by Core contributors. + - Upstream at https://github.com/bitcoin-core/ctaes ; maintained by Bitcoin + Core contributors. - src/univalue - - Upstream at https://github.com/jgarzik/univalue ; report important PRs to Core to avoid delay. + - Upstream at https://github.com/jgarzik/univalue ; maintained by Jeff Garzik. Upgrading LevelDB ---------------------