gno icon indicating copy to clipboard operation
gno copied to clipboard

feat: move VM RPC processing out of ABCI

Open zivkovicmilos opened this issue 2 weeks ago • 1 comments

Description

Tackles #4896, partially.

This PR moves out user VM-based processing out of the ABCI flow and into the app's own RPC instance.

// TODO detailed description

⚠️ HEAVY WIP ⚠️

zivkovicmilos avatar Dec 08 '25 10: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 08 '25 10:12 Gno2D2