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

Cherry-pick PRs to 1.3.x branch and release v1.3.0-beta.3 #1491

Merged
merged 4 commits into from
Apr 8, 2021

Commits on Apr 8, 2021

  1. Celostats reliability (#1487)

    Description
    Improve reliability from the ethstats module
    
    The connectionWrapper was cherrypicked from go-ethereum upstream:
    ethereum/go-ethereum@82a9e11 (ethereum/go-ethereum#21404)
    
    Other changes
    Validator injecting its version to the proxy stats chunk
    
    Tested
    Manually in a local testnet
    
    Related issues
    Fixes #1395
    Fixes #1397
    Backwards compatibility
    Yes
    gastonponti authored and Or Neeman committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    6611fac View commit details
    Browse the repository at this point in the history
  2. Skip GPM and other checks for transactions whose gas limit exceeds wh…

    …at's left in the block
    Or Neeman committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3768751 View commit details
    Browse the repository at this point in the history
  3. Change default tx pool GlobalSlots back to 4096.

    The decrease to 2048 was due to inefficiencies in the tx pool which have now been fixed, so this sets it back to its original value.
    Or Neeman committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    09ce712 View commit details
    Browse the repository at this point in the history
  4. Release v1.3.0-beta.3

    Or Neeman committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    563b870 View commit details
    Browse the repository at this point in the history