b10c

Results 144 comments of b10c

Concept ACK on increasing the maximum `dbcache`. I had to manually bump the dbcache to run `bitcoin-cli verifychain 4 0` last year (https://github.com/bitcoin/bitcoin/pull/24851#issuecomment-1214040286). This came close to using 32 GB...

ACK 0244416aacbad03e4ebe8f2c95c7861a318916ea

> CI network error https://cirrus-ci.com/task/4864754720702464?logs=ci#L61: > > `TimeoutError: [Errno 110] Connection timed out` Note: The failed connections seems to be to the launchpad.net PPA with a newer bpfcc. Not using...

ACK d55fdb1a495190e213b1b5127f5d91e4a409765e The `int32_t` cast and the tracing related changes look good to me. Thanks for reformatting the tracepoints! I'm not familiar enough with coin selection to comment on the...

Is this fixed with https://github.com/bitcoin/bitcoin/pull/27626? cc @instagibbs

I have a slight preference to keep the `reject-reason` string as is, but like the idea of having more information on rejections. In https://github.com/0xB10C/find-non-standard-tx and for https://bitcoin-data.github.io/non-standard-transactions/ I use the...

I've played around a bit with this in https://github.com/0xB10C/find-non-standard-tx/pull/2. I've seen output for the following reasons: - `too-long-mempool-chain`: e.g. - `exceeds descendant size limit for tx 9f95e53da39ece93ceba3cc78a443a1aef0fc656bf921bbd2aee7f6533f0604f [limit: 101000]` -...

> debug-message was empty like `""`? I'd expect the key to not be present at all: You're right. I should have been clearer in my comment: the field wasn't present....

fwiw: here are some P2PK usage numbers https://transactionfee.info/charts/inputs-and-outputs-p2pk/?start=2019-01-01 The blue line (P2PK outputs being created) is what's relevant here.