We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PuppetGovernor makes testing easier. It doesn't currently support passing an IssuerKeywordRecord through to the governed contract.
Add IssuerKeywordRecord as an optional parameter to setUpGovernedContract.
IssuerKeywordRecord
setUpGovernedContract
None
Verify that it gets passed through, and doesn't impact other functionality.
testing only, so no impact.
The text was updated successfully, but these errors were encountered:
feat: puppetGovernor pass the Issuerkeywordrecord through
509e6f7
closes: #8350
feat: puppetGovernor pass the Issuerkeywordrecord through (#8351)
9f89f97
90f43ba
Chris-Hibbert
Successfully merging a pull request may close this issue.
What is the Problem Being Solved?
PuppetGovernor makes testing easier. It doesn't currently support passing an IssuerKeywordRecord through to the governed contract.
Description of the Design
Add
IssuerKeywordRecord
as an optional parameter tosetUpGovernedContract
.Security Considerations
None
Scaling Considerations
None
Test Plan
Verify that it gets passed through, and doesn't impact other functionality.
Upgrade Considerations
testing only, so no impact.
The text was updated successfully, but these errors were encountered: