-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> 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.) | ||
|