fix: split getBlobs into V1 and V2 implementations#8140
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## unstable #8140 +/- ##
============================================
+ Coverage 54.22% 54.24% +0.02%
============================================
Files 843 843
Lines 63365 63343 -22
Branches 4795 4796 +1
============================================
+ Hits 34361 34362 +1
+ Misses 28928 28905 -23
Partials 76 76 🚀 New features to boost your workflow:
|
|
generally looks good, what is missing to convert from draft? |
would like that we remove the retry mechanism, this will simplify things a bit |
Need to incorporate the research Katya found and remove the retry that nico suggested. Will handle this after the EF call |
… remove timeout/retry
Performance Report✔️ no performance regression detected Full benchmark results
|
| this.logger.error(error); | ||
| throw Error(error); |
There was a problem hiding this comment.
why do we need to log and throw? isn't it logged upstream already?
|
🎉 This PR is included in v1.34.0 🎉 |
Motivation
Addresses peerDAS PR comment
#6353 (comment)