-
Notifications
You must be signed in to change notification settings - Fork 29
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
PolEthBridge: Update bridge owner and README as well as add missing natspec #166
Conversation
I think, now that its being updated. It would be better to move events, natspec, and so on to the interface, and then use @inheritdocs. |
@sendra updated! |
address public constant ROOT_CHAIN_MANAGER missing natspec on interface (as this code was not change, could not leave comment directly on code) |
@sendra updated, thank you. i added a new function and update the README accordingly to add a convenience function to check whether a token is mapped prior to burning. |
@Zer0dot alright, i've added the relevant TXs and now it forward ETH as well (when withdrawing WETH) |
Changelog
Update deployment script with correct owner.
Add missing natspec of Bridge contract.
Update README with information on how to process multiple burns in a single transaction.