Support nv25 and builtin-actors v16#309
Merged
Merged
Conversation
…sions for mainnet and calibration
emmanuelm41
approved these changes
Mar 19, 2025
Member
emmanuelm41
left a comment
There was a problem hiding this comment.
It is simply amazing to have this shipped and ready to be activated the moment the network height is reached. I am in love with this. Just leave a question: Why tests have changed SO much? I see a really big change on tests now.
JulianToledano
approved these changes
Mar 20, 2025
* feat: parse sector related events * feat: add claimed power tracking * fix: add missing info. * feat: refactor sector parsing * test: add bigint test * test: add utils tests * fix: lint * fix: only report errors from succesfully executed traces * fix: parse AwardBlockReward correctly * feat: add supported version * fix: calibration executiontrace format * fix: refactor parser selection for calibration * feat: add utility methods and missing miner methods * fix: miner message filtering * fix: default consts * feat: store raw data if parsing fails * fix: check if address is empty before parsing * fix: fee transactions * fix: parse initialpledge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for Lotus nv25 and builtin-actors v16
Overview
This PR introduces support for builtin-actors v16 for NV25 and fixes a significant bug with calibration network version handling.
Key Changes
New Features
Bug Fixes
Testing Improvements
Code Maintenance
Modified Components
The changes affect multiple components including:
Testing
All tests have been updated and verified to pass with the new changes. Test coverage has been improved across the codebase.