Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: filecoin-project/venus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7c2c676c61f5d291738c7a7bbff4f78e43f7a270
Choose a base ref
..
head repository: filecoin-project/venus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a5dc9693a0b8af3d3ecb19dc5b11f40352d71121
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 venus-shared/api/gateway/v0/proof_event.go
  2. +1 −1 venus-shared/api/gateway/v1/market_event.go
2 changes: 1 addition & 1 deletion venus-shared/api/gateway/v0/proof_event.go
Original file line number Diff line number Diff line change
@@ -23,4 +23,4 @@ type IProofClient interface {
type IProofServiceProvider interface {
ResponseProofEvent(ctx context.Context, resp *gtypes.ResponseEvent) error //perm:read
ListenProofEvent(ctx context.Context, policy *gtypes.ProofRegisterPolicy) (<-chan *gtypes.RequestEvent, error) //perm:read
}
}
2 changes: 1 addition & 1 deletion venus-shared/api/gateway/v1/market_event.go
Original file line number Diff line number Diff line change
@@ -25,4 +25,4 @@ type IMarketClient interface {
type IMarketServiceProvider interface {
ResponseMarketEvent(ctx context.Context, resp *gtypes.ResponseEvent) error //perm:read
ListenMarketEvent(ctx context.Context, policy *gtypes.MarketRegisterPolicy) (<-chan *gtypes.RequestEvent, error) //perm:read
}
}