gno icon indicating copy to clipboard operation
gno copied to clipboard

feat: overhaul RPC server

Open zivkovicmilos opened this issue 2 weeks ago • 2 comments

Description

This PR overhauls the underlying RPC server implementation in Tendermint2, to optimize significantly on request / response processing.

To the user, the interaction with the node's RPC should stay the same, it's just the internal processing that is changed.

//TODO description

⚠️ HEAVY WIP ⚠️

zivkovicmilos avatar Dec 09 '25 16:12 zivkovicmilos

🛠 PR Checks Summary

All Automated Checks passed. ✅

Manual Checks (for Reviewers):
  • [ ] IGNORE the bot requirements for this PR (force green CI check)
Read More

🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers.

✅ Automated Checks (for Contributors):

No automated checks match this pull request.

☑️ Contributor Actions:
  1. Fix any issues flagged by automated checks.
  2. Follow the Contributor Checklist to ensure your PR is ready for review.
    • Add new tests, or document why they are unnecessary.
    • Provide clear examples/screenshots, if necessary.
    • Update documentation, if required.
    • Ensure no breaking changes, or include BREAKING CHANGE notes.
    • Link related issues/PRs, where applicable.
☑️ Reviewer Actions:
  1. Complete manual checks for the PR, including the guidelines and additional checks if applicable.
📚 Resources:
Debug
Manual Checks
**IGNORE** the bot requirements for this PR (force green CI check)

If

🟢 Condition met
└── 🟢 On every pull request

Can be checked by

  • Any user with comment edit permission

Gno2D2 avatar Dec 09 '25 16:12 Gno2D2

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests.

:loudspeaker: Thoughts on this report? Let us know!

codecov[bot] avatar Dec 09 '25 16:12 codecov[bot]