forest
forest copied to clipboard
`lotus wallet list` not working
Describe the bug No response from JSON-RPC API when attempting to list wallets via lotus. No errors in forest log.
To Reproduce Steps to reproduce the behavior:
make installforest(be sure to copy theAdmin tokenprinted after the keystore is initialized- Replace the token in this command, and create a new wallet like so:
FULLNODE_API_INFO="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJBbGxvdyI6WyJyZWFkIiwid3JpdGUiLCJzaWduIiwiYWRtaW4iXX0.6stmBuYIVFCGPMnhFI7U1hNXcjPKUZTF4cTBQazD4gM:/ip4/127.0.0.1/tcp/1234/http" lotus wallet new - Attempt to list wallets via:
FULLNODE_API_INFO="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJBbGxvdyI6WyJyZWFkIiwid3JpdGUiLCJzaWduIiwiYWRtaW4iXX0.6stmBuYIVFCGPMnhFI7U1hNXcjPKUZTF4cTBQazD4gM:/ip4/127.0.0.1/tcp/1234/http" lotus wallet list - Wait roughly 30 seconds, lotus hangs, and then exits.
Expected behaviour Expected to see a wallet list.
Environment (please complete the following information):
- OS: I run Arch, btw
- Rust version: 1.53.0-x86_64-unknown-linux-gnu
- Branch/commit: main,
3771568cc9f1a9ecab8089aef8a7c9258056ea63
Screenshot:
