Skip to content

Conversation

@l0rinc
Copy link
Owner

@l0rinc l0rinc commented Jun 10, 2025

No description provided.

@l0rinc l0rinc closed this Jun 10, 2025
@l0rinc l0rinc reopened this Jun 10, 2025
@l0rinc l0rinc changed the title tests: Expand HTTP coverage to assert libevent behavior Lazy init hashes in CTransaction Jun 10, 2025
@l0rinc l0rinc closed this Sep 9, 2025
@l0rinc l0rinc reopened this Sep 9, 2025
if (a.nLockTime != b.nLockTime || a.version != b.version || a.vin.size() != b.vin.size() || a.vout.size() != b.vout.size()) {
return false;
}
return a.GetWitnessHash() == b.GetWitnessHash();
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO out-of-band comment by @hodlinator:

Looking further up, computing the hashes entails serializing the transaction we've just deserialized.. Maybe could have an alternative ctor which takes in the raw memory.

@l0rinc
Copy link
Owner Author

l0rinc commented Sep 9, 2025

Split out the first commit to bitcoin#33353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants