Skip to content

New Release#429

Merged
ziscky merged 12 commits into
mainfrom
dev
Jun 25, 2025
Merged

New Release#429
ziscky merged 12 commits into
mainfrom
dev

Conversation

@emmanuelm41
Copy link
Copy Markdown
Member

@emmanuelm41 emmanuelm41 commented Jun 20, 2025

🔗 zboto Link

dependabot Bot and others added 6 commits June 20, 2025 14:01
)

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>
@windsurf-bot
Copy link
Copy Markdown

windsurf-bot Bot commented Jun 20, 2025

PR review rate limit exceeded

@emmanuelm41 emmanuelm41 requested a review from ziscky June 20, 2025 17:07
ziscky and others added 6 commits June 24, 2025 15:06
* 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>
@ziscky ziscky merged commit 37e667f into main Jun 25, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants