Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(f3): forest-cli f3 certs list #5010

Merged
merged 3 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@

### Added

- [#5010](https://github.com/ChainSafe/forest/pull/5010) Added
`forest-cli f3 certs list` CLI command.

- [#4995](https://github.com/ChainSafe/forest/pull/4995) Added
`forest-cli f3 powertable get` CLI command.

- [#4704](https://github.com/ChainSafe/forest/issues/4704) Add support for the
`Filecoin.EthGetTransactionReceiptLimited` RPC method.

Expand All @@ -40,6 +46,7 @@

- [#4959](https://github.com/ChainSafe/forest/pull/4959) Re-enable garbage
collection after implementing a "persistent" storage for manifests.

- [#4988](https://github.com/ChainSafe/forest/pull/4988) Fix the `logs` member
in `EthTxReceipt` that was initialized with a default value.

Expand Down
48 changes: 36 additions & 12 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jsonrpsee = { version = "0.24", features = ["server", "ws-client", "http-client"
jsonwebtoken = "9"
keccak-hash = "0.11"
kubert-prometheus-process = "0.1"
lazy-regex = "3"
libipld = { version = "0.16", default-features = false, features = ["dag-cbor", "dag-json", "derive", "serde-codec"] }
libipld-core = { version = "0.16", features = ['arb', 'serde-codec'] }
libipld-macro = "0.16"
Expand Down
Loading
Loading