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

Transaction changes to support Soroban fee model. #84

Merged
merged 7 commits into from
Apr 26, 2023

Commits on Apr 24, 2023

  1. Transaction changes to support Soroban fee model.

    - Moved all the resources (including the footprint) to the transaction level.
    - Added host fn batching to compensate for removal of multi-operation tx support
    - Did some passing-by naming cleanup (as we never really have time for that)
    dmkozh committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    95e988b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    778221a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0880ae6 View commit details
    Browse the repository at this point in the history
  3. Rename memoryLimit->txMemoryLimit as this is now cleanly applied per-…

    …transaction due to switch to 1 operation/tx.
    dmkozh committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f958727 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d65925 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a323fb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ac3b76 View commit details
    Browse the repository at this point in the history