feat: add support for Soroban PRC's getLedgers
API interfaces.
#992
Codecov / codecov/project
succeeded
Nov 14, 2024 in 0s
98.66% (+0.00%) compared to 121f459
View this Pull Request on Codecov
98.66% (+0.00%) compared to 121f459
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 98.66%. Comparing base (
121f459
) to head (a75a1ac
).
Additional details and impacted files
@@ Coverage Diff @@
## main #992 +/- ##
=======================================
Coverage 98.66% 98.66%
=======================================
Files 253 253
Lines 13374 13429 +55
=======================================
+ Hits 13195 13250 +55
Misses 179 179
Files with missing lines | Coverage Δ | |
---|---|---|
stellar_sdk/soroban_rpc.py | 100.00% <100.00%> (ø) |
|
stellar_sdk/soroban_server.py | 94.54% <100.00%> (+0.25%) |
⬆️ |
stellar_sdk/soroban_server_async.py | 97.27% <100.00%> (+0.12%) |
⬆️ |
tests/test_soroban_server_async.py | 100.00% <100.00%> (ø) |
|
tests/test_soroban_server_sync.py | 100.00% <100.00%> (ø) |
Loading