-
Notifications
You must be signed in to change notification settings - Fork 17
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: add script to generate block finality difference #188
Conversation
what is finalized representing ? if the value is not directly used or passed ahead, finalized-tag would be more descriptive than just finalized, if i am reading this correctly. |
Its representing what should be used for ensuring finality for a block on chain, its either "finalized" , or the number of block confirmations to wait before considering it final. So I don't think it should be "finalized-tag". |
https://axelarnetwork.atlassian.net/browse/AXE-3338