User Details
User Details
- User Since
- Aug 5 2020, 16:14 (24 w, 1 d)
Today
Today
PiRK committed rABCad4cfa37da85: [mempool] Persist unbroadcast set to mempool.dat (authored by Amiti Uttarwar <amiti@uttarwar.org>).
[mempool] Persist unbroadcast set to mempool.dat
PiRK committed rABC0462bb493d52: [test] Integration tests for unbroadcast functionality (authored by Amiti Uttarwar <amiti@uttarwar.org>).
[test] Integration tests for unbroadcast functionality
PiRK committed rABC1167285f9107: [refactor/test] Extract P2PTxInvStore into test framework (authored by Amiti Uttarwar <amiti@uttarwar.org>).
[refactor/test] Extract P2PTxInvStore into test framework
PiRK committed rABC232939a30114: [wallet] Update the rebroadcast frequency to be ~1/day. (authored by Amiti Uttarwar <amiti@uttarwar.org>).
[wallet] Update the rebroadcast frequency to be ~1/day.
PiRK committed rABC0ea659532280: [p2p] Reattempt initial send of unbroadcast transactions (authored by Amiti Uttarwar <amiti@uttarwar.org>).
[p2p] Reattempt initial send of unbroadcast transactions
PiRK committed rABC9a88bcf4618e: [util] Add method that returns random time in milliseconds (authored by Amiti Uttarwar <amiti@uttarwar.org>).
[util] Add method that returns random time in milliseconds
PiRK committed rABC674a222fdbab: [mempool] Track "unbroadcast" transactions (authored by Amiti Uttarwar <amiti@uttarwar.org>).
[mempool] Track "unbroadcast" transactions
PiRK updated the diff for D9012: [mempool] Persist unbroadcast set to mempool.dat.
put a comment on its own line
PiRK updated the summary of D9011: [test] Integration tests for unbroadcast functionality.
PiRK updated the summary of D9011: [test] Integration tests for unbroadcast functionality.
PiRK updated the diff for D9006: [mempool] Track "unbroadcast" transactions.
address feedback
PiRK updated the diff for D9009: [wallet] Update the rebroadcast frequency to be ~1/day..
rebase
tests: remove duplicate block generation
PiRK committed rABC6b149463a9f2: qt: remove todo bug fix for old versions of Qt (authored by 10xcryptodev <10xcryptodev@gmail.com>).
qt: remove todo bug fix for old versions of Qt
PiRK requested review of D9012: [mempool] Persist unbroadcast set to mempool.dat.
PiRK requested review of D9011: [test] Integration tests for unbroadcast functionality.
PiRK requested review of D9010: [refactor/test] Extract P2PTxInvStore into test framework.
PiRK requested review of D9009: [wallet] Update the rebroadcast frequency to be ~1/day..
PiRK updated the summary of D9008: [p2p] Reattempt initial send of unbroadcast transactions.
PiRK updated the summary of D9007: [util] Add method that returns random time in milliseconds.
PiRK requested review of D9008: [p2p] Reattempt initial send of unbroadcast transactions.
PiRK requested review of D9007: [util] Add method that returns random time in milliseconds.
PiRK requested review of D9006: [mempool] Track "unbroadcast" transactions.
PiRK requested review of D8999: tests: remove duplicate block generation.
PiRK requested review of D8998: qt: remove todo bug fix for old versions of Qt.
PiRK committed rABC0bb71bfaa24a: test: Remove raw-tx byte juggling in mempool_reorg (authored by MarcoFalke <falke.marco@gmail.com>).
test: Remove raw-tx byte juggling in mempool_reorg
PiRK added a comment to D8990: [backport#18665] Do not expose and consider -logthreadnames when it does not work.
I skipped this one because I wasn't sure how to define HAVE_THREAD_LOCAL, and whether we needed to define it at all.
PiRK committed rABCf339a4f6d651: test: Fix intermittent failure in wallet_importmulti (authored by MarcoFalke <falke.marco@gmail.com>).
test: Fix intermittent failure in wallet_importmulti
PiRK committed rABC438dca9e5035: test: use zero-argument super() shortcut (Python 3.0+) (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
test: use zero-argument super() shortcut (Python 3.0+)
Yesterday
Yesterday
PiRK requested review of D8991: test: Fix intermittent failure in wallet_importmulti.
PiRK updated the diff for D8988: test: use zero-argument super() shortcut (Python 3.0+).
revert change in feature_block
PiRK requested review of D8989: test: Remove raw-tx byte juggling in mempool_reorg.
PiRK requested review of D8988: test: use zero-argument super() shortcut (Python 3.0+).
PiRK committed rABC67d3d6330c4e: script: Remove undocumented and unused operator+ (authored by MarcoFalke <falke.marco@gmail.com>).
script: Remove undocumented and unused operator+
PiRK committed rABCefb9f4d807a5: [net processing] Move all const declarations to top of net_processing.cpp (authored by John Newbery <john@johnnewbery.com>).
[net processing] Move all const declarations to top of net_processing.cpp
PiRK committed rABC66491023ca7c: [validation] Move all const declarations to top of validation.h (authored by John Newbery <john@johnnewbery.com>).
[validation] Move all const declarations to top of validation.h
PiRK committed rABC6b3bb60ac35c: [validation] Move validation-only consts to validation.cpp (authored by John Newbery <john@johnnewbery.com>).
[validation] Move validation-only consts to validation.cpp
PiRK committed rABC53f4c34f57b7: [net processing] Move net processing consts to net_processing.cpp (authored by John Newbery <john@johnnewbery.com>).
[net processing] Move net processing consts to net_processing.cpp
PiRK committed rABCefe531436f74: test: add coverage for -rpcwallet cli option (authored by Jon Atack <jon@atack.com>).
test: add coverage for -rpcwallet cli option
PiRK committed rABC9d4e2e9eedb4: refactor: test: use wait_for_getdata() in p2p_compactblocks.py (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
refactor: test: use wait_for_getdata() in p2p_compactblocks.py
PiRK committed rABC05eb8acb903e: test: display command line options passed to send_cli() in debug log (authored by Jon Atack <jon@atack.com>).
test: display command line options passed to send_cli() in debug log
PiRK requested review of D8976: [net processing] Move net processing consts to net_processing.cpp.
Are you referring to the moves in D8978?
PiRK updated the diff for D8980: [net processing] Move all const declarations to top of net_processing.cpp.
rebase after removing unused MAX_FEE_ESTIMATION_TIP_AGE in D8977 which caused build-clang to fail
PiRK updated the diff for D8978: [validation] Move all const declarations to top of validation.h.
rebase after removing unused MAX_FEE_ESTIMATION_TIP_AGE in D8977
PiRK updated the summary of D8977: [validation] Move validation-only consts to validation.cpp.
PiRK updated the diff for D8977: [validation] Move validation-only consts to validation.cpp.
remove unused const MAX_FEE_ESTIMATION_TIP_AGE. Its only use was deleted in D2784
PiRK updated the diff for D8973: script: Remove undocumented and unused operator+.
restore line 474 that should not have been deleted
PiRK requested review of D8980: [net processing] Move all const declarations to top of net_processing.cpp.
PiRK requested review of D8978: [validation] Move all const declarations to top of validation.h.
PiRK requested review of D8977: [validation] Move validation-only consts to validation.cpp.
PiRK requested review of D8976: [net processing] Move net processing consts to net_processing.cpp.
PiRK requested review of D8975: test: add coverage for -rpcwallet cli option.
PiRK requested review of D8974: refactor: test: use wait_for_getdata() in p2p_compactblocks.py.
PiRK requested review of D8973: script: Remove undocumented and unused operator+.
PiRK committed rABCbd3d55649070: test: Check submitblock return values (authored by MarcoFalke <falke.marco@gmail.com>).
test: Check submitblock return values
PiRK committed rABC7f76d4d96b50: fixing init.md documentation to not require rpcpassword (authored by “jkcd” <“jkreadsemail@gmail.com”>).
fixing init.md documentation to not require rpcpassword