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

EVM rebase #185

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

EVM rebase #185

wants to merge 6 commits into from

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    90edd88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7d60c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    493cb18 View commit details
    Browse the repository at this point in the history
  4. fix pending pop (#173)

    codchen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3d0e7bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    866d113 View commit details
    Browse the repository at this point in the history
  6. [EVM] Fix evm pending nonce (#179)

    * Perf: Increase buffer size for pubsub server to boost performance (#167)
    
    * Increase buffer size for pubsub server
    
    * Add more timeout for test failure
    
    * Add more timeout
    
    * Fix test split scripts
    
    * Fix test split
    
    * Fix unit test
    
    * Unit test
    
    * Unit test
    
    * [P2P] Optimize block pool requester retry and peer pick up logic (#170)
    
    * P2P Improvements: Fix block sync reactor and block pool retry logic
    
    * Revert "Add event data to result event (#165)" (#176)
    
    This reverts commit 72bb29c.
    
    * Fix block sync auto restart not working as expected (#175)
    
    * Fix edge case for blocksync (#178)
    
    * fix evm pending nonce
    
    * fix test
    
    * deflake a test
    
    * de-flake test
    
    * Revert "merge main"
    
    This reverts commit 58b9424, reversing
    changes made to 02d1478.
    
    * consider keep-in-cache logic when removing from cache
    
    * undo test tweaks
    
    ---------
    
    Co-authored-by: Yiming Zang <[email protected]>
    Co-authored-by: Jeremy Wei <[email protected]>
    3 people authored and codchen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ffa2ce9 View commit details
    Browse the repository at this point in the history