-
Notifications
You must be signed in to change notification settings - Fork 184
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
Added MaxStateSyncDataLength with hardfork #792
Conversation
Codecov Report
@@ Coverage Diff @@
## arpit/pos-258 #792 +/- ##
=================================================
- Coverage 72.89% 72.73% -0.16%
=================================================
Files 49 49
Lines 3508 3517 +9
=================================================
+ Hits 2557 2558 +1
- Misses 723 730 +7
- Partials 228 229 +1
Continue to review full report at Codecov.
|
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.
LGTM Where SpanOverrideBlockHeight
is defined?
In https://github.com/maticnetwork/heimdall/pull/791/files |
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.
Lgtm
return 0 | ||
} | ||
|
||
return response.Height |
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.
Just wanted to double confirm if this returns latest height. Are we missing any checks around this?
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.
Yes, Using this API for the height
https://heimdall.api.matic.network/checkpoints/count
* add begin blocker * height moved to file * 50k to 100k * remove check * Revert "remove check" This reverts commit d2a4f13. * review comments * minor changes * Update mumbai.toml * Added MaxStateSyncDataLength with hardfork (#792) * Added MaxStateSyncDataLength with hardfork * formatted if-else * update variable name * Added block check in bridge * fix height issue in clerk cli and rest Co-authored-by: Krishna Upadhyaya <KRISHNAU1604@GMAIL.COM>
No description provided.