Get transaction request used to (slowly) lookup transactions using the
UTXO-database even if -txindex was disabled. This is deprecated.
Either -txindex is used to lookup all transactions or only the mempool
is searched.
Differential D613
MalFix: Drop support for GetTransaction lookups using the UTXO-index jasonbcox on Oct 18 2017, 07:51. Authored by
Details
Get transaction request used to (slowly) lookup transactions using the Either -txindex is used to lookup all transactions or only the mempool This effects a lot of rpc tests as they rely on the slow lookup. These
Diff Detail
Event TimelineComment Actions This should not break a ton of tests. If it does, then the test need to be fixed first, or at the same time. It's also not clear to me why we want to delete this ? |