Closed Neopallium closed 2 months ago
I have added comments here on the 3 remaining curent_identity
that we have to decide what to use for the DID. All other usages of current identity is just to swap (utility, contract runtime calls) the DID. If we can remove these last 3 calls, then we can remove all code for current DID.
changelog
modified external API
CurrentDid
from identity pallet. This value was only set during a transaction and cleared when the transaction finished (even on errors).modified events
FinalVotes
,Approved
,Rejected
, andExecuted
.ReleaseCoordinatorUpdated
.other
Context::current_identity*
API.