Closed BreD1810 closed 2 years ago
Merging #51 (d2b14a2) into main (018d8ef) will increase coverage by
0.36%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #51 +/- ##
==========================================
+ Coverage 45.86% 46.22% +0.36%
==========================================
Files 19 19
Lines 894 900 +6
==========================================
+ Hits 410 416 +6
Misses 484 484
Impacted Files | Coverage Δ | |
---|---|---|
src/endpoints/transactions.rs | 99.46% <100.00%> (+<0.01%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 018d8ef...d2b14a2. Read the comment docs.
thanks for this. changes look good.
I've been toying with the idea of adding a 'catch-all' enum variant for any unrecognised case, to prevent panicking. The tricky thing there is that there's already an Other
case (which the API defines), so that might be slightly confusing.
Before this change, I was getting the following on a transaction: