Skip to content
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 NewHeaderBlock event to MockCheckpointManager and ICheckpointManager #118

Open
bogdan opened this issue May 4, 2022 · 0 comments
Open

Comments

@bogdan
Copy link

bogdan commented May 4, 2022

Some operations require us to track NewHeaderBlock event of RootChain contracts. That is possible to do. However, the functionality can not be verified in the test environment because MockCheckpointManger doesn't emit this event.

Please add this event to ICheckpointManager and emit it inside MockCheckpointManager#setCheckpoint to make it more consistent with RootChain contract.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant