Sergi Delgado

Results 96 issues of Sergi Delgado

Fixes https://github.com/bitcoin/bitcoin/issues/18614 Previously, `wait_for_getheaders` would check whether a node had received **any** getheaders message. This implied that, if a test needed to check for a specific block hash within a...

Tests

Fixes #149 signature_form for SIGHASH_SINGLE and SIGHASH_NONE for transactions with more than one input/output was not correctly created. nSequence for inputs different than the signed index should be set to...

The current logic for file descriptor accounting is pretty convoluted and hard to follow. This is partially caused by the lack of documentation plus non-intuitive variable naming (which was more...

UTXO Db and Indexes
P2P

Motivated by https://github.com/bitcoin/bitcoin/pull/28970#discussion_r1576401327 Adds the following fixups in txorphan fuzz tests: - Don't bond the output count of the created orphans to the number of available coins - Allow duplicate...

Tests

This is a re-attempt of https://github.com/bitcoin/bitcoin/pull/28765 The main differences from it are: - Most outstanding comments have been addressed (or responded to on the original PR) - The description of...

P2P

This PR grabs some interesting bits from https://github.com/bitcoin/bitcoin/pull/29284 and fixes some edge cases in how block tiebreaks are dealt with. ## Regarding #29284 The main functionality from the PR was...