-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
feat: implement ihrc in hts system contract mocks (#478) #640
Conversation
Signed-off-by: Mo Shaikjee <[email protected]>
Hey @Nana-EC any idea why the PR Title Check still fails? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are to a reserved file that should represent released features.
I'd revert the changes the IHRC.sol
.
Test addition is fine otherwise
Not sure. I left other blocking comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG. leaved some nits suggestions.
Signed-off-by: Mo Shaikjee <[email protected]>
Signed-off-by: Mo Shaikjee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg
Hey @Nana-EC can we get this merged? don't want to have to resolve any potential conflicts. |
Description:
This PR extends the
IHRC
interface solidity version support. Additionally, the HTS System Contract mock now implements theIHRC
interface.Related issue(s):
Fixes #598 and task 5 in #478
Notes for reviewer:
I'm not sure whether
IHRC(htsAddress).isAssociated(evmAddress)
has yet been implemented, but I've added it here regardless.Checklist