Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (34 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 1.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[23.06/1.4.0] - 2023-06-12

Removed

  • coindesk and coimarket exchange rates scripts -> graphsense-lib provides the same features

Deprecated

  • btc streaming import -> graphsense-lib provides the same features

[23.03/1.3.0] - 2023-03-29

  • no changes

[23.01/1.3.0] - 2023-01-30

Added

  • standard dev Makefile

Deprecated

  • coindesk and coimarket script -> graphsense-lib provides the same features

[22.11] 2022-10-12

Fixed

  • Fixed fill behavior of NaN values in exchange rates

[22.10] 2022-10-12

Changed

  • Introduced --dry-run flag for coindesk and coinmarketcap rates ingest that does not write to Cassandra but on stdout
  • Introduced --abort-on-gaps that aborts the ingest if NaN values are found in the exchange rates.

[1.0.0] 2022-07-08

Fixed

  • Fixed Dockerfile
  • Fixed dependencies in requirements.txt

[0.5.2] 2022-03-16

Changed

  • Minor improvements

[0.5.1] 2021-11-29

Added

  • Initial release