Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

parity-version: bump beta to 1.11.3 #8806

Merged
merged 3 commits into from
Jun 5, 2018
Merged

parity-version: bump beta to 1.11.3 #8806

merged 3 commits into from
Jun 5, 2018

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    fc72b0e View commit details
    Browse the repository at this point in the history
  2. Disallow unsigned transactions in case EIP-86 is disabled (#8802)

    * Disallow unsigned transactions in case EIP-86 is disabled
    
    * Add tests for verification
    
    * Add disallow unsigned transactions test in machine
    sorpaas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    5b9b3da View commit details
    Browse the repository at this point in the history
  3. Fix ancient blocks queue deadlock (#8751)

    * Revert "Fix not downloading old blocks (#8642)"
    
    This reverts commit d193436.
    
    * Make sure only one thread actually imports old blocks.
    
    * Add some trace timers.
    
    * Bring back pending hashes set.
    
    * Separate locks so that queue can happen while we are importing.
    
    * Address grumbles.
    tomusdrw authored and sorpaas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    526faa6 View commit details
    Browse the repository at this point in the history