Skip to content

Releases: streamingfast/substreams-eth-block-meta

v0.5.1

05 Jul 19:20
Compare
Choose a tag to compare
  • Fixed ordering of walked deltas by bumping to latest substreams crate.

v0.5.0

05 Jul 18:15
Compare
Choose a tag to compare
  • Updated to latest version of crates substreams-entity-change, substreams-database-change, substreams and substreams-ethereum.

v0.4.3

09 Jun 19:52
Compare
Choose a tag to compare
  • Updated graph_out to use new substreams_entity_change::tables:Tables abstraction (output format stays the same).

v0.4.2

09 Jun 18:37
Compare
Choose a tag to compare
  • Updated db_out output type from proto:sf.substreams.databse.v1.DatabaseChanges to proto:sf.substreams.sink.database.v1.DatabaseChanges.

    Note You need to update to latest substreams-sink-postgres, substreams-sink-mongodb to use this new package id.

v0.4.1

15 Mar 12:29
Compare
Choose a tag to compare

Updated kv_out output type from proto:sf.substreams.kv.v1.KVOperations to proto:sf.substreams.sink.kv.v1.KVOperations

v0.4.0

11 Jan 21:21
Compare
Choose a tag to compare

Changed key (entity ID) format to human-readable syntax:

  • day:first:20150205
  • day:last:20150205
  • month:first:201506
  • month:last:201604

kv_out with encoded protobuf object

10 Jan 22:15
Compare
Choose a tag to compare
  • the full blockmeta protobuf object is now marshalled to bytes as output to the kv store.

0.3.0

10 Jan 15:34
Compare
Choose a tag to compare
  • added kv_out
  • added db_out
  • protobuf definitions for substreams now all under sf.