Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions pluginconfig/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ type ExecuteOffchainConfig struct {
// MultipleReportsEnabled is a flag to enable/disable multiple reports per round.
MultipleReportsEnabled bool `json:"multipleReports"`

// SolanaChainWriterConfigVersion is a flag to specify which version of Solana ChainWriter configs to initialize the
// plugin with. Leave empty to use a default configuration value.
// SolanaChainWriterConfigVersion is a feature flag to specify which version of Solana ChainWriter configs to
// initialize the plugin with.
//
// Deprecated: this feature flag is no longer needed since only the latest version of the Solana ChainWriter config is
// used
SolanaChainWriterConfigVersion *string `json:"solanaAccountDerivation,omitempty"`
}

Expand Down
Loading