Skip to content

Commit

Permalink
Merge pull request #10969 from filecoin-project/sbansal/msgindex-comm…
Browse files Browse the repository at this point in the history
…ent-rel

Add comment stating msgIndex is an experimental feature
  • Loading branch information
shrenujbansal authored Jun 9, 2023
2 parents e2d7841 + 5e8cae9 commit a81bb4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions documentation/en/default-lotus-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@


[Index]
# EXPERIMENTAL FEATURE. USE WITH CAUTION
# EnableMsgIndex enables indexing of messages on chain.
#
# type: bool
Expand Down
3 changes: 2 additions & 1 deletion node/config/doc_gen.go

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

1 change: 1 addition & 0 deletions node/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ type Events struct {
}

type IndexConfig struct {
// EXPERIMENTAL FEATURE. USE WITH CAUTION
// EnableMsgIndex enables indexing of messages on chain.
EnableMsgIndex bool
}

0 comments on commit a81bb4a

Please sign in to comment.