This repository was archived by the owner on May 22, 2023. It is now read-only.
Commit 40fc48b
committed
Public key and signature submission monitoring made less aggresive
We were checking whether public key has been submitted every 10 minutes
at maximum 3 times. This check was too aggressive because in some cases
public key transactions could still be mined. We make the monitoring
less aggressive to save on gas - check is performed every hour, at
maximum 2 times.
Similarly, signature submission monitoring has been made less aggressive
and check is performed every 30 minutes instead of being performed every
10 minutes. In this case it also could happen that all transactions were
still getting mined and resubmitting them had no sense.1 parent f240e81 commit 40fc48b
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
| 519 | + | |
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
| 666 | + | |
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
| 670 | + | |
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| |||
0 commit comments