Page MenuHomePhabricator
Feed Advanced Search

Jun 12 2025

PiRK updated the test plan for D18243: [net] Move ConnectionType and eviction logic to their own files.
Jun 12 2025, 10:59
PiRK requested review of D18244: net: simplify the call to vProcessMsg.splice().
Jun 12 2025, 10:59
PiRK updated the diff for D18243: [net] Move ConnectionType and eviction logic to their own files.

add new files to kernel lib to fix bitcoin-chainstate, add comment that this is caused by the avalanche -> net.cpp dependency

Jun 12 2025, 10:56
PiRK planned changes to D18243: [net] Move ConnectionType and eviction logic to their own files.

we probably need those new cpp files in the kernel lib for bitcoin-chainstate

Jun 12 2025, 10:49
PiRK updated the summary of D18243: [net] Move ConnectionType and eviction logic to their own files.
Jun 12 2025, 10:33
PiRK requested review of D18243: [net] Move ConnectionType and eviction logic to their own files.
Jun 12 2025, 10:32
PiRK requested review of D18242: [net] Add NoBan status and connection type to NodeEvictionCandidate.
Jun 12 2025, 10:31
PiRK requested review of D18241: Use designated initializers for NodeEvictionCandidate.
Jun 12 2025, 09:52

Jun 11 2025

PiRK accepted D18237: [chronik] Electrum: implement the blockchain.utxo.get_info endpoint.
Jun 11 2025, 15:59
PiRK accepted D18236: [chronik] Unbreak the build when the old variables are used.
Jun 11 2025, 12:57
PiRK accepted D18235: [avalanche] Protect finalized txs from eviction for low fee.
Jun 11 2025, 10:10
PiRK accepted D18233: [avalanche] Return unconclusive status for the mempool txs that are not pollable.
Jun 11 2025, 07:31
PiRK accepted D18234: [avalanche] Don't expire finalized transactions.
Jun 11 2025, 06:51

Jun 10 2025

PiRK added inline comments to D18234: [avalanche] Don't expire finalized transactions.
Jun 10 2025, 19:28
PiRK accepted D18232: [chronik] Electrum: Implement blockchain.transaction.subscribe endpoint.
Jun 10 2025, 16:40
PiRK added inline comments to D18232: [chronik] Electrum: Implement blockchain.transaction.subscribe endpoint.
Jun 10 2025, 16:25
PiRK closed D18231: [cmake] deprecate BUILD_BITCOIN_X flags in favor of BUILD_X flags.
Jun 10 2025, 16:05
PiRK committed rABC9aacfc6f427e: [cmake] deprecate BUILD_BITCOIN_X flags in favor of BUILD_X flags (authored by PiRK).
[cmake] deprecate BUILD_BITCOIN_X flags in favor of BUILD_X flags
Jun 10 2025, 16:05
PiRK planned changes to D18224: bugfix: Fix incorrect debug.log config file path.

did i break something?

Jun 10 2025, 12:03
PiRK published D18231: [cmake] deprecate BUILD_BITCOIN_X flags in favor of BUILD_X flags for review.

most of the diff is just semi-automatic text replacement : all BUILD_BITCOIN_ patterns relplace by BUILD_ except for BUILD_BITCOIN_INTERNAL which is untouched

Jun 10 2025, 09:37
PiRK accepted D18230: [chronik] Add a subscription to txid.
Jun 10 2025, 09:20
teamcity awarded D18231: [cmake] deprecate BUILD_BITCOIN_X flags in favor of BUILD_X flags a Doubloon token.
Jun 10 2025, 09:04
teamcity awarded D18231: [cmake] deprecate BUILD_BITCOIN_X flags in favor of BUILD_X flags a Piece of Eight token.
Jun 10 2025, 09:03
teamcity awarded D18231: [cmake] deprecate BUILD_BITCOIN_X flags in favor of BUILD_X flags a Haypence token.
Jun 10 2025, 05:39

Jun 9 2025

PiRK updated the diff for D18224: bugfix: Fix incorrect debug.log config file path.

re-comment unit test check causing a failure on MacOS

Jun 9 2025, 18:56
PiRK updated the diff for D18224: bugfix: Fix incorrect debug.log config file path.

rebase

