Today
Today
teamcity added a comment to D18964: util: move threadinterrupt into util.
Build Bitcoin ABC Diffs / Diff Testing (build-clang-tidy) failed.
PiRK added a comment to D18964: util: move threadinterrupt into util.
the failures seem unrelated, rerunning
teamcity added a comment to D18964: util: move threadinterrupt into util.
teamcity added a comment to D18964: util: move threadinterrupt into util.
Build Bitcoin ABC Diffs / Diff Testing (build-without-wallet) failed.
teamcity added a comment to D18964: util: move threadinterrupt into util.
teamcity updated the summary of D18964: util: move threadinterrupt into util.
PiRK requested review of D18964: util: move threadinterrupt into util.
Fabien committed rABCWEB337c6cb67c02: [website] Build the man pages for iguana and the proof-manager-cli (authored by Fabien).
[website] Build the man pages for iguana and the proof-manager-cli
Fabien committed rABCb391ea877c5f: [cmake] Add man pages for the new executables (authored by Fabien).
[cmake] Add man pages for the new executables
Bump version to 0.32.4
Fabien added inline comments to D18961: [cmake] Add man pages for the new executables.
Fabien requested review of D18963: [website] Build the man pages for iguana and the proof-manager-cli.
Fabien requested review of D18962: Bump version to 0.32.4.
Fabien updated the diff for D18961: [cmake] Add man pages for the new executables.
Rebase
Fabien requested review of D18961: [cmake] Add man pages for the new executables.
Fabien committed rABC7bc6ada8fa77: [proof-manager-cli] Rename the proof-manager executable to proof-manager-cli (authored by Fabien).
[proof-manager-cli] Rename the proof-manager executable to proof-manager-cli
Fabien committed rABCa569b425ae1b: [cmake] Add a target for the proof-manager-cli tool (authored by Fabien).
[cmake] Add a target for the proof-manager-cli tool
Fabien committed rABC0c4d7cd8ab6d: [guix] Add the proof-manager-cli to the release (authored by Fabien).
[guix] Add the proof-manager-cli to the release
Fabien requested changes to D18960: [Cashtab] Re-create websocket connection after app is backgrounded.
I understand the problem but I don't think this is a good approach for several reasons:
- It uses low level ws state that should be handled by chronik-client, if anything made accessible
- We have a keepalive already, and websocket has pings which seems a better/cleaner option
- You have events when the app goes to/resumes from background. Why do you need to check the ws status at all ? Can't you just blindly resubscribe? Do you get twice the notifications if subscribed twice to the same things ?
PiRK committed rABCa51b28b23a2d: net: Serve blocks directly from disk when possible (authored by PiRK).
net: Serve blocks directly from disk when possible
PiRK committed rABC960a5e160248: bench: add readblock benchmark (authored by Andrew Toth <andrewstoth@gmail.com>).
bench: add readblock benchmark
Yesterday
Yesterday
bytesofman published D18960: [Cashtab] Re-create websocket connection after app is backgrounded for review.
teamcity added a comment to D18952: net: Serve blocks directly from disk when possible.
Build Bitcoin ABC Diffs / Diff Testing (build-clang-tidy) failed.
Fabien added inline comments to D18958: [cmake] Add a target for the proof-manager-cli tool.
PiRK added inline comments to D18958: [cmake] Add a target for the proof-manager-cli tool.
PiRK added inline comments to D18958: [cmake] Add a target for the proof-manager-cli tool.
teamcity awarded D18959: [guix] Add the proof-manager-cli to the release a Haypence token.
Fabien added a comment to D18959: [guix] Add the proof-manager-cli to the release.
@bot guix-linux guix-osx guix-win
Fabien requested review of D18959: [guix] Add the proof-manager-cli to the release.
Fabien requested review of D18958: [cmake] Add a target for the proof-manager-cli tool.
PiRK updated the diff for D18957: bench: add readblock benchmark.
also add missing includes from core#30716
Fabien updated the diff for D18956: [proof-manager-cli] Rename the proof-manager executable to proof-manager-cli.
Rename in tests
PiRK updated the diff for D18957: bench: add readblock benchmark.
teamcity updated the summary of D18957: bench: add readblock benchmark.
PiRK requested review of D18957: bench: add readblock benchmark.
teamcity added a comment to D18956: [proof-manager-cli] Rename the proof-manager executable to proof-manager-cli.
Build Bitcoin ABC Diffs / Diff Testing (proof-manager-cli) failed.
bytesofman committed rABCadfccaa7072a: [cashtab-faucet] Tighten IP rate limits (authored by bytesofman).
[cashtab-faucet] Tighten IP rate limits
bytesofman updated the summary of D18954: [cashtab-faucet] Tighten IP rate limits.
bytesofman published D18954: [cashtab-faucet] Tighten IP rate limits for review.
bytesofman published D18953: [cashtab-faucet] Reduce XEC reward for review.
PiRK updated the diff for D18952: net: Serve blocks directly from disk when possible.
deduplicate handling of block read error
PiRK planned changes to D18952: net: Serve blocks directly from disk when possible.
PiRK planned changes to D18934: validation: only check input scripts once.
The benefit / risk ratio is not clear on that one. The benefits are limited to deduplicating the script checks, and the risks involve making some CPU DoS attacks easier to perform.
This needs more consideration.
PiRK planned changes to D18933: net_processing: drop MaybePunishNodeForTx.
bytesofman committed rABCf515221905b0: [Cashtab] Automatically update android app version from package dot json (authored by bytesofman).
[Cashtab] Automatically update android app version from package dot json
teamcity awarded D18952: net: Serve blocks directly from disk when possible a Haypence token.
Fabien added a comment to D18952: net: Serve blocks directly from disk when possible.
@bot build-ibd
bytesofman committed rABC174f4aeea7e6: [cashtab-faucet, cashtab] Use recaptcha v2 instead of v3 for harder challenges (authored by bytesofman).
[cashtab-faucet, cashtab] Use recaptcha v2 instead of v3 for harder challenges
PiRK added a comment to D18952: net: Serve blocks directly from disk when possible.
benchmark, comparing ReadBlockFromDisk and ReadRawBlockFromDisk (from https://github.com/bitcoin/bitcoin/pull/26684/commits):
Use DataStream where possible
PiRK committed rABC374ef2a303e9: streams: Add DataStream without ser-type and ser-version (authored by MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>).
streams: Add DataStream without ser-type and ser-version
PiRK published D18952: net: Serve blocks directly from disk when possible for review.
teamcity awarded D18947: streams: Add DataStream without ser-type and ser-version a Haypence token.
Fabien added a comment to D18947: streams: Add DataStream without ser-type and ser-version.
@bot build-master build-chronik
Fabien committed rABC0ae62a8a7c4d: [cmake] Move the common rust configuration to its own file (authored by Fabien).
[cmake] Move the common rust configuration to its own file
Mon, Nov 17
Mon, Nov 17
bytesofman published D18950: [Cashtab] Automatically update android app version from package dot json for review.
Fabien requested review of D18949: [cmake] Move the common rust configuration to its own file.
PiRK added inline comments to D18948: Use DataStream where possible.
PiRK requested review of D18948: Use DataStream where possible.
teamcity updated the summary of D18948: Use DataStream where possible.
teamcity updated the summary of D18947: streams: Add DataStream without ser-type and ser-version.
PiRK requested review of D18947: streams: Add DataStream without ser-type and ser-version.
Unknown Object (User) added a comment to D18250: net/net_processing: Add thread safety related annotations for CNode and Peer.
Unknown Object (User) added a comment to D18250: net/net_processing: Add thread safety related annotations for CNode and Peer.
teamcity awarded D18934: validation: only check input scripts once a Piece of Eight token.
PiRK added a comment to D18934: validation: only check input scripts once.
@bot ecash-agora-integration-tests chronik-client-integration-tests
Panel Used By
Panel Used By
| Dashboard | zawagner's Dashboard |