This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
backports for beta 2.5.2 #10737
Merged
backports for beta 2.5.2 #10737
Commits on Jun 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c9b1798 - Browse repository at this point
Copy the full SHA c9b1798View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 1ccee2d - Browse repository at this point
Copy the full SHA 1ccee2dView commit details -
Reset blockchain properly (#10669)
* delete BlockDetails from COL_EXTRA * better proofs * added tests * PR suggestions
Configuration menu - View commit details
-
Copy full SHA for 83d2dee - Browse repository at this point
Copy the full SHA 83d2deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7420523 - Browse repository at this point
Copy the full SHA 7420523View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 2785034 - Browse repository at this point
Copy the full SHA 2785034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2215426 - Browse repository at this point
Copy the full SHA 2215426View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0ac4ee2 - Browse repository at this point
Copy the full SHA 0ac4ee2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for aab86fc - Browse repository at this point
Copy the full SHA aab86fcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.