v2.32.4
Changes
- implements new client with backwards compatible API for
transaction.kind - new client supports streaming height from hypersync
- new client supports query caching and capnp messages (optimised egress for hyperindex)
Defaults new environment variable config to:
ENVIO_HYPERSYNC_CLIENT_SERIALIZATION_FORMAT=CapnProto
ENVIO_HYPERSYNC_CLIENT_ENABLE_QUERY_CACHING=trueFor the same behaviour as previous versions use:
ENVIO_HYPERSYNC_CLIENT_SERIALIZATION_FORMAT=Json
ENVIO_HYPERSYNC_CLIENT_ENABLE_QUERY_CACHING=falseFull Changelog: v2.32.3...v2.32.4