Skip to content

Releases: eosswedenorg/thalos

Version 0.3.1

22 Jan 13:49
@pnx pnx
v0.3.1
Compare
Choose a tag to compare
  • Bug: fix incorrect log path in debian packages.
  • Improved install.sh script.

Version 0.3.0

21 Jan 23:36
@pnx pnx
v0.3.0
Compare
Choose a tag to compare
  • Feature: Table Delta message (issue #31)

  • Feature: Rollback message (issue #30)

  • Bug: Fix a bug where GlobalSequence was passed as ActionTrace.Receipt.RecvSequence

  • Bug: fixed random password generator in redis-acl tool to not produce
    the same password if executed during the same second.

  • Security: update golang.org/x/crypto from 0.14.0 to 0.17.0

Version 0.2.2

17 Dec 19:18
@pnx pnx
v0.2.2
Compare
Choose a tag to compare
  • 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

Version 0.2.1

04 Nov 12:45
@pnx pnx
v0.2.1
Compare
Choose a tag to compare
  • new tool: publisher mock (writes test data to redis channels.)
  • golang: Drop support for 1.18, 1.19
  • new cli flag: "--level" to specify log level.
  • new tool: redis ACL config generator.
  • tools: adding flags for redis username/password
  • code documentation

Version 0.2.0

22 Aug 05:58
@pnx pnx
v0.2.0
Compare
Choose a tag to compare
  • Update to use antelope-ship-client v0.2.5
  • Adding benchmark and architecture documentation
  • Improved install documentation
  • Documentation is now hosted in a dedicated repo and published as a website.
  • Redis: Adding User field to config.
  • ABI Cache: use :: as separator for redis keys.
  • ABI Cache: thalos::cache is now used as hardcoded prefix for redis keys.
  • ABI Cache: chain id is now used as id for redis keys instead of config field.
  • Config: CacheID removed from RedisConfig
  • Telegram notification are now optional.
  • Fix a bug where the reader restarted from initial block number when reconnecting after connection loss.

Version 0.1.2

15 Jun 14:37
@pnx pnx
v0.1.2
Compare
Choose a tag to compare
  • API: Adding receipt to ActionTrace.
  • Update redis package to v9
  • Adding thalos-tools program with benchmark and validate tools.

Version 0.1.1

19 May 13:47
@pnx pnx
v0.1.1
Compare
Choose a tag to compare
  • Backoff algorithm when reconnecting
  • Support for human friendly chain name instead of using chain_id from api.
  • More info when logging abi decoding errors.
  • Split logging into two files (info and error)

Version 0.1.0

14 May 16:19
@pnx pnx
v0.1.0
Compare
Choose a tag to compare

Initial Release