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

Beta 2.5.3 #10776

Merged
merged 10 commits into from
Jun 25, 2019
Merged

Beta 2.5.3 #10776

merged 10 commits into from
Jun 25, 2019

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    26b5888 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 25, 2019
    Configuration menu
    Copy the full SHA
    0cbf22b 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
    2a5397f View commit details
    Browse the repository at this point in the history
  4. Update version

    s3krit committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    c3a4522 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24851e7 View commit details
    Browse the repository at this point in the history
  6. 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
    4f77175 View commit details
    Browse the repository at this point in the history
  7. 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
    b595b8b View commit details
    Browse the repository at this point in the history
  8. revert .as_bytes() change

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

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

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