Load transactions from the disk using file_num, data_pos and undo_pos, which we already indexed.
Allows us to read txs from the node when requested by the user.
Depends on D13428.
Differential D13464
[Chronik] Add `load_tx` tobias_ruck on Mar 25 2023, 10:16. Authored by Tags None Subscribers None
Details
Load transactions from the disk using file_num, data_pos and undo_pos, which we already indexed. Allows us to read txs from the node when requested by the user. Depends on D13428. ninja test_bitcoin && ./src/test/test_bitcoin -t bridgeprimitives_tests
Diff Detail
|