Commit 107c399
authored
Handle Mirror Node network fee errors (#240)
* Handle Mirror Node network fee errors
Expand mirror node network fees fallback to encompass all errors
- Add warning log
- Expand test integration capabilities using `sinon`
- Add `eth.spec.ts` coverage for mirror node failures for gas endpoints
Signed-off-by: Nana-EC <[email protected]>1 parent 8479372 commit 107c399
File tree
4 files changed
+273
-5
lines changed- packages/relay
- src/lib
- tests/lib
4 files changed
+273
-5
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 | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
151 | 160 | | |
152 | 161 | | |
153 | | - | |
154 | 162 | | |
155 | 163 | | |
156 | 164 | | |
| |||
631 | 639 | | |
632 | 640 | | |
633 | 641 | | |
634 | | - | |
| 642 | + | |
635 | 643 | | |
636 | 644 | | |
637 | 645 | | |
| |||
701 | 709 | | |
702 | 710 | | |
703 | 711 | | |
704 | | - | |
| 712 | + | |
705 | 713 | | |
706 | 714 | | |
707 | 715 | | |
| |||
0 commit comments