Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Diff ¶
func Diff(ctx context.Context, store blockstore.Blockstore, a, b cid.Cid, opts ...Option) string
func ExpandActors ¶
func ExpandActors(c *config)
ExpandActors indicates that exploration should recurse into actor states when they differ, rather than simply indicating which state roots have diverged.
func StoreFor ¶
func StoreFor(ctx context.Context, client api.FullNode) blockstore.Blockstore
Types ¶
type Option ¶
type Option func(c *config)
func ExpandActorByCid ¶
func ExpandActorByCid(cids []cid.Cid) Option
ExpandActorByCid expands only specific actor states that diverge. Cids that diverge can bes specified by the `CodeID` to expand a specific type of actor e.g. `builtin.AccountActorCodeID`. or a specific instance of an actor based on the specific `Actor.Head`.
func WithActorExpansionFromUser ¶
Parse a user entered fuzzy definition for actor expansion.
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
statediff
establish connection to a 'FullNode' filecoin API with cli configuration.
|
establish connection to a 'FullNode' filecoin API with cli configuration. |
extern
|
|
fil-ledger
Module
|
|
filecoin-ffi
Module
|
Click to show internal directories.
Click to hide internal directories.