Skip to content

Latest commit

 

History

History
255 lines (182 loc) · 8.99 KB

File metadata and controls

255 lines (182 loc) · 8.99 KB
layout page
title News & Releases
nav_title News
description Latest GraphSense releases, updates, and announcements. Stay informed about new features, supported cryptocurrencies, and platform improvements.

Release GraphSense 26.04 (2026-04-10)

This release introduces coinjoin and change address detection heuristics for UTXO transactions, along with mixing transaction visualization in the dashboard.

  • Coinjoin detection heuristics for UTXO transactions
  • Change address detection heuristics with configurable options
  • Mixing transaction detection and visualization in the dashboard
  • Indirect tags support (tags inherited through cluster membership)
  • Cross-chain address indicator on address nodes
  • Privacy analysis link for BTC transactions
  • Infinite scrolling tags table

Release GraphSense 26.03 (2026-03-12)

This release adds a new FastAPI-based REST API module and improves export workflows and cluster visualization in the dashboard.

  • New FastAPI-based REST API module in graphsense-lib
  • Unified export options dialog in the dashboard
  • Highlight cluster sibling addresses on hover
  • Supported token currencies loaded on startup
  • Added Python 3.12 and 3.13 support, dropped Python 3.9

Release GraphSense 26.01 (2026-01-30)

This release brings a major dashboard UX overhaul with graph export capabilities, multi-node annotation, and Spanish language support.

  • Export graph as PDF and PNG with web worker offloading for better performance
  • Download graph transactions as CSV with fees
  • Display both fiat and crypto values on graph
  • Annotate multiple nodes at once
  • Spanish translation added
  • Improved collision detection and node spacing
  • Better UTXO edge label readability

Release GraphSense 25.11 (2025-11-06)

This release introduces cross-chain tag derivation and improved search capabilities for flexible address lookups.

  • Tags are now derived across chains when addresses share the same public key
  • Enhanced search with support for short address prefixes/postfixes (e.g., 0x33d0...8f65)
  • New tag concepts: funder, deployer, white_list, black_list, gov_white_list
  • Added schema migration support for Cassandra
  • Improved tag summary with transformation support before digest computation

Release GraphSense 25.09 (2025-09-04)

This release adds a unified services layer and integrates tagpack-tool functionality directly into graphsense-lib.

  • Added services layer moved from gs-rest for better code organization
  • Integrated tagpack-tool and gs-tagstore-cli functionality
  • Improved swap and bridge decoding support
  • THORChain bridge transaction handling

Release GraphSense 24.08 (2024-08-20)

This release modernizes the data pipeline with Delta Lake integration for more efficient raw data handling.

  • Raw data export now uses Delta Lake instead of CSV for better performance
  • Streamlined delta lake CLI commands for ingest and optimization
  • Removed disk-cache dependency for cleaner architecture
  • Direct Delta Lake access for Tron and Ethereum delta updates

Release GraphSense 24.01 (2024-01-22)

This release adds full support for the Tron network, including TRX and major tokens like USDT, USDC, and WTRX.

  • Added Tron (TRX) blockchain support
  • Integrated USDT, USDC, and WTRX token tracking on Tron
  • Extended multi-chain analytics capabilities

Release GraphSense 23.09 (2023-09-20)

This release focuses on usability improvements and simplified deployment procedures for easier setup and contribution.

  • Resolved multiple usability issues reported by users
  • Simplified development and deployment setup
  • Improved system stability and resilience
  • Enhanced documentation for contributors

Release GraphSense 23.06 (2023-06-30)

This release introduces the refreshed "Pathfinder" user interface along with additional attribution tags and backend stability improvements.

  • Launched new "Pathfinder" dashboard interface
  • Added new attribution tags
  • Improved backend stability
  • New add-ons for case deconfliction and automated tracing (for institutional users)

Release GraphSense 23.01 (2023-02-14)

This release adds support for major stablecoins on Ethereum and introduces smart contract visibility in the dashboard.

  • Added USDT, USDC, and WETH token support on Ethereum
  • Token flows now annotated alongside Ether flows in the UI
  • Smart contracts marked with a cog symbol for easy identification
  • Check out the walk-through video for key changes

Release GraphSense 22.10 (2022-10-22)

This release introduces periodic blockchain synchronization and improves dashboard usability with new interaction features.

  • Cryptoasset addresses now synchronized periodically with blockchains
  • Updated Ethereum client for post-merge proof-of-stake compatibility
  • Address-level tracing made more intuitive
  • Node removal via DEL button
  • Duplicate node shadows can be toggled on/off

Release GraphSense 1.0.0 (2022-07-15)

The first production release of GraphSense, featuring a completely rewritten dashboard and Ethereum integration.

  • Complete dashboard rewrite enabling third-party add-ons
  • Integration of Ethereum account-to-account transactions

Release GraphSense 0.5.2 (2022-03-30)

This release redesigns tagpack handling with a new TagStore architecture for faster and more flexible tag management.

  • Tags now maintained in dedicated PostgreSQL datastore (replacing Cassandra)
  • Multiple TagStores supported by the Dashboard
  • Private TagPacks with restricted access now possible
  • Faster TagPack availability (decoupled from transformations)

Release GraphSense 0.5.1 (2021-11-30)

This release brings performance enhancements, improved attribution tags, and compatibility with the Bitcoin Taproot upgrade.

  • Dashboard: transaction inspection between entities, visible request limits, faster path search
  • REST API: performance improvements, unified "bulk" interface for mass data retrieval (CSV + JSON)
  • Transformation: faster statistics and graph computation, upgraded to Spark 3.1.2 and Cassandra 4
  • Tags: confidence scores added, Wasabi and Samourai transactions integrated and tagged

Release GraphSense 0.5 (2021-06-01)

A major release adding Ethereum transaction analysis as the first step towards integrating account-model ledgers.

  • Ethereum transaction analysis support
  • Dashboard: colored transaction path marking, faster path search, local in-browser tag store
  • REST API: faster batch requests, example Jupyter notebooks for investigations
  • Tags: quality improvements, entity- and address-level tag distinctions

Release GraphSense 0.4.5 (2020-11-19)

This release introduces a complete REST API rewrite following the OpenAPI specification and a new Python client.

Release GraphSense 0.4.4 (2020-06-16)

This release adds Tag Coherence scoring and improved entity visualization features.

  • Tag Coherence score for heuristic clustering reliability
  • Automated entity connection on the Dashboard
  • Audit trails exportable as PDF reports

Release GraphSense 0.4.3 (2020-05-11)

This release brings address annotation, TagPack management, and infrastructure improvements.

Dashboard:

  • Address annotation with TagPack import/export
  • Local investigation logging for court-proof evidence
  • Transaction details in entity graph relations
  • Cross-ledger address/entity statistics
  • Fine-grained path search conditions (e.g., totalReceived)

TagPacks:

Infrastructure:

  • Docker Compose build and deployment
  • Upgraded to Scala 2.12, Spark 2.4.5
  • Clustering library reintegrated into transformation