feat: configure self-funded gas multiplier - #2669
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
joystick-gg
Bot
force-pushed
the
centaur/configurable-self-funded-gas-1788546199
branch
from
September 4, 2026 20:39
044c453 to
d4a39a5
Compare
Assert the inclusive 1.5 and 10 bounds are accepted and that out-of-range, negative, empty, non-numeric, and non-finite URL values fall back to the WASM default instead of being forwarded. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BUG69AKfy3APNUS4BWyc96
Picks up the Coinflow Apple Pay checkout types now present in the API schema. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BUG69AKfy3APNUS4BWyc96
Explain when the multiplier applies, how Keychain and the wallet core split estimation and headroom, and the supported range and fallback behavior. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BUG69AKfy3APNUS4BWyc96
rsodre
enabled auto-merge (squash)
September 4, 2026 21:16
tarrencev
approved these changes
Sep 4, 2026
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.
Adds
selfFundedGasMultipliertoControllerOptions, validates the supported 1.5–10 range, and forwards it through iframe and standalone Keychain flows. Keychain applies the value to direct self-funded execution and the paymaster-unavailable session fallback through the stable@cartridge/controller-wasm@0.10.2release.The multiplier now applies exactly once: Keychain preserves raw gas-consumed estimates while retaining the existing gas-price buffer, and malformed or out-of-range URL values fall back to the WASM default. Existing integrations retain the 1.5 default and paymaster behavior is unchanged.
Prompted by: mataleone