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

fix: fix the logic and data type in fevm tasks #1232

Merged
merged 6 commits into from
Jun 18, 2023

Conversation

Terryhung
Copy link
Collaborator

No description provided.

@Terryhung Terryhung marked this pull request as ready for review June 16, 2023 14:34
@@ -22,3 +22,19 @@ func IsEVMAddress(ctx context.Context, ds tasks.DataSource, addr address.Address
}
return builtin.IsEvmActor(act.Code)
}

func IsEVMRelatedMessage(ctx context.Context, ds tasks.DataSource, message *types.Message, tsk types.TipSetKey) bool {
Copy link
Contributor

Choose a reason for hiding this comment

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

IsEVMMessage

@Terryhung Terryhung merged commit c74c69c into master Jun 18, 2023
8 checks passed
@Terryhung Terryhung deleted the terryhung/fix-the-fevm-task branch June 18, 2023 15:30
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.

None yet

2 participants