Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Transaction Simulation: Bypass Auth Key Check and Fee Payment, Improve Multisig Consistency #13714

Merged
merged 1 commit into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. Enhance Transaction Simulation: Bypass Auth Key Check and Fee Payment…

    …, Improve Multisig Consistency
    
    This PR enhances the simulation functionality in several key ways:
    
    1. Bypass Authentication Key Check: Removes the mandatory check for an authentication key during simulations.
    
    2. Eliminate Gas Fee Payment Requirement: Removes the requirement for a gas fee payer during simulations when the fee payer address is 0x0. Simulations will no longer validate the presence of sufficient funds for gas payment, allowing developers to test scenarios without considering gas fees.
    
    3. Improve Multisig Simulation Consistency: Merges the Multisig payload simulation path with the execution path, ensuring consistency between simulation and actual execution.
    
    These changes are aimed at improving the flexibility of the simulation environment, allowing developers to test transactions and interactions without the constraints of authentication keys and gas fee payments.
    junkil-park committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ab884e0 View commit details
    Browse the repository at this point in the history