Skip to content

Releases: eosswedenorg/thalos

Version 1.1.8

23 Dec 08:43
@pnx pnx
v1.1.8
Compare
Choose a tag to compare
  • Support for wildcard contracts in Blacklist
  • [Security CVE-2024-45337] Update golang.org/x/crypto to 0.31.0
  • [Security CVE-2024-53259] Update github.com/quic-go/quic-go to 0.48.2

Version 1.1.8-rc1

04 Dec 14:27
@pnx pnx
v1.1.8-rc1
Compare
Choose a tag to compare
  • Support for wildcard contracts in Blacklist

Version 1.1.7

11 Nov 18:43
@pnx pnx
v1.1.7
Compare
Choose a tag to compare
  • ship: set MaxMessagesInFlight to 1. This forces the client/server to ack
    every message and might be a workaround fix for issue #25
    according to this comment:
    AntelopeIO/leap#1358 (comment)
  • golang: update eosswedenrg-go/antelope-ship-client to v0.3.2
  • Add support to disable processing of table deltas.

Version 1.1.7-rc2

03 Nov 11:13
@pnx pnx
v1.1.7-rc2
Compare
Choose a tag to compare
  • ship: set MaxMessagesInFlight to 1. This forces the client/server to ack
    every message and might be a workaround fix for issue #25
    according to this comment:
    AntelopeIO/leap#1358 (comment)
  • golang: update eosswedenrg-go/antelope-ship-client to v0.3.2

Version 1.1.7-rc1

21 Oct 10:35
@pnx pnx
v1.1.7-rc1
Compare
Choose a tag to compare
  • Add support to disable processing of table deltas.

Version 1.1.6

16 Oct 14:40
@pnx pnx
v1.1.6
Compare
Choose a tag to compare

Henrik Hautakoski

  • makefile: make sure we apppend to GOBULDFLAGS if user wants to add their own.
  • minor style fixes.
  • api/channel_test.go: rearange fields.
  • README.md: Update minimum go version
  • README.md: Link to docker page
  • .github/workflows/release.yml: need to update version regex for musl builds

Avm07

  • Fix typo in config.example.yml

Version 1.1.5

29 Aug 13:37
@pnx pnx
v1.1.5
Compare
Choose a tag to compare
  • New config section: cache
  • New CLI flag: cache specify what cache driver to use
  • New CLI flag: abi-cache-api-timeout configure the timeout for the HTTP
    request made when Thalos wants to fetch a ABI from the api.
  • API Table Deltas: abi decode the data in value field for contract_row deltas.
  • golang: update github.com/shufflingpixels/antelope-go to v0.1.5
  • golang: update github.com/quic-go/quic-go from 0.41.0 to 0.42.0
  • golang: version 1.20 can no longer be used to build the project

Docker Image v1.1.5

Version 1.1.5-rc1

11 Aug 15:31
@pnx pnx
v1.1.5-rc1
Compare
Choose a tag to compare
Version 1.1.5-rc1 Pre-release
Pre-release
  • New config section: cache
  • New CLI flag: cache specify what cache driver to use
  • New CLI flag: abi-cache-api-timeout configure the timeout for the HTTP
    request made when Thalos wants to fetch a ABI from the api.
  • API Table Deltas: abi decode the data in value field for contract_row deltas.
  • golang: update github.com/shufflingpixels/antelope-go to v0.1.4

Docker Image v1.1.5-rc1

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.

Docker Image v1.1.4

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.

Docker Image v1.1.3