vasild has quit [Remote host closed the connection]
vasild has joined #bitcoin-core-dev
hammock83 has joined #bitcoin-core-dev
hammock83 has quit [Client Quit]
sliv3r__ has quit [Ping timeout: 245 seconds]
sliv3r__ has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
S3RK has joined #bitcoin-core-dev
S3RK_ has quit [Ping timeout: 265 seconds]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] fernandguil opened pull request #35586: doc: note -blocknotify is not run during IBD/reindex in help text (master...doc/blocknotify-ibd-help) https://github.com/bitcoin/bitcoin/pull/35586
abubakarsadiq has quit [Ping timeout: 245 seconds]
abubakarsadiq has joined #bitcoin-core-dev
jarthur has quit [Ping timeout: 245 seconds]
PaperSword has quit [Quit: PaperSword]
Guest28 has joined #bitcoin-core-dev
Guest28 has quit [Client Quit]
_flood has joined #bitcoin-core-dev
jon_atack has joined #bitcoin-core-dev
phungus8153 has joined #bitcoin-core-dev
rogeliodh has quit [Read error: Connection reset by peer]
rogeliodh has joined #bitcoin-core-dev
phungus815 has quit [Read error: Connection reset by peer]
jonatack has quit [Ping timeout: 245 seconds]
_flooded has quit [Ping timeout: 245 seconds]
MrHAPPY has joined #bitcoin-core-dev
rogeliodh has quit [Ping timeout: 245 seconds]
rogeliodh has joined #bitcoin-core-dev
adil has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
jarthur has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
adil has quit [Ping timeout: 272 seconds]
cotsuka has joined #bitcoin-core-dev
cmirror has joined #bitcoin-core-dev
adil has joined #bitcoin-core-dev
winterrdog has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
adil has quit [Quit: adil]
adil has joined #bitcoin-core-dev
MrHAPPY has quit []
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
GoldenGoose has quit [Remote host closed the connection]
GoldenGoose has joined #bitcoin-core-dev
rustaceanrob has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
jarthur has quit [Ping timeout: 248 seconds]
jarthur_ has joined #bitcoin-core-dev
GoldenGoose has quit [Remote host closed the connection]
GoldenGoose has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
rustaceanrob has quit [Ping timeout: 245 seconds]
adil has quit [Ping timeout: 245 seconds]
winterrdog has quit [Quit: winterrdog]
rustaceanrob has joined #bitcoin-core-dev
adil has joined #bitcoin-core-dev
BGL has quit [Ping timeout: 272 seconds]
GoldenGoose has quit [Remote host closed the connection]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 244 seconds]
ozdeadman has joined #bitcoin-core-dev
deadmanoz has quit [Ping timeout: 246 seconds]
MrHash has joined #bitcoin-core-dev
enochazariah has joined #bitcoin-core-dev
MrHash has quit [Client Quit]
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
eugenesiegel has joined #bitcoin-core-dev
bugs_ has joined #bitcoin-core-dev
rustaceanrob has quit [Remote host closed the connection]
rustaceanrob has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
rustaceanrob has quit [Ping timeout: 276 seconds]
rustaceanrob has joined #bitcoin-core-dev
afiore_ has joined #bitcoin-core-dev
afiore has quit [Ping timeout: 245 seconds]
afiore_ is now known as afiore
GoldenGoose has quit [Remote host closed the connection]
GoldenGoose has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
satsfy has quit [Ping timeout: 272 seconds]
Cory76 has quit [Quit: Client closed]
Cory76 has joined #bitcoin-core-dev
hacker4web3bitco has quit [Ping timeout: 267 seconds]
satsfy has joined #bitcoin-core-dev
<bitcoin-git>
[qa-assets] pinheadmz opened pull request #280: Add http_request corpus for bitcoin/bitcoin#35182 (main...httprequest-pr35182-ddefe4263b) https://github.com/bitcoin-core/qa-assets/pull/280
brunoerg has quit [Ping timeout: 276 seconds]
Earnestly has quit [Ping timeout: 248 seconds]
Earnestly has joined #bitcoin-core-dev
rustaceanrob has quit [Ping timeout: 245 seconds]
rustaceanrob has joined #bitcoin-core-dev
<andrewtoth>
running 31.1rc1 with a modification to compact randomly every 1/20 instead of 1/320, along with -debug=leveldb -debug=coindb
brunoerg has joined #bitcoin-core-dev
rustaceanrob has quit [Ping timeout: 245 seconds]
rustaceanrob has joined #bitcoin-core-dev
enochazariah has quit [Ping timeout: 256 seconds]
brunoerg has quit [Ping timeout: 245 seconds]
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
Cory76 has quit [Quit: Client closed]
Cory76 has joined #bitcoin-core-dev
ShebaLamb has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 246 seconds]
cotsuka has quit [Read error: Connection reset by peer]
<l0rinc>
I was traveling the past day, didn't see the discussions. I would be more anxious if we had just removed seek compaction in previous releases without any regular compaction. A workaround in the backports could simply be to force-flush every 4-6 hours instead of every hour - but that would bring back some of the previous rolling-back nightmares and lost states. Another alternative would be to bump the seek compaction threshold to handle more reads
<l0rinc>
without compaction - but that would be a fundamentally different solution to the same problem. We could also add a cs_main lock (or just eliminate the background thread) and let it compact on the main thread, but many of us find that worse than what we have now, especially since LevelDB already does the compactions in the background. Thanks to b10c we have at least two nodes (with LevelDB instrumentation) running this now.
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #35592: http: check rpcallowip immediately after accepting connection (master...http-early-allowip) https://github.com/bitcoin/bitcoin/pull/35592
afiore has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
afiore has joined #bitcoin-core-dev
<nkaretnikov>
fjahr et al.: what is the status of cisa? are people actively working on it? the half-agg bip draft is from ’22, there are some implementations listed on https://cisaresearch.org/contribute but the python link is broken. not clear if anyone is working on it atm and whether there is a blocker or lack of interest/resources
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
cotsuka has quit [Read error: Connection reset by peer]
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 246 seconds]
rustaceanrob has quit [Ping timeout: 252 seconds]
<fjahr>
nkaretnikov: I am working on it. Just taking a break on the development from time to time when there are other topics that distract me too much, going to conferences etc. I had also been looking for some more targeted feedback but I intend to post stuff more publicly straight away from now on. I also did a talk on the status at the Las Vegas conference but there wasn’t any usable recording that could be posted afaict.
<nkaretnikov>
fjahr: cool! I’d like to get involved. I still intend to help niklas with fuzzing but I can do this 50/50. i came across CISA while researching the current privacy work happening in bitcoin, which i posted about on delving. https://delvingbitcoin.org/t/state-of-the-transaction-privacy-work-in-bitcoin/2622 IIUC it would benefit coinjoins, but here on SN someone mentions it has other benefits for transaction throughput
<nkaretnikov>
https://stacker.news/items/1513227?commentId=1513369 What would be the best way for me to get involved with this? I think it would be beneficial to publish a roadmap, so that we could start tackling items from that list.