Contributing to Bitcoin Core
Guides to contributor of Bitcoin Core
jon atack - How to Review Pull Requests in Bitcoin Core
bitcoin/CONTRIBUTING.md at master · bitcoin/bitcoin
Bitcoin Core PR Review Club
jonatack/bitcoin-development: Various notes and ideas for development work on Bitcoin
fanquake/core-review: Scripts, tools & info for doing Bitcoin Core development and code review
便利
bitcoin-development/how-to-compile-bitcoin-core-from-source-on-linux-and-macOS.md at master · jonatack/bitcoin-development
bitcoin-core/bitcoin-maintainer-tools: External repository for Bitcoin Core related maintenance tools
Bitcoin is for all of us
Bitcoin CoreDev reflections 2024-2025 | Bitcoin is for all of us
Priorities · bitcoin-core/bitcoin-devwiki Wiki
Run tests of Bitcoin Core
Build Bitcoin Core on macOS
How to review a PR
Ref: https://jonatack.github.io/articles/how-to-review-pull-requests-in-bitcoin-core
add following to .git/config to fetch PR branches
code:/.git/config
remote "upstream-pull"
fetch = +refs/pull/*/head:refs/remotes/upstream-pull/*
url = git@github.com:bitcoin/bitcoin.git
github は PR を /pull/<pr-number>/head に置いている
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
then you can fetch all PR branchs by
$ git fetch upstream-pull
bitcoin/doc/productivity.md at master · bitcoin/bitcoin
ACK
bitcoin/CONTRIBUTING.md at master · bitcoin/bitcoin
Concept ACK, Design ACK について
https://github.com/bitcoin/bitcoin/issues/14895#issuecomment-499482277
Test の wallet には専用の wallet を使う
'rpc_getblockstats.py' fails with '--gen-test-data' · Issue #31838 · bitcoin/bitcoin