-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into invariant-acctde…
…lete * upstream/develop: (32 commits) fixInnerObjTemplate2 amendment (5047) Set version to 2.3.0-b1 Ignore restructuring commits (4997) Recompute loops (4997) Rewrite includes (4997) Rearrange sources (4997) Move CMake directory (4997) Add bin/physical.sh (4997) Prepare to rearrange sources: (4997) Change order of checks in amm_info: (4924) Add the fixEnforceNFTokenTrustline amendment: (4946) Replaces the usage of boost::string_view with std::string_view (4509) docs: explain how to find a clang-format patch generated by CI (4521) XLS-52d: NFTokenMintOffer (4845) chore: remove repeat words (5041) Expose all amendments known by libxrpl (5026) fixReducedOffersV2: prevent offers from blocking order books: (5032) Additional unit tests for testing deletion of trust lines (4886) Fix conan typo: (5044) Add new command line option to make replaying transactions easier: (5027) ...
- Loading branch information
Showing
1,336 changed files
with
11,726 additions
and
7,588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
Loop: ripple.app ripple.core | ||
ripple.app > ripple.core | ||
Loop: test.jtx test.toplevel | ||
test.toplevel > test.jtx | ||
|
||
Loop: ripple.app ripple.ledger | ||
ripple.app > ripple.ledger | ||
Loop: test.jtx test.unit_test | ||
test.unit_test == test.jtx | ||
|
||
Loop: ripple.app ripple.net | ||
ripple.app > ripple.net | ||
Loop: xrpl.basics xrpl.json | ||
xrpl.json ~= xrpl.basics | ||
|
||
Loop: ripple.app ripple.nodestore | ||
ripple.app > ripple.nodestore | ||
Loop: xrpld.app xrpld.core | ||
xrpld.app > xrpld.core | ||
|
||
Loop: ripple.app ripple.overlay | ||
ripple.overlay ~= ripple.app | ||
Loop: xrpld.app xrpld.ledger | ||
xrpld.app > xrpld.ledger | ||
|
||
Loop: ripple.app ripple.peerfinder | ||
ripple.app > ripple.peerfinder | ||
Loop: xrpld.app xrpld.net | ||
xrpld.app > xrpld.net | ||
|
||
Loop: ripple.app ripple.rpc | ||
ripple.rpc > ripple.app | ||
Loop: xrpld.app xrpld.nodestore | ||
xrpld.app > xrpld.nodestore | ||
|
||
Loop: ripple.app ripple.shamap | ||
ripple.app > ripple.shamap | ||
Loop: xrpld.app xrpld.overlay | ||
xrpld.overlay ~= xrpld.app | ||
|
||
Loop: ripple.basics ripple.core | ||
ripple.core > ripple.basics | ||
Loop: xrpld.app xrpld.peerfinder | ||
xrpld.app > xrpld.peerfinder | ||
|
||
Loop: ripple.basics ripple.json | ||
ripple.json ~= ripple.basics | ||
Loop: xrpld.app xrpld.rpc | ||
xrpld.rpc > xrpld.app | ||
|
||
Loop: ripple.basics ripple.protocol | ||
ripple.protocol > ripple.basics | ||
Loop: xrpld.app xrpld.shamap | ||
xrpld.app > xrpld.shamap | ||
|
||
Loop: ripple.core ripple.net | ||
ripple.net > ripple.core | ||
Loop: xrpld.core xrpld.net | ||
xrpld.net > xrpld.core | ||
|
||
Loop: ripple.net ripple.rpc | ||
ripple.rpc > ripple.net | ||
Loop: xrpld.core xrpld.perflog | ||
xrpld.perflog ~= xrpld.core | ||
|
||
Loop: ripple.nodestore ripple.overlay | ||
ripple.overlay ~= ripple.nodestore | ||
Loop: xrpld.net xrpld.rpc | ||
xrpld.rpc > xrpld.net | ||
|
||
Loop: ripple.overlay ripple.rpc | ||
ripple.rpc ~= ripple.overlay | ||
Loop: xrpld.nodestore xrpld.overlay | ||
xrpld.overlay ~= xrpld.nodestore | ||
|
||
Loop: test.jtx test.toplevel | ||
test.toplevel > test.jtx | ||
Loop: xrpld.overlay xrpld.rpc | ||
xrpld.rpc ~= xrpld.overlay | ||
|
||
Loop: test.jtx test.unit_test | ||
test.unit_test == test.jtx | ||
Loop: xrpld.perflog xrpld.rpc | ||
xrpld.rpc ~= xrpld.perflog | ||
|
Oops, something went wrong.