CCF
CCF copied to clipboard
Pass proposalId to resolve()
Some users may want to have the proposalId when resolving, because their logic depends on distinguishing "other pending proposals" and applying rules to that.
This should be a backwards compatible change because JS ignores extra arguments passed to functions, and a fairly simple change.