v0.0.9-beta
abourget
released this
02 Jun 06:05
·
3105 commits
to develop
since this release
Changelog
substreams
CLI
- Added
substreams run -o ui|json|jsonl|module-json|module-jsonl
.
Commits
- 5a4a193 Add a clause to write a temporary KV when not on boundaries.
- eb53701 Added a bit of time between crate publishing
- 5cd7e55 Added hex_literal macro re-export
- 6fc452a Added more documentation
- c282412 Align bounds properly.
- 66c27c6 Always clean-up terminal
- 3887379 An attempt to fix hanging, improved
- 893b9b4 Bar graph! Hit 'm' to see :)
- 1ba6af7 Better TUI
- eb83089 Better clean-up and work on progress.
- 322aa2a Better mermaid graph.
- 6b38234 Better range calculations.
- 79d46e7 Better ranges again.
- ee0665e Better var name
- 40ff1a0 COmment
- a517c8d Cosmetics
- 2a287f3 Default to BarMode. A few refactors.
- 14e5358 Do error checking on incoming manifests, client and server.
- 64616b3 First draft at bubbletea integration. Takes control of keyboard mon enfouaré.
- 296f8e3 Fix change log
- 60e2148 Fix documentation setup
- 6c09bf2 Fix more range management issues.
- fc1f855 Fixed small typo in docs
- 79cf059 Fixup latest tests.
- 8f32e9f Fixup progress.
- c12c7ef Fixup some race between channels.
- 2d8ba92 Fixup the squashing world
- ff0b8a8 Fixup which ranges we're using
- 6c99b8e Found a subtle bug that impeched the merging :)
- d98928e Four new output modes
- 92ef8fc Improve ranges again
- a9cd3ff Incredible progress :)
- 8569066 Merge commit 'ee0665ef71b94a1d10f72805fffd42f9b0c61956' into develop
- 1f0962d Merge remote-tracking branch 'origin/develop' into develop
- 37970e3 Properly replace the stores after a backprocessing shot.
- 5d263fe Quick rename.
- c95e01e Remove README by default
- 1e228ce Remove the BlockRange on the Store
- 731dc47 Removed extraneous import
- 0b8f5e5 Removed metadata section in README.md
- dff1fdd Removed progress package, now lives in the TUI. Repacked
decode
andprint
into a more formal and expansive TUI. - 55332d8 Removed unused code
- 05d34b4 Rename
- bce17d6 Revert "small fix on kv getting reinitialized on each new squasher for each store"
- fd2c258 Simplify output
- 8434b97 Small update to docs
- eb6e21b SynchronizeStore to output the stores when they are built.
- a631908 Updated to use tagged release of dependencies in docs
- b8ba02c When we know there aren't requests from the STRATEGY we early exit.
- ad68e06 Working version for SF Ethereum: * Need to compute the merge ranges better.
- a1d7a32 Works!!! Oh well :)
- 109259b adding tests for merge block ranges
- d019739 doc: testing layout and file structure
- 2a545dd fix back process not returning when no back process request need to be run
- 8d8ef94 fixing waiter tests
- a61c1ff getting out of the go func when we get and error from the worker of a scheduler
- ff0041a orchestrator: add stringer methods for debugging, waiter does not wait for stores if its initial block is gt desired block num
- d6f776e orchestrator: add tests
- f1f7352 orchestrator: concurrnt squasher test
- fcd2a88 orchestrator: fix squash test
- e0df979 orchestrator: refactoring waiter condition, update strategy test
- 4f5da66 pool: add log for notify
- 3a1a8ca renaming stuff and adding logs
- 96bf4e9 replacing some println statements for some zlog and fixing partial/kv boundary condition
- 17c685d small fix for run cmd
- 941dfe5 small fix on kv getting reinitialized on each new squasher for each store