Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(dot/rpc): Remove unused rpc method chain GetFinalizedHeadByRound #4571

Merged
merged 3 commits into from
Feb 26, 2025

Conversation

dimartiro
Copy link
Contributor

@dimartiro dimartiro commented Feb 24, 2025

Changes

I'm removing the RPC method GetFinalizedHeadByRound since it is not defined as part of the standard

This will also help us to simplify the BlockState interface

  • Remove unused RPC method from ChainModule
  • Remove it from the interfaces
  • Remove / Update tests

Tests

make test

Issues

Close: #4570

@dimartiro dimartiro self-assigned this Feb 24, 2025
@dimartiro dimartiro changed the title feat(dot/rpc): Remove unused chain GetFinalizedHeadByRound feat(dot/rpc): Remove unused rpc method chain GetFinalizedHeadByRound Feb 24, 2025
@dimartiro dimartiro force-pushed the diego/remove-unused-getfinalisedheadbyround branch from 05f4ba3 to 4b61a84 Compare February 25, 2025 14:57
@dimartiro dimartiro merged commit 7331c50 into development Feb 26, 2025
24 checks passed
@dimartiro dimartiro deleted the diego/remove-unused-getfinalisedheadbyround branch February 26, 2025 15:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused RPC method GetFinalizedHeadByRound
3 participants