Commit 9a913b8
authored
fix(relayer): resync nonce only on errors (#504)
* fix(relayer): resync nonce only on errors
* chore: bumped version
* chore: do not resync if batch is empty
* refactor: resync only evm nonce
* chore: keep same var name
* feat: resync polygon nonce
* chore: cleanup
* refactor: use `is_evm_chain` instead
* fix: use fast nonce for initiating fast transfer1 parent ba48655 commit 9a913b8
File tree
5 files changed
+46
-20
lines changed- omni-relayer
- src
- utils
- workers
5 files changed
+46
-20
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
205 | 208 | | |
206 | 209 | | |
207 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | | - | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
154 | 171 | | |
155 | 172 | | |
156 | 173 | | |
| |||
176 | 193 | | |
177 | 194 | | |
178 | 195 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
186 | 200 | | |
187 | | - | |
188 | 201 | | |
189 | | - | |
190 | | - | |
| 202 | + | |
191 | 203 | | |
192 | 204 | | |
193 | 205 | | |
| |||
552 | 564 | | |
553 | 565 | | |
554 | 566 | | |
555 | | - | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
556 | 571 | | |
557 | 572 | | |
558 | 573 | | |
559 | 574 | | |
560 | 575 | | |
561 | | - | |
| 576 | + | |
562 | 577 | | |
563 | 578 | | |
564 | 579 | | |
| |||
599 | 614 | | |
600 | 615 | | |
601 | 616 | | |
| 617 | + | |
602 | 618 | | |
603 | 619 | | |
604 | 620 | | |
| |||
611 | 627 | | |
612 | 628 | | |
613 | 629 | | |
614 | | - | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
615 | 635 | | |
616 | 636 | | |
617 | 637 | | |
| |||
630 | 650 | | |
631 | 651 | | |
632 | 652 | | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
633 | 656 | | |
634 | 657 | | |
635 | 658 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
| 603 | + | |
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
0 commit comments