paritytech / secret-store

Parity Secret Store implementation
GNU General Public License v3.0
23 stars 11 forks source link

Introduce blockchain service #8

Closed svyatonik closed 4 years ago

svyatonik commented 4 years ago

part of #4

Blockchain service is intermediate service that accepts blocks stream (that we consider finalized) and parses every incoming block for SS events. Every event is then filtered and executed, if necessary. If configured, service also periodically reads stalled (aka pending) requests at some block, filtering and starting if necessary.

This service doesn't work with some specific blockchain - ethereum-service and substrate-service will be introduced in next PRs.