Skip to content

Conversation

@aarmoa
Copy link
Collaborator

@aarmoa aarmoa commented Jan 8, 2024

Changes from CHANGELOG:

[1.0.1] - 2024-01-08

Added

  • Added low level API components for all modules (chain, exchain and explorer) to make the Python SDK compatible with the TypeScript SDK.
  • Added support for all wasm module messages.
  • Added support for all token factory module messages.

Changed

  • Updated proto definitions to injective-core v1.12.0 and injective-indexer v1.12.72
  • Added new functions in AsyncClient to interact with chain, exchange and explorer using the low level API components
  • Marked old function sin AsyncClient as deprecated (the functions will be removed in a future version)
  • Updated all API examples to use the new AsyncClient functions

[1.0] - 2023-11-01

Added

  • Added logic to support use of Client Order ID (CID) new identifier in OrderInfo
  • New chain stream support

Changed

  • Remove support for sentry nodes in mainnet network. The only supported node option in mainnet is lb
  • Migrated all proto objects dependency to support chain version 1.22
  • Moved changelog from the README.md file to its own CHANGELOG.md file
  • Remove aiocron dependency. Use plain asyncio tasks to solve the timeout height synchronization
  • Updated the gas fee buffer used to calculate fee consumption in all examples
  • Refactored logic in AsyncClient to load markets and tokens, to ensure there are no duplicated tokens with the same denom

abel and others added 30 commits June 21, 2023 12:46
…e required classes to handle pagination options and results pagination information.
…etails to the example module that shows how to use them
…e required classes to handle pagination options and results pagination information.
…g branch with `dev`. Updated isort configuration to combine as imports
abel and others added 28 commits December 28, 2023 16:58
…m_chain_denoms

Feat/initialize tokens from chain denoms
…sages to admin tokens. Added new example scripts for all the messages.
…sages to admin tokens. Added new example scripts for all the messages.
…upport in Composer for MsgExecuteContractCompat. Added a new example script showing how to use it.
…ndpoints

Feat/add all wasm module endpoints
…upport in Composer for MsgExecuteContractCompat. Added a new example script showing how to use it.
…ontract_compat

Feat/support msg execute contract compat
…o feat/update_proto_definitions_to_v1_12
…ons_to_v1_12

Feat/update proto definitions to v1 12
…into fix/merge_latest_master_changes_in_dev
…anges_in_dev

Fix/merge latest master changes in dev
@codecov
Copy link

codecov bot commented Jan 8, 2024

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 ⚠️
pyinjective/composer.py 76.13% 21 Missing ⚠️
pyinjective/client/chain/model/auth_params.py 0.00% 12 Missing ⚠️
pyinjective/client/model/pagination.py 74.35% 8 Missing and 2 partials ⚠️
pyinjective/core/network.py 18.18% 9 Missing ⚠️
pyinjective/core/broadcaster.py 30.00% 7 Missing ⚠️
...injective/client/chain/grpc/chain_grpc_wasm_api.py 91.78% 0 Missing and 6 partials ⚠️
...injective/client/chain/grpc/chain_grpc_bank_api.py 92.85% 1 Missing and 4 partials ⚠️
...njective/client/chain/grpc/chain_grpc_authz_api.py 90.62% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@             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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aarmoa aarmoa merged commit ccffe81 into master Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants