Serhii Volovyk
Serhii Volovyk
### Description Currently, pre-signatures are stored in memory, which causes their loss on reboot.
### Description ```[tasklist] ### Tasks - [ ] https://github.com/near/mpc/issues/641 - [ ] https://github.com/near/mpc/issues/646 - [ ] https://github.com/near/mpc/issues/639 - [ ] https://github.com/near/mpc/issues/564 ```
We should have the ability to filter logs by scopes. Now all relevant logs can be lost. For example, when you want to see what is going on in signature...
### Description We can simplify and make the system more flexible and secure by separating consensus and signature logic.
```[tasklist] ### Tasks - [ ] https://github.com/near/mpc/issues/819 - [ ] https://github.com/near/mpc/issues/820 - [ ] https://github.com/near/mpc/issues/821 - [ ] https://github.com/near/mpc/issues/822 - [ ] https://github.com/near/mpc/issues/823 ```
Blocked by https://github.com/near/mpc/issues/820 After we have heartbeat service and more real users we should be able to convert most of our metrics to "per minute", "per hour" etc. It should...