paritytech / secret-store

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

Fix blockchain pending tasks #36

Closed svyatonik closed 4 years ago

svyatonik commented 4 years ago

closes #34

There has been a problem with tasks of one type - document key shadow retrieval. The fix is in substrate-runtime/module/src/lib.rs. The rest adds more tasks-related traces. I've also changed pending tasks restart interval from 10 to 3 minutes.