pyrsia
pyrsia copied to clipboard
The transparency log component listens for (new) blocks and indexes transactions
Using the add listener API from the blockchain component, the transparency log component listens for blocks and indexes all transaction payloads in its transaction payload index component (#680)
can you check on the progress of this one as well @tiainen @johanvos ?
I believe this is pending the work that is done in #893. @fishseabowl can probably confirm?
Transparency log service can register related APIs with the blockchain service through the blockchain::add_payload_listener method in #893.