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

feat: update RequestFinalizedBlock #2

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

arrivets
Copy link

@arrivets arrivets commented Oct 9, 2024

This PR updates the RequestFinalizedBlock ABCI type to include information about the last committed block.

For context, these fields are needed by the firehose tracer used in Ethermint.

Changes:

  • add fields related to last committed block in protobuf defininitions and run ./scripts/proto-gen.sh to update go types.
  • Set those fields when instantiating RequestFinalizedBlock in ExecCommitBlock and applyBlock

PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments
  • Title follows the Conventional Commits spec

- add fields related to last committed block in protobuf defininitions and run
./scripts/proto-gen.sh to update go types.

- Set those fields when instantiating RequestFinalizedBlock in ExecCommitBlock
and applyBlock
@arrivets arrivets requested a review from kakysha October 9, 2024 11:00
@kakysha kakysha merged commit a90af8f into v0.38.x-inj Oct 9, 2024
7 of 18 checks passed
@kakysha kakysha deleted the feat/update-request-finalize-block branch October 9, 2024 11:24
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