michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
1.04k stars 273 forks source link

Add deprecated warning to get_stake_activation method #455

Closed akashcodes closed 3 weeks ago

akashcodes commented 3 weeks ago

Adding deprecated warning to get_stake_activation method for both sync and async client. Fixes #451

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 88.95%. Comparing base (44c9e80) to head (6a0df93). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #455 +/- ## ========================================== - Coverage 89.03% 88.95% -0.08% ========================================== Files 28 28 Lines 2280 2282 +2 ========================================== Hits 2030 2030 - Misses 250 252 +2 ```