Skip to content

v1.4.2

Compare
Choose a tag to compare
@fschoell fschoell released this 31 May 11:04
· 32 commits to develop since this release
4f00882

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 are key[=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.