-
Notifications
You must be signed in to change notification settings - Fork 465
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
feat: fvm增加debug功能 / FVM Debug Dual Execution #5319
Merged
Merged
Conversation
This file contains 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
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release/v1.8.0-pre-rc #5319 +/- ##
=======================================================
Coverage ? 25%
=======================================================
Files ? 588
Lines ? 65326
Branches ? 0
=======================================================
Hits ? 16584
Misses ? 46565
Partials ? 2177 |
diwufeiwen
approved these changes
Sep 23, 2022
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
simlecode
added a commit
that referenced
this pull request
Oct 21, 2022
* feat: FVM Debug Dual Execution * chore: fix lint
diwufeiwen
pushed a commit
that referenced
this pull request
Oct 21, 2022
* feat: add api `StateComputeDataCID` and refactor api `StateSectorPreCommitInfo` (#5318) * feat: fvm增加debug功能 / FVM Debug Dual Execution (#5319) * feat: FVM Debug Dual Execution * chore: fix lint * chore: Check for existing signers in add-propose (#5320) * chore: Check for existing signers in add-propose * chore: fix lint * chore: change 1475 bootstrap peer (#5321) * fix: gas: estimate gas with a zero base-fee (#5322) * feat: FVM: always enable tracing for user-triggered executions (#5323) * feat: FVM: always enable tracing for user-triggered executions * chore: Use MaxInt64 for Implicit Message gas limits * chore: upgrade libp2p to v0.22 (#5324) * chore: upgrade libp2p to v0.22 * fix: fix lint * feat: add chain api `StateMinerAllocated` (#5325) * feat: network: add nv17 and integrate the corresponding go state type (#5329) * feat: network: add nv17 and integrate the corresponding go state type * fix: fix lint * feat: Add a function for migration configuration * chore: use fmt.Errorf replace to xerrors.Errorf Co-authored-by: 一页素书 <[email protected]> * feat: print beneficiary info in state miner-info (#5348) * feat: print beneficiary info in state miner-info * feat: add beneficiary info for MinerInfo * feat: move propagationDelaySecs to config (#5358) * feat: refactor: remove NewestNetworkVersion (#5360) * chore: actors: Allow builtin-actors to return a map of methods * chore: ci: update go version (#5363) * chore: ci: update go version to 1.18 * chore: ci: update golangci-lint version to v1.50.0 * feat: actors: Integrate datacap actor (#5362) * feat: actors: Integrate datacap actor * fix: state: Return beneficiary info from miner state Info() * fix: make api-gen * chore: use go 1.18 in go.mod (#5365) * feat: actors: Integrate builtin-actors changes for FIP-0045 * chore: fix lint * fix: state: add datacap actor to actors registry * chore: fix test * feat: add API methods to get allocations and claims * chore: update clib and butterfly asset (#5376) * chore: build: add calib upgrade param for shark * chore: update butterfly assets * feat: Returns nil if pendallocation is not found (#5378) * chore: update deps (#5379) * chore: bump version to v1.8.0-rc1 * chore: update venus-auth version * fix: add name for MethodMeta (#5387) * chore: update to go-state-types v0.9.1 * fix: Update DevNet to true in 2k network configuration * chore: bump version to 1.8.0-rc2 (#5390) * fix: add field UpgradeSharkHeight to StateGetNetworkParams * chore: bump version to 1.8.0-rc2 * chore: move apibsstore.go to pkg/util/blockstoreutil (#5391) * chore: move apibsstore.go to pkg/util/blockstoreutil * chore: tidy mod * chore: bump version to v1.8.0-rc3 (#5393) * chore: Integrate builtin-actors v9.0.1 (#5392) * chore: migration: Use autobatch bs (#5396) * feat: Use MethodMeta from go-state-types (#5397) * feat: add a second premigration for nv17 (#5400) Co-authored-by: 一页素书 <[email protected]>
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.
关联的Issues (Related Issues)
增加两个环境变量:
#5311
lotus pr:filecoin-project/lotus#8841
改动 (Proposed Changes)
附注 (Additional Info)
自查清单 (Checklist)
在你认为本 PR 满足被审阅的标准之前,需要确保 / Before you mark the PR ready for review, please make sure that: