Skip to content

Releases: eosswedenorg/thalos

Version 1.1.4

17 Jul 07:36
@pnx pnx
v1.1.4
Compare
Choose a tag to compare
  • Implement whitelist option for ship contract/action blacklist
  • Fix bug with integer overflow on 32 bit CPUs.

Version 1.1.3

03 Jul 16:19
@pnx pnx
v1.1.3
Compare
Choose a tag to compare
  • Updated antelope-go library to v0.1.2 that fixes a bug in abi binary
    decoder, it expects some fields to be strings while they are "names"
    (strings encoded into a int64)
  • Fix a bug with "set_abi" struct had the wrong order of fields in ShipProcessor.updateAbiFromAction()
  • Fix a bug in ShipProcessor.updateAbiFromAction() that assumed the abi
    was in hex format when in fact it is binary.

Version v1.1.2

27 Jun 12:35
@pnx pnx
v1.1.2
Compare
Choose a tag to compare

Changelog

  • Implement action blacklist, it is not possible to configure a blacklist
    that will be used to filter out processing of unwanted contracts/actions.
  • Minor cleanups in tools
  • Moved from github.com/eoscanda/eos-go to github.com/pnx/antelope-go library

Version v1.1.2-rc4

23 Jun 13:04
@pnx pnx
v1.1.2-rc4
Compare
Choose a tag to compare
Version v1.1.2-rc4 Pre-release
Pre-release

Changelog

  • API: Fix a bug regarding json timestamp being encoded/decoded with wrong
    format
  • Implement action blacklist, it is not possible to configure a blacklist
    that will be used to filter out processing of unwanted contracts/actions.

Version 1.1.2-rc3

19 Jun 19:59
@pnx pnx
v1.1.2-rc3
Compare
Choose a tag to compare
Version 1.1.2-rc3 Pre-release
Pre-release
  • Fix a bug in isVariant() where v.Elem() was called on non interface/pointer
  • Minor cleanups in tools

Version v1.1.2-rc2

17 May 16:25
@pnx pnx
v1.1.2-rc2
Compare
Choose a tag to compare
Version v1.1.2-rc2 Pre-release
Pre-release
  • fix a bug where TableDeltaRow.Data was not set
  • fix a bug where blockResult.Deltas was not properly nil checked. Resulting in panic if accessed

Version v1.1.2-rc1

29 Apr 20:47
@pnx pnx
v1.1.2-rc1
Compare
Choose a tag to compare
Version v1.1.2-rc1 Pre-release
Pre-release
  • Moved from github.com/eoscanda/eos-go to github.com/pnx/antelope-go library

Version 1.1.1

09 Apr 20:45
@pnx pnx
v1.1.1
Compare
Choose a tag to compare
  • Build binaries linked with musl libc for alpine linux.
  • Added docker image.
  • redis-acl tool: added --pass-len flag.
  • redis-acl tool: fix correct syntax for cleartext passwords.
  • redis-acl tool: allow ping command for server user.

Version 1.1.0

01 Mar 15:49
@pnx pnx
v1.1.0
Compare
Choose a tag to compare
  • Adding ActionTrace.FirstReceiver flag, that is true only if receiver is the same as contract name.
  • Adding log.file_timestamp_format config field
    • Added cli flag --log-file-timestamp
    • Directory where log files are stored is created with correct permissions.
  • Adding flags for almost all config values.
  • Improved disconnect code for ship client.
    • Application now waits for ship to reply with a close message before exiting
      the application.
    • The application now recognizes an close error and no longer reports is as
      an actual error to the log.
  • Application only calls "GetInfo" from the antelope API once and only if it actually needs the information.
  • CI: update actions/checkout to version 4
  • CI: update actions/setup-go to version 5
  • golang: update github.com/eosswedenorg-go/antelope-ship-client to v0.2.7
  • golang: switched github.com/pborman/getopt for github.com/spf13/cobra
  • golang: use github.com/spf13/viper to handle configuration.

Version 1.1.0-rc2

28 Feb 22:36
@pnx pnx
v1.1.0-rc2
Compare
Choose a tag to compare
Version 1.1.0-rc2 Pre-release
Pre-release
  • Adding log.file_timestamp_format config field
  • Added cli flag --log-file-timestamp
  • Directory where log files are stored is created with correct permissions.