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

backports for stable 2.4.7 #10736

Merged
merged 7 commits into from
Jun 11, 2019
Merged

backports for stable 2.4.7 #10736

merged 7 commits into from
Jun 11, 2019

Commits on Jun 11, 2019

  1. version: bump stable to 2.4.7

    soc1c committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    90c0f1e View commit details
    Browse the repository at this point in the history
  2. [CI] allow cargo audit to fail (#10676)

    * [CI] allow cargo audit to fail
    
    * [.gitlab-ci.yml] add a comment about cargo audit
    
    * [Cargo.lock] cargo update -p protobuf
    ordian authored and soc1c committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    3718d14 View commit details
    Browse the repository at this point in the history
  3. new image (#10673)

    TriplEight authored and soc1c committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    0afcbe4 View commit details
    Browse the repository at this point in the history
  4. Update publishing (#10644)

    * docker images are now built on k8s: test run
    
    * copy check_sync.sh in build-linux job
    
    * copy scripts/docker/hub/* in build-linux job
    
    * removed cache var
    
    * cleanup, no more nightly dockers
    
    * cleanup in dockerfile
    
    * some new tags
    
    * removed sccsche debug log, cleanup
    
    * no_gits, new artifacts dir, changed scripts. Test run.
    
    * define version once
    
    * one source for TRACK
    
    * stop kovan onchain updates
    
    * moved changes for two images to a new branch
    
    * rename Dockerfile
    
    * no need in libudev-dev
    TriplEight authored and soc1c committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    86aacf0 View commit details
    Browse the repository at this point in the history
  5. enable lto for release builds (#10717)

    ordian authored and soc1c committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    ee55b4a View commit details
    Browse the repository at this point in the history
  6. Use RUSTFLAGS to set the optimization level (#10719)

    * Use RUSTFLAGS to set the optimization level
    
    Cargo has a [quirk]() in how configuration settings are propagated when `cargo test` runs: local code respect the settings in `[profile.test]` but all dependencies use the `[profile.dev]` settings. Here we force `opt-level=3` for all dependencies.
    
    * Remove unused profile settings
    
    * Maybe like this?
    
    * Turn off incremental compilation
    
    * Remove colors; try again with overflow-checks on
    
    * Use quiet CI machine
    
    * Turn overflow checking back on
    
    * Be explicit about what options we use
    
    * Remove "quiet machine" override
    dvdplm authored and soc1c committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    40e4631 View commit details
    Browse the repository at this point in the history
  7. ethcore: enable ECIP-1054 for classic (#10731)

    * config: enable atlantis on ethereum classic
    
    * config: enable atlantis on morden classic
    
    * config: enable atlantis on morden classic
    
    * config: enable atlantis on kotti classic
    
    * ethcore: move kotti fork block to 0xAEF49
    
    * ethcore: move morden fork block to 0x4829BA
    
    * ethcore: move classic fork block to 0x81B320
    
    * remove trailing comma
    
    * remove trailing comma
    
    * fix chainspec
    
    * ethcore: move classic fork block to 0x7fffffffffffffff
    soc1c committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    87cd736 View commit details
    Browse the repository at this point in the history