Skip to content

v0.9.0

Compare
Choose a tag to compare
@DenisCarriere DenisCarriere released this 02 Aug 01:57
· 58 commits to main since this release
  • update onRestartInactivitySeconds to not block when no blocks are streamed (happens when using stopBlock and cursor is finished)
  • remove pkg param requirement from setup(options)
command.action(async options => {
  // Setup sink for Block Emitter
  const {emitter} = await setup(options);

Full Changelog: v0.8.2...v0.9.0