Conversation
) Bumps [github.com/bytedance/sonic](https://github.com/bytedance/sonic) from 1.13.2 to 1.13.3. - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](bytedance/sonic@v1.13.2...v1.13.3) --- updated-dependencies: - dependency-name: github.com/bytedance/sonic dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sara Elzayat <st.elzayat@gmail.com>
Bumps [github.com/zondax/golem](https://github.com/zondax/golem) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/zondax/golem/releases) - [Commits](Zondax/golem@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: github.com/zondax/golem dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sara Elzayat <st.elzayat@gmail.com>
Extends genesis parsing logic to include actors deployed after the genesis block in both mainnet and calibration networks. This ensures accurate processing of balances for actors like EAM and DataCap, which are created during network upgrades.
* Refactors actor parsing logic Refactors actor parsing logic to utilize the message receipt and main message CID for EAM and Init actors. Updates parsing functions to receive `msgRct` and `mainMsgCid` instead of individual parameters. This provides more context for parsing and improves code readability. Additionally, it stores address info in the actor's cache only upon successful execution. * Filters address appending by exit code Ensures that addresses are only appended if the transaction execution was successful. This prevents incorrect or incomplete address information from being added when a transaction fails.
* Adds TxCid to genesis transactions Includes the transaction CID (TxCid) when parsing genesis transactions, providing more comprehensive data. * Populates genesis multisig info with tipset CID Populates the TxCid field of the MultisigInfo struct with the genesis tipset CID, as it was previously empty for genesis transactions. This ensures that all multisig information, including genesis transactions, have a corresponding CID. * Populates genesis multisig info Populates the transaction CID and signer for genesis multisig constructors in both calibration and mainnet genesis files. The signer is now "genesis".
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.2.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Emmanuel <emmanuelm41@gmail.com> Co-authored-by: Eric Mokaya <4112301+ziscky@users.noreply.github.com> Co-authored-by: Emmanuel <e.m.m.a.n.u.e.l.m.41@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
PR review rate limit exceeded |
ziscky
approved these changes
Jun 23, 2025
* feat: add new metrics to track possible uncovered scenarios * feat: use metrics from previous commit * fix: rework parser v1 to cover edge cases in a better way * Handles exit code mismatches in transactions Addresses an issue where the execution trace's exit code differs from the main transaction's exit code. In such cases, logs the discrepancy and falls back to using the top-level transaction information to ensure data consistency. Adds duration to the fallback information. * fix: lotus msg to execution trace msg * fix: lint --------- Co-authored-by: Eric Mokaya <emagembe@gmail.com>
* feat: implement blocks info parsing * fix: consolidation * fix: consolidate miner address * fix: lint
* feat: add and populate inner status column * refactor: move exit code fns to tools package * feat: add inner status ok to genesis txs * test: update tests * fix: use correct status to update error metrics * feat: add all exit codes * feat: update var names and comments * feat: InnerTxStatus -> SubcallStatus * feat: InnerTxStatus -> SubcallStatus * fix: change fn name to be more accurate * test: update tests * fix: rm redundant status check
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.24.0 to 0.25.0. - [Commits](golang/mod@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
🔗 zboto Link