Skip to content

v0.0.13

Compare
Choose a tag to compare
@abourget abourget released this 03 Jun 23:39
· 2802 commits to develop since this release

CLI

  • Changed substreams manifest info -> substreams info
  • Changed substreams manifest graph -> substreams graph
  • Updated usage

Changelog

  • 43e9bd7 Added a test with modInit starting at 0.
  • b89c9c8 Added comment to --start-block. Fix ranges splitter tests.
  • e5d3aaf Don't early kill the scheduler if it didn't fail.
  • db8780d Don't send BlockScopedData when we're doing backprocessing.
  • 13084a4 Fix tests.
  • b0dfd11 Fixed issue with ranges.
  • cc6c420 Major rework of the scheduling plan, called SplitWork, called WorkUnit, tobe renamed.
  • cdce6e5 Merge remote-tracking branch 'origin/develop' into splitter
  • fb9c955 Revise usage and CLI docs.
  • 21e5772 Simplify the scheduler exit loop.
  • e346177 SplitWork implementation, responsible for driving the show in Squasher and Strategy.
  • 152de88 Squasher / Waiter / Queue / RequestPool / Strategy Simplified. Hanging bug fixed, which was caused by the Squasher never preparing the store when no work was required.
  • 0a00c03 Unlock, but what does that test do anyway?
  • b42926d Updated change-log.
  • 8c4805f Updated some element of the docs
  • e203658 Updated substreams info
  • 8d82cb2 Whoops, don't print "" on 'enter'.. misfeature :)
  • 2520a0b substreams info and substreams graph now.
  • f752f3c block range: split occurs on chunk size boundary
  • 069d028 orchestrator test: make adding to queue concurrent
  • c75a8ba queue: add more testing
  • 054021e splitter wip
  • e761111 squasher: fix test