Skip to content

Releases: graphsense/graphsense-spark

graphsense-spark 24.11.1

08 Dec 14:00
Compare
Choose a tag to compare

Fixed

  • block difficulty and total difficulty can now be null

Full Changelog: v24.11.0...v24.11.1

graphsense-spark 24.11.0

19 Nov 09:12
Compare
Choose a tag to compare

Changed

  • Upgrade to Spark 3.5.3
  • Upgrade DataStax Spark Cassandra connector to 3.5.1

Added

  • max-block cli parameter for utxo currencies and eth to test with smaller datasets.

Full Changelog: v24.02.0...v24.11.0

graphsense-spark 24.02.0

04 Mar 10:23
Compare
Choose a tag to compare

Fixed

  • excessive logging in container
  • tron.trace callvalue overflow int -> bigint

Changed

  • Upgrade to Spark 3.4.2
  • Upgrade DataStax Spark Cassandra connector to 3.4.1
  • Simplified (record local) calculation of secondary ids
  • Simplified (record local) calculation of tx ids (account model currencies)

Full Changelog: v24.01.0...v24.02.0

graphsense-spark 24.01.0

08 Jan 16:33
Compare
Choose a tag to compare

Added

  • implemented transform for tron currency
  • checkpoints and loading on hdfs

Changed

  • Upgrade to Spark 3.2.4
  • Change package name graphsense-ethereum-transformation -> graphsense-spark
  • integrated utxo (btc, zec, ltc, bch transform)
  • revised namespace structure (BREAKING: call is different path, new --network parameter needed!)

What's Changed

  • Tron Support in transform. Merge UTXO and Account transform repos by @soad003 in #10

Full Changelog: v1.5.1...v24.01.0

Graphsense September 2023 Release

20 Sep 09:55
Compare
Choose a tag to compare

[23.09/1.5.0] 2023-09-30

  • no changes

Full Changelog: v23.06...v23.09

Graphsense June 2023 Release

07 Jun 14:11
Compare
Choose a tag to compare

[23.06/1.5.0] 2023-06-10

Changed

  • Include ethereum internal transactions in address, address_relations tables. #8

Full Changelog: v1.4.0...v23.06

Graphsense March 2023 Release

29 Mar 11:43
Compare
Choose a tag to compare

[23.01/1.4.0] 2023-03-29

Changed

  • Upgrade to Spark 3.2.3
  • Changed handling of missing exchange rates values; don't fill with zeros,
    remove blocks, txs etc instead.

Full Changelog: v1.3.0...v23.03

Graphsense January 23 Release

31 Jan 12:59
Compare
Choose a tag to compare

[23.01/1.3.0] - 2023-01-30

Added

  • Token Support for Ethereum stable coin tokens (WETH, USDT, USDC)
  • Added Parsing of eth-logs to support tokens
  • compute contracts from traces table
  • changed schema of address_transactions, address, address_relations to support tokens and their aggregated values.
  • balance table now contains on balance per currency (ETH and tokens)
  • new table token configurations containing the supported tokens and their details
  • added scalafmt and scalastyle sbt plugins

What's Changed

New Contributors

Full Changelog: v22.11...v23.01