Skip to content

Commit

Permalink
prepare release v0.16.5 Pinecone Deactivation (#3897)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Jan 24, 2024
1 parent b80cba8 commit c567f74
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@

### Added

### Changed

### Removed

### Fixed

## Forest 0.16.5 "Pinecone Deactivation"

Non-mandatory upgrade including mostly new RPC endpoints. The option to use an
alternative `FilOps` snapshot provider was removed given the service was
decommissioned.

### Added

- [#3817](https://github.com/ChainSafe/forest/pull/3817/) Implement the
`Filecoin.StateVerifiedClientStatus` lotus-compatible RPC API.
- [#3824](https://github.com/ChainSafe/forest/pull/3824) Add `--ws` flag to
Expand Down Expand Up @@ -58,8 +72,6 @@
serving lite snapshots. Removed `filops` option from
`forest-tool snapshot fetch --vendor [vendor]`.

### Fixed

## Forest 0.16.4 "Speedy Gonzales"

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forest-filecoin"
version = "0.16.4"
version = "0.16.5"
authors = ["ChainSafe Systems <[email protected]>"]
repository = "https://github.com/ChainSafe/forest"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions src/db/migration/migration_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ create_migrations!(
"0.16.1" -> "0.16.2" @ MigrationVoid,
"0.16.2" -> "0.16.3" @ MigrationVoid,
"0.16.3" -> "0.16.4" @ MigrationVoid,
"0.16.4" -> "0.16.5" @ MigrationVoid,
);

pub struct Migration {
Expand Down

0 comments on commit c567f74

Please sign in to comment.