v1.6.5
Substreams fixes
Note All caches for stores using the updatePolicy
set_sum
(added in substreams v1.7.0) and modules that depend on them will need to be deleted, since they may contain bad data.
- Fix bad data in stores using
set_sum
policy: squashing of store segments incorrectly "summed" some values that should have been "set" if the last event for a key on this segment was a "sum" - Fix small bug making some requests in development-mode slow to start (when starting close to the module initialBlock with a store that doesn't start on a boundary)
Others
-
[Operator] Node Manager HTTP
/v1/resume
call now acceptsextra-env=<key>=<value>&extra-env=<keyN>=<valueN>
enabling to override environment variables for the next restart only. Usecurl -XPOST "http://localhost:10011/v1/resume?sync=true&extra-env=NODE_DEBUG=true"
(changelocalhost:10011
accordingly to your setup).This is not persistent upon restart!
-
[Metering] Revert undesired Firehose metric
Endpoint
changes, the correct new value used issf.firehose.v2.Firehose/Blocks
(had been mistakenly set tosf.firehose.v2.Firehose/Block
between version v1.6.1 and v1.6.4 inclusively).