Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Let go of the event loop more often #1992

Merged
merged 8 commits into from
Aug 24, 2020
Merged

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    752b8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5478bda View commit details
    Browse the repository at this point in the history
  3. Move block address analysis out of event loop

    Took >0.8s at least once.
    carver committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    35072e6 View commit details
    Browse the repository at this point in the history
  4. Fix RuntimeError: trie fog stops using active set

    The set of _active_prefixes could change while trying to mark them as
    completed, so make a copy before passing it in.
    carver committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    3a61a5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d56a574 View commit details
    Browse the repository at this point in the history
  6. Release notes for ethereum#1992

    carver committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    5ccc6aa View commit details
    Browse the repository at this point in the history
  7. Temporary pin of typing-extensions

    Revert this as soon as it's fixed in py-trie, then py-evm.
    carver committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ef80cd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22b77cb View commit details
    Browse the repository at this point in the history