Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for Soroban PRC's getTransactions and getFeeStats API interfaces. #960

Merged
merged 2 commits into from
Jul 24, 2024

feat: add support for Soroban PRC's `getTransactions` and `getFeeStat…

465f2c9
Select commit
Loading
Failed to load commit list.
Merged

feat: add support for Soroban PRC's getTransactions and getFeeStats API interfaces. #960

feat: add support for Soroban PRC's `getTransactions` and `getFeeStat…
465f2c9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 23, 2024 in 0s

98.66% (+0.01%) compared to bf27ba7

View this Pull Request on Codecov

98.66% (+0.01%) compared to bf27ba7

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.66%. Comparing base (bf27ba7) to head (465f2c9).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #960      +/-   ##
==========================================
+ Coverage   98.64%   98.66%   +0.01%     
==========================================
  Files         253      253              
  Lines       13104    13213     +109     
==========================================
+ Hits        12927    13036     +109     
  Misses        177      177              
Files Coverage Δ
stellar_sdk/soroban_rpc.py 100.00% <100.00%> (ø)
stellar_sdk/soroban_server.py 94.11% <100.00%> (+0.50%) ⬆️
stellar_sdk/soroban_server_async.py 97.05% <100.00%> (+0.25%) ⬆️
tests/test_soroban_server_async.py 100.00% <100.00%> (ø)
tests/test_soroban_server_sync.py 100.00% <100.00%> (ø)