You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newest version of Cactus is missing a check on the required 'onPluginInit' function in the 'isICactusPlugin' function defined in the interface i-cactus-plugin.
The text was updated successfully, but these errors were encountered:
m-courtin
changed the title
fix(cactus-core-api): interface i-cactus-plugin fix function isICactusPlugin
fix(cactus-core-api): interface i-cactus-plugin in the function isICactusPlugin is not checking for required onPluginInit
Aug 30, 2021
m-courtin
added a commit
to m-courtin/cactus
that referenced
this issue
Aug 30, 2021
interface i-cactus-plugin in the function isICactusPlugin is not
checking for required onPluginInit
Closes: hyperledger-cacti#1277
Signed-off-by: Michael Courtin <[email protected]>
interface i-cactus-plugin in the function isICactusPlugin is not
checking for required onPluginInit
Closes: #1277
Signed-off-by: Michael Courtin <[email protected]>
RafaelAPB
pushed a commit
to RafaelAPB/blockchain-integration-framework
that referenced
this issue
Mar 9, 2022
interface i-cactus-plugin in the function isICactusPlugin is not
checking for required onPluginInit
Closes: hyperledger-cacti#1277
Signed-off-by: Michael Courtin <[email protected]>
Describe the bug
The newest version of Cactus is missing a check on the required 'onPluginInit' function in the 'isICactusPlugin' function defined in the interface i-cactus-plugin.
The text was updated successfully, but these errors were encountered: