1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

Version 0.2.2

This commit is contained in:
Henrik Hautakoski 2023-12-17 19:38:02 +01:00
parent 578f9e83d7
commit 0bfcc4e492

10
debian/changelog vendored
View file

@ -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 <henrik@eossweden.org> 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.)