Commit b1bc845
feat: update retry mechanism (#358)
* feat: update retry mechanism using tower::Service
* feat: add retry metrics
* fix: lints
* feat: hide abstractions and use concrete type
* chore: cleaning docs + test-utils
* fix: benchmark
* fix: switch to walltime mode
* feat: answer comments
* fix: revert codspeed
* feat: get_n_l2_block_data_hint
* fix:get_n_l2_block_data_hint sql query
---------
Co-authored-by: frisitano <35734660+frisitano@users.noreply.github.com>1 parent 243b212 commit b1bc845
25 files changed
Lines changed: 1347 additions & 994 deletions
File tree
- .github/workflows
- crates
- chain-orchestrator/src
- database/db
- src
- service
- derivation-pipeline
- benches
- src
- node/src
- builder
- providers/src
- l1
- sequencer/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
Some 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 | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
118 | 125 | | |
119 | 126 | | |
120 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
0 commit comments