-
Updated to
substreams
version0.5.10
andsubstreams-ethereum
version0.9.4
. -
Fixed
graph_out
emitting wrong entity type.
- Fixed ordering of walked deltas by bumping to latest
substreams
crate.
- Updated to latest version of crates
substreams-entity-change
,substreams-database-change
,substreams
andsubstreams-ethereum
.
- Updated
graph_out
to use newsubstreams_entity_change::tables:Tables
abstraction (output format stays the same).
-
Updated
db_out
output type fromproto:sf.substreams.databse.v1.DatabaseChanges
toproto: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.
- Updated
kv_out
output type fromproto:sf.substreams.kv.v1.KVOperations
toproto:sf.substreams.sink.kv.v1.KVOperations
- Changed key format to human-readable syntax:
day:first:20150205
day:last:20150205
month:first:201506
month:last:201604
- Changed all protobuf namespaces from 'substreams....' to 'sf.substreams...', ex: sf.substreams.database.v1.DatabaseChanges