The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. See MAINTAINERS.md for instructions to keep up to date.
- Added support for "requester pays" buckets on Google Storage in url, ex:
gs://my-bucket/path?project=my-project-id
-
Breaking Config value
substreams-stores-save-intervalandsubstreams-output-cache-save-intervalhave been merged together as a single value to avoid potential bugs that would arise when the value is different for those two. The new configuration value is calledsubstreams-cache-save-interval.- To migrate, remove usage of
substreams-stores-save-interval: <number>andsubstreams-output-cache-save-interval: <number>if defined in your config file and replace withsubstreams-cache-save- interval: <number>, if you had two different value before, pick the biggest of the two as the new value to put. We are currently setting to1000for Ethereum Mainnet.
- To migrate, remove usage of
-
Updated to Substreams
v0.2.0, please refer to release page for further info about Substreams changes. -
Updated
--substreams-output-cache-save-intervaldefault value to 1000. -
Updated to Substreams
v0.1.0, please refer to release page for further info about Substreams changes.Warning The state output format for
mapandstoremodules has changed internally to be more compact in Protobuf format. When deploying this new version and using Substreams feature, previous existing state files should be deleted or deployment updated to point to a new store location. The state output store is defined by the flag--substreams-state-store-urlflag.
- Fixed
localnetconfig for latestaptos-node.
- Bumped to latest .proto definitions (September 2022)
- Renamed
common-one-blocks-store-urltocommon-one-block-store-url - Renamed
common-relayer-addrtocommon-live-blocks-addr - Renamed the
extractor-nodeapplication toreader-node - Renamed tools command
debug-deep-mindflags todebug-firehose-logs - Renamed all the
extractor-node-*flags toreader-node-* - Changed
--log-to-filedefault fromtruetofalse
- Added
common-forked-blocks-store-url