Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@DenisCarriere DenisCarriere released this 15 May 21:46
· 5 commits to main since this release

v2 updates

⭐ New Updates

  • Uses RPC V2 (rpc.v2.service.proto)
  • new param finalBlocksOnly (replaces forkSteps)

emitters

output: (output: MapModuleOutput, clock: Clock) => void;
debugStoreOutputs: (output: StoreModuleOutput[], clock: Clock) => void;
debugMapOutputs: (output: MapModuleOutput[], clock: Clock) => void;
finalBlockHeight: (block_height: bigint, clock: Clock) => void;

❌ Deprecated

  • Substreams RPC V1 removed

emitters

mapOutput: (output: MapModuleOutput, clock: Clock) => void;
debugStoreDeltas: (output: StoreDelta, clock: Clock) => void;