Skip to content

Commit

Permalink
formatting changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Feb 16, 2024
1 parent d247667 commit 4392eb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ for instructions to keep up to date.

## v1.0.0

## Operator notes
### Operator notes
> [!IMPORTANT]
> 1. All firehose processes have been removed from this binary. You will need to run this program from the [firecore binary](https://github.com/streamingfast/firehose-core)
> - Previous `firesol start ...` command becomes `firecore start ...`
Expand All @@ -16,18 +16,18 @@ for instructions to keep up to date.
> - Convert old blocks by running: `ACCEPT_SOLANA_LEGACY_BLOCK_FORMAT=true firesol upgrade-merged-blocks <source-store> <dest-store> <start-num:stop-num>`
> 4. Upgrading your deployment will require a "stop the world" upgrade, where you start the new binaries, pointing to the new blocks, without any contact with the previous blocks or components.
## Removed
### Removed

* All the `firesol start ...` commands have been removed. Use [firecore binary](https://github.com/streamingfast/firehose-core) to run the reader, merger, relayer, firehose and substreams services
* All the existing `firesol tools` commands

## Added
### Added

* Added `fetch rpc <endpoint> <start_block>` command fetches and prints the blocks in protobuf format, to be used by the `firecore start reader` command.
* Added `upgrade-merged-blocks` command to perform the upgrade on previous solana merged-blocks.
* Bumped firecore version to v1.2.0

## Fixed
### Fixed

* Fixed Substreams scheduler sometimes taking a long time to spawn more than a single worker.

Expand Down

0 comments on commit 4392eb6

Please sign in to comment.