The dfx nns extension deploys the test version of the NNS governance canister (rrkah-fqaaa-aaaaa-aaaaq-cai
) to local test environments (after running dfx nns install
) and this test version of the canister exposes an extra test-only endpoint update_neuron
to override a neuron (almost) arbitrarily.
Now we wonder if this functionality is actually used in practice or if the production version of the NNS governance canister is sufficient in local test environments.
Using the production version instead of the test version would simplify ongoing work to automate NNS canister version bumps to keep local test environments up-to-date. Hence, we would like to ask you for your feedback if we could proceed with the production version of the NNS governance canister in local test environments.