pyrsia icon indicating copy to clipboard operation
pyrsia copied to clipboard

The transparency log component listens for (new) blocks and indexes transactions

Open erwin1 opened this issue 2 years ago • 3 comments

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)

erwin1 avatar May 12 '22 17:05 erwin1

can you check on the progress of this one as well @tiainen @johanvos ?

betarelease avatar Aug 08 '22 18:08 betarelease

I believe this is pending the work that is done in #893. @fishseabowl can probably confirm?

tiainen avatar Aug 09 '22 06:08 tiainen

Transparency log service can register related APIs with the blockchain service through the blockchain::add_payload_listener method in #893.

fishseabowl avatar Aug 09 '22 21:08 fishseabowl