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-interval
andsubstreams-output-cache-save-interval
have 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 to1000
for 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-interval
default 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
map
andstore
modules 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-url
flag.
- Fixed
localnet
config for latestaptos-node
.
- Bumped to latest .proto definitions (September 2022)
- Renamed
common-one-blocks-store-url
tocommon-one-block-store-url
- Renamed
common-relayer-addr
tocommon-live-blocks-addr
- Renamed the
extractor-node
application toreader-node
- Renamed tools command
debug-deep-mind
flags todebug-firehose-logs
- Renamed all the
extractor-node-*
flags toreader-node-*
- Changed
--log-to-file
default fromtrue
tofalse
- Added
common-forked-blocks-store-url