Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

52 lines (29 loc) · 2.08 KB

Change log

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.

Changed

  • All workflows now use ubuntu-20.04

Changed

  • More fixes to GitHub workflows

Changed

  • Update GitHub workflow to use ubuntu-20.04

Changed

  • Breaking Flag receipt-index-builder-lookup-index-sizes has been replaced by common-block-index-sizes.

    • Migration path is to replace any flag or configuration value named receipt-index-builder-lookup-index-sizes by common-block-index-sizes.
  • Breaking Flag receipt-index-builder-index-store-url has been replaced by common-index-store-url.

    • Migration path is to replace any flag or configuration value named receipt-index-builder-index-store-url by common-index-store-url.
  • Breaking Flag firehose-block-index-url has been replaced by common-index-store-url.

    • Migration path is to replace any flag or configuration value named firehose-block-index-url by common-index-store-url.

Added

  • Added firenear tools generate-node-key command to easily generate a new node_key.json file.

Added

  • Added support for "requester pays" buckets on Google Storage in url, ex: gs://my-bucket/path?project=my-project-id

  • Added support for Substreams version v0.2.0 please refer to release page for further info about Substreams changes.

  • Actual release, no changelog was maintained back then