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

memory leak fix #1138

Merged
merged 1 commit into from
Nov 15, 2018
Merged

memory leak fix #1138

merged 1 commit into from
Nov 15, 2018

Commits on Nov 14, 2018

  1. memory leak fix

    removed _function_names and _event_names
    
    ContractEvents and ContractFunctions have not used lists _event_names / _function_names.
    Each time a contract is created through the factory method, the _event_names list and the _function_names list are extended.
    Creating many contract's results in high memory usage.
    
    (cherry picked from commit 94b8b40)
    MichaelRazum committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    a37a516 View commit details
    Browse the repository at this point in the history