Releases: eosswedenorg/thalos
Releases · eosswedenorg/thalos
Version 1.1.8
- 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
- Support for wildcard contracts in Blacklist
Version 1.1.7
- 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
- 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
- Add support to disable processing of table deltas.
Version 1.1.6
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
- 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
Version 1.1.5-rc1
- 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
Version 1.1.4
- Implement whitelist option for ship contract/action blacklist
- Fix bug with integer overflow on 32 bit CPUs.
Version 1.1.3
- 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.