about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/bitcoin
AgeCommit message (Collapse)AuthorFilesLines
2024-04-22bitcoin: do not build with bdb legacy wallet supportPavol Rusnak1-2/+1
2024-04-17bitcoin: 26.1 -> 27.0fanquake1-2/+2
2024-04-03bitcoin: 26.0 -> 26.1fanquake1-2/+2
New minor release Release notes: https://bitcoincore.org/en/releases/26.1/ https://github.com/bitcoin/bitcoin/blob/26.x/doc/release-notes.md
2023-12-07bitcoin: 25.1 -> 26.0Pavol Rusnak1-5/+5
2023-12-07bitcoin: fix darwin builds0xb10c1-0/+4
Bitcoin Core requires a MACOSX_DEPLOYMENT_TARGET of 10.13. The current default MACOSX_DEPLOYMENT_TARGET is 10.12.
2023-10-19bitcoin: 25.0 -> 25.1fanquake1-2/+2
2023-09-19bitcoin: add shell completionsErik Arvstedt1-2/+15
2023-05-26bitcoin: 24.1 -> 25.0fanquake1-2/+2
2023-05-19bitcoin: 24.0.1 -> 24.1fanquake1-2/+2
2023-01-21treewide: remove global with lib; in pkgs/{audio,blockchain,editors}Shawn89011-13/+12
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-12bitcoin: 24.0 -> 24.0.1Pavol Rusnak1-2/+3
2022-11-25bitcoin: remove hardeningDisable for aarch64-darwinPavol Rusnak1-4/+0
not required since dade32b409ebb1ada3ca0f6f32b8aefd1260d42f
2022-11-24bitcoin: 23.0 -> 24.0Pavol Rusnak1-6/+4
2022-07-30bitcoin: fix broken build on aarch64-darwinPavol Rusnak1-1/+1
fixes #179474 follow-up to #179795
2022-07-01bitcoin: fix broken build on aarch64-darwinPavol Rusnak1-0/+4
by disabling stackprotector which kills the tests
2022-04-25bitcoin: 22.0 -> 23.0Pavol Rusnak1-2/+2
2022-01-07bitcoin: update homepageBen Siraphob1-1/+1
2021-11-21bitcoin: fix tests on darwin by using en_US.UTF-8 instead of C.UTF-8Pavol Rusnak1-1/+1
2021-11-12bitcoin: fix build on DarwinPavol Rusnak1-0/+2
- use boost 1.7x - that's what upstream is doing anyway - use autoSignDarwinBinariesHook on aarch64-darwin
2021-09-14bitcoin: 0.21.1 -> 22.0Pavol Rusnak1-4/+4
2021-08-20treewide: ensure pre/post phase hooks are stringsSebastián Mancilla1-1/+1
Some derivations use lib.optional or lib.optionals when setting pre/post phase hooks. Ensure the proper lib.optionalString is used.
2021-07-28pkgs/applications/blockchains: move packages into subdirsSandro Jäckel1-0/+106