-
Notifications
You must be signed in to change notification settings - Fork 228
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
Add ERC677 support on foreign bridge in erc20-to-erc20 bridge mode #177
Conversation
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.
Added my thoughts about another view on the contracts hierarchy.
What do you think is better:
- make this PR against the
119-Epic-rewards-for-bridge-validators
branch? - make the PR against
develop
and merge it later into119-Epic-rewards-for-bridge-validators
since this feature will be needed in POSDAO chain together with other changes related to introduction of the validators reward?
contracts/upgradeable_contracts/erc20_to_erc20/ForeignBridgeErcToErc.sol
Outdated
Show resolved
Hide resolved
My bad, I should have asked about the base branch for this. I used the |
OK |
Closes #175