v1.4.2
Substreams
- Substreams clients now enable gzip compression over the network (already supported by servers).
- Added store with update policy
set_sum
which allows the store to either sum a numerical value, or set it to a new value. - Fixed a bug with the new
descriptorSets
feature that wasn't ordered properly to correctly generate Protobuf bindings. - Substreams binary type can now be optionally composed of runtime extensions by appending a
+<extension>,[<extesions...>]
at the end of the binary type. Extensions arekey[=value]
that are runtime specifics.
Note
If you were a library author and parsing generic Substreams manifest(s), you will now need to handle that possibility in the binary type. If you were reading the field without any processing, you don't have to change nothing.