InjectiveLabs / sdk-python

Injective Exchange API for Python clients
Apache License 2.0
41 stars 27 forks source link

feat/release changes for chain v1.12 upgrade #291

Closed aarmoa closed 9 months ago

aarmoa commented 9 months ago

Changes from CHANGELOG:

[1.0.1] - 2024-01-08

Added

Changed

[1.0] - 2023-11-01

Added

Changed

codecov[bot] commented 9 months ago

Codecov Report

Attention: 94 lines in your changes are missing coverage. Please review.

Comparison is base (43f19e0) 56.45% compared to head (c0adb1f) 72.81%. Report is 1 commits behind head on master.

Files Patch % Lines
pyinjective/client/chain/model/account.py 0.00% 21 Missing :warning:
pyinjective/composer.py 76.13% 21 Missing :warning:
pyinjective/client/chain/model/auth_params.py 0.00% 12 Missing :warning:
pyinjective/client/model/pagination.py 74.35% 8 Missing and 2 partials :warning:
pyinjective/core/network.py 18.18% 9 Missing :warning:
pyinjective/core/broadcaster.py 30.00% 7 Missing :warning:
...injective/client/chain/grpc/chain_grpc_wasm_api.py 91.78% 0 Missing and 6 partials :warning:
...injective/client/chain/grpc/chain_grpc_bank_api.py 92.85% 1 Missing and 4 partials :warning:
...njective/client/chain/grpc/chain_grpc_authz_api.py 90.62% 0 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #291 +/- ## =========================================== + Coverage 56.45% 72.81% +16.35% =========================================== Files 17 48 +31 Lines 2037 3384 +1347 Branches 241 303 +62 =========================================== + Hits 1150 2464 +1314 + Misses 851 839 -12 - Partials 36 81 +45 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.