You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maintainer review note for the #32/#81 bounty queue:
This docs-only cleanup is mostly aligned with the current tree. I checked head 098ac8a: contrib/install_db4.sh is not present, so removing the old local-script fallback from doc/build-osx.md matches the repository state, and src/secp256k1/tools/check-abi.sh exists for the release-process retarget.
One small acceptance check before merge: doc/build-osx.md now says berkeley-db@4 in the explanatory text but the install command is brew install berkeley-db4. If both names are intentionally supported by the selected Homebrew tap, this is fine; otherwise I would normalize the text/command pair so a fresh macOS builder does not copy a stale formula name.
Scope looks safe if kept to docs-only retargeting: no build logic, wallet/key material, node/RPC, dependency installation, or live-chain behavior changes are introduced by this PR.
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
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.
Description
Updates stale tooling references in the macOS build and release process documentation.
The docs now point to the current GitHub repository URLs and Bitgesell release naming instead of inherited Bitcoin Core references.
Notes
Docs-only change.
BTC/BGL PR reward address
To be provided if applicable.
Validation:
Refs #32