Skip to content

Commit

Permalink
feat: add ChainGetEvents to the gateway API (#11724)
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek authored Mar 15, 2024
1 parent 018b766 commit b7faf23
Show file tree
Hide file tree
Showing 8 changed files with 626 additions and 505 deletions.
1 change: 1 addition & 0 deletions api/api_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ type Gateway interface {

GetActorEvents(ctx context.Context, filter *types.ActorEventFilter) ([]*types.ActorEvent, error)
SubscribeActorEvents(ctx context.Context, filter *types.ActorEventFilter) (<-chan *types.ActorEvent, error)
ChainGetEvents(context.Context, cid.Cid) ([]types.Event, error)
}
13 changes: 13 additions & 0 deletions api/proxy_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b7faf23

Please sign in to comment.