paritytech / secret-store

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

Check if confirmation transaction is required before submitting #39

Open svyatonik opened 4 years ago

svyatonik commented 4 years ago

In SS-for-Substrate log there are sometimes lines like:

Node: [2020-03-31 16:00:54] 2020-03-31 16:00:54.125 tokio-blocking-driver DEBUG runtime  DispatchError

Node: [2020-03-31 16:00:54] 2020-03-31 16:00:54.125 tokio-blocking-driver DEBUG runtime  Migration is already confirmed by the key server

We should avoid submitting confirmation transactions if it isn't required.