Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit c724c42

Browse files
committed
release 25.08.0/1.10.0
1 parent 34c877c commit c724c42

Some content is hidden

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

84 files changed

+103
-281
lines changed

.idea/graphsense-python.iml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 0 additions & 161 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Please see the [changelog of GraphSense OpenAPI](https://github.com/graphsense/graphsense-openapi/blob/master/CHANGELOG.md) for changes related to the API.
44

5+
6+
## [25.08.0/1.10.0] - 2025-08-05
7+
8+
### Added
9+
- added new conversion endpoint: Input is a transaction output are swaps or similar currency conversion transactions that can be resolved by the backend
10+
- api to let the community to report annotation tags.
11+
- TagSummary has new field tag count indirect
12+
- TokenConfig now exposes the contract_address (needed for Quicklock tooling)
13+
14+
### Added
15+
- added tag_type field in tag endpoints, make entity id in tags optional
16+
517
## [25.01.1/1.9.1] - 2025-01-20
618

719
### Changed

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.13.0dev4
7-
- Package version: 1.13.0dev4
6+
- API version: 1.13.3
7+
- Package version: 1.13.3
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

docs/TagSummary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**tag_count** | **int** | |
99
**label_summary** | [**{str: (LabelSummary,)}**](LabelSummary.md) | |
1010
**concept_tag_cloud** | [**{str: (TagCloudEntry,)}**](TagCloudEntry.md) | |
11+
**tag_count_indirect** | **int** | | [optional]
1112
**best_actor** | **str** | | [optional]
1213
**best_label** | **str** | | [optional]
1314
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

docs/TokenConfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
**ticker** | **str** | ticker symbol of the currency e.g. USDT |
88
**decimals** | **int** | the number of digits after the comma. Values are always delivered as integers. This value can be used to set the decimal point at the right place. |
99
**peg_currency** | **str** | is set if token is a stablecoin. It holds the thicker symbol of the currency the tokens is pegged to. | [optional]
10+
**contract_address** | **str** | the contract address of the token on the blockchain. This is only set for tokens that are not native to the blockchain. | [optional]
1011
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1112

1213
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

0 commit comments

Comments
 (0)