feat(EGA): add EstimateGasAdapter for precompile handling#358
Open
DocteurPing wants to merge 4 commits intodevfrom
Open
feat(EGA): add EstimateGasAdapter for precompile handling#358DocteurPing wants to merge 4 commits intodevfrom
DocteurPing wants to merge 4 commits intodevfrom
Conversation
…asAdapter for precompile handling (WIP)
|
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-09-26 03:52:29 CET |
There was a problem hiding this comment.
Pull Request Overview
This PR introduces an EstimateGasAdapter implementation for precompile handling in the node RPC and supplements it with conversion tests for gas and weight in the runtime.
- Added comprehensive tests in runtime/peaq/src/test.rs for gas-to-weight and weight-to-gas conversions.
- Introduced a new PeaqEGA implementation of fc_rpc::EstimateGasAdapter in node/src/rpc.rs to override precompile calls.
- Minor reorganization in runtime/peaq/src/lib.rs to include the tests module.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| runtime/peaq/src/test.rs | New tests to ensure proper conversion between gas and weight. |
| runtime/peaq/src/lib.rs | Updated to include the tests module. |
| node/src/rpc.rs | New PeaqEGA adapter implementation for precompile gas estimation. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.