Skip to content

Commit

Permalink
F3: basic F3 itests coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adlrocha committed Jul 9, 2024
1 parent aa9dabe commit f4a44dd
Show file tree
Hide file tree
Showing 15 changed files with 662 additions and 568 deletions.
2 changes: 2 additions & 0 deletions api/api_full.go
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,8 @@ type FullNode interface {
F3GetManifest(ctx context.Context) (*manifest.Manifest, error) //perm:read
// F3GetPowerTable returns a F3 specific power table for use in standalone F3 nodes.
F3GetPowerTable(ctx context.Context, tsk types.TipSetKey) (gpbft.PowerEntries, error) //perm:read
// F3IsRunning returns true if the F3 instance is running, and an error if F3 is disabled in the node.
F3IsRunning(ctx context.Context) (bool, error) //perm:read
}

// reverse interface to the client, called after EthSubscribe
Expand Down
15 changes: 15 additions & 0 deletions api/mocks/mock_full.go

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

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 f4a44dd

Please sign in to comment.