ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
639 stars 159 forks source link

Implement RPC methods for F3 to delegate message signing to miner clients (Curio) #4697

Open hanabi1224 opened 2 months ago

hanabi1224 commented 2 months ago

Issue summary

In the current F3 implementation, the private key of the F3-participating storage provider needs to be imported into a Forest node for message signing. We should also support delegating message signing to miner clients like Curio without importing the wallet into Forest

Other information and links

hanabi1224 commented 2 months ago

Sorry, I misread the title. This has not been done yet. We will start this once the same feature lands in Lotus