Skip to content

Releases: graphsense/graphsense-REST

graphsense-REST 25.09.0

05 Sep 11:21

Choose a tag to compare

added

  • /{currency}/txs/{tx_hash}/flows enables to fetch all sub transactions created during the execution of a transaction (for evm chains token and internal transactions)
  • /{currency}/addresses/{address}/related_addresses to fetch related addresses to fetch clustered addresses by different algorithms.
  • python client code with generation from https://github.com/graphsense/graphsense-python

changed

  • deprecated /{currency}/token_txs/{tx_hash} is replaced by /{currency}/txs/{tx_hash}/flows?only_token_txs=true
  • search endpoint does not return sub txs anymore, use tx_hash flows to resolve if needed.

What's Changed

Full Changelog: v1.13.3...v25.09.0

graphsense-REST 1.14.0

05 Sep 11:21

Choose a tag to compare

added

  • /{currency}/txs/{tx_hash}/flows enables to fetch all sub transactions created during the execution of a transaction (for evm chains token and internal transactions)
  • /{currency}/addresses/{address}/related_addresses to fetch related addresses to fetch clustered addresses by different algorithms.
  • python client code with generation from https://github.com/graphsense/graphsense-python

changed

  • deprecated /{currency}/token_txs/{tx_hash} is replaced by /{currency}/txs/{tx_hash}/flows?only_token_txs=true
  • search endpoint does not return sub txs anymore, use tx_hash flows to resolve if needed.

What's Changed

Full Changelog: v1.13.3...v1.14.0

graphsense-REST 25.08.4

14 Aug 06:43
9c39f69

Choose a tag to compare

fixed

  • search bug for trx addresses

What's Changed

Full Changelog: v1.13.3...v25.08.4

graphsense-REST 1.13.4

14 Aug 06:43
9c39f69

Choose a tag to compare

fixed

  • search bug for trx addresses

What's Changed

Full Changelog: v1.13.3...v1.13.4

graphsense-REST 25.08.3

05 Aug 14:09

Choose a tag to compare

fixed

  • performance degradation with get_best_cluster tag (from 2 -> 12s after 5 queries) because of sqlalchemy/asyncpg prepared statement cache bug -> prepared_statement_cache_size=0 default now

Full Changelog: v1.13.2...v25.08.3

graphsense-REST 1.13.3

05 Aug 14:09

Choose a tag to compare

fixed

  • performance degradation with get_best_cluster tag (from 2 -> 12s after 5 queries) because of sqlalchemy/asyncpg prepared statement cache bug -> prepared_statement_cache_size=0 default now

Full Changelog: v1.13.2...v1.13.3

graphsense-REST 25.08.2

04 Aug 16:05

Choose a tag to compare

fixed

  • Remove duplicate in error log.

Full Changelog: v1.13.1...v25.08.2

graphsense-REST 25.08.1

04 Aug 15:48

Choose a tag to compare

fixed

  • request timeout handling for address links endpoint, to avoid server load on long running requests

Full Changelog: v1.13.0...v25.08.1

graphsense-REST 1.13.2

04 Aug 16:05

Choose a tag to compare

fixed

  • Remove duplicate in error log.

Full Changelog: v1.13.1...v1.13.2

graphsense-REST 1.13.1

04 Aug 15:48

Choose a tag to compare

fixed

  • request timeout handling for address links endpoint, to avoid server load on long running requests

Full Changelog: v1.13.0...v1.13.1