Skip to content

Commit a9290be

Browse files
committed
fix loading exotic tron txs
1 parent 4647b88 commit a9290be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+1835
-1461
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [25.09.3/1.14.3] - 2025-10-03
7+
### fixed
8+
- loading exotic tron transactions (gslib 2.7.6)
9+
610
## [25.09.2/1.14.2] - 2025-10-02
711
### fixed
812
- failing wormhole requests (gslib 2.7.5)

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ all: format lint
22

33
-include .env
44

5-
GS_REST_SERVICE_VERSIONM ?= "25.09.2"
6-
GS_REST_SERVICE_VERSION ?= "1.14.2"
5+
GS_REST_SERVICE_VERSIONM ?= "25.09.3"
6+
GS_REST_SERVICE_VERSION ?= "1.14.3"
77

88
GS_REST_DEV_PORT ?= 9000
99
NUM_WORKERS ?= 1

clients/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ GraphSense API provides programmatic access to various ledgers' addresses, entit
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 1.14.2
7-
- Package version: 1.14.2
6+
- API version: 1.14.3
7+
- Package version: 1.14.3
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

clients/python/graphsense/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
66
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
77
8-
The version of the OpenAPI document: 1.14.2
8+
The version of the OpenAPI document: 1.14.3
99
Contact: contact@ikna.io
1010
Generated by: https://openapi-generator.tech
1111
"""
1212

1313

14-
__version__ = "1.14.2"
14+
__version__ = "1.14.3"
1515

1616
# import ApiClient
1717
from graphsense.api_client import ApiClient

clients/python/graphsense/api/addresses_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
55
6-
The version of the OpenAPI document: 1.14.2
6+
The version of the OpenAPI document: 1.14.3
77
Contact: contact@ikna.io
88
Generated by: https://openapi-generator.tech
99
"""

clients/python/graphsense/api/blocks_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
55
6-
The version of the OpenAPI document: 1.14.2
6+
The version of the OpenAPI document: 1.14.3
77
Contact: contact@ikna.io
88
Generated by: https://openapi-generator.tech
99
"""

clients/python/graphsense/api/bulk_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
55
6-
The version of the OpenAPI document: 1.14.2
6+
The version of the OpenAPI document: 1.14.3
77
Contact: contact@ikna.io
88
Generated by: https://openapi-generator.tech
99
"""

clients/python/graphsense/api/entities_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
55
6-
The version of the OpenAPI document: 1.14.2
6+
The version of the OpenAPI document: 1.14.3
77
Contact: contact@ikna.io
88
Generated by: https://openapi-generator.tech
99
"""

clients/python/graphsense/api/general_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
55
6-
The version of the OpenAPI document: 1.14.2
6+
The version of the OpenAPI document: 1.14.3
77
Contact: contact@ikna.io
88
Generated by: https://openapi-generator.tech
99
"""

clients/python/graphsense/api/rates_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
55
6-
The version of the OpenAPI document: 1.14.2
6+
The version of the OpenAPI document: 1.14.3
77
Contact: contact@ikna.io
88
Generated by: https://openapi-generator.tech
99
"""

0 commit comments

Comments
 (0)