Jun 9 2025, 11:50
PiRK closed D18228: build: move rpc/request.cpp from util to common.
Jun 9 2025, 11:49
PiRK committed rABC14ff8b0ab7c8: build: move rpc/request.cpp from util to common (authored by PiRK).
build: move rpc/request.cpp from util to common
Jun 9 2025, 11:49
PiRK published D18224: bugfix: Fix incorrect debug.log config file path for review.
Jun 9 2025, 09:52
PiRK published D18228: build: move rpc/request.cpp from util to common for review.
Jun 9 2025, 09:51
PiRK closed D18223: init: Error if ignored bitcoin.conf file is found.
Jun 9 2025, 09:46
PiRK committed rABC0c9af57b4be1: init: Error if ignored bitcoin.conf file is found (authored by Ryan Ofsky <ryan@ofsky.org>).
init: Error if ignored bitcoin.conf file is found
Jun 9 2025, 09:46
PiRK closed D18222: lint: fix confusing comments in test vector file.
Jun 9 2025, 09:43
PiRK committed rABCe8c37660b89c: lint: fix confusing comments in test vector file (authored by PiRK).
lint: fix confusing comments in test vector file
Jun 9 2025, 09:43
PiRK closed D18221: lint: Fix lint-format-strings false positives when format specifiers have argument positions.
Jun 9 2025, 09:43
PiRK committed rABCfc908557a23e: lint: Fix lint-format-strings false positives when format specifiers have… (authored by PiRK).
lint: Fix lint-format-strings false positives when format specifiers have…
Jun 9 2025, 09:43
PiRK closed D18216: Deduplicate bitcoind and bitcoin-qt init code.
Jun 9 2025, 09:43
PiRK closed D18220: Bump version to 0.31.6.
Jun 9 2025, 09:43
PiRK committed rABCb9581e8de2a5: Deduplicate bitcoind and bitcoin-qt init code (authored by PiRK).
Deduplicate bitcoind and bitcoin-qt init code
Jun 9 2025, 09:43
PiRK committed rABC52424bc0a66f: Bump version to 0.31.6 (authored by PiRK).
Bump version to 0.31.6
Jun 9 2025, 09:43
PiRK added inline comments to D18220: Bump version to 0.31.6.
Jun 9 2025, 09:39
teamcity awarded D18228: build: move rpc/request.cpp from util to common a Haypence token.
Jun 9 2025, 09:37

Jun 7 2025

PiRK updated the diff for D18223: init: Error if ignored bitcoin.conf file is found.

fix shadowing of var

Jun 7 2025, 15:25
PiRK added inline comments to D18223: init: Error if ignored bitcoin.conf file is found.
Jun 7 2025, 15:11
PiRK requested review of D18223: init: Error if ignored bitcoin.conf file is found.
Jun 7 2025, 15:09
PiRK requested review of D18222: lint: fix confusing comments in test vector file.
Jun 7 2025, 10:08
PiRK requested review of D18221: lint: Fix lint-format-strings false positives when format specifiers have argument positions.
Jun 7 2025, 10:01
PiRK closed D18215: refactor: Rename JoinErrors and re-use it.
Jun 7 2025, 08:33
PiRK committed rABC7c915927c413: refactor: Rename JoinErrors and re-use it (authored by PiRK).
refactor: Rename JoinErrors and re-use it
Jun 7 2025, 08:33
PiRK requested review of D18220: Bump version to 0.31.6.
Jun 7 2025, 08:32

Jun 6 2025

PiRK updated the diff for D18216: Deduplicate bitcoind and bitcoin-qt init code.

fix similar variable shadowing warning in bitcoind.cpp

Jun 6 2025, 15:38
PiRK planned changes to D18216: Deduplicate bitcoind and bitcoin-qt init code.
Jun 6 2025, 15:34
PiRK updated the diff for D18216: Deduplicate bitcoind and bitcoin-qt init code.

fix var shadowing and comment

Jun 6 2025, 15:18
PiRK planned changes to D18216: Deduplicate bitcoind and bitcoin-qt init code.
Jun 6 2025, 14:16
PiRK requested review of D18216: Deduplicate bitcoind and bitcoin-qt init code.
Jun 6 2025, 14:14
PiRK requested review of D18215: refactor: Rename JoinErrors and re-use it.
Jun 6 2025, 14:13
PiRK accepted D18213: Unbreak the MacOS tests.
Jun 6 2025, 09:08

Jun 5 2025

PiRK accepted D18210: [avalanche] Avoid recursively holding mempool.cs via isAvalancheFinalized.
Jun 5 2025, 15:44
PiRK accepted D18208: [avalanche] Make the abc_p2p_avalanche_transaction_finalization.py test cases independant from each other.
Jun 5 2025, 15:41
PiRK accepted D18207: Test framework: fix the MiniWallet fee rate calculation.
Jun 5 2025, 15:40
PiRK closed D18206: qt6: register meta-types for types used in signal/slots.
Jun 5 2025, 14:53
PiRK committed rABC85ce35c1af62: qt6: register meta-types for types used in signal/slots (authored by PiRK).
qt6: register meta-types for types used in signal/slots
Jun 5 2025, 14:53
PiRK requested review of D18206: qt6: register meta-types for types used in signal/slots.
Jun 5 2025, 09:24
PiRK closed D18205: gui: add test runner summary.
Jun 5 2025, 08:28
PiRK committed rABCf67e5f1af4d6: gui: add test runner summary (authored by Jon Atack <jon@atack.com>).
gui: add test runner summary
Jun 5 2025, 08:28
PiRK closed D18204: qt: fix broken unit tests on MacOS.
Jun 5 2025, 08:28
PiRK committed rABC13439b515b96: qt: fix broken unit tests on MacOS (authored by PiRK).
qt: fix broken unit tests on MacOS
Jun 5 2025, 08:28
PiRK requested review of D18205: gui: add test runner summary.
Jun 5 2025, 07:23
PiRK requested review of D18204: qt: fix broken unit tests on MacOS.
Jun 5 2025, 07:20

