Conversation
…_after_v1_13_1 [CHORE] sync dev with master after v1.13.1
Regenerate Python protobuf stubs from the updated injective-core and indexer API definitions, and align the SDK (clients, composer, tests, examples) with the new message types and RPC surface. Also refresh buf/codegen inputs where applicable, drop removed modules and legacy client surfaces that no longer exist upstream, and update dev tooling (e.g. Ruff for lint/import order) so CI and pre-commit stay green.
…inal-release-for-v1190 [CHORE] regenerate protos for injective-core/indexer and align v1.19.0-beta
…nto the CHANGELOG.md
…t_for_release [CHORE] final_v1_19_alignment_for_release
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis pull request upgrades the SDK to Injective core v1.19.0 by: removing deprecated v1 AsyncClient and Composer implementations; adding new auction and insurance module APIs in v2 implementations; regenerating all compiled protobufs; removing Hyperlane-related protos; deleting the market.py utility module; updating tooling from flakeheaven/isort to ruff; and adding new example scripts for auction/insurance/oracle features. Changes
Sequence Diagram(s)No sequence diagrams are generated as the changes do not introduce new multi-component interaction flows—rather, they consolidate to v2-only APIs, regenerate protobufs, and remove deprecated implementations. Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
|
Summary by CodeRabbit
New Features
Documentation
Chores