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

V2.5.6 stable #10961

Merged
merged 18 commits into from
Aug 12, 2019
Merged

V2.5.6 stable #10961

merged 18 commits into from
Aug 12, 2019

Commits on Aug 12, 2019

  1. docs: Update Readme with TOC, Contributor Guideline. Update Cargo pac…

    …kage descriptions (#10652)
    
    * docs: Update Readme with TOC, Contributor Guide and License sections
    
    * docs: Simplify package descriptions in Readme
    
    * docs: Fix typos
    
    * docs: Update Cargo package configs adding missing descriptions
    
    * fix: Remove machine since was accidental from diff branch. Fix contribting indentation.
    
    * fix: Fix formatting
    
    * remove details snippet since not code and formats badly
    
    * review-fix: Remove duplicate description
    
    * fix dot point formatting
    
    * fix: Add missing description to vm package
    
    * fix: Remove duplicate Code of Conduct and Contributor guidelines
    
    * docs: Update Contributing for consistency with other repos
    
    * docs: Update Readme to link to existing Code of Conduct and Contributor guidelines in .github folder
    
    * refactor: Add missing space
    
    * fix: Fix links to be markdown format
    
    * review-fix: Update CONTRIBUTING.md to link to Parity Ethereum Style Guide
    
    * docs: Fix type in .github/CONTRIBUTING.md
    
    Co-Authored-By: David <dvdplm@gmail.com>
    
    * docs: Fix typo in .github/CONTRIBUTING.md
    
    Co-Authored-By: David <dvdplm@gmail.com>
    
    * docs: Rephrase parity-clib/Cargo.toml
    
    Co-Authored-By: David <dvdplm@gmail.com>
    
    * review-fix: Fix whole paragraph
    
    * review-fix: Add comment to prevent direct pushes to master branch
    
    * review-fix: Change some rules to recommendations
    
    * Update .github/CONTRIBUTING.md
    
    Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    
    * review-fix: Replace feature reduction with breaking changes dot point
    
    * review-fix: Rephrase what to do when reviewing PR
    
    * review-fix: Update parity-rpc package description and module rustdocs
    
    * docs: Add missing fullstop
    
    * review-fix: Update rustdoc section to show all packages first as default
    
    * review-fix: Rename Parity Util to Parity Core Libraries
    
    * review-fix: Rename readme too for the C bindings name change
    
    * review-fix: Remove some docs since we do not teach the reader Rust
    
    * review-fix: Wrap Parity Ethereum specific packages in a details section
    
    * review-fix: Separate tools that are in this repo vs those that are not
    
    * review-fix: Add link to ethabi on crates.io
    
    * review-fix: Remove unnecessary extra line talking about pushing to master
    
    * review-fix: Remove useless summary of parts of the rust book documentation section
    
    * docs: Update .github/CONTRIBUTING.md to specify two reviewers required
    
    Co-Authored-By: David <dvdplm@gmail.com>
    
    * docs: Update README.md with simplification
    
    Co-Authored-By: David <dvdplm@gmail.com>
    
    * docs: Update README.md renaming to Test Runner instead of just Run
    
    Co-Authored-By: David <dvdplm@gmail.com>
    
    * review-fix: Remove hardware wallet from docs
    
    * review-fix: Remove veto PR section of contributor doc
    
    * review-fix: Change to test generator title
    ltfschoen authored and s3krit committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    c741254 View commit details
    Browse the repository at this point in the history
  2. Do not drop the peer with None difficulty (#10772)

    * Treat peer with None difficulty as legit
    
    * Temporarily enable release binary build - REMOVE BEFORE MERGE
    grbIzl authored and s3krit committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    d8b0130 View commit details
    Browse the repository at this point in the history
  3. ethkey no longer uses byteorder (#10786)

    debris authored and s3krit committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    8870d2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    956c759 View commit details
    Browse the repository at this point in the history
  5. When updating the client or when called from RPC, sleep should mean s…

    …leep (#10814)
    
    Closes #10687
    
    `sleep()` is called from several places but when called from `disable()` or through the `setMode` RPC, we should ignore queue contents and go to sleep.
    dvdplm authored and s3krit committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    1c19ed3 View commit details
    Browse the repository at this point in the history
  6. Allow --nat extip:your.host.here.org (#10830)

    * Allow --nat extip:your.host.here.org
    
    Closes #10604
    
    * Use split instead of Regex
    dvdplm authored and s3krit committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    6bebd49 View commit details
    Browse the repository at this point in the history
  7. Remove excessive warning (#10831)

    grbIzl authored and s3krit committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    030382a View commit details
    Browse the repository at this point in the history
  8. Docker images renaming (#10863)

    * docker images renaming [skip ci]
    TriplEight authored and s3krit committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    da41b63 View commit details
    Browse the repository at this point in the history
  9. Avast whitelist script (#10900)

    * Add Avast AV whitelisting publish script
    
    * Update gitlab-ci.yml, publish-av-whitelists.sh
    
    * remove debug print
    s3krit committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    e62bd1b View commit details
    Browse the repository at this point in the history
  10. Kaspersky AV whitelisting (#10919)

    * Add Kaspersky's FTP to AV Whitelisting release script
    
    * Uncommented lines commented for debugging
    s3krit committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0fbd247 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db94caa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d6babcb View commit details
    Browse the repository at this point in the history
  13. Add support for Energy Web Foundation's new chains (#10957)

    * add(chain-support): new ewf chains support added
    
    - volta test network
    - ewc production chain
    
    * remove(tobalaba): ewf chain tobalaba support removal
    
    - tobalaba is deprecated so not officially supported by ewf any more
    ngyam authored and s3krit committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    55acf38 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f14b6ac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2eef172 View commit details
    Browse the repository at this point in the history
  16. bump crossbeam (#10848)

    debris authored and ordian committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    82865d1 View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'origin/v2.5.6-stable' into v2.5.6-stable

    * origin/v2.5.6-stable:
      Revert crossbeam-deque bump in ethcore-io
    ordian committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0e6623f View commit details
    Browse the repository at this point in the history
  18. Update rayon to 1.1

    ordian committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    ed28397 View commit details
    Browse the repository at this point in the history