Page MenuHomePhabricator
Feed Advanced Search

Oct 20 2025

PiRK updated the diff for D18807: coins, refactor: Make AddFlags, SetDirty, SetFresh static.

rebase

Oct 20 2025, 16:32
PiRK updated the diff for D18806: coins, refactor: Split up AddFlags to remove invalid states.

rebase to see if D18811 fixes the infra issue

Oct 20 2025, 15:18
PiRK retitled D18811: [dependencies] Patch checksum for nodesetup.sh from [dependencies] Patch checksum for nodesetup.h to [dependencies] Patch checksum for nodesetup.sh.
Oct 20 2025, 15:16
teamcity awarded D18811: [dependencies] Patch checksum for nodesetup.sh a Haypence token.
Oct 20 2025, 15:14
PiRK added a comment to D18811: [dependencies] Patch checksum for nodesetup.sh.

@bot ecash-herald-tests

Oct 20 2025, 15:14
PiRK requested review of D18811: [dependencies] Patch checksum for nodesetup.sh.
Oct 20 2025, 15:14
PiRK updated the diff for D18810: refactor coins_tests.

back out unrelated change (renaming CheckWriteCoin -> CheckWriteCoins)

Oct 20 2025, 14:23
PiRK updated the summary of D18810: refactor coins_tests.
Oct 20 2025, 14:18
PiRK requested review of D18810: refactor coins_tests.
Oct 20 2025, 14:18
PiRK requested review of D18809: coins, refactor: Remove direct GetFlags access.
Oct 20 2025, 14:10
PiRK requested review of D18808: coins, refactor: Assume state after SetClean in AddFlags to prevent dangling pointers.
Oct 20 2025, 14:09
PiRK requested review of D18807: coins, refactor: Make AddFlags, SetDirty, SetFresh static.
Oct 20 2025, 14:07
PiRK requested review of D18806: coins, refactor: Split up AddFlags to remove invalid states.
Oct 20 2025, 14:04

Oct 16 2025

PiRK closed D18801: improve help doc for -usecashaddr argument.
Oct 16 2025, 15:30
PiRK committed rABC25a8b20e9ae7: improve help doc for -usecashaddr argument (authored by PiRK).
improve help doc for -usecashaddr argument
Oct 16 2025, 15:30
PiRK closed D18800: [test] bump timeout in feature_init for troubleshooting CI failure.
Oct 16 2025, 15:29
PiRK committed rABCfd5ac1035525: [test] bump timeout in feature_init for troubleshooting CI failure (authored by PiRK).
[test] bump timeout in feature_init for troubleshooting CI failure
Oct 16 2025, 15:29
PiRK accepted D18798: [e.cash] Properly use constants for the URLs.
Oct 16 2025, 15:29
PiRK accepted D18799: [e.cash] Update the strapi URL.
Oct 16 2025, 15:29
PiRK retitled D18801: improve help doc for -usecashaddr argument from fix help text for usecashaddr argument to improve help doc for -usecashaddr argument.
Oct 16 2025, 13:44
PiRK requested review of D18801: improve help doc for -usecashaddr argument.
Oct 16 2025, 13:43
PiRK requested review of D18800: [test] bump timeout in feature_init for troubleshooting CI failure.
Oct 16 2025, 13:31

Oct 15 2025

PiRK closed D18795: test: check BlockStatus when InvalidateBlock is used.
Oct 15 2025, 09:23
PiRK committed rABC49edbad09b31: test: check BlockStatus when InvalidateBlock is used (authored by stratospher <44024636+stratospher@users.noreply.github.com>).
test: check BlockStatus when InvalidateBlock is used
Oct 15 2025, 09:23
PiRK closed D18794: coins: warn on shutdown for big UTXO set flushes.
Oct 15 2025, 09:23
PiRK committed rABCdfe46e814509: coins: warn on shutdown for big UTXO set flushes (authored by Lőrinc <pap.lorinc@gmail.com>).
coins: warn on shutdown for big UTXO set flushes
Oct 15 2025, 09:23

Oct 14 2025

PiRK updated the diff for D18794: coins: warn on shutdown for big UTXO set flushes.

i missed a change in the coins mem usage conversion ( / 1000 becomes >> 10)

Oct 14 2025, 14:39
PiRK updated the summary of D18794: coins: warn on shutdown for big UTXO set flushes.
Oct 14 2025, 14:37
PiRK requested review of D18795: test: check BlockStatus when InvalidateBlock is used.
Oct 14 2025, 13:36
PiRK requested review of D18794: coins: warn on shutdown for big UTXO set flushes.
Oct 14 2025, 13:12
PiRK accepted D18793: [avalanche] Add a removetransaction RPC to force remove a mempool transaction.
Oct 14 2025, 11:07
PiRK accepted D18791: Bump version to 0.32.1.
Oct 14 2025, 09:26
PiRK accepted D18787: [avalanche] Add a finalizetransaction RPC to force finalize a mempool transaction.
Oct 14 2025, 09:11

Oct 13 2025

