-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge master into develop #5085
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5085 +/- ##
=========================================
- Coverage 71.4% 71.3% -0.0%
=========================================
Files 796 796
Lines 67042 67073 +31
Branches 10865 10884 +19
=========================================
+ Hits 47842 47852 +10
- Misses 19200 19221 +21
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comparing the two diffs (git diff 2.2.0..upstream/master
vs git diff upstream/develop..
), there are only two changes that did not come over in this merge:
diff --git a/Builds/CMake/RippledCore.cmake b/Builds/CMake/RippledCore.cmake
index 6b7b2aae68..44d7061d73 100644
--- a/Builds/CMake/RippledCore.cmake
+++ b/Builds/CMake/RippledCore.cmake
@@ -1119,7 +1119,7 @@ if (tests)
#]===============================]
src/test/rpc/AccountCurrencies_test.cpp
src/test/rpc/AccountInfo_test.cpp
- src/test/rpc/AccountLinesRPC_test.cpp
+ src/test/rpc/AccountLines_test.cpp
src/test/rpc/AccountObjects_test.cpp
src/test/rpc/AccountOffers_test.cpp
src/test/rpc/AccountSet_test.cpp
This one is not relevant, since the file lists were removed by the restructure.
diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp
index 8a83011e90..e6359cd3a5 100644
--- a/src/ripple/protocol/impl/BuildInfo.cpp
+++ b/src/ripple/protocol/impl/BuildInfo.cpp
@@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
-char const* const versionString = "2.2.0"
+char const* const versionString = "2.2.1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)
As you mentioned, we don't want to change the version number.
This PR must be merged manually using a
--ff-only
merge. Do not use the Github UI.High Level Overview of Change
Merge rippled fixes released in 2.2.1 from
master
branchThis PR intentionally reverts change in
BuildInfo.cpp
, for obvious reason.Context of Change
Type of Change
.gitignore
, formatting, dropping support for older tooling)