1 Like
FYI, 3 proposal types were added to NNS Governance (as new proposal action variants). Requests from older clients should still work, but they might receive new data that they don’t know how to decode yet (action will be decoded to null).
1 Like
2 Likes
1 Like
1 Like
1 Like
1 Like
1 Like
1 Like
1 Like
PSA: If you’re generating code from the NNS Governance Candid definition, please note:
This upgrade includes a Candid type renaming (chore: Stop using NeuronId for proposal IDs by dskloetd · Pull Request #1950 · dfinity/ic · GitHub) which fixes some fields in governance.did
to be of type ProposalId
instead of NeuronId
. This may cause some build errors which can be fixed by using ProposalId
instead of NeuronId
. The types are structurally identical.
1 Like
1 Like
1 Like
1 Like
1 Like