David Himmelstrup

Results 138 issues of David Himmelstrup

If two points are separated by one unit of tolerance on the Y-axis then 'union' will both consider them to be separate (in the X struct) /and/ overlapping. This leads...

The `fvm` crate can be difficult to use natively from Rust for a few reasons, including: - The incompatibility of `fvm-2` and `fvm-3`, - the lack of semantic versioning, -...

Kind: Discussion

The `forest_hash_utils` crate is no longer maintained and should not be used. Ideally `fvm_ipld_hamt` would copy the hashing code or find another crate to serve the same purpose.

## 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** 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** The Forest node should not have access to sensitive information for security reasons. Messages should be signed by external tools (such as `forest-wallet`) and handed to the node...

Ready

**Issue summary** To catch regressions, we should (on request) run the `forest-tool benchmark` commands of the current PR against the latest released version. The benchmarks will be run on `fuzzy`...

Priority: 3 - Medium

**Issue summary** Bootstrap nodes serve as the entry point to the Filecoin p2p swarm. Currently, bootstrap nodes are running Lotus and must sync to the network. This makes them slightly...

Priority: 2 - High
Network
Ready

**Issue summary** Version 1 methods: * General * [Closing](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#Closing) * [Discover](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#Discover) * [Session](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#Session) * [Shutdown](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#Shutdown) * [Version](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#Version) * [Auth](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#Auth) * [AuthNew](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#AuthNew) * [AuthVerify](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#AuthVerify) * [Chain](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#Chain) * [ChainBlockstoreInfo](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#ChainBlockstoreInfo) * [ChainCheckBlockstore](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#ChainCheckBlockstore) *...

help wanted
Priority: 2 - High
Epic
RPC

**Issue summary** Assorted features that would be nice to have: - [x] Filtering based on method name. Similar to how tests can be filtered when running `cargo nextest` or `cargo...