Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional sign_extensions field to [[chain]] config #882

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

tony-iqlusion
Copy link
Member

This adds a new field to the ChainConfig structure which represents an entry in the [[chain]] registry in tmkms.toml which indicates whether or not vote extensions should be signed.

In the future we should be able to query this using the signExtension field of SignVote. See cometbft/cometbft#2439.

However, for now this requires a manual configuration flag.

This adds a new field to the `ChainConfig` structure which represents an
entry in the `[[chain]]` registry in tmkms.toml which indicates whether
or not vote extensions should be signed.

In the future we should be able to query this using the `signExtension`
field of `SignVote`. See cometbft/cometbft#2439.

However, for now this requires a manual configuration flag.
@tony-iqlusion tony-iqlusion requested a review from Shella March 18, 2024 19:54
@tony-iqlusion tony-iqlusion merged commit 621bd41 into main Mar 19, 2024
8 checks passed
@tony-iqlusion tony-iqlusion deleted the add-sign-extensions-config-option-to-chain branch March 19, 2024 19:07
@tony-iqlusion tony-iqlusion mentioned this pull request Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants