-
Notifications
You must be signed in to change notification settings - Fork 203
Update mainnet27 historic Access node to return errors for blocks after hardfork #8267
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
base: v0.44
Are you sure you want to change the base?
Conversation
[v0.43] Update to Cadence v1.7.2
…ompiler complications)
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
jordanschalm
left a comment
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.
Do we need a similar check for the GetBlock endpoint?
the other endpoints use storage blocks/headers objects to get the block, which will return an error |
…est-protocol-state # Conflicts: # fvm/meter/memory_meter.go # fvm/meter/meter_test.go # go.mod # go.sum # insecure/go.mod # insecure/go.sum # integration/go.mod # integration/go.sum
Co-authored-by: Alexander Hentschel <[email protected]>
Co-authored-by: Alexander Hentschel <[email protected]>
…l-state [Update mainnet27 historic AN] Archive Thresholds enforced inside Storage Operations
• fixed iteration over children: now filtering out children / descendant that are beyond the archive boundaries
[Update mainnet27 historic AN] Archive Thresholds enforced by descendants search
…rtificate for view comparison
[Update mainnet27 historic AN] retrieving QC
Updates for the mainnet27 historic Access node to return errors for data related to blocks after the hardfork. This also disables ingestion of p2p messages from the network to avoid the node inadvertently consuming any new data.