PiRK closed D18782: [electrum] fix save QR code feature.
Oct 13 2025, 18:28
PiRK committed rABC83ed6e9da2c7: [electrum] fix save QR code feature (authored by PiRK).
[electrum] fix save QR code feature
Oct 13 2025, 18:28
PiRK closed D18781: [electrum] deglobalize config.
Oct 13 2025, 18:28
PiRK committed rABCc2be42b738b3: [electrum] deglobalize config (authored by PiRK).
[electrum] deglobalize config
Oct 13 2025, 18:28
PiRK closed D18783: [electrum] fix error when the exchange rate API is down.
Oct 13 2025, 09:44
PiRK committed rABC78d1f2fb42f4: [electrum] fix error when the exchange rate API is down (authored by PiRK).
[electrum] fix error when the exchange rate API is down
Oct 13 2025, 09:44
PiRK updated the diff for D18782: [electrum] fix save QR code feature.

rebase

Oct 13 2025, 09:42
PiRK updated the diff for D18781: [electrum] deglobalize config.

we can't force the config to be a singleton, as RPC commands each use their own config to communicate their command line params to the daemon.
This can be fixed in the future by splitting command line args and persistent config committed to disk into separate objects. For now let's not change anything, except no more global config.

Oct 13 2025, 09:42
PiRK closed D18780: [electrum] make config parameter non-optional for instantiating a network.
Oct 13 2025, 09:05
PiRK committed rABC1fcc8830b426: [electrum] make config parameter non-optional for instantiating a network (authored by PiRK).
[electrum] make config parameter non-optional for instantiating a network
Oct 13 2025, 09:05
PiRK closed D18779: [electrum] pass a config to alias.resolve.
Oct 13 2025, 09:05
PiRK committed rABC62c942945ac1: [electrum] pass a config to alias.resolve (authored by PiRK).
[electrum] pass a config to alias.resolve
Oct 13 2025, 09:05

Oct 10 2025

PiRK added a comment to D18781: [electrum] deglobalize config.

Looks like there is an extra SimpleConfig object instantiated in daemon mode, whenever a RPC command is queried. Need to investigate and reproduce outside of the functional test framework

Oct 10 2025, 16:05
PiRK updated the diff for D18783: [electrum] fix error when the exchange rate API is down.

rebase

Oct 10 2025, 15:41
PiRK planned changes to D18782: [electrum] fix save QR code feature.
Oct 10 2025, 15:40
PiRK planned changes to D18781: [electrum] deglobalize config.
Oct 10 2025, 15:40
PiRK added inline comments to D18782: [electrum] fix save QR code feature.
Oct 10 2025, 10:42
PiRK added inline comments to D18782: [electrum] fix save QR code feature.
Oct 10 2025, 10:41
PiRK requested review of D18783: [electrum] fix error when the exchange rate API is down.
Oct 10 2025, 10:38
PiRK requested review of D18782: [electrum] fix save QR code feature.
Oct 10 2025, 10:10
PiRK requested review of D18781: [electrum] deglobalize config.
Oct 10 2025, 10:09
PiRK updated the summary of D18780: [electrum] make config parameter non-optional for instantiating a network.
Oct 10 2025, 10:04
PiRK requested review of D18780: [electrum] make config parameter non-optional for instantiating a network.
Oct 10 2025, 10:03
PiRK requested review of D18779: [electrum] pass a config to alias.resolve.
Oct 10 2025, 10:01

Oct 9 2025

PiRK accepted D18777: [chronik] Fix chronik_shutdown.py.
Oct 9 2025, 10:03
PiRK accepted D18776: [avalanche] Remove commented out code in processor_tests.
Oct 9 2025, 07:48

Oct 8 2025

PiRK committed rABC4208cf322c41: [electrum] rename Stake.utxo to Stake.outpoint (authored by PiRK).
[electrum] rename Stake.utxo to Stake.outpoint
Oct 8 2025, 14:54
PiRK closed D18771: [electrum] rename Stake.utxo to Stake.outpoint.
Oct 8 2025, 14:54
PiRK closed D18770: [electrum] exclude already added utxos when adding more wallet UTXOs to a proof.
Oct 8 2025, 14:54
PiRK committed rABC3fb416a982d4: [electrum] exclude already added utxos when adding more wallet UTXOs to a proof (authored by PiRK).
[electrum] exclude already added utxos when adding more wallet UTXOs to a proof
Oct 8 2025, 14:54
PiRK added inline comments to D18770: [electrum] exclude already added utxos when adding more wallet UTXOs to a proof.
Oct 8 2025, 13:09
PiRK updated the diff for D18770: [electrum] exclude already added utxos when adding more wallet UTXOs to a proof.

don't break python 3.9 support

