Skip to content

chore: Expose missing GasFeeController methods through the messenger#8699

Merged
GuillaumeRx merged 2 commits intomainfrom
gr/expose-gas-fee-controllers-methods
May 5, 2026
Merged

chore: Expose missing GasFeeController methods through the messenger#8699
GuillaumeRx merged 2 commits intomainfrom
gr/expose-gas-fee-controllers-methods

Conversation

@GuillaumeRx
Copy link
Copy Markdown
Contributor

@GuillaumeRx GuillaumeRx commented May 5, 2026

Explanation

This exposes missing methods used in the clients through the messenger after #8183

References

Progresses https://consensyssoftware.atlassian.net/browse/WPC-989

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

Note

Low Risk
Low risk: this only expands the messenger-exposed surface area and exported types, without changing gas estimation logic; main risk is downstream callers relying on the new action names/types.

Overview
Exposes two previously-unavailable GasFeeController methods via the messenger by adding GasFeeController:enableNonRPCGasFeeApis and GasFeeController:disableNonRPCGasFeeApis to the registered MESSENGER_EXPOSED_METHODS.

Adds new method action type definitions for these actions and re-exports them from src/index.ts, and documents the new messenger actions in the gas-fee-controller changelog.

Reviewed by Cursor Bugbot for commit 5b41d33. Bugbot is set up for automated code reviews on this repo. Configure here.

@GuillaumeRx GuillaumeRx marked this pull request as ready for review May 5, 2026 14:29
@GuillaumeRx GuillaumeRx requested review from a team as code owners May 5, 2026 14:29
@GuillaumeRx GuillaumeRx force-pushed the gr/expose-gas-fee-controllers-methods branch from a8521f4 to 5b41d33 Compare May 5, 2026 14:30
@GuillaumeRx GuillaumeRx enabled auto-merge May 5, 2026 14:35
@GuillaumeRx GuillaumeRx added this pull request to the merge queue May 5, 2026
Merged via the queue into main with commit 12e9902 May 5, 2026
366 checks passed
@GuillaumeRx GuillaumeRx deleted the gr/expose-gas-fee-controllers-methods branch May 5, 2026 14:44
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