Skip to content

Releases: pinax-network/firehose-antelope

v2.0.2

12 Nov 09:38
63351d6
Compare
Choose a tag to compare

Substreams

  • Include outputModuleHash in metering events.

v1.5.7

12 Nov 09:38
63351d6
Compare
Choose a tag to compare

Substreams

  • Include outputModuleHash in metering events.

v2.0.1

29 Oct 12:57
7e4de15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v2.0.1

v1.5.6

29 Oct 13:46
7e4de15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.5.6

v2.0.0

22 Oct 09:46
bc78bdb
Compare
Choose a tag to compare

v2.0.0

Production release for Antelope Spring nodes. For Antelope Leap please stay on the v1 releases.

v2.0.0-rc.9

22 Oct 09:44
bc78bdb
Compare
Choose a tag to compare
v2.0.0-rc.9 Pre-release
Pre-release

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)

v1.5.5

22 Oct 09:44
bc78bdb
Compare
Choose a tag to compare

Substreams

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)

v2.0.0-rc.8

19 Sep 15:43
c942a67
Compare
Choose a tag to compare
v2.0.0-rc.8 Pre-release
Pre-release

Substreams

  • Fixed an(other) issue where multiple stores running on the same stage with different initialBlocks will fail to proress (and hang)

v1.5.4

19 Sep 15:43
c942a67
Compare
Choose a tag to compare

Substreams

  • Fixed an(other) issue where multiple stores running on the same stage with different initialBlocks will fail to proress (and hang)

v2.0.0-rc.7

16 Sep 21:38
72ca73f
Compare
Choose a tag to compare
v2.0.0-rc.7 Pre-release
Pre-release

Substreams fixes

  • Fix "cannot resolve 'old cursor' from files in passthrough mode" error on some requests with an old cursor
  • Fix handling of 'special case' substreams module with only "params" as its input: should not skip this execution (used in graph-node for head tracking)
    -> empty files in module cache with hash d3b1920483180cbcd2fd10abcabbee431146f4c8 should be deleted for consistency
  • Fix bug where some invalid cursors may be sent (with 'LIB' being above the block being sent) and add safeguard/loggin if the bug appears again
  • Fix panic in the whole tier2 process when stores go above the size limit while being read from "kvops" cached changes

Core fixes

  • fix: reader-node-stdin not shutting down after receiving an EOF