forest icon indicating copy to clipboard operation
forest copied to clipboard

🌲 Rust Filecoin Node Implementation

Results 546 forest issues
Sort by recently updated
recently updated
newest added

## Summary of changes Part of https://github.com/ChainSafe/forest/issues/3861 and a follow-up of https://github.com/ChainSafe/forest/pull/3934 Changes introduced in this pull request: - refactor TipsetKey using NonEmpty collection ## Reference issue to close (if...

## Summary of changes Changes introduced in this pull request: - Add `--remote-wallet` flag to `forest-wallet`. Without it, the tool will use a locally stored wallet. ## Reference issue to...

**Issue summary** This is a follow-up of https://github.com/ChainSafe/forest/pull/3978. For testing our `Filecoin.ChainNotify` code, we relied on some .js scripts (see link below) to open channels and cancel them. However, this...

**Issue summary** Version 0 methods: * General * [ ] [Closing](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v0-methods.md#Closing) * [ ] [Discover](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v0-methods.md#Discover) * [x] [Session](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v0-methods.md#Session) * [x] [Shutdown](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v0-methods.md#Shutdown) * [x] [Version](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v0-methods.md#Version) * [Auth](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v0-methods.md#Auth) * [ ] [AuthNew](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v0-methods.md#AuthNew)...

help wanted
Priority: 2 - High
Epic
RPC

**Issue summary** This is a follow up of #3978. We would like to get rid of the type `PendingSubscriptionSink` completely, as channels cannot be rejected. - [ ] Refactor out...

**Issue summary** This is a follow up of https://github.com/ChainSafe/forest/pull/3978. Right now, we're using some javascript code to exercise our pubsub RPC code. We would like to have some subcommand achieving...

**Issue summary** This is a follow up of https://github.com/ChainSafe/forest/pull/3978. Right now, we can close a channel that isn't ours. We should be able to protect ourselves from that by using...

**Issue summary** This is a follow up of https://github.com/ChainSafe/forest/pull/3978. We don't need to use the full features of the `jsonrpsee` crate. Using only `"server"` feature should be enough. Other information...

## Summary of changes Changes introduced in this pull request: - strip lotus binaries to reduce image size by ~200MB ```console ➜ forest git:(main) ✗ docker image ls | grep...

Failed to export diff snapshot on `archie` for epoch `3420000+3000` Error: ``` + EPOCH_TIMESTAMP=1700996400 ++ date --date=@1700996400 -u -I + DATE=2023-11-26 + FILE=forest_diff_mainnet_2023-11-26_height_3420000+3000.forest.car.zst + test -f forest_diff_mainnet_2023-11-26_height_3420000+3000.forest.car.zst + /home/archie/forest-v0.16.3/forest-tool archive...

Bug