Oct 8 2025, 13:07
PiRK requested review of D18771: [electrum] rename Stake.utxo to Stake.outpoint.
Oct 8 2025, 13:03
PiRK requested review of D18770: [electrum] exclude already added utxos when adding more wallet UTXOs to a proof.
Oct 8 2025, 13:01
PiRK closed D18769: [electrum] fix style for master pubkey widget in proof editor.
Oct 8 2025, 12:15
PiRK committed rABC290b22e30ac6: [electrum] fix style for master pubkey widget in proof editor (authored by PiRK).
[electrum] fix style for master pubkey widget in proof editor
Oct 8 2025, 12:15
PiRK added a comment to D18769: [electrum] fix style for master pubkey widget in proof editor.

another alternative is to use a label rather than a QLineEdit, but then we lose the convenient "copy to clipboard" button

Oct 8 2025, 10:47
PiRK updated the summary of D18769: [electrum] fix style for master pubkey widget in proof editor.
Oct 8 2025, 10:45
PiRK updated the summary of D18769: [electrum] fix style for master pubkey widget in proof editor.
Oct 8 2025, 10:44
PiRK requested review of D18769: [electrum] fix style for master pubkey widget in proof editor.
Oct 8 2025, 10:43
PiRK accepted D18768: [faucet] Convert amounts from bigint to number for json serialization.
Oct 8 2025, 09:50

Oct 7 2025

PiRK accepted D18762: [depends] Fix qt download path.
Oct 7 2025, 15:15
PiRK accepted D18761: Bump version to 0.32.0.
Oct 7 2025, 15:15

Oct 1 2025

PiRK committed rABC9f0a0f0ce920: test: avoid unneeded block header hash -> integer conversions (authored by PiRK).
test: avoid unneeded block header hash -> integer conversions
Oct 1 2025, 08:51
PiRK closed D18742: test: avoid unneeded block header hash -> integer conversions.
Oct 1 2025, 08:51
PiRK closed D18741: test: rename CBlockHeader .hash -> .hash_hex for consistency.
Oct 1 2025, 08:51
PiRK committed rABCc0f581cfa317: test: rename CBlockHeader .hash -> .hash_hex for consistency (authored by PiRK).
test: rename CBlockHeader .hash -> .hash_hex for consistency
Oct 1 2025, 08:51
PiRK closed D18740: test: rename CBlockHeader `.rehash()`/`.sha256` -> `.hash_int` for consistency.
Oct 1 2025, 08:50
PiRK closed D18739: test: remove bare CBlockHeader `.rehash()`/`.calc_sha256()` calls.
Oct 1 2025, 08:50
PiRK committed rABCa71669cda074: test: remove bare CBlockHeader `.rehash()`/`.calc_sha256()` calls (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
test: remove bare CBlockHeader `.rehash()`/`.calc_sha256()` calls
Oct 1 2025, 08:50
PiRK committed rABCb464fc84e602: test: rename CBlockHeader `.rehash()`/`.sha256` -> `.hash_int` for consistency (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
test: rename CBlockHeader `.rehash()`/`.sha256` -> `.hash_int` for consistency
Oct 1 2025, 08:50
PiRK committed rABC2997ff694bf4: test: avoid direct block header modification (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
test: avoid direct block header modification
Oct 1 2025, 08:50
PiRK closed D18738: test: remove header hash caching in CBlockHeader class.
Oct 1 2025, 08:50
PiRK closed D18736: test: avoid direct block header modification.
Oct 1 2025, 08:50
PiRK committed rABC6faf0a274439: test: remove header hash caching in CBlockHeader class (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
test: remove header hash caching in CBlockHeader class
Oct 1 2025, 08:50
PiRK closed D18735: test: refactor: dedup `CBlockHeader` serialization.
Oct 1 2025, 08:50
PiRK committed rABCf08090597547: test: refactor: dedup `CBlockHeader` serialization (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
test: refactor: dedup `CBlockHeader` serialization
Oct 1 2025, 08:50
PiRK closed D18733: [test] factor some common block generation code in functional tests.
Oct 1 2025, 08:50
PiRK committed rABCc7ce6566f059: [test] factor some common block generation code in functional tests (authored by PiRK).
[test] factor some common block generation code in functional tests
Oct 1 2025, 08:50

Sep 30 2025

PiRK published D18742: test: avoid unneeded block header hash -> integer conversions for review.
Sep 30 2025, 18:40
PiRK published D18741: test: rename CBlockHeader .hash -> .hash_hex for consistency for review.
Sep 30 2025, 18:40
teamcity awarded D18742: test: avoid unneeded block header hash -> integer conversions a Haypence token.
Sep 30 2025, 18:26
teamcity awarded D18741: test: rename CBlockHeader .hash -> .hash_hex for consistency a Doubloon token.
Sep 30 2025, 18:20
PiRK published D18740: test: rename CBlockHeader `.rehash()`/`.sha256` -> `.hash_int` for consistency for review.
Sep 30 2025, 18:16
PiRK published D18739: test: remove bare CBlockHeader `.rehash()`/`.calc_sha256()` calls for review.
Sep 30 2025, 18:16
PiRK published D18738: test: remove header hash caching in CBlockHeader class for review.
Sep 30 2025, 18:15
teamcity awarded D18741: test: rename CBlockHeader .hash -> .hash_hex for consistency a Piece of Eight token.
Sep 30 2025, 15:05