You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin#22383: rpc: Prefer to use txindex if available for GetTransaction
78f4c8b prefer to use txindex if available for GetTransaction (Jameson Lopp)
Pull request description:
Fixesbitcoin#22382
Motivation: prevent excessive disk reads if txindex is enabled.
Worth noting that this could be argued to be less of a bug and more of an issue of undefined behavior. If a user calls GetTransaction with the wrong block hash, what should happen?
ACKs for top commit:
jonatack:
ACK 78f4c8b
theStack:
Code review ACK 78f4c8b
LarryRuane:
tACK 78f4c8b
luke-jr:
utACK 78f4c8b
jnewbery:
utACK 78f4c8b
rajarshimaitra:
Code review ACK bitcoin@78f4c8b
lsilva01:
Code Review ACK and Tested ACK bitcoin@78f4c8b on Ubuntu 20.04
Tree-SHA512: af7db5b98cb2ae4897b28476b2fa243bf7e6f850750d9347062fe8013c5720986d1a3c808f80098e5289bd84b085de03c81a44e584dc28982f721c223651bfe0
0 commit comments