I’m trying to figure out how to list all active NNS proposals. According to https://dashboard.internetcomputer.org there are ~334 ones, but I get the following on the cli:
bash-3.2$ CANISTER=rrkah-fqaaa-aaaaa-aaaaq-cai
bash-3.2$ dfx canister --network=https://ic0.app --no-wallet call $CANISTER list_proposals
The Replica returned an error: code 5, message: "Canister rrkah-fqaaa-aaaaa-aaaaq-cai trapped explicitly: Panicked at 'Deserialization Failed: "No more values to deserialize"', /builds/dfinity-lab/dfinity/rs/rust_canisters/dfn_core/src/endpoint.rs:34:21"
bash-3.2$
I can list pending proposals with get_pending_proposals but I only see one there I think.