From 0bfcc4e49216903b5d861061094362c1284aa0b8 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 17 Dec 2023 19:38:02 +0100 Subject: [PATCH] Version 0.2.2 --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5478e97..6744a4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +thalos (0.2.2) bionic focal jammy; urgency=medium + + * Current processing state (block number) is now cached and loaded on start. + * cli: new `-n` flag that forces the application to take start block from config/api instead of cache. + * bug: the ABI Cache now has a timeout for the api call on cache miss fixing + a bug where the application would hang if api did not respond. + * Update to use antelope-ship-client v0.2.7 + + -- Henrik Hautakoski Sun, 17 Dec 2023 19:37:30 +0100 + thalos (0.2.1) bionic focal jammy; urgency=medium * new tool: publisher mock (writes test data to redis channels.)