Skip to content

Commit c155399

Browse files
committed
chore: update changelog and toml
1 parent 87ea289 commit c155399

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
- Exposed `OrderType`, `OracleType`, and `CrossMarginEligibility` proto enums as `IntEnum` class attributes on the v2 `Composer` (`Composer.ORDER_TYPE`, `Composer.ORACLE_TYPE`, `Composer.CROSS_MARGIN_ELIGIBILITY`) for IDE discoverability and type safety. The `order_type` and `oracle_type` parameters in composer methods now accept either the string name or an integer / enum value (backward-compatible); `cross_margin_eligibility` (newly introduced this release) accepts only the `Composer.CROSS_MARGIN_ELIGIBILITY` enum.
99

1010
### Changed
11-
- Updated all compiled protos for compatibility with Injective core v1.20.0 and Indexer v1.19.41
11+
- Updated all compiled protos for compatibility with Injective core v1.20.0 and Indexer v1.20.2
1212

1313
## [1.14.1] - 2026-04-29
1414
### Changed

pyinjective/ofac.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[
22
"0x0330070fd38ec3bb94f58fa55d40368271e9e54a",
3+
"0x038989cbb1710c72b9920dc4fa529158f463e72c",
34
"0x04dba1194ee10112fe6c3207c0687def0e78bacf",
45
"0x08723392ed15743cc38513c4925f5e6be5c17243",
56
"0x08b2efdcdb8822efe5ad0eae55517cf5dc544251",
67
"0x0931ca4d13bb4ba75d9b7132ab690265d749a5e7",
78
"0x098b716b8aaf21512996dc57eb0615e2383e2f96",
89
"0x0ee5067b06776a89ccc7dc8ee369984ad7db5e06",
910
"0x12de548f79a50d2bd05481c8515c1ef5183666a9",
11+
"0x14779cec0b117d5194c750c55ea1f42086631964",
1012
"0x175d44451403edf28469df03a9280c1197adb92c",
1113
"0x1967d8af5bd86a497fb3dd7899a020e47560daaf",
1214
"0x1999ef52700c34de7ec2b68a28aafb37db0c5ade",
@@ -16,6 +18,7 @@
1618
"0x21b8d56bda776bbe68655a16895afd96f5534fed",
1719
"0x2f389ce8bd8ff92de3402ffce4691d17fc4f6535",
1820
"0x308ed4b7b49797e1a98d3818bff6fe5385410370",
21+
"0x32da24ca413f3e7b53145d4737e172c3bdf81e3e",
1922
"0x35fb6f6db4fb05e6a4ce86f2c93691425626d4b1",
2023
"0x38735f03b30fbc022ddd06abed01f0ca823c6a94",
2124
"0x39d908dac893cbcb53cc86e0ecc369aa4def1a29",
@@ -25,6 +28,7 @@
2528
"0x3e37627deaa754090fbfbb8bd226c1ce66d255e9",
2629
"0x43fa21d92141ba9db43052492e0deee5aa5f0a93",
2730
"0x48549a34ae37b12f6a30566245176994e17c6b4a",
31+
"0x4f428c11dc82388fa5136d636e613ad923eb700b",
2832
"0x4f47bc496083c727c5fbe3ce9cdf2b0f6496270c",
2933
"0x502371699497d08d5339c870851898d6d72521dd",
3034
"0x530a64c0ce595026a4a556b703644228179e2d57",
@@ -62,6 +66,7 @@
6266
"0x9f4cda013e354b8fc285bf4b9a60460cee7f7ea9",
6367
"0xa0e1c89ef1a489c9c7de96311ed5ce5d32c20e4b",
6468
"0xa7e5d5a720f06526557c513402f2e6b5fa20b008",
69+
"0xac4cc4b68ea24bbfaac8fd127b67ed445accce22",
6570
"0xb338962b92cd818d6aef0a32a9ecd01212a71f33",
6671
"0xb637f84b66876ebf609c2a4208905f9ddac9d075",
6772
"0xb6f5ec1a0a9cd1526536d3f0426c429529471f40",
@@ -83,6 +88,7 @@
8388
"0xe950dc316b836e4eefb8308bf32bf7c72a1358ff",
8489
"0xed6e0a7e4ac94d976eebfb82ccf777a3c6bad921",
8590
"0xefe301d259f525ca1ba74a7977b80d5b060b3cca",
91+
"0xf2235d55b2950a0b1317469d72d07ae65b2e27cb",
8692
"0xf3701f445b6bdafedbca97d1e477357839e4120d",
8793
"0xf4377eda661e04b6dda78969796ed31658d602d4",
8894
"0xf7b31119c2682c88d88d455dbb9d5932c65cf1be",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "injective-py"
3-
version = "1.15.0-rc1"
3+
version = "1.15.0"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <contact@injectivelabs.org>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)