paritytech / secret-store

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

Substrate servers set change session fixes #41

Closed svyatonik closed 4 years ago

svyatonik commented 4 years ago

1) removed update_key_server() call - it is too tricky to handle it easily (without migration); 2) we do not restart same-id migration session too often to leave time for transactions to be mined and finalized 3) (the worst bug) migration confirmations are now removed when migration completes