Closed aarmoa closed 6 months ago
The recent update enhances the IBC Connection module with support for various queries using asynchronous gRPC calls. It also improves cookie management logic and updates import paths in the pyinjective
library.
Files | Change Summary |
---|---|
CHANGELOG.md |
Added support for all queries in the "IBC Connection" module and refactored cookies management logic. |
examples/chain_client/ibc/connection/query/1_Connection.py examples/chain_client/ibc/connection/query/2_Connections.py examples/chain_client/ibc/connection/query/3_ClientConnections.py examples/chain_client/ibc/connection/query/4_ConnectionClientState.py examples/chain_client/ibc/connection/query/5_ConnectionConsensusState.py examples/chain_client/ibc/connection/query/6_ConnectionParams.py |
Introduced new Python scripts for fetching IBC connection details using async clients in the Injective Protocol network. |
pyinjective/async_client.py pyinjective/core/ibc/connection/grpc/ibc_connection_grpc_api.py |
Updated IBC client functionality, changed import paths, and added methods for IBC connection handling. |
tests/core/ibc/client/grpc/test_ibc_client_grpc_api.py tests/core/ibc/connection/grpc/configurable_ibc_connection_query_servicer.py tests/core/ibc/connection/grpc/test_ibc_connection_grpc_api.py |
Updated test cases for IBC client and introduced new test cases for IBC connection handling using gRPC calls. |
.github/workflows/pre-commit.yml .github/workflows/release.yml .github/workflows/run-tests.yml |
Updated GitHub Actions versions in workflow files for various tasks. |
๐ฐ๐ A hop, a skip, a code deploy, In the fields of gRPC, we enjoy. New paths we trace, with async grace, Connections link, in cyberspace. Celebrate, for the code rabbits play! ๐ ๐ฐ๐
New and removed dependencies detected. Learn more about Socket for GitHub โ๏ธ
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
pypi/ckzg@1.4.2 | None | 0 |
243 kB | jtraglia |
๐ฎ Removed packages: pypi/pyyaml@6.0.1
Solves CHAIN-83
Summary by CodeRabbit
New Features
async_client
with new methods for improved IBC connection handling.Refactor
Documentation
CHANGELOG.md
to reflect recent changes and additions.Tests
IBCConnectionGrpcApi
class, ensuring robust functionality through simulated gRPC interactions.