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: use builtin lotus method to get events #1137

Merged
merged 1 commit into from
Feb 17, 2023

Conversation

frrist
Copy link
Member

@frrist frrist commented Feb 17, 2023

  • it handles the case of legacy events

- it handles the case of legacy events
@frrist frrist requested a review from kasteph February 17, 2023 02:51
@@ -48,6 +48,9 @@ type ChainAPI interface {

MessagesForTipSetBlocks(ctx context.Context, ts *types.TipSet) ([]*BlockMessages, error)
TipSetMessageReceipts(ctx context.Context, ts, pts *types.TipSet) ([]*BlockMessageReceipts, error)

// added during hyperspace
ChainGetEvents(ctx context.Context, root cid.Cid) ([]types.Event, error)
Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

cool!

@kasteph kasteph merged commit 21cb850 into ntwk/hyperspacenet Feb 17, 2023
@kasteph kasteph deleted the frrist/fix-actor-events branch February 17, 2023 07:01
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