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

Problem: block-stm tx executor bad worst case performance #522

Merged
merged 13 commits into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. Problem: block-stm tx executor don't do simple static dependency

    analysis
    
    Solution:
    - estimate dependencies based on tx fee payer, try to optimise worst case
      performance.
    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5913e49 View commit details
    Browse the repository at this point in the history
  2. fix build

    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2a241d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d86ac41 View commit details
    Browse the repository at this point in the history
  4. fix context

    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    875fad3 View commit details
    Browse the repository at this point in the history
  5. update api

    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6fd80d4 View commit details
    Browse the repository at this point in the history
  6. cleanup

    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0caa752 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1c5d8b View commit details
    Browse the repository at this point in the history
  8. changelog

    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dc70a64 View commit details
    Browse the repository at this point in the history
  9. cleanup

    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5959a6e View commit details
    Browse the repository at this point in the history
  10. cleanup

    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d802ab9 View commit details
    Browse the repository at this point in the history
  11. cleanup

    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    37f962b View commit details
    Browse the repository at this point in the history
  12. pre-estimate config

    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    996719b View commit details
    Browse the repository at this point in the history
  13. fix lint

    yihuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    98721c2 View commit details
    Browse the repository at this point in the history