Skip to content
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

Fvm: impl VerifyConsensusFault #8101

Merged
merged 2 commits into from
Feb 18, 2022
Merged

Fvm: impl VerifyConsensusFault #8101

merged 2 commits into from
Feb 18, 2022

Conversation

arajasek
Copy link
Contributor

@arajasek arajasek requested a review from a team as a code owner February 16, 2022 00:42
chain/vm/fvm.go Outdated
Comment on lines 39 to 42
// Similar to the one in syscalls.go used by the Lotus VM, except it never errors
// Errors are logged and "no fault" is returned, which is functionally what go-actors does anyway
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice if we could return a better error. E.g., distinguish between invalid arguments and "no fault". But we can do that later.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, sounds like a future Steb problem.

chain/vm/fvm.go Outdated Show resolved Hide resolved
chain/vm/fvm.go Outdated Show resolved Hide resolved
chain/vm/fvm.go Outdated Show resolved Hide resolved
@arajasek arajasek merged commit 562c59b into feat/fvm Feb 18, 2022
@arajasek arajasek deleted the asr/fault branch February 18, 2022 18:27
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