Jun 4 2025

PiRK closed D18201: qt6: Handle different signatures of `QANEF::nativeEventFilter`.
Jun 4 2025, 12:23
PiRK committed rABC3bd98a40d163: qt6: Handle different signatures of `QANEF::nativeEventFilter` (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt6: Handle different signatures of `QANEF::nativeEventFilter`
Jun 4 2025, 12:23
PiRK committed rABC10e8feea4ccd: qt6, test: Handle deprecated code (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt6, test: Handle deprecated code
Jun 4 2025, 12:23
PiRK closed D18199: qt6: Handle deprecated `QLocale::nativeCountryName`.
Jun 4 2025, 12:23
PiRK closed D18200: qt6, test: Handle deprecated code.
Jun 4 2025, 12:23
PiRK committed rABCfef0c197a235: qt6: Handle deprecated `QLocale::nativeCountryName` (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt6: Handle deprecated `QLocale::nativeCountryName`
Jun 4 2025, 12:23
PiRK committed rABCec0feb99b332: qt: Fix linking when configured with `-DENABLE_WALLET=OFF` (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: Fix linking when configured with `-DENABLE_WALLET=OFF`
Jun 4 2025, 12:23
PiRK closed D18198: qt: Fix linking when configured with `-DENABLE_WALLET=OFF`.
Jun 4 2025, 12:23
teamcity awarded D18201: qt6: Handle different signatures of `QANEF::nativeEventFilter` a Piece of Eight token.
Jun 4 2025, 11:20
PiRK updated the diff for D18201: qt6: Handle different signatures of `QANEF::nativeEventFilter`.

fix obvious merge conflict resolution mistake

Jun 4 2025, 09:06
PiRK planned changes to D18201: qt6: Handle different signatures of `QANEF::nativeEventFilter`.
Jun 4 2025, 09:04
teamcity awarded D18201: qt6: Handle different signatures of `QANEF::nativeEventFilter` a Haypence token.
Jun 4 2025, 09:03
PiRK added a comment to D18201: qt6: Handle different signatures of `QANEF::nativeEventFilter`.

@bot guix-win

Jun 4 2025, 09:03
PiRK requested review of D18201: qt6: Handle different signatures of `QANEF::nativeEventFilter`.
Jun 4 2025, 09:01
PiRK added inline comments to D18200: qt6, test: Handle deprecated code.
Jun 4 2025, 08:44
PiRK requested review of D18200: qt6, test: Handle deprecated code.
Jun 4 2025, 08:42
PiRK requested review of D18199: qt6: Handle deprecated `QLocale::nativeCountryName`.
Jun 4 2025, 08:23
PiRK updated the test plan for D18198: qt: Fix linking when configured with `-DENABLE_WALLET=OFF`.
Jun 4 2025, 08:15
PiRK requested review of D18198: qt: Fix linking when configured with `-DENABLE_WALLET=OFF`.
Jun 4 2025, 08:14

Jun 3 2025

PiRK closed D18190: qt: use proper include for types used in qt slot.
Jun 3 2025, 15:26
PiRK committed rABC19cb7dca47e9: qt: use proper include for types used in qt slot (authored by PiRK).
qt: use proper include for types used in qt slot
Jun 3 2025, 15:26
PiRK closed D18185: qt: make synchronous dialogs behave nice during shutdown.
Jun 3 2025, 15:26
PiRK committed rABCc201752cf28b: qt: make synchronous dialogs behave nice during shutdown (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: make synchronous dialogs behave nice during shutdown
Jun 3 2025, 15:26
PiRK updated the test plan for D18190: qt: use proper include for types used in qt slot.
Jun 3 2025, 06:28
PiRK requested review of D18190: qt: use proper include for types used in qt slot.
Jun 3 2025, 06:09
PiRK updated the diff for D18185: qt: make synchronous dialogs behave nice during shutdown.

fix clang-tidy (missing braces)

Jun 3 2025, 06:07
PiRK closed D18184: refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch.
Jun 3 2025, 06:04
PiRK committed rABC7511d8175b17: refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch (authored by fanquake <fanquake@gmail.com>).
refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch
Jun 3 2025, 06:04
PiRK closed D18183: qt: Refactor open date range to use std::optional.
Jun 3 2025, 06:04
PiRK committed rABCe4d89b4ddfde: qt: Refactor open date range to use std::optional (authored by João Barbosa <joao.paulo.barbosa@gmail.com>).
qt: Refactor open date range to use std::optional
Jun 3 2025, 06:04
PiRK closed D18182: qt: replace & remove deprecated API calls when compiling with Qt6.
Jun 3 2025, 06:04