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

Stable 2.4.8 backports #10779

Merged
merged 16 commits into from
Jun 25, 2019
Merged

Stable 2.4.8 backports #10779

merged 16 commits into from
Jun 25, 2019

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    161e1b3 View commit details
    Browse the repository at this point in the history
  2. fix docker tags for publishing (#10741)

    TriplEight authored and s3krit committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    c4a079a View commit details
    Browse the repository at this point in the history
  3. merge-backports

    s3krit committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    98ed58c View commit details
    Browse the repository at this point in the history
  4. Update version

    s3krit committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    06939d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b625144 View commit details
    Browse the repository at this point in the history
  6. Reset blockchain properly (#10669)

    * delete BlockDetails from COL_EXTRA
    
    * better proofs
    
    * added tests
    
    * PR suggestions
    seunlanlege authored and ordian committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    a6c03ea View commit details
    Browse the repository at this point in the history
  7. adds rpc error message for --no-ancient-blocks (#10608)

    * adds error message for --no-ancient-blocks, closes #10261
    
    * Apply suggestions from code review
    
    Co-Authored-By: seunlanlege <seunlanlege@gmail.com>
    seunlanlege authored and ordian committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    85afcc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    8560755 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'stable-2.4.8-backports' of github.com:paritytech/parity…

    …-ethereum into stable-2.4.8-backports
    s3krit committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    2f9c3ed View commit details
    Browse the repository at this point in the history
  3. fix: aura don't add SystemTime::now() (#10720)

    This commit does the following:
    - Prevent overflow in `verify_timestamp()` by not adding `now` to found faulty timestamp
    - Use explicit `CheckedSystemTime::checked_add` to prevent potential consensus issues because SystemTime is platform
    depedent
    - remove `#[cfg(not(time_checked_add))]` conditional compilation
    niklasad1 authored and s3krit committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    f104784 View commit details
    Browse the repository at this point in the history
  4. DevP2p: Get node IP address and udp port from Socket, if not included…

    … in PING packet (#10705)
    
    * get node IP address and udp port from Socket, if not included in PING packet
    
    * prevent bootnodes from being added to host nodes
    
    * code corrections
    
    * code corrections
    
    * code corrections
    
    * code corrections
    
    * docs
    
    * code corrections
    
    * code corrections
    
    * Apply suggestions from code review
    
    Co-Authored-By: David <dvdplm@gmail.com>
    2 people authored and s3krit committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    572a00e View commit details
    Browse the repository at this point in the history
  5. Revert "fix: aura don't add SystemTime::now() (#10720)"

    This reverts commit f104784.
    s3krit committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    d42fc61 View commit details
    Browse the repository at this point in the history
  6. Add a way to signal shutdown to snapshotting threads (#10744)

    * Add a way to signal shutdown to snapshotting threads
    
    * Pass Progress to fat_rlps() so we can abort from there too.
    
    * Checking for abort in a single spot
    
    * Remove nightly-only weak/strong counts
    
    * fix warning
    
    * Fix tests
    
    * Add dummy impl to abort snapshots
    
    * Add another dummy impl for TestSnapshotService
    
    * Remove debugging code
    
    * Return error instead of the odd Ok(())
    Switch to AtomicU64
    dvdplm committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    624b58a View commit details
    Browse the repository at this point in the history
  7. revert .as_bytes() change

    ordian committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    9374bb0 View commit details
    Browse the repository at this point in the history
  8. fix build

    ordian committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    e1f8226 View commit details
    Browse the repository at this point in the history
  9. fix build maybe

    dvdplm committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    89b365e View commit details
    Browse the repository at this point in the history