mirror of
https://github.com/XRPLF/rippled.git
synced 2026-01-31 03:55:27 +00:00
1956 lines
410 KiB
HTML
1956 lines
410 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
<title>rippled: LedgerReplay_test.cpp Source File</title>
|
||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||
<script type="text/javascript" src="jquery.js"></script>
|
||
<script type="text/javascript" src="dynsections.js"></script>
|
||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||
<script type="text/javascript" src="search/search.js"></script>
|
||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||
</head>
|
||
<body>
|
||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||
<div id="titlearea">
|
||
<table cellspacing="0" cellpadding="0">
|
||
<tbody>
|
||
<tr id="projectrow">
|
||
<td id="projectalign">
|
||
<div id="projectname">rippled
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<!-- end header part -->
|
||
<!-- Generated by Doxygen 1.9.8 -->
|
||
<script type="text/javascript">
|
||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||
/* @license-end */
|
||
</script>
|
||
<script type="text/javascript" src="menudata.js"></script>
|
||
<script type="text/javascript" src="menu.js"></script>
|
||
<script type="text/javascript">
|
||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||
$(function() {
|
||
initMenu('',true,false,'search.php','Search');
|
||
$(document).ready(function() { init_search(); });
|
||
});
|
||
/* @license-end */
|
||
</script>
|
||
<div id="main-nav"></div>
|
||
<script type="text/javascript">
|
||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||
$(document).ready(function() { init_codefold(0); });
|
||
/* @license-end */
|
||
</script>
|
||
<!-- window showing the filter options -->
|
||
<div id="MSearchSelectWindow"
|
||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||
</div>
|
||
|
||
<!-- iframe showing the search results (closed by default) -->
|
||
<div id="MSearchResultsWindow">
|
||
<div id="MSearchResults">
|
||
<div class="SRPage">
|
||
<div id="SRIndex">
|
||
<div id="SRResults"></div>
|
||
<div class="SRStatus" id="Loading">Loading...</div>
|
||
<div class="SRStatus" id="Searching">Searching...</div>
|
||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div id="nav-path" class="navpath">
|
||
<ul>
|
||
<li class="navelem"><a class="el" href="dir_120ed4da3e3217b1e7fc0b4f48568e79.html">test</a></li><li class="navelem"><a class="el" href="dir_7ab758b8a77751d62709b12ccae53e10.html">app</a></li> </ul>
|
||
</div>
|
||
</div><!-- top -->
|
||
<div class="header">
|
||
<div class="headertitle"><div class="title">LedgerReplay_test.cpp</div></div>
|
||
</div><!--header-->
|
||
<div class="contents">
|
||
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#include <test/jtx.h></span></div>
|
||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#include <test/jtx/envconfig.h></span></div>
|
||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
|
||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include <xrpld/app/ledger/BuildLedger.h></span></div>
|
||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include <xrpld/app/ledger/LedgerMaster.h></span></div>
|
||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include <xrpld/app/ledger/LedgerReplay.h></span></div>
|
||
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#include <xrpld/app/ledger/LedgerReplayTask.h></span></div>
|
||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include <xrpld/app/ledger/LedgerReplayer.h></span></div>
|
||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include <xrpld/app/ledger/detail/LedgerDeltaAcquire.h></span></div>
|
||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include <xrpld/app/ledger/detail/LedgerReplayMsgHandler.h></span></div>
|
||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include <xrpld/app/ledger/detail/SkipListAcquire.h></span></div>
|
||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#include <xrpld/overlay/PeerSet.h></span></div>
|
||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#include <xrpld/overlay/detail/PeerImp.h></span></div>
|
||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
|
||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#include <xrpl/basics/Slice.h></span></div>
|
||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
|
||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/chrono.html">chrono</a>></span></div>
|
||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/thread.html">thread</a>></span></div>
|
||
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
|
||
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacexrpl.html">xrpl</a> {</div>
|
||
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="keyword">namespace </span>test {</div>
|
||
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
|
||
<div class="foldopen" id="foldopen00023" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplay__test.html"> 23</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerReplay__test.html">LedgerReplay_test</a> : <span class="keyword">public</span> <a class="code hl_class" href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a></div>
|
||
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span>{</div>
|
||
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00026" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplay__test.html#a0746f43f725c20f9238027f0bb3f4dec"> 26</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplay__test.html#a0746f43f725c20f9238027f0bb3f4dec">run</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"Replay ledger"</span>);</div>
|
||
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
|
||
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">using namespace </span>jtx;</div>
|
||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
|
||
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <span class="comment">// Build a ledger normally</span></div>
|
||
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">auto</span> <span class="keyword">const</span> alice = <a class="code hl_class" href="classxrpl_1_1test_1_1jtx_1_1Account.html">Account</a>(<span class="stringliteral">"alice"</span>);</div>
|
||
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">auto</span> <span class="keyword">const</span> bob = <a class="code hl_class" href="classxrpl_1_1test_1_1jtx_1_1Account.html">Account</a>(<span class="stringliteral">"bob"</span>);</div>
|
||
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
|
||
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> <a class="code hl_class" href="classxrpl_1_1test_1_1jtx_1_1Env.html">Env</a> env(*<span class="keyword">this</span>);</div>
|
||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> env.<a class="code hl_function" href="classxrpl_1_1test_1_1jtx_1_1Env.html#a5bb0bdfba5b61e9c7de31524ab04cd5b">fund</a>(<a class="code hl_variable" href="namespacexrpl_1_1test_1_1jtx.html#a57c217e2bf650f68bb9ee9b56331751b">XRP</a>(100000), alice, bob);</div>
|
||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> env.<a class="code hl_function" href="classxrpl_1_1test_1_1jtx_1_1Env.html#a0e3c16e11ba7ddebd9d9eb1112f59dce">close</a>();</div>
|
||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
|
||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <a class="code hl_class" href="classxrpl_1_1LedgerMaster.html">LedgerMaster</a>& <a class="code hl_enumvalue" href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">ledgerMaster</a> = env.<a class="code hl_function" href="classxrpl_1_1test_1_1jtx_1_1Env.html#a00e2950377b152b92bbf93e4b3c8c474">app</a>().<a class="code hl_function" href="classxrpl_1_1Application.html#a67e24f718daa8a3aa2e0237bc0639616">getLedgerMaster</a>();</div>
|
||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">auto</span> <span class="keyword">const</span> lastClosed = <a class="code hl_enumvalue" href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <span class="keyword">auto</span> <span class="keyword">const</span> lastClosedParent = <a class="code hl_enumvalue" href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">ledgerMaster</a>.getLedgerByHash(lastClosed->header().parentHash);</div>
|
||
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> </div>
|
||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">auto</span> <span class="keyword">const</span> replayed = <a class="code hl_function" href="namespacexrpl.html#aa99c8afed68f28a594f0eaac102adfb5">buildLedger</a>(<a class="code hl_class" href="classxrpl_1_1LedgerReplay.html">LedgerReplay</a>(lastClosedParent, lastClosed), <a class="code hl_enumvalue" href="namespacexrpl.html#abd040209899a4fb5e9c298f9156a074ea7e23b30207a276a1ff51d8d7222ce0b2">tapNONE</a>, env.<a class="code hl_function" href="classxrpl_1_1test_1_1jtx_1_1Env.html#a00e2950377b152b92bbf93e4b3c8c474">app</a>(), env.<a class="code hl_variable" href="classxrpl_1_1test_1_1jtx_1_1Env.html#af5fb4f29ed4ad1594323cd5d11d1cdcb">journal</a>);</div>
|
||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> </div>
|
||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> BEAST_EXPECT(replayed->header().hash == lastClosed->header().hash);</div>
|
||
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
|
||
<div class="foldopen" id="foldopen00050" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28"> 50</a></span><span class="keyword">enum class</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28">InboundLedgersBehavior</a> {</div>
|
||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">Good</a>,</div>
|
||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a6a6decd76984eed63a0c173f9f574487">DropAll</a>,</div>
|
||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
|
||
<div class="foldopen" id="foldopen00060" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html"> 60</a></span><span class="keyword">class </span><a class="code hl_class" href="classxrpl_1_1test_1_1MagicInboundLedgers.html">MagicInboundLedgers</a> : <span class="keyword">public</span> <a class="code hl_class" href="classxrpl_1_1InboundLedgers.html">InboundLedgers</a></div>
|
||
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span>{</div>
|
||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><span class="keyword">public</span>:</div>
|
||
<div class="foldopen" id="foldopen00063" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a39a5bec7212ac3b56fcb17f8d9623fa0"> 63</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a39a5bec7212ac3b56fcb17f8d9623fa0">MagicInboundLedgers</a>(<a class="code hl_class" href="classxrpl_1_1LedgerMaster.html">LedgerMaster</a>& <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#aaa5cab6b06650d8cb8c21bfc3710fae6">ledgerSource</a>, <a class="code hl_class" href="classxrpl_1_1LedgerMaster.html">LedgerMaster</a>& <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a5e837b0bfb457db73781d6feb9daf587">ledgerSink</a>, <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28">InboundLedgersBehavior</a> <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a49f597c3566cfbaccd0d3003ff7e1c41">bhvr</a>)</div>
|
||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> : <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#aaa5cab6b06650d8cb8c21bfc3710fae6">ledgerSource</a>(<a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#aaa5cab6b06650d8cb8c21bfc3710fae6">ledgerSource</a>), <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a5e837b0bfb457db73781d6feb9daf587">ledgerSink</a>(<a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a5e837b0bfb457db73781d6feb9daf587">ledgerSink</a>), <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a49f597c3566cfbaccd0d3003ff7e1c41">bhvr</a>(<a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a49f597c3566cfbaccd0d3003ff7e1c41">bhvr</a>)</div>
|
||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> {</div>
|
||
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a516f02ba42703d2b2ec85b67a303e641"> 67</a></span> <span class="keyword">virtual</span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a516f02ba42703d2b2ec85b67a303e641">~MagicInboundLedgers</a>() = <span class="keywordflow">default</span>;</div>
|
||
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
|
||
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Ledger const></a></div>
|
||
<div class="foldopen" id="foldopen00070" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ab24cf340e4777c7ac6927205be6ad304"> 70</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ab24cf340e4777c7ac6927205be6ad304">acquire</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& hash, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_struct" href="structxrpl_1_1test_1_1jtx_1_1seq.html">seq</a>, <a class="code hl_enumeration" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991">InboundLedger::Reason</a>)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a49f597c3566cfbaccd0d3003ff7e1c41">bhvr</a> == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a6a6decd76984eed63a0c173f9f574487">InboundLedgersBehavior::DropAll</a>)</div>
|
||
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <span class="keywordflow">return</span> {};</div>
|
||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> l = <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#aaa5cab6b06650d8cb8c21bfc3710fae6">ledgerSource</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#aeadb7ae5f2fdc110883ebb901e731515">getLedgerByHash</a>(hash); l)</div>
|
||
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> {</div>
|
||
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a5e837b0bfb457db73781d6feb9daf587">ledgerSink</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a2928eefc53cdce544aab6218dff685dd">storeLedger</a>(l);</div>
|
||
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="keywordflow">return</span> l;</div>
|
||
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> }</div>
|
||
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> </div>
|
||
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keywordflow">return</span> {};</div>
|
||
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
|
||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00084" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a867351daac36aa4c429174234d51762e"> 84</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a867351daac36aa4c429174234d51762e">acquireAsync</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& hash, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_struct" href="structxrpl_1_1test_1_1jtx_1_1seq.html">seq</a>, <a class="code hl_enumeration" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991">InboundLedger::Reason</a> reason)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> </div>
|
||
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<InboundLedger></a></div>
|
||
<div class="foldopen" id="foldopen00089" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ada4ed33ccdb3af60ec96fe912183fb7b"> 89</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ada4ed33ccdb3af60ec96fe912183fb7b">find</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">LedgerHash</a> <span class="keyword">const</span>& hash)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="keywordflow">return</span> {};</div>
|
||
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div>
|
||
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00095" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#aa4b4ed0cea577fe702b2947851c74db7"> 95</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#aa4b4ed0cea577fe702b2947851c74db7">gotLedgerData</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">LedgerHash</a> <span class="keyword">const</span>& <a class="code hl_function" href="namespacexrpl_1_1test.html#a67afae44961d5e4b4a21b562dee526af">ledgerHash</a>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Peer></a>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<protocol::TMLedgerData></a>)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> </div>
|
||
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00101" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#afc754ac91dcd3cb362f23f899ba352c4"> 101</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#afc754ac91dcd3cb362f23f899ba352c4">gotStaleData</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<protocol::TMLedgerData></a> packet)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
|
||
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00106" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a2cd47da7fb337f0e521c4249810b3fc4"> 106</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a2cd47da7fb337f0e521c4249810b3fc4">logFailure</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& h, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_struct" href="structxrpl_1_1test_1_1jtx_1_1seq.html">seq</a>)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> </div>
|
||
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00111" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#af67c601d781651f859feeace0bd5ba55"> 111</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#af67c601d781651f859feeace0bd5ba55">isFailure</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& h)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> </div>
|
||
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00117" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a972fa5ab842053dad980980276cabe85"> 117</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a972fa5ab842053dad980980276cabe85">clearFailures</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> </div>
|
||
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <span class="keyword">virtual</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a></div>
|
||
<div class="foldopen" id="foldopen00122" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#abb0b02bfb1479ca2dae72a7b1f095bf1"> 122</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#abb0b02bfb1479ca2dae72a7b1f095bf1">getInfo</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <span class="keywordflow">return</span> {};</div>
|
||
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div>
|
||
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||
<div class="foldopen" id="foldopen00128" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ada1def5c388e77070d57e6bf4f29e39d"> 128</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ada1def5c388e77070d57e6bf4f29e39d">fetchRate</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="keywordflow">return</span> 0;</div>
|
||
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> </div>
|
||
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00134" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ae650679da66391cae8cec6aa0ba40270"> 134</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ae650679da66391cae8cec6aa0ba40270">onLedgerFetched</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
|
||
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00139" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a4786baac25812ccd10978827e822d1e1"> 139</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a4786baac25812ccd10978827e822d1e1">gotFetchPack</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00143" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a2c23e93cb1ef2688493ecbe6f438d089"> 143</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a2c23e93cb1ef2688493ecbe6f438d089">sweep</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div>
|
||
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00148" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a63d269176bb5ae2aad7ab7bf41cd58ed"> 148</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a63d269176bb5ae2aad7ab7bf41cd58ed">stop</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> </div>
|
||
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <span class="keyword">virtual</span> <span class="keywordtype">size_t</span></div>
|
||
<div class="foldopen" id="foldopen00153" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a2cc33afd7d003dfd8def3d204e2967e5"> 153</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a2cc33afd7d003dfd8def3d204e2967e5">cacheSize</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <span class="keywordflow">return</span> 0;</div>
|
||
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> </div>
|
||
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#aaa5cab6b06650d8cb8c21bfc3710fae6"> 158</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerMaster.html">LedgerMaster</a>& <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#aaa5cab6b06650d8cb8c21bfc3710fae6">ledgerSource</a>;</div>
|
||
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a5e837b0bfb457db73781d6feb9daf587"> 159</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerMaster.html">LedgerMaster</a>& <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a5e837b0bfb457db73781d6feb9daf587">ledgerSink</a>;</div>
|
||
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a49f597c3566cfbaccd0d3003ff7e1c41"> 160</a></span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28">InboundLedgersBehavior</a> <a class="code hl_variable" href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a49f597c3566cfbaccd0d3003ff7e1c41">bhvr</a>;</div>
|
||
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
|
||
<div class="foldopen" id="foldopen00163" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcf"> 163</a></span><span class="keyword">enum class</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcf">PeerFeature</a> {</div>
|
||
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">LedgerReplayEnabled</a>,</div>
|
||
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1jtx_1_1None.html">None</a>,</div>
|
||
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> </div>
|
||
<div class="foldopen" id="foldopen00173" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html"> 173</a></span><span class="keyword">class </span><a class="code hl_class" href="classxrpl_1_1test_1_1TestPeer.html">TestPeer</a> : <span class="keyword">public</span> <a class="code hl_class" href="classxrpl_1_1Peer.html">Peer</a></div>
|
||
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span>{</div>
|
||
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span><span class="keyword">public</span>:</div>
|
||
<div class="foldopen" id="foldopen00176" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a5f4ff7446da594db84f5edcd3480db9d"> 176</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a5f4ff7446da594db84f5edcd3480db9d">TestPeer</a>(<span class="keywordtype">bool</span> enableLedgerReplay)</div>
|
||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> : <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeer.html#a4c661ff844df278717493cd6eb26b6bb">ledgerReplayEnabled_</a>(enableLedgerReplay), <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeer.html#a4f4d638414abb57e492d523ef1c22cca">nodePublicKey_</a>(<a class="code hl_function" href="namespacexrpl.html#a19293e3ab4c454b24b8b7874614062c8">derivePublicKey</a>(<a class="code hl_enumeration" href="namespacexrpl.html#a0b0d50fcc4520f33b4417f1b74eee591">KeyType</a>::<a class="code hl_enumvalue" href="namespacexrpl.html#a0b0d50fcc4520f33b4417f1b74eee591a8183aa2c95dc1385c8f58bf1917fcb0b">ed25519</a>, <a class="code hl_function" href="namespacexrpl.html#a9d3b126b42dcda26b4436b2a493f8f05">randomSecretKey</a>()))</div>
|
||
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> {</div>
|
||
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> </div>
|
||
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00182" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#ac6830d55520af7b0a17a2797137e09d9"> 182</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#ac6830d55520af7b0a17a2797137e09d9">send</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Message></a> <span class="keyword">const</span>& m)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <a class="code hl_class" href="classbeast_1_1IP_1_1Endpoint.html">beast::IP::Endpoint</a></div>
|
||
<div class="foldopen" id="foldopen00186" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a265cd5faae9a1f3da7144913b33d0c35"> 186</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a265cd5faae9a1f3da7144913b33d0c35">getRemoteAddress</a>()<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> <span class="keywordflow">return</span> {};</div>
|
||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00191" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a3534eec8dc3c3dc7b3263bfe1e985b7e"> 191</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a3534eec8dc3c3dc7b3263bfe1e985b7e">charge</a>(<a class="code hl_class" href="classxrpl_1_1Resource_1_1Charge.html">Resource::Charge</a> <span class="keyword">const</span>& <a class="code hl_class" href="classxrpl_1_1test_1_1jtx_1_1fee.html">fee</a>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& context = {}) <span class="keyword">override</span></div>
|
||
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> {</div>
|
||
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> <a class="code hl_typedef" href="classxrpl_1_1Peer.html#adc168a4e3e3e973d3caff41f6799f815">id_t</a></div>
|
||
<div class="foldopen" id="foldopen00195" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a66d93c1626f9a725b9bcbea0776fba2e"> 195</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a66d93c1626f9a725b9bcbea0776fba2e">id</a>()<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <span class="keywordflow">return</span> 1234;</div>
|
||
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00200" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#aa10e3157c62c6abff18d569bab0762c2"> 200</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#aa10e3157c62c6abff18d569bab0762c2">cluster</a>()<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00205" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a9074d52f4a5d669dea8e3df2f873ec67"> 205</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a9074d52f4a5d669dea8e3df2f873ec67">isHighLatency</a>()<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <span class="keywordtype">int</span></div>
|
||
<div class="foldopen" id="foldopen00210" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a857594d0d3cba7ed3481d5ac1933306c"> 210</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a857594d0d3cba7ed3481d5ac1933306c">getScore</a>(<span class="keywordtype">bool</span>)<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <span class="keywordflow">return</span> 0;</div>
|
||
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> <a class="code hl_class" href="classxrpl_1_1PublicKey.html">PublicKey</a> <span class="keyword">const</span>&</div>
|
||
<div class="foldopen" id="foldopen00215" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a20661f6c3bc70fc850fa82048815ed39"> 215</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a20661f6c3bc70fc850fa82048815ed39">getNodePublic</a>()<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeer.html#a4f4d638414abb57e492d523ef1c22cca">nodePublicKey_</a>;</div>
|
||
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a></div>
|
||
<div class="foldopen" id="foldopen00220" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a3981cc278aa8f8efff4e9067cabdcf45"> 220</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a3981cc278aa8f8efff4e9067cabdcf45">json</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <span class="keywordflow">return</span> {};</div>
|
||
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00225" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a1a053bcfc71f29eb381d5036e6505f6e"> 225</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a1a053bcfc71f29eb381d5036e6505f6e">supportsFeature</a>(<a class="code hl_enumeration" href="namespacexrpl.html#a50e293001219a84ae2adcc2068673188">ProtocolFeature</a> f)<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <span class="keywordflow">if</span> (f == <a class="code hl_enumvalue" href="namespacexrpl.html#a50e293001219a84ae2adcc2068673188a955e673a299bbf8322d01b7b5e88be4e">ProtocolFeature::LedgerReplay</a> && <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeer.html#a4c661ff844df278717493cd6eb26b6bb">ledgerReplayEnabled_</a>)</div>
|
||
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<std::size_t></a></div>
|
||
<div class="foldopen" id="foldopen00232" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a18c307a964eb0ffcab3bdd0b70c725b9"> 232</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a18c307a964eb0ffcab3bdd0b70c725b9">publisherListSequence</a>(<a class="code hl_class" href="classxrpl_1_1PublicKey.html">PublicKey</a> <span class="keyword">const</span>&)<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> <span class="keywordflow">return</span> {};</div>
|
||
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00237" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#af7487b7a53aa0c4373e426c0c84f60b1"> 237</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#af7487b7a53aa0c4373e426c0c84f60b1">setPublisherListSequence</a>(<a class="code hl_class" href="classxrpl_1_1PublicKey.html">PublicKey</a> <span class="keyword">const</span>&, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">const</span>)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&</div>
|
||
<div class="foldopen" id="foldopen00241" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a105a5f57ac1fc7534f9e2ef5281ed6ff"> 241</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a105a5f57ac1fc7534f9e2ef5281ed6ff">getClosedLedgerHash</a>()<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> <span class="keyword">static</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> hash{};</div>
|
||
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> <span class="keywordflow">return</span> hash;</div>
|
||
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00247" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a4d3b42333f59bc434b9d7169b627d212"> 247</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a4d3b42333f59bc434b9d7169b627d212">hasLedger</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& hash, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_struct" href="structxrpl_1_1test_1_1jtx_1_1seq.html">seq</a>)<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00252" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a34d9f9921b8ef7f07208086c2bd6df80"> 252</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a34d9f9921b8ef7f07208086c2bd6df80">ledgerRange</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>& minSeq, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>& maxSeq)<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00256" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a79c1acf2cd1da00106b96845537ac659"> 256</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a79c1acf2cd1da00106b96845537ac659">hasTxSet</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& hash)<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00261" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a0cdb7926c9d547283d1411fe6117b451"> 261</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a0cdb7926c9d547283d1411fe6117b451">cycleStatus</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00265" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#aedfce3f1e5cbe8e93cfaad3185c582fa"> 265</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#aedfce3f1e5cbe8e93cfaad3185c582fa">hasRange</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> uMin, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> uMax)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00270" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a34f65e18be612f941381e7eb3eb71969"> 270</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a34f65e18be612f941381e7eb3eb71969">compressionEnabled</a>()<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00275" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#ad9cc2515cfe0b445e9fb581fd1beddd1"> 275</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#ad9cc2515cfe0b445e9fb581fd1beddd1">sendTxQueue</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00279" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#aaf84d39914d47270588dcd8a375b338f"> 279</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#aaf84d39914d47270588dcd8a375b338f">addTxQueue</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00283" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#ab8749a80b880d6e3a2e134ee5ca75319"> 283</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#ab8749a80b880d6e3a2e134ee5ca75319">removeTxQueue</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00287" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a4f1d85f74f53412eabeb0bc6683c5945"> 287</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a4f1d85f74f53412eabeb0bc6683c5945">txReduceRelayEnabled</a>()<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> </div>
|
||
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&</div>
|
||
<div class="foldopen" id="foldopen00293" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a278ce249eb47a7d0683b5f63072d4ba9"> 293</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeer.html#a278ce249eb47a7d0683b5f63072d4ba9">fingerprint</a>()<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeer.html#a7fb25203f22a37f90e45d7ff23c566af">fingerprint_</a>;</div>
|
||
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> </div>
|
||
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a7fb25203f22a37f90e45d7ff23c566af"> 298</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeer.html#a7fb25203f22a37f90e45d7ff23c566af">fingerprint_</a>;</div>
|
||
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a4c661ff844df278717493cd6eb26b6bb"> 299</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeer.html#a4c661ff844df278717493cd6eb26b6bb">ledgerReplayEnabled_</a>;</div>
|
||
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeer.html#a4f4d638414abb57e492d523ef1c22cca"> 300</a></span> <a class="code hl_class" href="classxrpl_1_1PublicKey.html">PublicKey</a> <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeer.html#a4f4d638414abb57e492d523ef1c22cca">nodePublicKey_</a>;</div>
|
||
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> </div>
|
||
<div class="foldopen" id="foldopen00303" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356"> 303</a></span><span class="keyword">enum class</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356">PeerSetBehavior</a> {</div>
|
||
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">Good</a>,</div>
|
||
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356ad10d06eac1b72b6b66d7e8bcd74474b6">Drop50</a>,</div>
|
||
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a6a6decd76984eed63a0c173f9f574487">DropAll</a>,</div>
|
||
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a1c680e775b81946aa93a83b6ad8e87d7">DropSkipListReply</a>,</div>
|
||
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0cf51aa72b773c64178a944bf85ef503">DropLedgerDeltaReply</a>,</div>
|
||
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a7020426cfb0a204051be4b3053d2acc8">Repeat</a>,</div>
|
||
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> </div>
|
||
<div class="foldopen" id="foldopen00318" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1TestPeerSet.html"> 318</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structxrpl_1_1test_1_1TestPeerSet.html">TestPeerSet</a> : <span class="keyword">public</span> <a class="code hl_class" href="classxrpl_1_1PeerSet.html">PeerSet</a></div>
|
||
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span>{</div>
|
||
<div class="foldopen" id="foldopen00320" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1TestPeerSet.html#a924edd90996934a237dae91738aad625"> 320</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1TestPeerSet.html#a924edd90996934a237dae91738aad625">TestPeerSet</a>(</div>
|
||
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a>& me,</div>
|
||
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a>& other,</div>
|
||
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356">PeerSetBehavior</a> bhvr,</div>
|
||
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> <span class="keywordtype">bool</span> enableLedgerReplay)</div>
|
||
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> : <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a2441bc0a0dde2662eec334ef17ddadee">local</a>(me), <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#aa7636c02b67779d7fdfc866a10477d3e">remote</a>(other), <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a6b98be0c7f12c9ed0fd01188cac76c04">dummyPeer</a>(<a class="code hl_namespace" href="namespacestd.html">std</a>::make_shared<<a class="code hl_class" href="classxrpl_1_1test_1_1TestPeer.html">TestPeer</a>>(enableLedgerReplay)), <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a5dbf062aba9e33caa26dab37ccb3a50f">behavior</a>(bhvr)</div>
|
||
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> {</div>
|
||
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> </div>
|
||
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00330" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1TestPeerSet.html#ae9d9ba6b9a942ce3ddbe4a1a5c7825e2"> 330</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1TestPeerSet.html#ae9d9ba6b9a942ce3ddbe4a1a5c7825e2">addPeers</a>(</div>
|
||
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> limit,</div>
|
||
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a><<span class="keywordtype">bool</span>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Peer></a> <span class="keyword">const</span>&)> hasItem,</div>
|
||
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a><<span class="keywordtype">void</span>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Peer></a> <span class="keyword">const</span>&)> onPeerAdded)<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> hasItem(<a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a6b98be0c7f12c9ed0fd01188cac76c04">dummyPeer</a>);</div>
|
||
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> onPeerAdded(<a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a6b98be0c7f12c9ed0fd01188cac76c04">dummyPeer</a>);</div>
|
||
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> </div>
|
||
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00340" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1TestPeerSet.html#a93ce6aff329a9a708637e60fcbc652f6"> 340</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1TestPeerSet.html#a93ce6aff329a9a708637e60fcbc652f6">sendRequest</a>(::google::protobuf::Message <span class="keyword">const</span>& msg, protocol::MessageType type, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Peer></a> <span class="keyword">const</span>& peer)<span class="keyword"></span></div>
|
||
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span><span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> <span class="keywordtype">int</span> dropRate = 0;</div>
|
||
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a5dbf062aba9e33caa26dab37ccb3a50f">behavior</a> == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356ad10d06eac1b72b6b66d7e8bcd74474b6">PeerSetBehavior::Drop50</a>)</div>
|
||
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> dropRate = 50;</div>
|
||
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> <span class="keywordflow">else</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a5dbf062aba9e33caa26dab37ccb3a50f">behavior</a> == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a6a6decd76984eed63a0c173f9f574487">PeerSetBehavior::DropAll</a>)</div>
|
||
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> dropRate = 100;</div>
|
||
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> </div>
|
||
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="keywordflow">if</span> ((rand() % 100 + 1) <= dropRate)</div>
|
||
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> <span class="keywordflow">return</span>;</div>
|
||
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> </div>
|
||
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> <span class="keywordflow">switch</span> (type)</div>
|
||
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> {</div>
|
||
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> <span class="keywordflow">case</span> protocol::mtPROOF_PATH_REQ: {</div>
|
||
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a5dbf062aba9e33caa26dab37ccb3a50f">behavior</a> == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a1c680e775b81946aa93a83b6ad8e87d7">PeerSetBehavior::DropSkipListReply</a>)</div>
|
||
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> <span class="keywordflow">return</span>;</div>
|
||
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> <span class="keyword">auto</span> request = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMProofPathRequest></a>(</div>
|
||
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> <span class="keyword">dynamic_cast<</span>protocol::TMProofPathRequest const&<span class="keyword">></span>(msg));</div>
|
||
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <span class="keyword">auto</span> reply = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMProofPathResponse></a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#aa7636c02b67779d7fdfc866a10477d3e">remote</a>.<a class="code hl_function" href="classxrpl_1_1LedgerReplayMsgHandler.html#a0e805f1d2f87691fc212608c66cb9bba">processProofPathRequest</a>(request));</div>
|
||
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a2441bc0a0dde2662eec334ef17ddadee">local</a>.<a class="code hl_function" href="classxrpl_1_1LedgerReplayMsgHandler.html#a00e9335395ada3d9d54215207383831f">processProofPathResponse</a>(reply);</div>
|
||
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a5dbf062aba9e33caa26dab37ccb3a50f">behavior</a> == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a7020426cfb0a204051be4b3053d2acc8">PeerSetBehavior::Repeat</a>)</div>
|
||
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a2441bc0a0dde2662eec334ef17ddadee">local</a>.<a class="code hl_function" href="classxrpl_1_1LedgerReplayMsgHandler.html#a00e9335395ada3d9d54215207383831f">processProofPathResponse</a>(reply);</div>
|
||
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> <span class="keywordflow">break</span>;</div>
|
||
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> }</div>
|
||
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> <span class="keywordflow">case</span> protocol::mtREPLAY_DELTA_REQ: {</div>
|
||
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a5dbf062aba9e33caa26dab37ccb3a50f">behavior</a> == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0cf51aa72b773c64178a944bf85ef503">PeerSetBehavior::DropLedgerDeltaReply</a>)</div>
|
||
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> <span class="keywordflow">return</span>;</div>
|
||
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> <span class="keyword">auto</span> request = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMReplayDeltaRequest></a>(</div>
|
||
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> <span class="keyword">dynamic_cast<</span>protocol::TMReplayDeltaRequest const&<span class="keyword">></span>(msg));</div>
|
||
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> <span class="keyword">auto</span> reply =</div>
|
||
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMReplayDeltaResponse></a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#aa7636c02b67779d7fdfc866a10477d3e">remote</a>.<a class="code hl_function" href="classxrpl_1_1LedgerReplayMsgHandler.html#ac53696601983b464448848417c1405d6">processReplayDeltaRequest</a>(request));</div>
|
||
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a2441bc0a0dde2662eec334ef17ddadee">local</a>.<a class="code hl_function" href="classxrpl_1_1LedgerReplayMsgHandler.html#aa4a43b3513e395bab57fa84ac384f66b">processReplayDeltaResponse</a>(reply);</div>
|
||
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a5dbf062aba9e33caa26dab37ccb3a50f">behavior</a> == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a7020426cfb0a204051be4b3053d2acc8">PeerSetBehavior::Repeat</a>)</div>
|
||
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a2441bc0a0dde2662eec334ef17ddadee">local</a>.<a class="code hl_function" href="classxrpl_1_1LedgerReplayMsgHandler.html#aa4a43b3513e395bab57fa84ac384f66b">processReplayDeltaResponse</a>(reply);</div>
|
||
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> <span class="keywordflow">break</span>;</div>
|
||
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> }</div>
|
||
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> <span class="keywordflow">default</span>:</div>
|
||
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> <span class="keywordflow">return</span>;</div>
|
||
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> }</div>
|
||
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> </div>
|
||
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set<Peer::id_t></a> <span class="keyword">const</span>&</div>
|
||
<div class="foldopen" id="foldopen00383" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1TestPeerSet.html#a0a966d0ba8ca0447c87b2505e2d389ec"> 383</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1TestPeerSet.html#a0a966d0ba8ca0447c87b2505e2d389ec">getPeerIds</a>()<span class="keyword"> const override</span></div>
|
||
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> <span class="keyword">static</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set<Peer::id_t></a> emptyPeers;</div>
|
||
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> <span class="keywordflow">return</span> emptyPeers;</div>
|
||
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> </div>
|
||
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1TestPeerSet.html#a2441bc0a0dde2662eec334ef17ddadee"> 389</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a>& <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a2441bc0a0dde2662eec334ef17ddadee">local</a>;</div>
|
||
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1TestPeerSet.html#aa7636c02b67779d7fdfc866a10477d3e"> 390</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a>& <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#aa7636c02b67779d7fdfc866a10477d3e">remote</a>;</div>
|
||
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1TestPeerSet.html#a6b98be0c7f12c9ed0fd01188cac76c04"> 391</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<TestPeer></a> <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a6b98be0c7f12c9ed0fd01188cac76c04">dummyPeer</a>;</div>
|
||
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1TestPeerSet.html#a5dbf062aba9e33caa26dab37ccb3a50f"> 392</a></span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356">PeerSetBehavior</a> <a class="code hl_variable" href="structxrpl_1_1test_1_1TestPeerSet.html#a5dbf062aba9e33caa26dab37ccb3a50f">behavior</a>;</div>
|
||
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> </div>
|
||
<div class="foldopen" id="foldopen00398" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html"> 398</a></span><span class="keyword">class </span><a class="code hl_class" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html">TestPeerSetBuilder</a> : <span class="keyword">public</span> <a class="code hl_class" href="classxrpl_1_1PeerSetBuilder.html">PeerSetBuilder</a></div>
|
||
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span>{</div>
|
||
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span><span class="keyword">public</span>:</div>
|
||
<div class="foldopen" id="foldopen00401" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a7469847d59cd426c793618547b6648a5"> 401</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a7469847d59cd426c793618547b6648a5">TestPeerSetBuilder</a>(</div>
|
||
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a>& me,</div>
|
||
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a>& other,</div>
|
||
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356">PeerSetBehavior</a> bhvr,</div>
|
||
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcf">PeerFeature</a> peerFeature)</div>
|
||
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> : <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a61d906ca7ea533854b6fe917fe6365f9">local</a>(me), <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a672f898d1349a4053517fb6ba8c3c383">remote</a>(other), <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a0717a963532c3e8150857a10336261d8">behavior</a>(bhvr), <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a3e3b90c783e10f90e4efbbf9e70f3081">enableLedgerReplay</a>(peerFeature == <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcf">PeerFeature</a>::<a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">LedgerReplayEnabled</a>)</div>
|
||
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> {</div>
|
||
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span> </div>
|
||
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<PeerSet></a></div>
|
||
<div class="foldopen" id="foldopen00411" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a7d1252afe9fef954742e7a3512306050"> 411</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a7d1252afe9fef954742e7a3512306050">build</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> <span class="keywordflow">return</span> <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_unique<TestPeerSet></a>(<a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a61d906ca7ea533854b6fe917fe6365f9">local</a>, <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a672f898d1349a4053517fb6ba8c3c383">remote</a>, <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a0717a963532c3e8150857a10336261d8">behavior</a>, <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a3e3b90c783e10f90e4efbbf9e70f3081">enableLedgerReplay</a>);</div>
|
||
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> </div>
|
||
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span><span class="keyword">private</span>:</div>
|
||
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a61d906ca7ea533854b6fe917fe6365f9"> 417</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a>& <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a61d906ca7ea533854b6fe917fe6365f9">local</a>;</div>
|
||
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a672f898d1349a4053517fb6ba8c3c383"> 418</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a>& <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a672f898d1349a4053517fb6ba8c3c383">remote</a>;</div>
|
||
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a0717a963532c3e8150857a10336261d8"> 419</a></span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356">PeerSetBehavior</a> <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a0717a963532c3e8150857a10336261d8">behavior</a>;</div>
|
||
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a3e3b90c783e10f90e4efbbf9e70f3081"> 420</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a3e3b90c783e10f90e4efbbf9e70f3081">enableLedgerReplay</a>;</div>
|
||
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> </div>
|
||
<div class="foldopen" id="foldopen00427" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html"> 427</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerServer.html">LedgerServer</a></div>
|
||
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span>{</div>
|
||
<div class="foldopen" id="foldopen00429" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html"> 429</a></span> <span class="keyword">struct </span><a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html">Parameter</a></div>
|
||
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> {</div>
|
||
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a5169f8f016925d612a7ee38cec8a194c"> 431</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a5169f8f016925d612a7ee38cec8a194c">initLedgers</a>;</div>
|
||
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a4b03b4c6b05fadbfe70915a5ec67884a"> 432</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a4b03b4c6b05fadbfe70915a5ec67884a">initAccounts</a> = 10;</div>
|
||
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a5f9de331266a3ba99aa6b9436f1fd7da"> 433</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a5f9de331266a3ba99aa6b9436f1fd7da">initAmount</a> = 1'000'000;</div>
|
||
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a59185e3974e5eb3ecc434422d5055a1c"> 434</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a59185e3974e5eb3ecc434422d5055a1c">numTxPerLedger</a> = 10;</div>
|
||
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a610c59cb3fcf05756643124fa9450784"> 435</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a610c59cb3fcf05756643124fa9450784">txAmount</a> = 10;</div>
|
||
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span> };</div>
|
||
</div>
|
||
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span> </div>
|
||
<div class="foldopen" id="foldopen00438" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html#a62c2644e632038e9b292de908f14d532"> 438</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerServer.html#a62c2644e632038e9b292de908f14d532">LedgerServer</a>(<a class="code hl_class" href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a>& suite, <a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html">Parameter</a> <span class="keyword">const</span>& p)</div>
|
||
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span> : <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">env</a>(suite)</div>
|
||
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> , <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#aeea289c12cda28a6e8433e2721365b28">app</a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">env</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#aeea289c12cda28a6e8433e2721365b28">app</a>())</div>
|
||
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> , <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">env</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#aeea289c12cda28a6e8433e2721365b28">app</a>().getLedgerMaster())</div>
|
||
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span> , <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#ae54e46bdb74eac77b137bc47fae5ff5c">msgHandler</a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">env</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#aeea289c12cda28a6e8433e2721365b28">app</a>(), <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">env</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#aeea289c12cda28a6e8433e2721365b28">app</a>().getLedgerReplayer())</div>
|
||
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span> , <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a18de08646f56f63ea7002d94a93192ed">param</a>(p)</div>
|
||
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> {</div>
|
||
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> assert(<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a18de08646f56f63ea7002d94a93192ed">param</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a5169f8f016925d612a7ee38cec8a194c">initLedgers</a> > 0);</div>
|
||
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerServer.html#afdb5c415a8f3667783c039f3791d3eb6">createAccounts</a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a18de08646f56f63ea7002d94a93192ed">param</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a4b03b4c6b05fadbfe70915a5ec67884a">initAccounts</a>);</div>
|
||
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerServer.html#aa2a40fbecc0e70b9581f65443c195dff">createLedgerHistory</a>();</div>
|
||
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#aeea289c12cda28a6e8433e2721365b28">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#aa485013eac35a26530ed8727fb58cb5e">logs</a>().<a class="code hl_function" href="classxrpl_1_1Logs.html#a41fd8a8a7a607cc8cedf9f1145e05179">threshold</a>(<a class="code hl_enumvalue" href="namespacebeast_1_1severities.html#a069a8a312b9123b77f6aa31733ca73beab6ef7006e42e82dcc97478e4e362f883">beast::severities::kWarning</a>);</div>
|
||
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span> </div>
|
||
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00455" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html#afdb5c415a8f3667783c039f3791d3eb6"> 455</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerServer.html#afdb5c415a8f3667783c039f3791d3eb6">createAccounts</a>(<span class="keywordtype">int</span> newAccounts)</div>
|
||
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span> {</div>
|
||
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span> <span class="keyword">auto</span> fundedAccounts = <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a3f0054d464c3ccb0dced5c012ff96275">accounts</a>.size();</div>
|
||
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < newAccounts; ++i)</div>
|
||
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"> 459</span> {</div>
|
||
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a3f0054d464c3ccb0dced5c012ff96275">accounts</a>.emplace_back(<span class="stringliteral">"alice_"</span> + <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/string/basic_string/to_string.html">std::to_string</a>(fundedAccounts + i));</div>
|
||
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">env</a>.<a class="code hl_function" href="classxrpl_1_1test_1_1jtx_1_1Env.html#a5bb0bdfba5b61e9c7de31524ab04cd5b">fund</a>(<a class="code hl_variable" href="namespacexrpl_1_1test_1_1jtx.html#a57c217e2bf650f68bb9ee9b56331751b">jtx::XRP</a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a18de08646f56f63ea7002d94a93192ed">param</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a5f9de331266a3ba99aa6b9436f1fd7da">initAmount</a>), <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a3f0054d464c3ccb0dced5c012ff96275">accounts</a>.back());</div>
|
||
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span> }</div>
|
||
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">env</a>.<a class="code hl_function" href="classxrpl_1_1test_1_1jtx_1_1Env.html#a0e3c16e11ba7ddebd9d9eb1112f59dce">close</a>();</div>
|
||
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span> </div>
|
||
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00470" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html#ad4ead936b43ef4887823ad644ac51f9c"> 470</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerServer.html#ad4ead936b43ef4887823ad644ac51f9c">sendPayments</a>(<span class="keywordtype">int</span> newTxes)</div>
|
||
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span> {</div>
|
||
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span> <span class="keywordtype">int</span> fundedAccounts = <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a3f0054d464c3ccb0dced5c012ff96275">accounts</a>.size();</div>
|
||
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span> assert(fundedAccounts >= newTxes);</div>
|
||
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/unordered_set.html">std::unordered_set<int></a> senders;</div>
|
||
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span> </div>
|
||
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span> <span class="comment">// somewhat random but reproducible</span></div>
|
||
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> <span class="keywordtype">int</span> r = <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>()->seq() * 7;</div>
|
||
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> <span class="keywordtype">int</span> fromIdx = 0;</div>
|
||
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span> <span class="keywordtype">int</span> toIdx = 0;</div>
|
||
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> <span class="keyword">auto</span> updateIdx = [&]() {</div>
|
||
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span> assert(fundedAccounts > senders.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/unordered_set/size.html">size</a>());</div>
|
||
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span> fromIdx = (fromIdx + r) % fundedAccounts;</div>
|
||
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span> <span class="keywordflow">while</span> (senders.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/unordered_set/count.html">count</a>(fromIdx) != 0)</div>
|
||
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span> fromIdx = (fromIdx + 1) % fundedAccounts;</div>
|
||
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span> senders.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/unordered_set/insert.html">insert</a>(fromIdx);</div>
|
||
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> toIdx = (toIdx + r * 2) % fundedAccounts;</div>
|
||
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span> <span class="keywordflow">if</span> (toIdx == fromIdx)</div>
|
||
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span> toIdx = (toIdx + 1) % fundedAccounts;</div>
|
||
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span> };</div>
|
||
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span> </div>
|
||
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < newTxes; ++i)</div>
|
||
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span> {</div>
|
||
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span> updateIdx();</div>
|
||
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">env</a>.<a class="code hl_function" href="classxrpl_1_1test_1_1jtx_1_1Env.html#ab3ce637dcf8ca943301fd226649079bf">apply</a>(</div>
|
||
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span> <a class="code hl_function" href="namespacexrpl_1_1test_1_1jtx.html#a62f8e22673d7d96178b89211b17ef09d">pay</a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a3f0054d464c3ccb0dced5c012ff96275">accounts</a>[fromIdx],</div>
|
||
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a3f0054d464c3ccb0dced5c012ff96275">accounts</a>[toIdx],</div>
|
||
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span> <a class="code hl_function" href="namespacexrpl_1_1test_1_1jtx.html#ad8d6d2badc431ad0216396cc73bc1410">jtx::drops</a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>()->fees().base) + <a class="code hl_variable" href="namespacexrpl_1_1test_1_1jtx.html#a57c217e2bf650f68bb9ee9b56331751b">jtx::XRP</a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a18de08646f56f63ea7002d94a93192ed">param</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a610c59cb3fcf05756643124fa9450784">txAmount</a>)),</div>
|
||
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1jtx_1_1seq.html">jtx::seq</a>(<a class="code hl_variable" href="namespacexrpl_1_1test_1_1jtx.html#a7307863073533a70196e59d14c20bb41">jtx::autofill</a>),</div>
|
||
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span> <a class="code hl_class" href="classxrpl_1_1test_1_1jtx_1_1fee.html">jtx::fee</a>(<a class="code hl_variable" href="namespacexrpl_1_1test_1_1jtx.html#a7307863073533a70196e59d14c20bb41">jtx::autofill</a>),</div>
|
||
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"> 500</span> <a class="code hl_class" href="classxrpl_1_1test_1_1jtx_1_1sig.html">jtx::sig</a>(<a class="code hl_variable" href="namespacexrpl_1_1test_1_1jtx.html#a7307863073533a70196e59d14c20bb41">jtx::autofill</a>));</div>
|
||
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"> 501</span> }</div>
|
||
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">env</a>.<a class="code hl_function" href="classxrpl_1_1test_1_1jtx_1_1Env.html#a0e3c16e11ba7ddebd9d9eb1112f59dce">close</a>();</div>
|
||
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span> </div>
|
||
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00509" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html#aa2a40fbecc0e70b9581f65443c195dff"> 509</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerServer.html#aa2a40fbecc0e70b9581f65443c195dff">createLedgerHistory</a>()</div>
|
||
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> {</div>
|
||
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a18de08646f56f63ea7002d94a93192ed">param</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a5169f8f016925d612a7ee38cec8a194c">initLedgers</a> - 1; ++i)</div>
|
||
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> {</div>
|
||
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerServer.html#ad4ead936b43ef4887823ad644ac51f9c">sendPayments</a>(<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a18de08646f56f63ea7002d94a93192ed">param</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a59185e3974e5eb3ecc434422d5055a1c">numTxPerLedger</a>);</div>
|
||
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> }</div>
|
||
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span> </div>
|
||
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf"> 517</a></span> <a class="code hl_class" href="classxrpl_1_1test_1_1jtx_1_1Env.html">jtx::Env</a> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">env</a>;</div>
|
||
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html#aeea289c12cda28a6e8433e2721365b28"> 518</a></span> <a class="code hl_class" href="classxrpl_1_1Application.html">Application</a>& <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#aeea289c12cda28a6e8433e2721365b28">app</a>;</div>
|
||
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a"> 519</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerMaster.html">LedgerMaster</a>& <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>;</div>
|
||
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html#ae54e46bdb74eac77b137bc47fae5ff5c"> 520</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#ae54e46bdb74eac77b137bc47fae5ff5c">msgHandler</a>;</div>
|
||
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html#a18de08646f56f63ea7002d94a93192ed"> 521</a></span> <a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html">Parameter</a> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a18de08646f56f63ea7002d94a93192ed">param</a>;</div>
|
||
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerServer.html#a3f0054d464c3ccb0dced5c012ff96275"> 522</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<jtx::Account></a> <a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a3f0054d464c3ccb0dced5c012ff96275">accounts</a>;</div>
|
||
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span> </div>
|
||
<div class="foldopen" id="foldopen00525" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870"> 525</a></span><span class="keyword">enum class</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">TaskStatus</a> {</div>
|
||
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">Failed</a>,</div>
|
||
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">Completed</a>,</div>
|
||
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a71b56450c5e1ce9ce5f10422f47beb06">NotDone</a>,</div>
|
||
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ac30e98851cafc795dbe00917b7c4ccf8">NotExist</a>,</div>
|
||
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span> </div>
|
||
<div class="foldopen" id="foldopen00539" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html"> 539</a></span><span class="keyword">class </span><a class="code hl_class" href="classxrpl_1_1test_1_1LedgerReplayClient.html">LedgerReplayClient</a></div>
|
||
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span>{</div>
|
||
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span><span class="keyword">public</span>:</div>
|
||
<div class="foldopen" id="foldopen00542" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ae9cd77281fd2fd4879104d40e68682e5"> 542</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ae9cd77281fd2fd4879104d40e68682e5">LedgerReplayClient</a>(</div>
|
||
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span> <a class="code hl_class" href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a>& suite,</div>
|
||
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerServer.html">LedgerServer</a>& server,</div>
|
||
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356">PeerSetBehavior</a> behavior = <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0c6ad70beb3a7e76c3fc7adab7c46acc">PeerSetBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28">InboundLedgersBehavior</a> inboundBhvr = <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">InboundLedgersBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcf">PeerFeature</a> peerFeature = <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">PeerFeature::LedgerReplayEnabled</a>)</div>
|
||
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span> : <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8eb5d0bb8f329ecffb6e8a5e82f3f781">env</a>(suite, jtx::<a class="code hl_function" href="namespacexrpl_1_1test_1_1jtx.html#aa30e7a2bcf1352309b2c10c10aeb42a3">envconfig</a>(), nullptr, <a class="code hl_namespace" href="namespacebeast.html">beast</a>::severities::<a class="code hl_enumvalue" href="namespacebeast_1_1severities.html#a069a8a312b9123b77f6aa31733ca73beae13a45640877c138fc59c94443ece6f0">kDisabled</a>)</div>
|
||
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span> , <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">app</a>(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8eb5d0bb8f329ecffb6e8a5e82f3f781">env</a>.<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">app</a>())</div>
|
||
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span> , <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a44d84f766643eae62db8d87257f3ea38">ledgerMaster</a>(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8eb5d0bb8f329ecffb6e8a5e82f3f781">env</a>.<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">app</a>().getLedgerMaster())</div>
|
||
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span> , <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a5c726cd2a1dc5862880e783fd0a6ad2d">inboundLedgers</a>(server.<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">app</a>.getLedgerMaster(), <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a44d84f766643eae62db8d87257f3ea38">ledgerMaster</a>, inboundBhvr)</div>
|
||
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> , <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ae300abc2210b4407510953ef5a7289de">serverMsgHandler</a>(server.<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">app</a>, server.<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">app</a>.getLedgerReplayer())</div>
|
||
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span> , <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a76301ce63cf47e3d335ef7a4869d3d01">clientMsgHandler</a>(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8eb5d0bb8f329ecffb6e8a5e82f3f781">env</a>.<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">app</a>(), <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>)</div>
|
||
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span> , <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>(</div>
|
||
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8eb5d0bb8f329ecffb6e8a5e82f3f781">env</a>.<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">app</a>(),</div>
|
||
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a5c726cd2a1dc5862880e783fd0a6ad2d">inboundLedgers</a>,</div>
|
||
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span> <a class="code hl_namespace" href="namespacestd.html">std</a>::make_unique<<a class="code hl_class" href="classxrpl_1_1test_1_1TestPeerSetBuilder.html">TestPeerSetBuilder</a>>(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a76301ce63cf47e3d335ef7a4869d3d01">clientMsgHandler</a>, <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ae300abc2210b4407510953ef5a7289de">serverMsgHandler</a>, behavior, peerFeature))</div>
|
||
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> {</div>
|
||
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span> </div>
|
||
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00562" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a88fa508ee62ee51510627d7a039d501d"> 562</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a88fa508ee62ee51510627d7a039d501d">addLedger</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Ledger const></a> <span class="keyword">const</span>& l)</div>
|
||
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span> {</div>
|
||
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a44d84f766643eae62db8d87257f3ea38">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a2928eefc53cdce544aab6218dff685dd">storeLedger</a>(l);</div>
|
||
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"> 566</span> </div>
|
||
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00568" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a78d3899fd666f2d8547d1ecf604a4f18"> 568</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a78d3899fd666f2d8547d1ecf604a4f18">haveLedgers</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& finishLedgerHash, <span class="keywordtype">int</span> totalReplay)</div>
|
||
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> {</div>
|
||
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> hash = finishLedgerHash;</div>
|
||
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"> 571</span> <span class="keywordtype">int</span> i = 0;</div>
|
||
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"> 572</span> <span class="keywordflow">for</span> (; i < totalReplay; ++i)</div>
|
||
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span> {</div>
|
||
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span> <span class="keyword">auto</span> <span class="keyword">const</span> l = <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a44d84f766643eae62db8d87257f3ea38">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#aeadb7ae5f2fdc110883ebb901e731515">getLedgerByHash</a>(hash);</div>
|
||
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span> <span class="keywordflow">if</span> (!l)</div>
|
||
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"> 576</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span> hash = l->header().parentHash;</div>
|
||
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"> 578</span> }</div>
|
||
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span> </div>
|
||
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00583" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ac07812c516267ae72fd6153f5f8f678d"> 583</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ac07812c516267ae72fd6153f5f8f678d">waitForLedgers</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& finishLedgerHash, <span class="keywordtype">int</span> totalReplay)</div>
|
||
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span> {</div>
|
||
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span> <span class="keywordtype">int</span> totalRound = 100;</div>
|
||
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < totalRound; ++i)</div>
|
||
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span> {</div>
|
||
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"> 588</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a78d3899fd666f2d8547d1ecf604a4f18">haveLedgers</a>(finishLedgerHash, totalReplay))</div>
|
||
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"> 589</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||
<div class="line"><a id="l00590" name="l00590"></a><span class="lineno"> 590</span> <span class="keywordflow">if</span> (i < totalRound - 1)</div>
|
||
<div class="line"><a id="l00591" name="l00591"></a><span class="lineno"> 591</span> <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/thread/sleep_for.html">std::this_thread::sleep_for</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::milliseconds</a>(100));</div>
|
||
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"> 592</span> }</div>
|
||
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"> 593</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"> 595</span> </div>
|
||
<div class="line"><a id="l00596" name="l00596"></a><span class="lineno"> 596</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00597" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00597" name="l00597"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ad361f2bce4fcb1b6240c959b4747b110"> 597</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ad361f2bce4fcb1b6240c959b4747b110">waitForDone</a>()</div>
|
||
<div class="line"><a id="l00598" name="l00598"></a><span class="lineno"> 598</span> {</div>
|
||
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"> 599</span> <span class="keywordtype">int</span> totalRound = 100;</div>
|
||
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"> 600</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < totalRound; ++i)</div>
|
||
<div class="line"><a id="l00601" name="l00601"></a><span class="lineno"> 601</span> {</div>
|
||
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"> 602</span> <span class="keywordtype">bool</span> allDone = <span class="keyword">true</span>;</div>
|
||
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"> 603</span> {</div>
|
||
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"> 604</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/unique_lock.html">std::unique_lock<std::mutex></a> lock(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a4ae169e543257ebc71711b53e5f778e0">mtx_</a>);</div>
|
||
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span> <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>& t : <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a5319446ab6b0b99a231ba52f9dc5fe8f">tasks_</a>)</div>
|
||
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"> 606</span> {</div>
|
||
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"> 607</span> <span class="keywordflow">if</span> (!t->finished())</div>
|
||
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"> 608</span> {</div>
|
||
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"> 609</span> allDone = <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span> <span class="keywordflow">break</span>;</div>
|
||
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span> }</div>
|
||
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"> 612</span> }</div>
|
||
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"> 613</span> }</div>
|
||
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"> 614</span> <span class="keywordflow">if</span> (allDone)</div>
|
||
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span> <span class="keywordflow">if</span> (i < totalRound - 1)</div>
|
||
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span> <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/thread/sleep_for.html">std::this_thread::sleep_for</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::milliseconds</a>(100));</div>
|
||
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"> 618</span> }</div>
|
||
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"> 619</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"> 620</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"> 621</span> </div>
|
||
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"> 622</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<std::shared_ptr<LedgerReplayTask></a>></div>
|
||
<div class="foldopen" id="foldopen00623" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a2e27601b39d533b541cdb82b8646f538"> 623</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a2e27601b39d533b541cdb82b8646f538">getTasks</a>()</div>
|
||
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"> 624</span> {</div>
|
||
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"> 625</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/unique_lock.html">std::unique_lock<std::mutex></a> lock(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a4ae169e543257ebc71711b53e5f778e0">mtx_</a>);</div>
|
||
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"> 626</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a5319446ab6b0b99a231ba52f9dc5fe8f">tasks_</a>;</div>
|
||
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"> 627</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span> </div>
|
||
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<LedgerReplayTask></a></div>
|
||
<div class="foldopen" id="foldopen00630" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aec162fc84f0f022990dfbf6245d6cd0e"> 630</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aec162fc84f0f022990dfbf6245d6cd0e">findTask</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& hash, <span class="keywordtype">int</span> totalReplay)</div>
|
||
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span> {</div>
|
||
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"> 632</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/unique_lock.html">std::unique_lock<std::mutex></a> lock(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a4ae169e543257ebc71711b53e5f778e0">mtx_</a>);</div>
|
||
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"> 633</span> <span class="keyword">auto</span> i = <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/algorithm/find.html">std::find_if</a>(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a5319446ab6b0b99a231ba52f9dc5fe8f">tasks_</a>.begin(), <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a5319446ab6b0b99a231ba52f9dc5fe8f">tasks_</a>.end(), [&](<span class="keyword">auto</span> <span class="keyword">const</span>& t) {</div>
|
||
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span> return t->parameter_.finishHash_ == hash && t->parameter_.totalLedgers_ == totalReplay;</div>
|
||
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"> 635</span> });</div>
|
||
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span> <span class="keywordflow">if</span> (i == <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a5319446ab6b0b99a231ba52f9dc5fe8f">tasks_</a>.end())</div>
|
||
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span> <span class="keywordflow">return</span> {};</div>
|
||
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"> 638</span> <span class="keywordflow">return</span> *i;</div>
|
||
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"> 639</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"> 640</span> </div>
|
||
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"> 641</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||
<div class="foldopen" id="foldopen00642" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a19dae98b1cad6f4e6d08a52c26473eff"> 642</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a19dae98b1cad6f4e6d08a52c26473eff">countDeltas</a>()</div>
|
||
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span> {</div>
|
||
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/unique_lock.html">std::unique_lock<std::mutex></a> lock(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a4ae169e543257ebc71711b53e5f778e0">mtx_</a>);</div>
|
||
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#ae14a31e97cab2fbe2180019755098de1">deltas_</a>.size();</div>
|
||
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span> </div>
|
||
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"> 648</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||
<div class="foldopen" id="foldopen00649" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a6cd122028ac81f37fbcab5e30f7ce13f"> 649</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a6cd122028ac81f37fbcab5e30f7ce13f">countSkipLists</a>()</div>
|
||
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"> 650</span> {</div>
|
||
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"> 651</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/unique_lock.html">std::unique_lock<std::mutex></a> lock(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a4ae169e543257ebc71711b53e5f778e0">mtx_</a>);</div>
|
||
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a0bc33f6788b3556d86654ab3f2cf934d">skipLists_</a>.size();</div>
|
||
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"> 653</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"> 654</span> </div>
|
||
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno"> 655</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00656" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa96b89623af024bbbcabdc22b7d008ba"> 656</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa96b89623af024bbbcabdc22b7d008ba">countsAsExpected</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> tasks, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> skipLists, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> deltas)</div>
|
||
<div class="line"><a id="l00657" name="l00657"></a><span class="lineno"> 657</span> {</div>
|
||
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"> 658</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/unique_lock.html">std::unique_lock<std::mutex></a> lock(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a4ae169e543257ebc71711b53e5f778e0">mtx_</a>);</div>
|
||
<div class="line"><a id="l00659" name="l00659"></a><span class="lineno"> 659</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a5319446ab6b0b99a231ba52f9dc5fe8f">tasks_</a>.size() == tasks && <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a0bc33f6788b3556d86654ab3f2cf934d">skipLists_</a>.size() == skipLists &&</div>
|
||
<div class="line"><a id="l00660" name="l00660"></a><span class="lineno"> 660</span> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#ae14a31e97cab2fbe2180019755098de1">deltas_</a>.size() == deltas;</div>
|
||
<div class="line"><a id="l00661" name="l00661"></a><span class="lineno"> 661</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00662" name="l00662"></a><span class="lineno"> 662</span> </div>
|
||
<div class="line"><a id="l00663" name="l00663"></a><span class="lineno"> 663</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<SkipListAcquire></a></div>
|
||
<div class="foldopen" id="foldopen00664" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00664" name="l00664"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8d5a2e43b7d984b93c807b42d30519fb"> 664</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8d5a2e43b7d984b93c807b42d30519fb">findSkipListAcquire</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& hash)</div>
|
||
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"> 665</span> {</div>
|
||
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/unique_lock.html">std::unique_lock<std::mutex></a> lock(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a4ae169e543257ebc71711b53e5f778e0">mtx_</a>);</div>
|
||
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno"> 667</span> <span class="keyword">auto</span> i = <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a0bc33f6788b3556d86654ab3f2cf934d">skipLists_</a>.find(hash);</div>
|
||
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno"> 668</span> <span class="keywordflow">if</span> (i == <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a0bc33f6788b3556d86654ab3f2cf934d">skipLists_</a>.end())</div>
|
||
<div class="line"><a id="l00669" name="l00669"></a><span class="lineno"> 669</span> <span class="keywordflow">return</span> {};</div>
|
||
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"> 670</span> <span class="keywordflow">return</span> i->second.lock();</div>
|
||
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"> 671</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span> </div>
|
||
<div class="line"><a id="l00673" name="l00673"></a><span class="lineno"> 673</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<LedgerDeltaAcquire></a></div>
|
||
<div class="foldopen" id="foldopen00674" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00674" name="l00674"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#afbebeca03a670065628e2b07198f3492"> 674</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#afbebeca03a670065628e2b07198f3492">findLedgerDeltaAcquire</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& hash)</div>
|
||
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno"> 675</span> {</div>
|
||
<div class="line"><a id="l00676" name="l00676"></a><span class="lineno"> 676</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/unique_lock.html">std::unique_lock<std::mutex></a> lock(<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#a4ae169e543257ebc71711b53e5f778e0">mtx_</a>);</div>
|
||
<div class="line"><a id="l00677" name="l00677"></a><span class="lineno"> 677</span> <span class="keyword">auto</span> i = <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#ae14a31e97cab2fbe2180019755098de1">deltas_</a>.find(hash);</div>
|
||
<div class="line"><a id="l00678" name="l00678"></a><span class="lineno"> 678</span> <span class="keywordflow">if</span> (i == <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayer.html#ae14a31e97cab2fbe2180019755098de1">deltas_</a>.end())</div>
|
||
<div class="line"><a id="l00679" name="l00679"></a><span class="lineno"> 679</span> <span class="keywordflow">return</span> {};</div>
|
||
<div class="line"><a id="l00680" name="l00680"></a><span class="lineno"> 680</span> <span class="keywordflow">return</span> i->second.lock();</div>
|
||
<div class="line"><a id="l00681" name="l00681"></a><span class="lineno"> 681</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00682" name="l00682"></a><span class="lineno"> 682</span> </div>
|
||
<div class="line"><a id="l00683" name="l00683"></a><span class="lineno"> 683</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T></div>
|
||
<div class="line"><a id="l00684" name="l00684"></a><span class="lineno"> 684</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">TaskStatus</a></div>
|
||
<div class="foldopen" id="foldopen00685" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a0ecc97945e45d1803997869db873eb0e"> 685</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a0ecc97945e45d1803997869db873eb0e">taskStatus</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<T></a> <span class="keyword">const</span>& t)</div>
|
||
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno"> 686</span> {</div>
|
||
<div class="line"><a id="l00687" name="l00687"></a><span class="lineno"> 687</span> <span class="keywordflow">if</span> (t->failed_)</div>
|
||
<div class="line"><a id="l00688" name="l00688"></a><span class="lineno"> 688</span> <span class="keywordflow">return</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>;</div>
|
||
<div class="line"><a id="l00689" name="l00689"></a><span class="lineno"> 689</span> <span class="keywordflow">if</span> (t->complete_)</div>
|
||
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno"> 690</span> <span class="keywordflow">return</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>;</div>
|
||
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno"> 691</span> <span class="keywordflow">return</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a71b56450c5e1ce9ce5f10422f47beb06">TaskStatus::NotDone</a>;</div>
|
||
<div class="line"><a id="l00692" name="l00692"></a><span class="lineno"> 692</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"> 693</span> </div>
|
||
<div class="line"><a id="l00694" name="l00694"></a><span class="lineno"> 694</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00695" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00695" name="l00695"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aebe40a10801813852ea9b5a97dcacf34"> 695</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aebe40a10801813852ea9b5a97dcacf34">asExpected</a>(</div>
|
||
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno"> 696</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<LedgerReplayTask></a> <span class="keyword">const</span>& task,</div>
|
||
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno"> 697</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">TaskStatus</a> taskExpect,</div>
|
||
<div class="line"><a id="l00698" name="l00698"></a><span class="lineno"> 698</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">TaskStatus</a> skiplistExpect,</div>
|
||
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"> 699</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> <span class="keyword">const</span>& deltaExpects)</div>
|
||
<div class="line"><a id="l00700" name="l00700"></a><span class="lineno"> 700</span> {</div>
|
||
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno"> 701</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a0ecc97945e45d1803997869db873eb0e">taskStatus</a>(task) == taskExpect)</div>
|
||
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"> 702</span> {</div>
|
||
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"> 703</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a0ecc97945e45d1803997869db873eb0e">taskStatus</a>(task->skipListAcquirer_) == skiplistExpect)</div>
|
||
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"> 704</span> {</div>
|
||
<div class="line"><a id="l00705" name="l00705"></a><span class="lineno"> 705</span> <span class="keywordflow">if</span> (task->deltas_.size() == deltaExpects.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/size.html">size</a>())</div>
|
||
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"> 706</span> {</div>
|
||
<div class="line"><a id="l00707" name="l00707"></a><span class="lineno"> 707</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < deltaExpects.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/size.html">size</a>(); ++i)</div>
|
||
<div class="line"><a id="l00708" name="l00708"></a><span class="lineno"> 708</span> {</div>
|
||
<div class="line"><a id="l00709" name="l00709"></a><span class="lineno"> 709</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a0ecc97945e45d1803997869db873eb0e">taskStatus</a>(task->deltas_[i]) != deltaExpects[i])</div>
|
||
<div class="line"><a id="l00710" name="l00710"></a><span class="lineno"> 710</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno"> 711</span> }</div>
|
||
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno"> 712</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||
<div class="line"><a id="l00713" name="l00713"></a><span class="lineno"> 713</span> }</div>
|
||
<div class="line"><a id="l00714" name="l00714"></a><span class="lineno"> 714</span> }</div>
|
||
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"> 715</span> }</div>
|
||
<div class="line"><a id="l00716" name="l00716"></a><span class="lineno"> 716</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno"> 717</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno"> 718</span> </div>
|
||
<div class="line"><a id="l00719" name="l00719"></a><span class="lineno"> 719</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00720" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a3d358e54313a6bf16a681ee2586932d5"> 720</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a3d358e54313a6bf16a681ee2586932d5">asExpected</a>(</div>
|
||
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"> 721</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& hash,</div>
|
||
<div class="line"><a id="l00722" name="l00722"></a><span class="lineno"> 722</span> <span class="keywordtype">int</span> totalReplay,</div>
|
||
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"> 723</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">TaskStatus</a> taskExpect,</div>
|
||
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"> 724</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">TaskStatus</a> skiplistExpect,</div>
|
||
<div class="line"><a id="l00725" name="l00725"></a><span class="lineno"> 725</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> <span class="keyword">const</span>& deltaExpects)</div>
|
||
<div class="line"><a id="l00726" name="l00726"></a><span class="lineno"> 726</span> {</div>
|
||
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span> <span class="keyword">auto</span> t = <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aec162fc84f0f022990dfbf6245d6cd0e">findTask</a>(hash, totalReplay);</div>
|
||
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"> 728</span> <span class="keywordflow">if</span> (!t)</div>
|
||
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"> 729</span> {</div>
|
||
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"> 730</span> <span class="keywordflow">if</span> (taskExpect == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ac30e98851cafc795dbe00917b7c4ccf8">TaskStatus::NotExist</a>)</div>
|
||
<div class="line"><a id="l00731" name="l00731"></a><span class="lineno"> 731</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||
<div class="line"><a id="l00732" name="l00732"></a><span class="lineno"> 732</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno"> 733</span> }</div>
|
||
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno"> 734</span> </div>
|
||
<div class="line"><a id="l00735" name="l00735"></a><span class="lineno"> 735</span> <span class="keywordflow">return</span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aebe40a10801813852ea9b5a97dcacf34">asExpected</a>(t, taskExpect, skiplistExpect, deltaExpects);</div>
|
||
<div class="line"><a id="l00736" name="l00736"></a><span class="lineno"> 736</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00737" name="l00737"></a><span class="lineno"> 737</span> </div>
|
||
<div class="line"><a id="l00738" name="l00738"></a><span class="lineno"> 738</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00739" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00739" name="l00739"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#af5b74ce2ccdea6f5923b87bb00f96138"> 739</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#af5b74ce2ccdea6f5923b87bb00f96138">checkStatus</a>(</div>
|
||
<div class="line"><a id="l00740" name="l00740"></a><span class="lineno"> 740</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& hash,</div>
|
||
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"> 741</span> <span class="keywordtype">int</span> totalReplay,</div>
|
||
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">TaskStatus</a> taskExpect,</div>
|
||
<div class="line"><a id="l00743" name="l00743"></a><span class="lineno"> 743</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">TaskStatus</a> skiplistExpect,</div>
|
||
<div class="line"><a id="l00744" name="l00744"></a><span class="lineno"> 744</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> <span class="keyword">const</span>& deltaExpects)</div>
|
||
<div class="line"><a id="l00745" name="l00745"></a><span class="lineno"> 745</span> {</div>
|
||
<div class="line"><a id="l00746" name="l00746"></a><span class="lineno"> 746</span> <span class="keyword">auto</span> t = <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aec162fc84f0f022990dfbf6245d6cd0e">findTask</a>(hash, totalReplay);</div>
|
||
<div class="line"><a id="l00747" name="l00747"></a><span class="lineno"> 747</span> <span class="keywordflow">if</span> (!t)</div>
|
||
<div class="line"><a id="l00748" name="l00748"></a><span class="lineno"> 748</span> {</div>
|
||
<div class="line"><a id="l00749" name="l00749"></a><span class="lineno"> 749</span> <span class="keywordflow">if</span> (taskExpect == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ac30e98851cafc795dbe00917b7c4ccf8">TaskStatus::NotExist</a>)</div>
|
||
<div class="line"><a id="l00750" name="l00750"></a><span class="lineno"> 750</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||
<div class="line"><a id="l00751" name="l00751"></a><span class="lineno"> 751</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00752" name="l00752"></a><span class="lineno"> 752</span> }</div>
|
||
<div class="line"><a id="l00753" name="l00753"></a><span class="lineno"> 753</span> </div>
|
||
<div class="line"><a id="l00754" name="l00754"></a><span class="lineno"> 754</span> <span class="keywordflow">return</span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aebe40a10801813852ea9b5a97dcacf34">asExpected</a>(t, taskExpect, skiplistExpect, deltaExpects);</div>
|
||
<div class="line"><a id="l00755" name="l00755"></a><span class="lineno"> 755</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00756" name="l00756"></a><span class="lineno"> 756</span> </div>
|
||
<div class="line"><a id="l00757" name="l00757"></a><span class="lineno"> 757</span> <span class="keywordtype">bool</span></div>
|
||
<div class="foldopen" id="foldopen00758" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00758" name="l00758"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aeb23b9d039a1f173851bde3a29bc6dc6"> 758</a></span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aeb23b9d039a1f173851bde3a29bc6dc6">waitAndCheckStatus</a>(</div>
|
||
<div class="line"><a id="l00759" name="l00759"></a><span class="lineno"> 759</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& hash,</div>
|
||
<div class="line"><a id="l00760" name="l00760"></a><span class="lineno"> 760</span> <span class="keywordtype">int</span> totalReplay,</div>
|
||
<div class="line"><a id="l00761" name="l00761"></a><span class="lineno"> 761</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">TaskStatus</a> taskExpect,</div>
|
||
<div class="line"><a id="l00762" name="l00762"></a><span class="lineno"> 762</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">TaskStatus</a> skiplistExpect,</div>
|
||
<div class="line"><a id="l00763" name="l00763"></a><span class="lineno"> 763</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> <span class="keyword">const</span>& deltaExpects)</div>
|
||
<div class="line"><a id="l00764" name="l00764"></a><span class="lineno"> 764</span> {</div>
|
||
<div class="line"><a id="l00765" name="l00765"></a><span class="lineno"> 765</span> <span class="keywordflow">if</span> (!<a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ad361f2bce4fcb1b6240c959b4747b110">waitForDone</a>())</div>
|
||
<div class="line"><a id="l00766" name="l00766"></a><span class="lineno"> 766</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l00767" name="l00767"></a><span class="lineno"> 767</span> </div>
|
||
<div class="line"><a id="l00768" name="l00768"></a><span class="lineno"> 768</span> <span class="keywordflow">return</span> <a class="code hl_function" href="classxrpl_1_1test_1_1LedgerReplayClient.html#af5b74ce2ccdea6f5923b87bb00f96138">checkStatus</a>(hash, totalReplay, taskExpect, skiplistExpect, deltaExpects);</div>
|
||
<div class="line"><a id="l00769" name="l00769"></a><span class="lineno"> 769</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00770" name="l00770"></a><span class="lineno"> 770</span> </div>
|
||
<div class="line"><a id="l00771" name="l00771"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8eb5d0bb8f329ecffb6e8a5e82f3f781"> 771</a></span> <a class="code hl_class" href="classxrpl_1_1test_1_1jtx_1_1Env.html">jtx::Env</a> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8eb5d0bb8f329ecffb6e8a5e82f3f781">env</a>;</div>
|
||
<div class="line"><a id="l00772" name="l00772"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a"> 772</a></span> <a class="code hl_class" href="classxrpl_1_1Application.html">Application</a>& <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">app</a>;</div>
|
||
<div class="line"><a id="l00773" name="l00773"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a44d84f766643eae62db8d87257f3ea38"> 773</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerMaster.html">LedgerMaster</a>& <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a44d84f766643eae62db8d87257f3ea38">ledgerMaster</a>;</div>
|
||
<div class="line"><a id="l00774" name="l00774"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a5c726cd2a1dc5862880e783fd0a6ad2d"> 774</a></span> <a class="code hl_class" href="classxrpl_1_1test_1_1MagicInboundLedgers.html">MagicInboundLedgers</a> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a5c726cd2a1dc5862880e783fd0a6ad2d">inboundLedgers</a>;</div>
|
||
<div class="line"><a id="l00775" name="l00775"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ae300abc2210b4407510953ef5a7289de"> 775</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#ae300abc2210b4407510953ef5a7289de">serverMsgHandler</a>;</div>
|
||
<div class="line"><a id="l00776" name="l00776"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a76301ce63cf47e3d335ef7a4869d3d01"> 776</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayMsgHandler.html">LedgerReplayMsgHandler</a> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a76301ce63cf47e3d335ef7a4869d3d01">clientMsgHandler</a>;</div>
|
||
<div class="line"><a id="l00777" name="l00777"></a><span class="lineno"><a class="line" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b"> 777</a></span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayer.html">LedgerReplayer</a> <a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">replayer</a>;</div>
|
||
<div class="line"><a id="l00778" name="l00778"></a><span class="lineno"> 778</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00779" name="l00779"></a><span class="lineno"> 779</span> </div>
|
||
<div class="line"><a id="l00780" name="l00780"></a><span class="lineno"> 780</span><span class="keyword">using namespace </span><a class="code hl_namespace" href="namespacebeast_1_1severities.html">beast::severities</a>;</div>
|
||
<div class="line"><a id="l00781" name="l00781"></a><span class="lineno"> 781</span><span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00782" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00782" name="l00782"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1test.html#ad2f4dabdf645ee55bf3ad9356848ee78"> 782</a></span><a class="code hl_function" href="namespacexrpl_1_1test.html#ad2f4dabdf645ee55bf3ad9356848ee78">logAll</a>(<a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerServer.html">LedgerServer</a>& server, <a class="code hl_class" href="classxrpl_1_1test_1_1LedgerReplayClient.html">LedgerReplayClient</a>& client, <a class="code hl_enumeration" href="namespacebeast_1_1severities.html#a069a8a312b9123b77f6aa31733ca73be">beast::severities::Severity</a> level = Severity::kTrace)</div>
|
||
<div class="line"><a id="l00783" name="l00783"></a><span class="lineno"> 783</span>{</div>
|
||
<div class="line"><a id="l00784" name="l00784"></a><span class="lineno"> 784</span> server.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#aeea289c12cda28a6e8433e2721365b28">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#aa485013eac35a26530ed8727fb58cb5e">logs</a>().<a class="code hl_function" href="classxrpl_1_1Logs.html#a41fd8a8a7a607cc8cedf9f1145e05179">threshold</a>(level);</div>
|
||
<div class="line"><a id="l00785" name="l00785"></a><span class="lineno"> 785</span> client.<a class="code hl_variable" href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#aa485013eac35a26530ed8727fb58cb5e">logs</a>().<a class="code hl_function" href="classxrpl_1_1Logs.html#a41fd8a8a7a607cc8cedf9f1145e05179">threshold</a>(level);</div>
|
||
<div class="line"><a id="l00786" name="l00786"></a><span class="lineno"> 786</span>}</div>
|
||
</div>
|
||
<div class="line"><a id="l00787" name="l00787"></a><span class="lineno"> 787</span><span class="comment">// logAll(net.server, net.client);</span></div>
|
||
<div class="line"><a id="l00788" name="l00788"></a><span class="lineno"> 788</span> </div>
|
||
<div class="line"><a id="l00789" name="l00789"></a><span class="lineno"> 789</span><span class="comment">/*</span></div>
|
||
<div class="line"><a id="l00790" name="l00790"></a><span class="lineno"> 790</span><span class="comment"> * Create a LedgerServer and a LedgerReplayClient</span></div>
|
||
<div class="line"><a id="l00791" name="l00791"></a><span class="lineno"> 791</span><span class="comment"> */</span></div>
|
||
<div class="foldopen" id="foldopen00792" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00792" name="l00792"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1NetworkOfTwo.html"> 792</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a></div>
|
||
<div class="line"><a id="l00793" name="l00793"></a><span class="lineno"> 793</span>{</div>
|
||
<div class="foldopen" id="foldopen00794" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00794" name="l00794"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a5d796a5e468b4a012431b4e1f3a06d50"> 794</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a5d796a5e468b4a012431b4e1f3a06d50">NetworkOfTwo</a>(</div>
|
||
<div class="line"><a id="l00795" name="l00795"></a><span class="lineno"> 795</span> <a class="code hl_class" href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a>& suite,</div>
|
||
<div class="line"><a id="l00796" name="l00796"></a><span class="lineno"> 796</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html">LedgerServer::Parameter</a> <span class="keyword">const</span>& param,</div>
|
||
<div class="line"><a id="l00797" name="l00797"></a><span class="lineno"> 797</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356">PeerSetBehavior</a> behavior = <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0c6ad70beb3a7e76c3fc7adab7c46acc">PeerSetBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l00798" name="l00798"></a><span class="lineno"> 798</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28">InboundLedgersBehavior</a> inboundBhvr = <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">InboundLedgersBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l00799" name="l00799"></a><span class="lineno"> 799</span> <a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcf">PeerFeature</a> peerFeature = <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">PeerFeature::LedgerReplayEnabled</a>)</div>
|
||
<div class="line"><a id="l00800" name="l00800"></a><span class="lineno"> 800</span> : <a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>(suite, param), <a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a74ad940eaae16d3535be0df80ac07a48">client</a>(suite, <a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>, behavior, inboundBhvr, peerFeature)</div>
|
||
<div class="line"><a id="l00801" name="l00801"></a><span class="lineno"> 801</span> {</div>
|
||
<div class="line"><a id="l00802" name="l00802"></a><span class="lineno"> 802</span> <span class="comment">// logAll(server, client);</span></div>
|
||
<div class="line"><a id="l00803" name="l00803"></a><span class="lineno"> 803</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00804" name="l00804"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51"> 804</a></span> <a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerServer.html">LedgerServer</a> <a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>;</div>
|
||
<div class="line"><a id="l00805" name="l00805"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a74ad940eaae16d3535be0df80ac07a48"> 805</a></span> <a class="code hl_class" href="classxrpl_1_1test_1_1LedgerReplayClient.html">LedgerReplayClient</a> <a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a74ad940eaae16d3535be0df80ac07a48">client</a>;</div>
|
||
<div class="line"><a id="l00806" name="l00806"></a><span class="lineno"> 806</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l00807" name="l00807"></a><span class="lineno"> 807</span> </div>
|
||
<div class="foldopen" id="foldopen00833" data-start="{" data-end="};">
|
||
<div class="line"><a id="l00833" name="l00833"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html"> 833</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerReplayer__test.html">LedgerReplayer_test</a> : <span class="keyword">public</span> <a class="code hl_class" href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a></div>
|
||
<div class="line"><a id="l00834" name="l00834"></a><span class="lineno"> 834</span>{</div>
|
||
<div class="line"><a id="l00835" name="l00835"></a><span class="lineno"> 835</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00836" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00836" name="l00836"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a0b30bd94ba03c3f8a16cdf814858e3a6"> 836</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a0b30bd94ba03c3f8a16cdf814858e3a6">testProofPath</a>()</div>
|
||
<div class="line"><a id="l00837" name="l00837"></a><span class="lineno"> 837</span> {</div>
|
||
<div class="line"><a id="l00838" name="l00838"></a><span class="lineno"> 838</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"ProofPath"</span>);</div>
|
||
<div class="line"><a id="l00839" name="l00839"></a><span class="lineno"> 839</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerServer.html">LedgerServer</a> server(*<span class="keyword">this</span>, {1});</div>
|
||
<div class="line"><a id="l00840" name="l00840"></a><span class="lineno"> 840</span> <span class="keyword">auto</span> <span class="keyword">const</span> l = server.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l00841" name="l00841"></a><span class="lineno"> 841</span> </div>
|
||
<div class="line"><a id="l00842" name="l00842"></a><span class="lineno"> 842</span> {</div>
|
||
<div class="line"><a id="l00843" name="l00843"></a><span class="lineno"> 843</span> <span class="comment">// request, missing key</span></div>
|
||
<div class="line"><a id="l00844" name="l00844"></a><span class="lineno"> 844</span> <span class="keyword">auto</span> request = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMProofPathRequest></a>();</div>
|
||
<div class="line"><a id="l00845" name="l00845"></a><span class="lineno"> 845</span> request->set_ledgerhash(l->header().hash.data(), l->header().hash.size());</div>
|
||
<div class="line"><a id="l00846" name="l00846"></a><span class="lineno"> 846</span> request->set_type(protocol::TMLedgerMapType::lmACCOUNT_STATE);</div>
|
||
<div class="line"><a id="l00847" name="l00847"></a><span class="lineno"> 847</span> <span class="keyword">auto</span> reply =</div>
|
||
<div class="line"><a id="l00848" name="l00848"></a><span class="lineno"> 848</span> <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMProofPathResponse></a>(server.msgHandler.processProofPathRequest(request));</div>
|
||
<div class="line"><a id="l00849" name="l00849"></a><span class="lineno"> 849</span> BEAST_EXPECT(reply->has_error());</div>
|
||
<div class="line"><a id="l00850" name="l00850"></a><span class="lineno"> 850</span> BEAST_EXPECT(!server.msgHandler.processProofPathResponse(reply));</div>
|
||
<div class="line"><a id="l00851" name="l00851"></a><span class="lineno"> 851</span> }</div>
|
||
<div class="line"><a id="l00852" name="l00852"></a><span class="lineno"> 852</span> {</div>
|
||
<div class="line"><a id="l00853" name="l00853"></a><span class="lineno"> 853</span> <span class="comment">// request, wrong hash</span></div>
|
||
<div class="line"><a id="l00854" name="l00854"></a><span class="lineno"> 854</span> <span class="keyword">auto</span> request = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMProofPathRequest></a>();</div>
|
||
<div class="line"><a id="l00855" name="l00855"></a><span class="lineno"> 855</span> request->set_type(protocol::TMLedgerMapType::lmACCOUNT_STATE);</div>
|
||
<div class="line"><a id="l00856" name="l00856"></a><span class="lineno"> 856</span> request->set_key(<a class="code hl_function" href="namespacexrpl_1_1keylet.html#a001f72fd04714632d5fd4345ab1f1873">keylet::skip</a>().key.data(), <a class="code hl_function" href="namespacexrpl_1_1keylet.html#a001f72fd04714632d5fd4345ab1f1873">keylet::skip</a>().<a class="code hl_variable" href="structxrpl_1_1Keylet.html#a03cc2a78d194c2eb48ae173f0db3b22c">key</a>.<a class="code hl_function" href="classxrpl_1_1base__uint.html#af75a5db52d164b43693830e9df8585a8">size</a>());</div>
|
||
<div class="line"><a id="l00857" name="l00857"></a><span class="lineno"> 857</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> hash(1234567);</div>
|
||
<div class="line"><a id="l00858" name="l00858"></a><span class="lineno"> 858</span> request->set_ledgerhash(hash.<a class="code hl_function" href="classxrpl_1_1base__uint.html#abafa79f01042304ef1af73e625d4f515">data</a>(), hash.<a class="code hl_function" href="classxrpl_1_1base__uint.html#af75a5db52d164b43693830e9df8585a8">size</a>());</div>
|
||
<div class="line"><a id="l00859" name="l00859"></a><span class="lineno"> 859</span> <span class="keyword">auto</span> reply =</div>
|
||
<div class="line"><a id="l00860" name="l00860"></a><span class="lineno"> 860</span> <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMProofPathResponse></a>(server.msgHandler.processProofPathRequest(request));</div>
|
||
<div class="line"><a id="l00861" name="l00861"></a><span class="lineno"> 861</span> BEAST_EXPECT(reply->has_error());</div>
|
||
<div class="line"><a id="l00862" name="l00862"></a><span class="lineno"> 862</span> }</div>
|
||
<div class="line"><a id="l00863" name="l00863"></a><span class="lineno"> 863</span> </div>
|
||
<div class="line"><a id="l00864" name="l00864"></a><span class="lineno"> 864</span> {</div>
|
||
<div class="line"><a id="l00865" name="l00865"></a><span class="lineno"> 865</span> <span class="comment">// good request</span></div>
|
||
<div class="line"><a id="l00866" name="l00866"></a><span class="lineno"> 866</span> <span class="keyword">auto</span> request = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMProofPathRequest></a>();</div>
|
||
<div class="line"><a id="l00867" name="l00867"></a><span class="lineno"> 867</span> request->set_ledgerhash(l->header().hash.data(), l->header().hash.size());</div>
|
||
<div class="line"><a id="l00868" name="l00868"></a><span class="lineno"> 868</span> request->set_type(protocol::TMLedgerMapType::lmACCOUNT_STATE);</div>
|
||
<div class="line"><a id="l00869" name="l00869"></a><span class="lineno"> 869</span> request->set_key(<a class="code hl_function" href="namespacexrpl_1_1keylet.html#a001f72fd04714632d5fd4345ab1f1873">keylet::skip</a>().key.data(), <a class="code hl_function" href="namespacexrpl_1_1keylet.html#a001f72fd04714632d5fd4345ab1f1873">keylet::skip</a>().<a class="code hl_variable" href="structxrpl_1_1Keylet.html#a03cc2a78d194c2eb48ae173f0db3b22c">key</a>.<a class="code hl_function" href="classxrpl_1_1base__uint.html#af75a5db52d164b43693830e9df8585a8">size</a>());</div>
|
||
<div class="line"><a id="l00870" name="l00870"></a><span class="lineno"> 870</span> <span class="comment">// generate response</span></div>
|
||
<div class="line"><a id="l00871" name="l00871"></a><span class="lineno"> 871</span> <span class="keyword">auto</span> reply =</div>
|
||
<div class="line"><a id="l00872" name="l00872"></a><span class="lineno"> 872</span> <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMProofPathResponse></a>(server.msgHandler.processProofPathRequest(request));</div>
|
||
<div class="line"><a id="l00873" name="l00873"></a><span class="lineno"> 873</span> BEAST_EXPECT(!reply->has_error());</div>
|
||
<div class="line"><a id="l00874" name="l00874"></a><span class="lineno"> 874</span> BEAST_EXPECT(server.msgHandler.processProofPathResponse(reply));</div>
|
||
<div class="line"><a id="l00875" name="l00875"></a><span class="lineno"> 875</span> </div>
|
||
<div class="line"><a id="l00876" name="l00876"></a><span class="lineno"> 876</span> {</div>
|
||
<div class="line"><a id="l00877" name="l00877"></a><span class="lineno"> 877</span> <span class="comment">// bad reply</span></div>
|
||
<div class="line"><a id="l00878" name="l00878"></a><span class="lineno"> 878</span> <span class="comment">// bad header</span></div>
|
||
<div class="line"><a id="l00879" name="l00879"></a><span class="lineno"> 879</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> r(reply->ledgerheader());</div>
|
||
<div class="line"><a id="l00880" name="l00880"></a><span class="lineno"> 880</span> r.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/string/basic_string/back.html">back</a>()--;</div>
|
||
<div class="line"><a id="l00881" name="l00881"></a><span class="lineno"> 881</span> reply->set_ledgerheader(r);</div>
|
||
<div class="line"><a id="l00882" name="l00882"></a><span class="lineno"> 882</span> BEAST_EXPECT(!server.msgHandler.processProofPathResponse(reply));</div>
|
||
<div class="line"><a id="l00883" name="l00883"></a><span class="lineno"> 883</span> r.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/string/basic_string/back.html">back</a>()++;</div>
|
||
<div class="line"><a id="l00884" name="l00884"></a><span class="lineno"> 884</span> reply->set_ledgerheader(r);</div>
|
||
<div class="line"><a id="l00885" name="l00885"></a><span class="lineno"> 885</span> BEAST_EXPECT(server.msgHandler.processProofPathResponse(reply));</div>
|
||
<div class="line"><a id="l00886" name="l00886"></a><span class="lineno"> 886</span> <span class="comment">// bad proof path</span></div>
|
||
<div class="line"><a id="l00887" name="l00887"></a><span class="lineno"> 887</span> reply->mutable_path()->RemoveLast();</div>
|
||
<div class="line"><a id="l00888" name="l00888"></a><span class="lineno"> 888</span> BEAST_EXPECT(!server.msgHandler.processProofPathResponse(reply));</div>
|
||
<div class="line"><a id="l00889" name="l00889"></a><span class="lineno"> 889</span> }</div>
|
||
<div class="line"><a id="l00890" name="l00890"></a><span class="lineno"> 890</span> }</div>
|
||
<div class="line"><a id="l00891" name="l00891"></a><span class="lineno"> 891</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00892" name="l00892"></a><span class="lineno"> 892</span> </div>
|
||
<div class="line"><a id="l00893" name="l00893"></a><span class="lineno"> 893</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00894" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00894" name="l00894"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#afebd00d6ed4fe03ef6a13102f9cfb12b"> 894</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#afebd00d6ed4fe03ef6a13102f9cfb12b">testReplayDelta</a>()</div>
|
||
<div class="line"><a id="l00895" name="l00895"></a><span class="lineno"> 895</span> {</div>
|
||
<div class="line"><a id="l00896" name="l00896"></a><span class="lineno"> 896</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"ReplayDelta"</span>);</div>
|
||
<div class="line"><a id="l00897" name="l00897"></a><span class="lineno"> 897</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerServer.html">LedgerServer</a> server(*<span class="keyword">this</span>, {1});</div>
|
||
<div class="line"><a id="l00898" name="l00898"></a><span class="lineno"> 898</span> <span class="keyword">auto</span> <span class="keyword">const</span> l = server.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l00899" name="l00899"></a><span class="lineno"> 899</span> </div>
|
||
<div class="line"><a id="l00900" name="l00900"></a><span class="lineno"> 900</span> {</div>
|
||
<div class="line"><a id="l00901" name="l00901"></a><span class="lineno"> 901</span> <span class="comment">// request, missing hash</span></div>
|
||
<div class="line"><a id="l00902" name="l00902"></a><span class="lineno"> 902</span> <span class="keyword">auto</span> request = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMReplayDeltaRequest></a>();</div>
|
||
<div class="line"><a id="l00903" name="l00903"></a><span class="lineno"> 903</span> <span class="keyword">auto</span> reply =</div>
|
||
<div class="line"><a id="l00904" name="l00904"></a><span class="lineno"> 904</span> <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMReplayDeltaResponse></a>(server.msgHandler.processReplayDeltaRequest(request));</div>
|
||
<div class="line"><a id="l00905" name="l00905"></a><span class="lineno"> 905</span> BEAST_EXPECT(reply->has_error());</div>
|
||
<div class="line"><a id="l00906" name="l00906"></a><span class="lineno"> 906</span> BEAST_EXPECT(!server.msgHandler.processReplayDeltaResponse(reply));</div>
|
||
<div class="line"><a id="l00907" name="l00907"></a><span class="lineno"> 907</span> <span class="comment">// request, wrong hash</span></div>
|
||
<div class="line"><a id="l00908" name="l00908"></a><span class="lineno"> 908</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> hash(1234567);</div>
|
||
<div class="line"><a id="l00909" name="l00909"></a><span class="lineno"> 909</span> request->set_ledgerhash(hash.<a class="code hl_function" href="classxrpl_1_1base__uint.html#abafa79f01042304ef1af73e625d4f515">data</a>(), hash.<a class="code hl_function" href="classxrpl_1_1base__uint.html#af75a5db52d164b43693830e9df8585a8">size</a>());</div>
|
||
<div class="line"><a id="l00910" name="l00910"></a><span class="lineno"> 910</span> reply =</div>
|
||
<div class="line"><a id="l00911" name="l00911"></a><span class="lineno"> 911</span> <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMReplayDeltaResponse></a>(server.msgHandler.processReplayDeltaRequest(request));</div>
|
||
<div class="line"><a id="l00912" name="l00912"></a><span class="lineno"> 912</span> BEAST_EXPECT(reply->has_error());</div>
|
||
<div class="line"><a id="l00913" name="l00913"></a><span class="lineno"> 913</span> BEAST_EXPECT(!server.msgHandler.processReplayDeltaResponse(reply));</div>
|
||
<div class="line"><a id="l00914" name="l00914"></a><span class="lineno"> 914</span> }</div>
|
||
<div class="line"><a id="l00915" name="l00915"></a><span class="lineno"> 915</span> </div>
|
||
<div class="line"><a id="l00916" name="l00916"></a><span class="lineno"> 916</span> {</div>
|
||
<div class="line"><a id="l00917" name="l00917"></a><span class="lineno"> 917</span> <span class="comment">// good request</span></div>
|
||
<div class="line"><a id="l00918" name="l00918"></a><span class="lineno"> 918</span> <span class="keyword">auto</span> request = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMReplayDeltaRequest></a>();</div>
|
||
<div class="line"><a id="l00919" name="l00919"></a><span class="lineno"> 919</span> request->set_ledgerhash(l->header().hash.data(), l->header().hash.size());</div>
|
||
<div class="line"><a id="l00920" name="l00920"></a><span class="lineno"> 920</span> <span class="keyword">auto</span> reply =</div>
|
||
<div class="line"><a id="l00921" name="l00921"></a><span class="lineno"> 921</span> <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared<protocol::TMReplayDeltaResponse></a>(server.msgHandler.processReplayDeltaRequest(request));</div>
|
||
<div class="line"><a id="l00922" name="l00922"></a><span class="lineno"> 922</span> BEAST_EXPECT(!reply->has_error());</div>
|
||
<div class="line"><a id="l00923" name="l00923"></a><span class="lineno"> 923</span> BEAST_EXPECT(server.msgHandler.processReplayDeltaResponse(reply));</div>
|
||
<div class="line"><a id="l00924" name="l00924"></a><span class="lineno"> 924</span> </div>
|
||
<div class="line"><a id="l00925" name="l00925"></a><span class="lineno"> 925</span> {</div>
|
||
<div class="line"><a id="l00926" name="l00926"></a><span class="lineno"> 926</span> <span class="comment">// bad reply</span></div>
|
||
<div class="line"><a id="l00927" name="l00927"></a><span class="lineno"> 927</span> <span class="comment">// bad header</span></div>
|
||
<div class="line"><a id="l00928" name="l00928"></a><span class="lineno"> 928</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> r(reply->ledgerheader());</div>
|
||
<div class="line"><a id="l00929" name="l00929"></a><span class="lineno"> 929</span> r.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/string/basic_string/back.html">back</a>()--;</div>
|
||
<div class="line"><a id="l00930" name="l00930"></a><span class="lineno"> 930</span> reply->set_ledgerheader(r);</div>
|
||
<div class="line"><a id="l00931" name="l00931"></a><span class="lineno"> 931</span> BEAST_EXPECT(!server.msgHandler.processReplayDeltaResponse(reply));</div>
|
||
<div class="line"><a id="l00932" name="l00932"></a><span class="lineno"> 932</span> r.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/string/basic_string/back.html">back</a>()++;</div>
|
||
<div class="line"><a id="l00933" name="l00933"></a><span class="lineno"> 933</span> reply->set_ledgerheader(r);</div>
|
||
<div class="line"><a id="l00934" name="l00934"></a><span class="lineno"> 934</span> BEAST_EXPECT(server.msgHandler.processReplayDeltaResponse(reply));</div>
|
||
<div class="line"><a id="l00935" name="l00935"></a><span class="lineno"> 935</span> <span class="comment">// bad txns</span></div>
|
||
<div class="line"><a id="l00936" name="l00936"></a><span class="lineno"> 936</span> reply->mutable_transaction()->RemoveLast();</div>
|
||
<div class="line"><a id="l00937" name="l00937"></a><span class="lineno"> 937</span> BEAST_EXPECT(!server.msgHandler.processReplayDeltaResponse(reply));</div>
|
||
<div class="line"><a id="l00938" name="l00938"></a><span class="lineno"> 938</span> }</div>
|
||
<div class="line"><a id="l00939" name="l00939"></a><span class="lineno"> 939</span> }</div>
|
||
<div class="line"><a id="l00940" name="l00940"></a><span class="lineno"> 940</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00941" name="l00941"></a><span class="lineno"> 941</span> </div>
|
||
<div class="line"><a id="l00942" name="l00942"></a><span class="lineno"> 942</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00943" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00943" name="l00943"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a78aaadaab968d129ba4c636fd69180b7"> 943</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a78aaadaab968d129ba4c636fd69180b7">testTaskParameter</a>()</div>
|
||
<div class="line"><a id="l00944" name="l00944"></a><span class="lineno"> 944</span> {</div>
|
||
<div class="line"><a id="l00945" name="l00945"></a><span class="lineno"> 945</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"TaskParameter"</span>);</div>
|
||
<div class="line"><a id="l00946" name="l00946"></a><span class="lineno"> 946</span> </div>
|
||
<div class="line"><a id="l00947" name="l00947"></a><span class="lineno"> 947</span> <span class="keyword">auto</span> makeSkipList = [](<span class="keywordtype">int</span> count) -> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<uint256></a> <span class="keyword">const</span> {</div>
|
||
<div class="line"><a id="l00948" name="l00948"></a><span class="lineno"> 948</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<uint256></a> sList;</div>
|
||
<div class="line"><a id="l00949" name="l00949"></a><span class="lineno"> 949</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < count; ++i)</div>
|
||
<div class="line"><a id="l00950" name="l00950"></a><span class="lineno"> 950</span> sList.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/emplace_back.html">emplace_back</a>(i);</div>
|
||
<div class="line"><a id="l00951" name="l00951"></a><span class="lineno"> 951</span> <span class="keywordflow">return</span> sList;</div>
|
||
<div class="line"><a id="l00952" name="l00952"></a><span class="lineno"> 952</span> };</div>
|
||
<div class="line"><a id="l00953" name="l00953"></a><span class="lineno"> 953</span> </div>
|
||
<div class="line"><a id="l00954" name="l00954"></a><span class="lineno"> 954</span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html">LedgerReplayTask::TaskParameter</a> tp10(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, <a class="code hl_typedef" href="namespacexrpl.html#a76c892803711595bd0d3cf6fbedf028a">uint256</a>(10), 10);</div>
|
||
<div class="line"><a id="l00955" name="l00955"></a><span class="lineno"> 955</span> BEAST_EXPECT(!tp10.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a7db408eb69e30357bfb8f4ed5dc3bf14">update</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a>(777), 5, makeSkipList(10)));</div>
|
||
<div class="line"><a id="l00956" name="l00956"></a><span class="lineno"> 956</span> BEAST_EXPECT(!tp10.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a7db408eb69e30357bfb8f4ed5dc3bf14">update</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a>(10), 5, makeSkipList(8)));</div>
|
||
<div class="line"><a id="l00957" name="l00957"></a><span class="lineno"> 957</span> BEAST_EXPECT(tp10.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a7db408eb69e30357bfb8f4ed5dc3bf14">update</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a>(10), 10, makeSkipList(10)));</div>
|
||
<div class="line"><a id="l00958" name="l00958"></a><span class="lineno"> 958</span> </div>
|
||
<div class="line"><a id="l00959" name="l00959"></a><span class="lineno"> 959</span> <span class="comment">// can merge to self</span></div>
|
||
<div class="line"><a id="l00960" name="l00960"></a><span class="lineno"> 960</span> BEAST_EXPECT(tp10.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp10));</div>
|
||
<div class="line"><a id="l00961" name="l00961"></a><span class="lineno"> 961</span> </div>
|
||
<div class="line"><a id="l00962" name="l00962"></a><span class="lineno"> 962</span> <span class="comment">// smaller task</span></div>
|
||
<div class="line"><a id="l00963" name="l00963"></a><span class="lineno"> 963</span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html">LedgerReplayTask::TaskParameter</a> tp9(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, <a class="code hl_typedef" href="namespacexrpl.html#a76c892803711595bd0d3cf6fbedf028a">uint256</a>(9), 9);</div>
|
||
<div class="line"><a id="l00964" name="l00964"></a><span class="lineno"> 964</span> </div>
|
||
<div class="line"><a id="l00965" name="l00965"></a><span class="lineno"> 965</span> BEAST_EXPECT(tp9.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp10));</div>
|
||
<div class="line"><a id="l00966" name="l00966"></a><span class="lineno"> 966</span> BEAST_EXPECT(!tp10.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp9));</div>
|
||
<div class="line"><a id="l00967" name="l00967"></a><span class="lineno"> 967</span> </div>
|
||
<div class="line"><a id="l00968" name="l00968"></a><span class="lineno"> 968</span> tp9.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#ada16b3791e065fbbb892a480a6e978ca">totalLedgers_</a>++;</div>
|
||
<div class="line"><a id="l00969" name="l00969"></a><span class="lineno"> 969</span> BEAST_EXPECT(!tp9.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp10));</div>
|
||
<div class="line"><a id="l00970" name="l00970"></a><span class="lineno"> 970</span> tp9.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#ada16b3791e065fbbb892a480a6e978ca">totalLedgers_</a>--;</div>
|
||
<div class="line"><a id="l00971" name="l00971"></a><span class="lineno"> 971</span> BEAST_EXPECT(tp9.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp10));</div>
|
||
<div class="line"><a id="l00972" name="l00972"></a><span class="lineno"> 972</span> </div>
|
||
<div class="line"><a id="l00973" name="l00973"></a><span class="lineno"> 973</span> tp9.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#aa9d3d896722cfbcc0e3197b78bcef2fd">reason_</a> = <a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991a6ea28b46407abd2931a73c789ecdd944">InboundLedger::Reason::CONSENSUS</a>;</div>
|
||
<div class="line"><a id="l00974" name="l00974"></a><span class="lineno"> 974</span> BEAST_EXPECT(!tp9.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp10));</div>
|
||
<div class="line"><a id="l00975" name="l00975"></a><span class="lineno"> 975</span> tp9.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#aa9d3d896722cfbcc0e3197b78bcef2fd">reason_</a> = <a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>;</div>
|
||
<div class="line"><a id="l00976" name="l00976"></a><span class="lineno"> 976</span> BEAST_EXPECT(tp9.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp10));</div>
|
||
<div class="line"><a id="l00977" name="l00977"></a><span class="lineno"> 977</span> </div>
|
||
<div class="line"><a id="l00978" name="l00978"></a><span class="lineno"> 978</span> tp9.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#afd2f892401375a4cead2e7bef1ff574b">finishHash_</a> = <a class="code hl_typedef" href="namespacexrpl.html#a76c892803711595bd0d3cf6fbedf028a">uint256</a>(1234);</div>
|
||
<div class="line"><a id="l00979" name="l00979"></a><span class="lineno"> 979</span> BEAST_EXPECT(!tp9.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp10));</div>
|
||
<div class="line"><a id="l00980" name="l00980"></a><span class="lineno"> 980</span> tp9.<a class="code hl_variable" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#afd2f892401375a4cead2e7bef1ff574b">finishHash_</a> = <a class="code hl_typedef" href="namespacexrpl.html#a76c892803711595bd0d3cf6fbedf028a">uint256</a>(9);</div>
|
||
<div class="line"><a id="l00981" name="l00981"></a><span class="lineno"> 981</span> BEAST_EXPECT(tp9.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp10));</div>
|
||
<div class="line"><a id="l00982" name="l00982"></a><span class="lineno"> 982</span> </div>
|
||
<div class="line"><a id="l00983" name="l00983"></a><span class="lineno"> 983</span> <span class="comment">// larger task</span></div>
|
||
<div class="line"><a id="l00984" name="l00984"></a><span class="lineno"> 984</span> <a class="code hl_class" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html">LedgerReplayTask::TaskParameter</a> tp20(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, <a class="code hl_typedef" href="namespacexrpl.html#a76c892803711595bd0d3cf6fbedf028a">uint256</a>(20), 20);</div>
|
||
<div class="line"><a id="l00985" name="l00985"></a><span class="lineno"> 985</span> BEAST_EXPECT(tp20.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a7db408eb69e30357bfb8f4ed5dc3bf14">update</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a>(20), 20, makeSkipList(20)));</div>
|
||
<div class="line"><a id="l00986" name="l00986"></a><span class="lineno"> 986</span> BEAST_EXPECT(tp10.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp20));</div>
|
||
<div class="line"><a id="l00987" name="l00987"></a><span class="lineno"> 987</span> BEAST_EXPECT(tp9.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp20));</div>
|
||
<div class="line"><a id="l00988" name="l00988"></a><span class="lineno"> 988</span> BEAST_EXPECT(!tp20.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp10));</div>
|
||
<div class="line"><a id="l00989" name="l00989"></a><span class="lineno"> 989</span> BEAST_EXPECT(!tp20.<a class="code hl_function" href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">canMergeInto</a>(tp9));</div>
|
||
<div class="line"><a id="l00990" name="l00990"></a><span class="lineno"> 990</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l00991" name="l00991"></a><span class="lineno"> 991</span> </div>
|
||
<div class="line"><a id="l00992" name="l00992"></a><span class="lineno"> 992</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen00993" data-start="{" data-end="}">
|
||
<div class="line"><a id="l00993" name="l00993"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a95c45ffdba135bb08f620ae4bd69f22d"> 993</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a95c45ffdba135bb08f620ae4bd69f22d">testConfig</a>()</div>
|
||
<div class="line"><a id="l00994" name="l00994"></a><span class="lineno"> 994</span> {</div>
|
||
<div class="line"><a id="l00995" name="l00995"></a><span class="lineno"> 995</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"config test"</span>);</div>
|
||
<div class="line"><a id="l00996" name="l00996"></a><span class="lineno"> 996</span> {</div>
|
||
<div class="line"><a id="l00997" name="l00997"></a><span class="lineno"> 997</span> <a class="code hl_class" href="classxrpl_1_1Config.html">Config</a> c;</div>
|
||
<div class="line"><a id="l00998" name="l00998"></a><span class="lineno"> 998</span> BEAST_EXPECT(c.<a class="code hl_variable" href="classxrpl_1_1Config.html#afce65e28072f9f9a29a6bb67f107b9d8">LEDGER_REPLAY</a> == <span class="keyword">false</span>);</div>
|
||
<div class="line"><a id="l00999" name="l00999"></a><span class="lineno"> 999</span> }</div>
|
||
<div class="line"><a id="l01000" name="l01000"></a><span class="lineno"> 1000</span> </div>
|
||
<div class="line"><a id="l01001" name="l01001"></a><span class="lineno"> 1001</span> {</div>
|
||
<div class="line"><a id="l01002" name="l01002"></a><span class="lineno"> 1002</span> <a class="code hl_class" href="classxrpl_1_1Config.html">Config</a> c;</div>
|
||
<div class="line"><a id="l01003" name="l01003"></a><span class="lineno"> 1003</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> toLoad(R<span class="stringliteral">"rippleConfig(</span></div>
|
||
<div class="line"><a id="l01004" name="l01004"></a><span class="lineno"> 1004</span><span class="stringliteral">[ledger_replay]</span></div>
|
||
<div class="line"><a id="l01005" name="l01005"></a><span class="lineno"> 1005</span><span class="stringliteral">1</span></div>
|
||
<div class="line"><a id="l01006" name="l01006"></a><span class="lineno"> 1006</span><span class="stringliteral">)rippleConfig");</span></div>
|
||
<div class="line"><a id="l01007" name="l01007"></a><span class="lineno"> 1007</span><span class="stringliteral"> c.<a class="code hl_function" href="classxrpl_1_1Config.html#a871dc2f37455159feaa36eb0b91b6c3b">loadFromString</a>(toLoad);</span></div>
|
||
<div class="line"><a id="l01008" name="l01008"></a><span class="lineno"> 1008</span><span class="stringliteral"> BEAST_EXPECT(c.<a class="code hl_variable" href="classxrpl_1_1Config.html#afce65e28072f9f9a29a6bb67f107b9d8">LEDGER_REPLAY</a> == </span><span class="keyword">true</span>);</div>
|
||
<div class="line"><a id="l01009" name="l01009"></a><span class="lineno"> 1009</span> }</div>
|
||
<div class="line"><a id="l01010" name="l01010"></a><span class="lineno"> 1010</span> </div>
|
||
<div class="line"><a id="l01011" name="l01011"></a><span class="lineno"> 1011</span> {</div>
|
||
<div class="line"><a id="l01012" name="l01012"></a><span class="lineno"> 1012</span> <a class="code hl_class" href="classxrpl_1_1Config.html">Config</a> c;</div>
|
||
<div class="line"><a id="l01013" name="l01013"></a><span class="lineno"> 1013</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> toLoad = (R<span class="stringliteral">"rippleConfig(</span></div>
|
||
<div class="line"><a id="l01014" name="l01014"></a><span class="lineno"> 1014</span><span class="stringliteral">[ledger_replay]</span></div>
|
||
<div class="line"><a id="l01015" name="l01015"></a><span class="lineno"> 1015</span><span class="stringliteral">0</span></div>
|
||
<div class="line"><a id="l01016" name="l01016"></a><span class="lineno"> 1016</span><span class="stringliteral">)rippleConfig");</span></div>
|
||
<div class="line"><a id="l01017" name="l01017"></a><span class="lineno"> 1017</span><span class="stringliteral"> c.<a class="code hl_function" href="classxrpl_1_1Config.html#a871dc2f37455159feaa36eb0b91b6c3b">loadFromString</a>(toLoad);</span></div>
|
||
<div class="line"><a id="l01018" name="l01018"></a><span class="lineno"> 1018</span><span class="stringliteral"> BEAST_EXPECT(c.<a class="code hl_variable" href="classxrpl_1_1Config.html#afce65e28072f9f9a29a6bb67f107b9d8">LEDGER_REPLAY</a> == </span><span class="keyword">false</span>);</div>
|
||
<div class="line"><a id="l01019" name="l01019"></a><span class="lineno"> 1019</span> }</div>
|
||
<div class="line"><a id="l01020" name="l01020"></a><span class="lineno"> 1020</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01021" name="l01021"></a><span class="lineno"> 1021</span> </div>
|
||
<div class="line"><a id="l01022" name="l01022"></a><span class="lineno"> 1022</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01023" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01023" name="l01023"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#ae10e760323e88fe7408143869d9e12fc"> 1023</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#ae10e760323e88fe7408143869d9e12fc">testHandshake</a>()</div>
|
||
<div class="line"><a id="l01024" name="l01024"></a><span class="lineno"> 1024</span> {</div>
|
||
<div class="line"><a id="l01025" name="l01025"></a><span class="lineno"> 1025</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"handshake test"</span>);</div>
|
||
<div class="line"><a id="l01026" name="l01026"></a><span class="lineno"> 1026</span> <span class="keyword">auto</span> handshake = [&](<span class="keywordtype">bool</span> client, <span class="keywordtype">bool</span> server, <span class="keywordtype">bool</span> expecting) -> <span class="keywordtype">bool</span> {</div>
|
||
<div class="line"><a id="l01027" name="l01027"></a><span class="lineno"> 1027</span> <span class="keyword">auto</span> request = <a class="code hl_function" href="namespacexrpl.html#a7384b1b2d66be150de048a92d293fd19">xrpl::makeRequest</a>(<span class="keyword">true</span>, <span class="keyword">false</span>, client, <span class="keyword">false</span>, <span class="keyword">false</span>);</div>
|
||
<div class="line"><a id="l01028" name="l01028"></a><span class="lineno"> 1028</span> <a class="code hl_typedef" href="namespacexrpl.html#a3a4ac74e54fc39e5c6f7f61f93db19c1">http_request_type</a> http_request;</div>
|
||
<div class="line"><a id="l01029" name="l01029"></a><span class="lineno"> 1029</span> http_request.version(request.version());</div>
|
||
<div class="line"><a id="l01030" name="l01030"></a><span class="lineno"> 1030</span> http_request.base() = request.base();</div>
|
||
<div class="line"><a id="l01031" name="l01031"></a><span class="lineno"> 1031</span> <span class="keywordtype">bool</span> serverResult = <a class="code hl_function" href="namespacexrpl.html#a97328bd55b3f732b6ea35191b9a73cc6">peerFeatureEnabled</a>(http_request, <a class="code hl_variable" href="namespacexrpl.html#adecb1faa5f7654080cc967f4c384eb3a">FEATURE_LEDGER_REPLAY</a>, server);</div>
|
||
<div class="line"><a id="l01032" name="l01032"></a><span class="lineno"> 1032</span> <span class="keywordflow">if</span> (serverResult != expecting)</div>
|
||
<div class="line"><a id="l01033" name="l01033"></a><span class="lineno"> 1033</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l01034" name="l01034"></a><span class="lineno"> 1034</span> </div>
|
||
<div class="line"><a id="l01035" name="l01035"></a><span class="lineno"> 1035</span> <a class="code hl_typedef" href="namespacebeast_1_1IP.html#adbe597760cb20a7aa3f2ff92f7bed2cc">beast::IP::Address</a> addr = boost::asio::ip::make_address(<span class="stringliteral">"172.1.1.100"</span>);</div>
|
||
<div class="line"><a id="l01036" name="l01036"></a><span class="lineno"> 1036</span> <a class="code hl_class" href="classxrpl_1_1test_1_1jtx_1_1Env.html">jtx::Env</a> serverEnv(*<span class="keyword">this</span>);</div>
|
||
<div class="line"><a id="l01037" name="l01037"></a><span class="lineno"> 1037</span> serverEnv.<a class="code hl_function" href="classxrpl_1_1test_1_1jtx_1_1Env.html#a00e2950377b152b92bbf93e4b3c8c474">app</a>().<a class="code hl_function" href="classxrpl_1_1Application.html#a31c486ede7ae3b9c56c4c57bc696e3bf">config</a>().<a class="code hl_variable" href="classxrpl_1_1Config.html#afce65e28072f9f9a29a6bb67f107b9d8">LEDGER_REPLAY</a> = server;</div>
|
||
<div class="line"><a id="l01038" name="l01038"></a><span class="lineno"> 1038</span> <span class="keyword">auto</span> http_resp = <a class="code hl_function" href="namespacexrpl.html#ac100444a26fa1cc3b4c14aa70934472e">xrpl::makeResponse</a>(<span class="keyword">true</span>, http_request, addr, addr, <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a>{1}, 1, {1, 0}, serverEnv.<a class="code hl_function" href="classxrpl_1_1test_1_1jtx_1_1Env.html#a00e2950377b152b92bbf93e4b3c8c474">app</a>());</div>
|
||
<div class="line"><a id="l01039" name="l01039"></a><span class="lineno"> 1039</span> <span class="keyword">auto</span> <span class="keyword">const</span> clientResult = <a class="code hl_function" href="namespacexrpl.html#a97328bd55b3f732b6ea35191b9a73cc6">peerFeatureEnabled</a>(http_resp, <a class="code hl_variable" href="namespacexrpl.html#adecb1faa5f7654080cc967f4c384eb3a">FEATURE_LEDGER_REPLAY</a>, client);</div>
|
||
<div class="line"><a id="l01040" name="l01040"></a><span class="lineno"> 1040</span> <span class="keywordflow">if</span> (clientResult != expecting)</div>
|
||
<div class="line"><a id="l01041" name="l01041"></a><span class="lineno"> 1041</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||
<div class="line"><a id="l01042" name="l01042"></a><span class="lineno"> 1042</span> </div>
|
||
<div class="line"><a id="l01043" name="l01043"></a><span class="lineno"> 1043</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||
<div class="line"><a id="l01044" name="l01044"></a><span class="lineno"> 1044</span> };</div>
|
||
<div class="line"><a id="l01045" name="l01045"></a><span class="lineno"> 1045</span> </div>
|
||
<div class="line"><a id="l01046" name="l01046"></a><span class="lineno"> 1046</span> BEAST_EXPECT(handshake(<span class="keyword">false</span>, <span class="keyword">false</span>, <span class="keyword">false</span>));</div>
|
||
<div class="line"><a id="l01047" name="l01047"></a><span class="lineno"> 1047</span> BEAST_EXPECT(handshake(<span class="keyword">false</span>, <span class="keyword">true</span>, <span class="keyword">false</span>));</div>
|
||
<div class="line"><a id="l01048" name="l01048"></a><span class="lineno"> 1048</span> BEAST_EXPECT(handshake(<span class="keyword">true</span>, <span class="keyword">false</span>, <span class="keyword">false</span>));</div>
|
||
<div class="line"><a id="l01049" name="l01049"></a><span class="lineno"> 1049</span> BEAST_EXPECT(handshake(<span class="keyword">true</span>, <span class="keyword">true</span>, <span class="keyword">true</span>));</div>
|
||
<div class="line"><a id="l01050" name="l01050"></a><span class="lineno"> 1050</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01051" name="l01051"></a><span class="lineno"> 1051</span> </div>
|
||
<div class="line"><a id="l01052" name="l01052"></a><span class="lineno"> 1052</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01053" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01053" name="l01053"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a22e7a7391fe51229adfc2559a580fc7b"> 1053</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a22e7a7391fe51229adfc2559a580fc7b">testAllLocal</a>(<span class="keywordtype">int</span> totalReplay)</div>
|
||
<div class="line"><a id="l01054" name="l01054"></a><span class="lineno"> 1054</span> {</div>
|
||
<div class="line"><a id="l01055" name="l01055"></a><span class="lineno"> 1055</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"local node has all the ledgers"</span>);</div>
|
||
<div class="line"><a id="l01056" name="l01056"></a><span class="lineno"> 1056</span> <span class="keyword">auto</span> psBhvr = <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a6a6decd76984eed63a0c173f9f574487">PeerSetBehavior::DropAll</a>;</div>
|
||
<div class="line"><a id="l01057" name="l01057"></a><span class="lineno"> 1057</span> <span class="keyword">auto</span> ilBhvr = <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a6a6decd76984eed63a0c173f9f574487">InboundLedgersBehavior::DropAll</a>;</div>
|
||
<div class="line"><a id="l01058" name="l01058"></a><span class="lineno"> 1058</span> <span class="keyword">auto</span> peerFeature = <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfa6adf97f83acf6453d4a6a4b1070f3754">PeerFeature::None</a>;</div>
|
||
<div class="line"><a id="l01059" name="l01059"></a><span class="lineno"> 1059</span> </div>
|
||
<div class="line"><a id="l01060" name="l01060"></a><span class="lineno"> 1060</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a> net(*<span class="keyword">this</span>, {totalReplay + 1}, psBhvr, ilBhvr, peerFeature);</div>
|
||
<div class="line"><a id="l01061" name="l01061"></a><span class="lineno"> 1061</span> </div>
|
||
<div class="line"><a id="l01062" name="l01062"></a><span class="lineno"> 1062</span> <span class="keyword">auto</span> l = net.<a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l01063" name="l01063"></a><span class="lineno"> 1063</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> finalHash = l->header().hash;</div>
|
||
<div class="line"><a id="l01064" name="l01064"></a><span class="lineno"> 1064</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < totalReplay; ++i)</div>
|
||
<div class="line"><a id="l01065" name="l01065"></a><span class="lineno"> 1065</span> {</div>
|
||
<div class="line"><a id="l01066" name="l01066"></a><span class="lineno"> 1066</span> BEAST_EXPECT(l);</div>
|
||
<div class="line"><a id="l01067" name="l01067"></a><span class="lineno"> 1067</span> <span class="keywordflow">if</span> (l)</div>
|
||
<div class="line"><a id="l01068" name="l01068"></a><span class="lineno"> 1068</span> {</div>
|
||
<div class="line"><a id="l01069" name="l01069"></a><span class="lineno"> 1069</span> net.client.ledgerMaster.storeLedger(l);</div>
|
||
<div class="line"><a id="l01070" name="l01070"></a><span class="lineno"> 1070</span> l = net.server.ledgerMaster.getLedgerByHash(l->header().parentHash);</div>
|
||
<div class="line"><a id="l01071" name="l01071"></a><span class="lineno"> 1071</span> }</div>
|
||
<div class="line"><a id="l01072" name="l01072"></a><span class="lineno"> 1072</span> <span class="keywordflow">else</span></div>
|
||
<div class="line"><a id="l01073" name="l01073"></a><span class="lineno"> 1073</span> <span class="keywordflow">break</span>;</div>
|
||
<div class="line"><a id="l01074" name="l01074"></a><span class="lineno"> 1074</span> }</div>
|
||
<div class="line"><a id="l01075" name="l01075"></a><span class="lineno"> 1075</span> </div>
|
||
<div class="line"><a id="l01076" name="l01076"></a><span class="lineno"> 1076</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01077" name="l01077"></a><span class="lineno"> 1077</span> </div>
|
||
<div class="line"><a id="l01078" name="l01078"></a><span class="lineno"> 1078</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> deltaStatuses(totalReplay - 1, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>);</div>
|
||
<div class="line"><a id="l01079" name="l01079"></a><span class="lineno"> 1079</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01080" name="l01080"></a><span class="lineno"> 1080</span> finalHash, totalReplay, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, deltaStatuses));</div>
|
||
<div class="line"><a id="l01081" name="l01081"></a><span class="lineno"> 1081</span> </div>
|
||
<div class="line"><a id="l01082" name="l01082"></a><span class="lineno"> 1082</span> <span class="comment">// sweep</span></div>
|
||
<div class="line"><a id="l01083" name="l01083"></a><span class="lineno"> 1083</span> net.client.replayer.sweep();</div>
|
||
<div class="line"><a id="l01084" name="l01084"></a><span class="lineno"> 1084</span> BEAST_EXPECT(net.client.countsAsExpected(0, 0, 0));</div>
|
||
<div class="line"><a id="l01085" name="l01085"></a><span class="lineno"> 1085</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01086" name="l01086"></a><span class="lineno"> 1086</span> </div>
|
||
<div class="line"><a id="l01087" name="l01087"></a><span class="lineno"> 1087</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01088" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01088" name="l01088"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a5969f2d1ad4bb02e7ba4af497921278a"> 1088</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a5969f2d1ad4bb02e7ba4af497921278a">testAllInboundLedgers</a>(<span class="keywordtype">int</span> totalReplay)</div>
|
||
<div class="line"><a id="l01089" name="l01089"></a><span class="lineno"> 1089</span> {</div>
|
||
<div class="line"><a id="l01090" name="l01090"></a><span class="lineno"> 1090</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"all the ledgers from InboundLedgers"</span>);</div>
|
||
<div class="line"><a id="l01091" name="l01091"></a><span class="lineno"> 1091</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a> net(</div>
|
||
<div class="line"><a id="l01092" name="l01092"></a><span class="lineno"> 1092</span> *<span class="keyword">this</span>, {totalReplay + 1}, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a6a6decd76984eed63a0c173f9f574487">PeerSetBehavior::DropAll</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">InboundLedgersBehavior::Good</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfa6adf97f83acf6453d4a6a4b1070f3754">PeerFeature::None</a>);</div>
|
||
<div class="line"><a id="l01093" name="l01093"></a><span class="lineno"> 1093</span> </div>
|
||
<div class="line"><a id="l01094" name="l01094"></a><span class="lineno"> 1094</span> <span class="keyword">auto</span> l = net.<a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l01095" name="l01095"></a><span class="lineno"> 1095</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> finalHash = l->header().hash;</div>
|
||
<div class="line"><a id="l01096" name="l01096"></a><span class="lineno"> 1096</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01097" name="l01097"></a><span class="lineno"> 1097</span> </div>
|
||
<div class="line"><a id="l01098" name="l01098"></a><span class="lineno"> 1098</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> deltaStatuses(totalReplay - 1, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>);</div>
|
||
<div class="line"><a id="l01099" name="l01099"></a><span class="lineno"> 1099</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01100" name="l01100"></a><span class="lineno"> 1100</span> finalHash, totalReplay, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, deltaStatuses));</div>
|
||
<div class="line"><a id="l01101" name="l01101"></a><span class="lineno"> 1101</span> </div>
|
||
<div class="line"><a id="l01102" name="l01102"></a><span class="lineno"> 1102</span> <span class="comment">// sweep</span></div>
|
||
<div class="line"><a id="l01103" name="l01103"></a><span class="lineno"> 1103</span> net.client.replayer.sweep();</div>
|
||
<div class="line"><a id="l01104" name="l01104"></a><span class="lineno"> 1104</span> BEAST_EXPECT(net.client.countsAsExpected(0, 0, 0));</div>
|
||
<div class="line"><a id="l01105" name="l01105"></a><span class="lineno"> 1105</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01106" name="l01106"></a><span class="lineno"> 1106</span> </div>
|
||
<div class="line"><a id="l01107" name="l01107"></a><span class="lineno"> 1107</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01108" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01108" name="l01108"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a303959993f0ca03d4ef21a940b9c6a84"> 1108</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a303959993f0ca03d4ef21a940b9c6a84">testPeerSetBehavior</a>(<a class="code hl_enumeration" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356">PeerSetBehavior</a> peerSetBehavior, <span class="keywordtype">int</span> totalReplay = 4)</div>
|
||
<div class="line"><a id="l01109" name="l01109"></a><span class="lineno"> 1109</span> {</div>
|
||
<div class="line"><a id="l01110" name="l01110"></a><span class="lineno"> 1110</span> <span class="keywordflow">switch</span> (peerSetBehavior)</div>
|
||
<div class="line"><a id="l01111" name="l01111"></a><span class="lineno"> 1111</span> {</div>
|
||
<div class="line"><a id="l01112" name="l01112"></a><span class="lineno"> 1112</span> <span class="keywordflow">case</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0c6ad70beb3a7e76c3fc7adab7c46acc">PeerSetBehavior::Good</a>:</div>
|
||
<div class="line"><a id="l01113" name="l01113"></a><span class="lineno"> 1113</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"good network"</span>);</div>
|
||
<div class="line"><a id="l01114" name="l01114"></a><span class="lineno"> 1114</span> <span class="keywordflow">break</span>;</div>
|
||
<div class="line"><a id="l01115" name="l01115"></a><span class="lineno"> 1115</span> <span class="keywordflow">case</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356ad10d06eac1b72b6b66d7e8bcd74474b6">PeerSetBehavior::Drop50</a>:</div>
|
||
<div class="line"><a id="l01116" name="l01116"></a><span class="lineno"> 1116</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"network drops 50% messages"</span>);</div>
|
||
<div class="line"><a id="l01117" name="l01117"></a><span class="lineno"> 1117</span> <span class="keywordflow">break</span>;</div>
|
||
<div class="line"><a id="l01118" name="l01118"></a><span class="lineno"> 1118</span> <span class="keywordflow">case</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a7020426cfb0a204051be4b3053d2acc8">PeerSetBehavior::Repeat</a>:</div>
|
||
<div class="line"><a id="l01119" name="l01119"></a><span class="lineno"> 1119</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"network repeats all messages"</span>);</div>
|
||
<div class="line"><a id="l01120" name="l01120"></a><span class="lineno"> 1120</span> <span class="keywordflow">break</span>;</div>
|
||
<div class="line"><a id="l01121" name="l01121"></a><span class="lineno"> 1121</span> <span class="keywordflow">default</span>:</div>
|
||
<div class="line"><a id="l01122" name="l01122"></a><span class="lineno"> 1122</span> <span class="keywordflow">return</span>;</div>
|
||
<div class="line"><a id="l01123" name="l01123"></a><span class="lineno"> 1123</span> }</div>
|
||
<div class="line"><a id="l01124" name="l01124"></a><span class="lineno"> 1124</span> </div>
|
||
<div class="line"><a id="l01125" name="l01125"></a><span class="lineno"> 1125</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a> net(</div>
|
||
<div class="line"><a id="l01126" name="l01126"></a><span class="lineno"> 1126</span> *<span class="keyword">this</span>,</div>
|
||
<div class="line"><a id="l01127" name="l01127"></a><span class="lineno"> 1127</span> {totalReplay + 1},</div>
|
||
<div class="line"><a id="l01128" name="l01128"></a><span class="lineno"> 1128</span> peerSetBehavior,</div>
|
||
<div class="line"><a id="l01129" name="l01129"></a><span class="lineno"> 1129</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a6a6decd76984eed63a0c173f9f574487">InboundLedgersBehavior::DropAll</a>,</div>
|
||
<div class="line"><a id="l01130" name="l01130"></a><span class="lineno"> 1130</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">PeerFeature::LedgerReplayEnabled</a>);</div>
|
||
<div class="line"><a id="l01131" name="l01131"></a><span class="lineno"> 1131</span> </div>
|
||
<div class="line"><a id="l01132" name="l01132"></a><span class="lineno"> 1132</span> <span class="comment">// feed client with start ledger since InboundLedgers drops all</span></div>
|
||
<div class="line"><a id="l01133" name="l01133"></a><span class="lineno"> 1133</span> <span class="keyword">auto</span> l = net.<a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l01134" name="l01134"></a><span class="lineno"> 1134</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> finalHash = l->header().hash;</div>
|
||
<div class="line"><a id="l01135" name="l01135"></a><span class="lineno"> 1135</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < totalReplay - 1; ++i)</div>
|
||
<div class="line"><a id="l01136" name="l01136"></a><span class="lineno"> 1136</span> {</div>
|
||
<div class="line"><a id="l01137" name="l01137"></a><span class="lineno"> 1137</span> l = net.server.ledgerMaster.getLedgerByHash(l->header().parentHash);</div>
|
||
<div class="line"><a id="l01138" name="l01138"></a><span class="lineno"> 1138</span> }</div>
|
||
<div class="line"><a id="l01139" name="l01139"></a><span class="lineno"> 1139</span> net.client.ledgerMaster.storeLedger(l);</div>
|
||
<div class="line"><a id="l01140" name="l01140"></a><span class="lineno"> 1140</span> </div>
|
||
<div class="line"><a id="l01141" name="l01141"></a><span class="lineno"> 1141</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01142" name="l01142"></a><span class="lineno"> 1142</span> </div>
|
||
<div class="line"><a id="l01143" name="l01143"></a><span class="lineno"> 1143</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> deltaStatuses(totalReplay - 1, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>);</div>
|
||
<div class="line"><a id="l01144" name="l01144"></a><span class="lineno"> 1144</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01145" name="l01145"></a><span class="lineno"> 1145</span> finalHash, totalReplay, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, deltaStatuses));</div>
|
||
<div class="line"><a id="l01146" name="l01146"></a><span class="lineno"> 1146</span> BEAST_EXPECT(net.client.waitForLedgers(finalHash, totalReplay));</div>
|
||
<div class="line"><a id="l01147" name="l01147"></a><span class="lineno"> 1147</span> </div>
|
||
<div class="line"><a id="l01148" name="l01148"></a><span class="lineno"> 1148</span> <span class="comment">// sweep</span></div>
|
||
<div class="line"><a id="l01149" name="l01149"></a><span class="lineno"> 1149</span> net.client.replayer.sweep();</div>
|
||
<div class="line"><a id="l01150" name="l01150"></a><span class="lineno"> 1150</span> BEAST_EXPECT(net.client.countsAsExpected(0, 0, 0));</div>
|
||
<div class="line"><a id="l01151" name="l01151"></a><span class="lineno"> 1151</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01152" name="l01152"></a><span class="lineno"> 1152</span> </div>
|
||
<div class="line"><a id="l01153" name="l01153"></a><span class="lineno"> 1153</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01154" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01154" name="l01154"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a7f5b361286e2207c5feb8225f7504b27"> 1154</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a7f5b361286e2207c5feb8225f7504b27">testStop</a>()</div>
|
||
<div class="line"><a id="l01155" name="l01155"></a><span class="lineno"> 1155</span> {</div>
|
||
<div class="line"><a id="l01156" name="l01156"></a><span class="lineno"> 1156</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"stop before timeout"</span>);</div>
|
||
<div class="line"><a id="l01157" name="l01157"></a><span class="lineno"> 1157</span> <span class="keywordtype">int</span> totalReplay = 3;</div>
|
||
<div class="line"><a id="l01158" name="l01158"></a><span class="lineno"> 1158</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a> net(</div>
|
||
<div class="line"><a id="l01159" name="l01159"></a><span class="lineno"> 1159</span> *<span class="keyword">this</span>,</div>
|
||
<div class="line"><a id="l01160" name="l01160"></a><span class="lineno"> 1160</span> {totalReplay + 1},</div>
|
||
<div class="line"><a id="l01161" name="l01161"></a><span class="lineno"> 1161</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a6a6decd76984eed63a0c173f9f574487">PeerSetBehavior::DropAll</a>,</div>
|
||
<div class="line"><a id="l01162" name="l01162"></a><span class="lineno"> 1162</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">InboundLedgersBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l01163" name="l01163"></a><span class="lineno"> 1163</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">PeerFeature::LedgerReplayEnabled</a>);</div>
|
||
<div class="line"><a id="l01164" name="l01164"></a><span class="lineno"> 1164</span> </div>
|
||
<div class="line"><a id="l01165" name="l01165"></a><span class="lineno"> 1165</span> <span class="keyword">auto</span> l = net.<a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l01166" name="l01166"></a><span class="lineno"> 1166</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> finalHash = l->header().hash;</div>
|
||
<div class="line"><a id="l01167" name="l01167"></a><span class="lineno"> 1167</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01168" name="l01168"></a><span class="lineno"> 1168</span> </div>
|
||
<div class="line"><a id="l01169" name="l01169"></a><span class="lineno"> 1169</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> deltaStatuses;</div>
|
||
<div class="line"><a id="l01170" name="l01170"></a><span class="lineno"> 1170</span> BEAST_EXPECT(</div>
|
||
<div class="line"><a id="l01171" name="l01171"></a><span class="lineno"> 1171</span> net.client.checkStatus(finalHash, totalReplay, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a71b56450c5e1ce9ce5f10422f47beb06">TaskStatus::NotDone</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a71b56450c5e1ce9ce5f10422f47beb06">TaskStatus::NotDone</a>, deltaStatuses));</div>
|
||
<div class="line"><a id="l01172" name="l01172"></a><span class="lineno"> 1172</span> </div>
|
||
<div class="line"><a id="l01173" name="l01173"></a><span class="lineno"> 1173</span> BEAST_EXPECT(net.client.countsAsExpected(1, 1, 0));</div>
|
||
<div class="line"><a id="l01174" name="l01174"></a><span class="lineno"> 1174</span> net.client.replayer.stop();</div>
|
||
<div class="line"><a id="l01175" name="l01175"></a><span class="lineno"> 1175</span> BEAST_EXPECT(net.client.countsAsExpected(0, 0, 0));</div>
|
||
<div class="line"><a id="l01176" name="l01176"></a><span class="lineno"> 1176</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01177" name="l01177"></a><span class="lineno"> 1177</span> </div>
|
||
<div class="line"><a id="l01178" name="l01178"></a><span class="lineno"> 1178</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01179" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01179" name="l01179"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a244e17c6af1b23082983d124cb08524b"> 1179</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a244e17c6af1b23082983d124cb08524b">testSkipListBadReply</a>()</div>
|
||
<div class="line"><a id="l01180" name="l01180"></a><span class="lineno"> 1180</span> {</div>
|
||
<div class="line"><a id="l01181" name="l01181"></a><span class="lineno"> 1181</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"SkipListAcquire bad reply"</span>);</div>
|
||
<div class="line"><a id="l01182" name="l01182"></a><span class="lineno"> 1182</span> <span class="keywordtype">int</span> totalReplay = 3;</div>
|
||
<div class="line"><a id="l01183" name="l01183"></a><span class="lineno"> 1183</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a> net(</div>
|
||
<div class="line"><a id="l01184" name="l01184"></a><span class="lineno"> 1184</span> *<span class="keyword">this</span>,</div>
|
||
<div class="line"><a id="l01185" name="l01185"></a><span class="lineno"> 1185</span> {totalReplay + 1 + 1},</div>
|
||
<div class="line"><a id="l01186" name="l01186"></a><span class="lineno"> 1186</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a6a6decd76984eed63a0c173f9f574487">PeerSetBehavior::DropAll</a>,</div>
|
||
<div class="line"><a id="l01187" name="l01187"></a><span class="lineno"> 1187</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a6a6decd76984eed63a0c173f9f574487">InboundLedgersBehavior::DropAll</a>,</div>
|
||
<div class="line"><a id="l01188" name="l01188"></a><span class="lineno"> 1188</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">PeerFeature::LedgerReplayEnabled</a>);</div>
|
||
<div class="line"><a id="l01189" name="l01189"></a><span class="lineno"> 1189</span> </div>
|
||
<div class="line"><a id="l01190" name="l01190"></a><span class="lineno"> 1190</span> <span class="keyword">auto</span> l = net.<a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l01191" name="l01191"></a><span class="lineno"> 1191</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> finalHash = l->header().hash;</div>
|
||
<div class="line"><a id="l01192" name="l01192"></a><span class="lineno"> 1192</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01193" name="l01193"></a><span class="lineno"> 1193</span> </div>
|
||
<div class="line"><a id="l01194" name="l01194"></a><span class="lineno"> 1194</span> <span class="keyword">auto</span> skipList = net.client.findSkipListAcquire(finalHash);</div>
|
||
<div class="line"><a id="l01195" name="l01195"></a><span class="lineno"> 1195</span> </div>
|
||
<div class="line"><a id="l01196" name="l01196"></a><span class="lineno"> 1196</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a> payload[55] = {0x6A, 0x09, 0xE6, 0x67, 0xF3, 0xBC, 0xC9, 0x08, 0xB2};</div>
|
||
<div class="line"><a id="l01197" name="l01197"></a><span class="lineno"> 1197</span> <span class="keyword">auto</span> item = <a class="code hl_function" href="namespacexrpl.html#a2a6f7d9ca24cef02a5f48130be9f8ed2">make_shamapitem</a>(<a class="code hl_typedef" href="namespacexrpl.html#a76c892803711595bd0d3cf6fbedf028a">uint256</a>(12345), <a class="code hl_class" href="classxrpl_1_1Slice.html">Slice</a>(payload, <span class="keyword">sizeof</span>(payload)));</div>
|
||
<div class="line"><a id="l01198" name="l01198"></a><span class="lineno"> 1198</span> skipList->processData(l->seq(), item);</div>
|
||
<div class="line"><a id="l01199" name="l01199"></a><span class="lineno"> 1199</span> </div>
|
||
<div class="line"><a id="l01200" name="l01200"></a><span class="lineno"> 1200</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> deltaStatuses;</div>
|
||
<div class="line"><a id="l01201" name="l01201"></a><span class="lineno"> 1201</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01202" name="l01202"></a><span class="lineno"> 1202</span> finalHash, totalReplay, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>, deltaStatuses));</div>
|
||
<div class="line"><a id="l01203" name="l01203"></a><span class="lineno"> 1203</span> </div>
|
||
<div class="line"><a id="l01204" name="l01204"></a><span class="lineno"> 1204</span> <span class="comment">// add another task</span></div>
|
||
<div class="line"><a id="l01205" name="l01205"></a><span class="lineno"> 1205</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay + 1);</div>
|
||
<div class="line"><a id="l01206" name="l01206"></a><span class="lineno"> 1206</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01207" name="l01207"></a><span class="lineno"> 1207</span> finalHash, totalReplay, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>, deltaStatuses));</div>
|
||
<div class="line"><a id="l01208" name="l01208"></a><span class="lineno"> 1208</span> BEAST_EXPECT(net.client.countsAsExpected(2, 1, 0));</div>
|
||
<div class="line"><a id="l01209" name="l01209"></a><span class="lineno"> 1209</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01210" name="l01210"></a><span class="lineno"> 1210</span> </div>
|
||
<div class="line"><a id="l01211" name="l01211"></a><span class="lineno"> 1211</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01212" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01212" name="l01212"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#aa60fee02608b3ab2270136b3362a540e"> 1212</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#aa60fee02608b3ab2270136b3362a540e">testLedgerDeltaBadReply</a>()</div>
|
||
<div class="line"><a id="l01213" name="l01213"></a><span class="lineno"> 1213</span> {</div>
|
||
<div class="line"><a id="l01214" name="l01214"></a><span class="lineno"> 1214</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"LedgerDeltaAcquire bad reply"</span>);</div>
|
||
<div class="line"><a id="l01215" name="l01215"></a><span class="lineno"> 1215</span> <span class="keywordtype">int</span> totalReplay = 3;</div>
|
||
<div class="line"><a id="l01216" name="l01216"></a><span class="lineno"> 1216</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a> net(</div>
|
||
<div class="line"><a id="l01217" name="l01217"></a><span class="lineno"> 1217</span> *<span class="keyword">this</span>,</div>
|
||
<div class="line"><a id="l01218" name="l01218"></a><span class="lineno"> 1218</span> {totalReplay + 1},</div>
|
||
<div class="line"><a id="l01219" name="l01219"></a><span class="lineno"> 1219</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0cf51aa72b773c64178a944bf85ef503">PeerSetBehavior::DropLedgerDeltaReply</a>,</div>
|
||
<div class="line"><a id="l01220" name="l01220"></a><span class="lineno"> 1220</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a6a6decd76984eed63a0c173f9f574487">InboundLedgersBehavior::DropAll</a>,</div>
|
||
<div class="line"><a id="l01221" name="l01221"></a><span class="lineno"> 1221</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">PeerFeature::LedgerReplayEnabled</a>);</div>
|
||
<div class="line"><a id="l01222" name="l01222"></a><span class="lineno"> 1222</span> </div>
|
||
<div class="line"><a id="l01223" name="l01223"></a><span class="lineno"> 1223</span> <span class="keyword">auto</span> l = net.<a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l01224" name="l01224"></a><span class="lineno"> 1224</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> finalHash = l->header().hash;</div>
|
||
<div class="line"><a id="l01225" name="l01225"></a><span class="lineno"> 1225</span> net.client.ledgerMaster.storeLedger(l);</div>
|
||
<div class="line"><a id="l01226" name="l01226"></a><span class="lineno"> 1226</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01227" name="l01227"></a><span class="lineno"> 1227</span> </div>
|
||
<div class="line"><a id="l01228" name="l01228"></a><span class="lineno"> 1228</span> <span class="keyword">auto</span> delta = net.client.findLedgerDeltaAcquire(l->header().parentHash);</div>
|
||
<div class="line"><a id="l01229" name="l01229"></a><span class="lineno"> 1229</span> delta->processData(</div>
|
||
<div class="line"><a id="l01230" name="l01230"></a><span class="lineno"> 1230</span> l->header(), <span class="comment">// wrong ledger info</span></div>
|
||
<div class="line"><a id="l01231" name="l01231"></a><span class="lineno"> 1231</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a><<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<STTx const></a>>());</div>
|
||
<div class="line"><a id="l01232" name="l01232"></a><span class="lineno"> 1232</span> BEAST_EXPECT(net.client.taskStatus(delta) == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>);</div>
|
||
<div class="line"><a id="l01233" name="l01233"></a><span class="lineno"> 1233</span> BEAST_EXPECT(net.client.taskStatus(net.client.findTask(finalHash, totalReplay)) == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>);</div>
|
||
<div class="line"><a id="l01234" name="l01234"></a><span class="lineno"> 1234</span> </div>
|
||
<div class="line"><a id="l01235" name="l01235"></a><span class="lineno"> 1235</span> <span class="comment">// add another task</span></div>
|
||
<div class="line"><a id="l01236" name="l01236"></a><span class="lineno"> 1236</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay + 1);</div>
|
||
<div class="line"><a id="l01237" name="l01237"></a><span class="lineno"> 1237</span> BEAST_EXPECT(net.client.taskStatus(net.client.findTask(finalHash, totalReplay + 1)) == <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>);</div>
|
||
<div class="line"><a id="l01238" name="l01238"></a><span class="lineno"> 1238</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01239" name="l01239"></a><span class="lineno"> 1239</span> </div>
|
||
<div class="line"><a id="l01240" name="l01240"></a><span class="lineno"> 1240</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01241" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01241" name="l01241"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#aa2af1008ee53fd08a76749d98dd2ea2d"> 1241</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#aa2af1008ee53fd08a76749d98dd2ea2d">testLedgerReplayOverlap</a>()</div>
|
||
<div class="line"><a id="l01242" name="l01242"></a><span class="lineno"> 1242</span> {</div>
|
||
<div class="line"><a id="l01243" name="l01243"></a><span class="lineno"> 1243</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"Overlap tasks"</span>);</div>
|
||
<div class="line"><a id="l01244" name="l01244"></a><span class="lineno"> 1244</span> <span class="keywordtype">int</span> totalReplay = 5;</div>
|
||
<div class="line"><a id="l01245" name="l01245"></a><span class="lineno"> 1245</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a> net(</div>
|
||
<div class="line"><a id="l01246" name="l01246"></a><span class="lineno"> 1246</span> *<span class="keyword">this</span>,</div>
|
||
<div class="line"><a id="l01247" name="l01247"></a><span class="lineno"> 1247</span> {totalReplay * 3 + 1},</div>
|
||
<div class="line"><a id="l01248" name="l01248"></a><span class="lineno"> 1248</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0c6ad70beb3a7e76c3fc7adab7c46acc">PeerSetBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l01249" name="l01249"></a><span class="lineno"> 1249</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">InboundLedgersBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l01250" name="l01250"></a><span class="lineno"> 1250</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">PeerFeature::LedgerReplayEnabled</a>);</div>
|
||
<div class="line"><a id="l01251" name="l01251"></a><span class="lineno"> 1251</span> <span class="keyword">auto</span> l = net.<a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l01252" name="l01252"></a><span class="lineno"> 1252</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> finalHash = l->header().hash;</div>
|
||
<div class="line"><a id="l01253" name="l01253"></a><span class="lineno"> 1253</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01254" name="l01254"></a><span class="lineno"> 1254</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> deltaStatuses(totalReplay - 1, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>);</div>
|
||
<div class="line"><a id="l01255" name="l01255"></a><span class="lineno"> 1255</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01256" name="l01256"></a><span class="lineno"> 1256</span> finalHash, totalReplay, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, deltaStatuses));</div>
|
||
<div class="line"><a id="l01257" name="l01257"></a><span class="lineno"> 1257</span> BEAST_EXPECT(net.client.waitForLedgers(finalHash, totalReplay));</div>
|
||
<div class="line"><a id="l01258" name="l01258"></a><span class="lineno"> 1258</span> </div>
|
||
<div class="line"><a id="l01259" name="l01259"></a><span class="lineno"> 1259</span> <span class="comment">// same range, same reason</span></div>
|
||
<div class="line"><a id="l01260" name="l01260"></a><span class="lineno"> 1260</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01261" name="l01261"></a><span class="lineno"> 1261</span> BEAST_EXPECT(net.client.countsAsExpected(1, 1, totalReplay - 1));</div>
|
||
<div class="line"><a id="l01262" name="l01262"></a><span class="lineno"> 1262</span> <span class="comment">// same range, different reason</span></div>
|
||
<div class="line"><a id="l01263" name="l01263"></a><span class="lineno"> 1263</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991a6ea28b46407abd2931a73c789ecdd944">InboundLedger::Reason::CONSENSUS</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01264" name="l01264"></a><span class="lineno"> 1264</span> BEAST_EXPECT(net.client.countsAsExpected(2, 1, totalReplay - 1));</div>
|
||
<div class="line"><a id="l01265" name="l01265"></a><span class="lineno"> 1265</span> </div>
|
||
<div class="line"><a id="l01266" name="l01266"></a><span class="lineno"> 1266</span> <span class="comment">// no overlap</span></div>
|
||
<div class="line"><a id="l01267" name="l01267"></a><span class="lineno"> 1267</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < totalReplay + 2; ++i)</div>
|
||
<div class="line"><a id="l01268" name="l01268"></a><span class="lineno"> 1268</span> {</div>
|
||
<div class="line"><a id="l01269" name="l01269"></a><span class="lineno"> 1269</span> l = net.server.ledgerMaster.getLedgerByHash(l->header().parentHash);</div>
|
||
<div class="line"><a id="l01270" name="l01270"></a><span class="lineno"> 1270</span> }</div>
|
||
<div class="line"><a id="l01271" name="l01271"></a><span class="lineno"> 1271</span> <span class="keyword">auto</span> finalHash_early = l->header().hash;</div>
|
||
<div class="line"><a id="l01272" name="l01272"></a><span class="lineno"> 1272</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash_early, totalReplay);</div>
|
||
<div class="line"><a id="l01273" name="l01273"></a><span class="lineno"> 1273</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01274" name="l01274"></a><span class="lineno"> 1274</span> finalHash_early,</div>
|
||
<div class="line"><a id="l01275" name="l01275"></a><span class="lineno"> 1275</span> totalReplay,</div>
|
||
<div class="line"><a id="l01276" name="l01276"></a><span class="lineno"> 1276</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>,</div>
|
||
<div class="line"><a id="l01277" name="l01277"></a><span class="lineno"> 1277</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>,</div>
|
||
<div class="line"><a id="l01278" name="l01278"></a><span class="lineno"> 1278</span> deltaStatuses)); <span class="comment">// deltaStatuses no change</span></div>
|
||
<div class="line"><a id="l01279" name="l01279"></a><span class="lineno"> 1279</span> BEAST_EXPECT(net.client.waitForLedgers(finalHash_early, totalReplay));</div>
|
||
<div class="line"><a id="l01280" name="l01280"></a><span class="lineno"> 1280</span> BEAST_EXPECT(net.client.countsAsExpected(3, 2, 2 * (totalReplay - 1)));</div>
|
||
<div class="line"><a id="l01281" name="l01281"></a><span class="lineno"> 1281</span> </div>
|
||
<div class="line"><a id="l01282" name="l01282"></a><span class="lineno"> 1282</span> <span class="comment">// partial overlap</span></div>
|
||
<div class="line"><a id="l01283" name="l01283"></a><span class="lineno"> 1283</span> l = net.server.ledgerMaster.getLedgerByHash(l->header().parentHash);</div>
|
||
<div class="line"><a id="l01284" name="l01284"></a><span class="lineno"> 1284</span> <span class="keyword">auto</span> finalHash_moreEarly = l->header().parentHash;</div>
|
||
<div class="line"><a id="l01285" name="l01285"></a><span class="lineno"> 1285</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash_moreEarly, totalReplay);</div>
|
||
<div class="line"><a id="l01286" name="l01286"></a><span class="lineno"> 1286</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01287" name="l01287"></a><span class="lineno"> 1287</span> finalHash_moreEarly,</div>
|
||
<div class="line"><a id="l01288" name="l01288"></a><span class="lineno"> 1288</span> totalReplay,</div>
|
||
<div class="line"><a id="l01289" name="l01289"></a><span class="lineno"> 1289</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>,</div>
|
||
<div class="line"><a id="l01290" name="l01290"></a><span class="lineno"> 1290</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>,</div>
|
||
<div class="line"><a id="l01291" name="l01291"></a><span class="lineno"> 1291</span> deltaStatuses)); <span class="comment">// deltaStatuses no change</span></div>
|
||
<div class="line"><a id="l01292" name="l01292"></a><span class="lineno"> 1292</span> BEAST_EXPECT(net.client.waitForLedgers(finalHash_moreEarly, totalReplay));</div>
|
||
<div class="line"><a id="l01293" name="l01293"></a><span class="lineno"> 1293</span> BEAST_EXPECT(net.client.countsAsExpected(4, 3, 2 * (totalReplay - 1) + 2));</div>
|
||
<div class="line"><a id="l01294" name="l01294"></a><span class="lineno"> 1294</span> </div>
|
||
<div class="line"><a id="l01295" name="l01295"></a><span class="lineno"> 1295</span> <span class="comment">// cover</span></div>
|
||
<div class="line"><a id="l01296" name="l01296"></a><span class="lineno"> 1296</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay * 3);</div>
|
||
<div class="line"><a id="l01297" name="l01297"></a><span class="lineno"> 1297</span> deltaStatuses = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::vector<TaskStatus></a>(totalReplay * 3 - 1, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>);</div>
|
||
<div class="line"><a id="l01298" name="l01298"></a><span class="lineno"> 1298</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01299" name="l01299"></a><span class="lineno"> 1299</span> finalHash,</div>
|
||
<div class="line"><a id="l01300" name="l01300"></a><span class="lineno"> 1300</span> totalReplay * 3,</div>
|
||
<div class="line"><a id="l01301" name="l01301"></a><span class="lineno"> 1301</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>,</div>
|
||
<div class="line"><a id="l01302" name="l01302"></a><span class="lineno"> 1302</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>,</div>
|
||
<div class="line"><a id="l01303" name="l01303"></a><span class="lineno"> 1303</span> deltaStatuses)); <span class="comment">// deltaStatuses changed</span></div>
|
||
<div class="line"><a id="l01304" name="l01304"></a><span class="lineno"> 1304</span> BEAST_EXPECT(net.client.waitForLedgers(finalHash, totalReplay * 3));</div>
|
||
<div class="line"><a id="l01305" name="l01305"></a><span class="lineno"> 1305</span> BEAST_EXPECT(net.client.countsAsExpected(5, 3, totalReplay * 3 - 1));</div>
|
||
<div class="line"><a id="l01306" name="l01306"></a><span class="lineno"> 1306</span> </div>
|
||
<div class="line"><a id="l01307" name="l01307"></a><span class="lineno"> 1307</span> <span class="comment">// sweep</span></div>
|
||
<div class="line"><a id="l01308" name="l01308"></a><span class="lineno"> 1308</span> net.client.replayer.sweep();</div>
|
||
<div class="line"><a id="l01309" name="l01309"></a><span class="lineno"> 1309</span> BEAST_EXPECT(net.client.countsAsExpected(0, 0, 0));</div>
|
||
<div class="line"><a id="l01310" name="l01310"></a><span class="lineno"> 1310</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01311" name="l01311"></a><span class="lineno"> 1311</span> </div>
|
||
<div class="line"><a id="l01312" name="l01312"></a><span class="lineno"> 1312</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01313" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01313" name="l01313"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a02c29195b5b7d1156707d70d55fddc43"> 1313</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a02c29195b5b7d1156707d70d55fddc43">run</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l01314" name="l01314"></a><span class="lineno"> 1314</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l01315" name="l01315"></a><span class="lineno"> 1315</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a0b30bd94ba03c3f8a16cdf814858e3a6">testProofPath</a>();</div>
|
||
<div class="line"><a id="l01316" name="l01316"></a><span class="lineno"> 1316</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#afebd00d6ed4fe03ef6a13102f9cfb12b">testReplayDelta</a>();</div>
|
||
<div class="line"><a id="l01317" name="l01317"></a><span class="lineno"> 1317</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a78aaadaab968d129ba4c636fd69180b7">testTaskParameter</a>();</div>
|
||
<div class="line"><a id="l01318" name="l01318"></a><span class="lineno"> 1318</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a95c45ffdba135bb08f620ae4bd69f22d">testConfig</a>();</div>
|
||
<div class="line"><a id="l01319" name="l01319"></a><span class="lineno"> 1319</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#ae10e760323e88fe7408143869d9e12fc">testHandshake</a>();</div>
|
||
<div class="line"><a id="l01320" name="l01320"></a><span class="lineno"> 1320</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a22e7a7391fe51229adfc2559a580fc7b">testAllLocal</a>(1);</div>
|
||
<div class="line"><a id="l01321" name="l01321"></a><span class="lineno"> 1321</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a22e7a7391fe51229adfc2559a580fc7b">testAllLocal</a>(3);</div>
|
||
<div class="line"><a id="l01322" name="l01322"></a><span class="lineno"> 1322</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a5969f2d1ad4bb02e7ba4af497921278a">testAllInboundLedgers</a>(1);</div>
|
||
<div class="line"><a id="l01323" name="l01323"></a><span class="lineno"> 1323</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a5969f2d1ad4bb02e7ba4af497921278a">testAllInboundLedgers</a>(4);</div>
|
||
<div class="line"><a id="l01324" name="l01324"></a><span class="lineno"> 1324</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a303959993f0ca03d4ef21a940b9c6a84">testPeerSetBehavior</a>(<a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0c6ad70beb3a7e76c3fc7adab7c46acc">PeerSetBehavior::Good</a>, 1);</div>
|
||
<div class="line"><a id="l01325" name="l01325"></a><span class="lineno"> 1325</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a303959993f0ca03d4ef21a940b9c6a84">testPeerSetBehavior</a>(<a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0c6ad70beb3a7e76c3fc7adab7c46acc">PeerSetBehavior::Good</a>);</div>
|
||
<div class="line"><a id="l01326" name="l01326"></a><span class="lineno"> 1326</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a303959993f0ca03d4ef21a940b9c6a84">testPeerSetBehavior</a>(<a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356ad10d06eac1b72b6b66d7e8bcd74474b6">PeerSetBehavior::Drop50</a>);</div>
|
||
<div class="line"><a id="l01327" name="l01327"></a><span class="lineno"> 1327</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a303959993f0ca03d4ef21a940b9c6a84">testPeerSetBehavior</a>(<a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a7020426cfb0a204051be4b3053d2acc8">PeerSetBehavior::Repeat</a>);</div>
|
||
<div class="line"><a id="l01328" name="l01328"></a><span class="lineno"> 1328</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a7f5b361286e2207c5feb8225f7504b27">testStop</a>();</div>
|
||
<div class="line"><a id="l01329" name="l01329"></a><span class="lineno"> 1329</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a244e17c6af1b23082983d124cb08524b">testSkipListBadReply</a>();</div>
|
||
<div class="line"><a id="l01330" name="l01330"></a><span class="lineno"> 1330</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#aa60fee02608b3ab2270136b3362a540e">testLedgerDeltaBadReply</a>();</div>
|
||
<div class="line"><a id="l01331" name="l01331"></a><span class="lineno"> 1331</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayer__test.html#aa2af1008ee53fd08a76749d98dd2ea2d">testLedgerReplayOverlap</a>();</div>
|
||
<div class="line"><a id="l01332" name="l01332"></a><span class="lineno"> 1332</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01333" name="l01333"></a><span class="lineno"> 1333</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l01334" name="l01334"></a><span class="lineno"> 1334</span> </div>
|
||
<div class="foldopen" id="foldopen01335" data-start="{" data-end="};">
|
||
<div class="line"><a id="l01335" name="l01335"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html"> 1335</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html">LedgerReplayerTimeout_test</a> : <span class="keyword">public</span> <a class="code hl_class" href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a></div>
|
||
<div class="line"><a id="l01336" name="l01336"></a><span class="lineno"> 1336</span>{</div>
|
||
<div class="line"><a id="l01337" name="l01337"></a><span class="lineno"> 1337</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01338" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01338" name="l01338"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#a8e50acafa7a705f7ee291e0ff89fbf90"> 1338</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#a8e50acafa7a705f7ee291e0ff89fbf90">testSkipListTimeout</a>()</div>
|
||
<div class="line"><a id="l01339" name="l01339"></a><span class="lineno"> 1339</span> {</div>
|
||
<div class="line"><a id="l01340" name="l01340"></a><span class="lineno"> 1340</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"SkipListAcquire timeout"</span>);</div>
|
||
<div class="line"><a id="l01341" name="l01341"></a><span class="lineno"> 1341</span> <span class="keywordtype">int</span> totalReplay = 3;</div>
|
||
<div class="line"><a id="l01342" name="l01342"></a><span class="lineno"> 1342</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a> net(</div>
|
||
<div class="line"><a id="l01343" name="l01343"></a><span class="lineno"> 1343</span> *<span class="keyword">this</span>,</div>
|
||
<div class="line"><a id="l01344" name="l01344"></a><span class="lineno"> 1344</span> {totalReplay + 1},</div>
|
||
<div class="line"><a id="l01345" name="l01345"></a><span class="lineno"> 1345</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a6a6decd76984eed63a0c173f9f574487">PeerSetBehavior::DropAll</a>,</div>
|
||
<div class="line"><a id="l01346" name="l01346"></a><span class="lineno"> 1346</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">InboundLedgersBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l01347" name="l01347"></a><span class="lineno"> 1347</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">PeerFeature::LedgerReplayEnabled</a>);</div>
|
||
<div class="line"><a id="l01348" name="l01348"></a><span class="lineno"> 1348</span> </div>
|
||
<div class="line"><a id="l01349" name="l01349"></a><span class="lineno"> 1349</span> <span class="keyword">auto</span> l = net.<a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l01350" name="l01350"></a><span class="lineno"> 1350</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> finalHash = l->header().hash;</div>
|
||
<div class="line"><a id="l01351" name="l01351"></a><span class="lineno"> 1351</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01352" name="l01352"></a><span class="lineno"> 1352</span> </div>
|
||
<div class="line"><a id="l01353" name="l01353"></a><span class="lineno"> 1353</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> deltaStatuses;</div>
|
||
<div class="line"><a id="l01354" name="l01354"></a><span class="lineno"> 1354</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01355" name="l01355"></a><span class="lineno"> 1355</span> finalHash, totalReplay, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>, deltaStatuses));</div>
|
||
<div class="line"><a id="l01356" name="l01356"></a><span class="lineno"> 1356</span> </div>
|
||
<div class="line"><a id="l01357" name="l01357"></a><span class="lineno"> 1357</span> <span class="comment">// sweep</span></div>
|
||
<div class="line"><a id="l01358" name="l01358"></a><span class="lineno"> 1358</span> BEAST_EXPECT(net.client.countsAsExpected(1, 1, 0));</div>
|
||
<div class="line"><a id="l01359" name="l01359"></a><span class="lineno"> 1359</span> net.client.replayer.sweep();</div>
|
||
<div class="line"><a id="l01360" name="l01360"></a><span class="lineno"> 1360</span> BEAST_EXPECT(net.client.countsAsExpected(0, 0, 0));</div>
|
||
<div class="line"><a id="l01361" name="l01361"></a><span class="lineno"> 1361</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01362" name="l01362"></a><span class="lineno"> 1362</span> </div>
|
||
<div class="line"><a id="l01363" name="l01363"></a><span class="lineno"> 1363</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01364" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01364" name="l01364"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#abebbee29c35e47780fb0dbe1d3b76b75"> 1364</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#abebbee29c35e47780fb0dbe1d3b76b75">testLedgerDeltaTimeout</a>()</div>
|
||
<div class="line"><a id="l01365" name="l01365"></a><span class="lineno"> 1365</span> {</div>
|
||
<div class="line"><a id="l01366" name="l01366"></a><span class="lineno"> 1366</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"LedgerDeltaAcquire timeout"</span>);</div>
|
||
<div class="line"><a id="l01367" name="l01367"></a><span class="lineno"> 1367</span> <span class="keywordtype">int</span> totalReplay = 3;</div>
|
||
<div class="line"><a id="l01368" name="l01368"></a><span class="lineno"> 1368</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a> net(</div>
|
||
<div class="line"><a id="l01369" name="l01369"></a><span class="lineno"> 1369</span> *<span class="keyword">this</span>,</div>
|
||
<div class="line"><a id="l01370" name="l01370"></a><span class="lineno"> 1370</span> {totalReplay + 1},</div>
|
||
<div class="line"><a id="l01371" name="l01371"></a><span class="lineno"> 1371</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a6a6decd76984eed63a0c173f9f574487">PeerSetBehavior::DropAll</a>,</div>
|
||
<div class="line"><a id="l01372" name="l01372"></a><span class="lineno"> 1372</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">InboundLedgersBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l01373" name="l01373"></a><span class="lineno"> 1373</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">PeerFeature::LedgerReplayEnabled</a>);</div>
|
||
<div class="line"><a id="l01374" name="l01374"></a><span class="lineno"> 1374</span> </div>
|
||
<div class="line"><a id="l01375" name="l01375"></a><span class="lineno"> 1375</span> <span class="keyword">auto</span> l = net.<a class="code hl_variable" href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">server</a>.<a class="code hl_variable" href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
||
<div class="line"><a id="l01376" name="l01376"></a><span class="lineno"> 1376</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> finalHash = l->header().hash;</div>
|
||
<div class="line"><a id="l01377" name="l01377"></a><span class="lineno"> 1377</span> net.client.ledgerMaster.storeLedger(l);</div>
|
||
<div class="line"><a id="l01378" name="l01378"></a><span class="lineno"> 1378</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finalHash, totalReplay);</div>
|
||
<div class="line"><a id="l01379" name="l01379"></a><span class="lineno"> 1379</span> </div>
|
||
<div class="line"><a id="l01380" name="l01380"></a><span class="lineno"> 1380</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> deltaStatuses(totalReplay - 1, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>);</div>
|
||
<div class="line"><a id="l01381" name="l01381"></a><span class="lineno"> 1381</span> deltaStatuses.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>() = <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>; <span class="comment">// in client ledgerMaster</span></div>
|
||
<div class="line"><a id="l01382" name="l01382"></a><span class="lineno"> 1382</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01383" name="l01383"></a><span class="lineno"> 1383</span> finalHash, totalReplay, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">TaskStatus::Failed</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, deltaStatuses));</div>
|
||
<div class="line"><a id="l01384" name="l01384"></a><span class="lineno"> 1384</span> </div>
|
||
<div class="line"><a id="l01385" name="l01385"></a><span class="lineno"> 1385</span> <span class="comment">// sweep</span></div>
|
||
<div class="line"><a id="l01386" name="l01386"></a><span class="lineno"> 1386</span> BEAST_EXPECT(net.client.countsAsExpected(1, 1, totalReplay - 1));</div>
|
||
<div class="line"><a id="l01387" name="l01387"></a><span class="lineno"> 1387</span> net.client.replayer.sweep();</div>
|
||
<div class="line"><a id="l01388" name="l01388"></a><span class="lineno"> 1388</span> BEAST_EXPECT(net.client.countsAsExpected(0, 0, 0));</div>
|
||
<div class="line"><a id="l01389" name="l01389"></a><span class="lineno"> 1389</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01390" name="l01390"></a><span class="lineno"> 1390</span> </div>
|
||
<div class="line"><a id="l01391" name="l01391"></a><span class="lineno"> 1391</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01392" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01392" name="l01392"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#acfea6fedbcbdf9d0e8ac2d8aa388565f"> 1392</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#acfea6fedbcbdf9d0e8ac2d8aa388565f">run</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l01393" name="l01393"></a><span class="lineno"> 1393</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l01394" name="l01394"></a><span class="lineno"> 1394</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#a8e50acafa7a705f7ee291e0ff89fbf90">testSkipListTimeout</a>();</div>
|
||
<div class="line"><a id="l01395" name="l01395"></a><span class="lineno"> 1395</span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#abebbee29c35e47780fb0dbe1d3b76b75">testLedgerDeltaTimeout</a>();</div>
|
||
<div class="line"><a id="l01396" name="l01396"></a><span class="lineno"> 1396</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01397" name="l01397"></a><span class="lineno"> 1397</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l01398" name="l01398"></a><span class="lineno"> 1398</span> </div>
|
||
<div class="foldopen" id="foldopen01399" data-start="{" data-end="};">
|
||
<div class="line"><a id="l01399" name="l01399"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayerLong__test.html"> 1399</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structxrpl_1_1test_1_1LedgerReplayerLong__test.html">LedgerReplayerLong_test</a> : <span class="keyword">public</span> <a class="code hl_class" href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a></div>
|
||
<div class="line"><a id="l01400" name="l01400"></a><span class="lineno"> 1400</span>{</div>
|
||
<div class="line"><a id="l01401" name="l01401"></a><span class="lineno"> 1401</span> <span class="keywordtype">void</span></div>
|
||
<div class="foldopen" id="foldopen01402" data-start="{" data-end="}">
|
||
<div class="line"><a id="l01402" name="l01402"></a><span class="lineno"><a class="line" href="structxrpl_1_1test_1_1LedgerReplayerLong__test.html#a44fd692e890e5af746ce0bd3e063753a"> 1402</a></span> <a class="code hl_function" href="structxrpl_1_1test_1_1LedgerReplayerLong__test.html#a44fd692e890e5af746ce0bd3e063753a">run</a>()<span class="keyword"> override</span></div>
|
||
<div class="line"><a id="l01403" name="l01403"></a><span class="lineno"> 1403</span><span class="keyword"> </span>{</div>
|
||
<div class="line"><a id="l01404" name="l01404"></a><span class="lineno"> 1404</span> <a class="code hl_variable" href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">testcase</a>(<span class="stringliteral">"Acquire 1000 ledgers"</span>);</div>
|
||
<div class="line"><a id="l01405" name="l01405"></a><span class="lineno"> 1405</span> <span class="keywordtype">int</span> totalReplay = 250;</div>
|
||
<div class="line"><a id="l01406" name="l01406"></a><span class="lineno"> 1406</span> <span class="keywordtype">int</span> rounds = 4;</div>
|
||
<div class="line"><a id="l01407" name="l01407"></a><span class="lineno"> 1407</span> <a class="code hl_struct" href="structxrpl_1_1test_1_1NetworkOfTwo.html">NetworkOfTwo</a> net(</div>
|
||
<div class="line"><a id="l01408" name="l01408"></a><span class="lineno"> 1408</span> *<span class="keyword">this</span>,</div>
|
||
<div class="line"><a id="l01409" name="l01409"></a><span class="lineno"> 1409</span> {totalReplay * rounds + 1},</div>
|
||
<div class="line"><a id="l01410" name="l01410"></a><span class="lineno"> 1410</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0c6ad70beb3a7e76c3fc7adab7c46acc">PeerSetBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l01411" name="l01411"></a><span class="lineno"> 1411</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">InboundLedgersBehavior::Good</a>,</div>
|
||
<div class="line"><a id="l01412" name="l01412"></a><span class="lineno"> 1412</span> <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">PeerFeature::LedgerReplayEnabled</a>);</div>
|
||
<div class="line"><a id="l01413" name="l01413"></a><span class="lineno"> 1413</span> </div>
|
||
<div class="line"><a id="l01414" name="l01414"></a><span class="lineno"> 1414</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<uint256></a> finishHashes;</div>
|
||
<div class="line"><a id="l01415" name="l01415"></a><span class="lineno"> 1415</span> <span class="keyword">auto</span> l = net.server.ledgerMaster.getClosedLedger();</div>
|
||
<div class="line"><a id="l01416" name="l01416"></a><span class="lineno"> 1416</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < rounds; ++i)</div>
|
||
<div class="line"><a id="l01417" name="l01417"></a><span class="lineno"> 1417</span> {</div>
|
||
<div class="line"><a id="l01418" name="l01418"></a><span class="lineno"> 1418</span> finishHashes.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">push_back</a>(l->header().hash);</div>
|
||
<div class="line"><a id="l01419" name="l01419"></a><span class="lineno"> 1419</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> j = 0; j < totalReplay; ++j)</div>
|
||
<div class="line"><a id="l01420" name="l01420"></a><span class="lineno"> 1420</span> {</div>
|
||
<div class="line"><a id="l01421" name="l01421"></a><span class="lineno"> 1421</span> l = net.server.ledgerMaster.getLedgerByHash(l->header().parentHash);</div>
|
||
<div class="line"><a id="l01422" name="l01422"></a><span class="lineno"> 1422</span> }</div>
|
||
<div class="line"><a id="l01423" name="l01423"></a><span class="lineno"> 1423</span> }</div>
|
||
<div class="line"><a id="l01424" name="l01424"></a><span class="lineno"> 1424</span> BEAST_EXPECT(finishHashes.size() == rounds);</div>
|
||
<div class="line"><a id="l01425" name="l01425"></a><span class="lineno"> 1425</span> </div>
|
||
<div class="line"><a id="l01426" name="l01426"></a><span class="lineno"> 1426</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < rounds; ++i)</div>
|
||
<div class="line"><a id="l01427" name="l01427"></a><span class="lineno"> 1427</span> {</div>
|
||
<div class="line"><a id="l01428" name="l01428"></a><span class="lineno"> 1428</span> net.client.replayer.replay(<a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>, finishHashes[i], totalReplay);</div>
|
||
<div class="line"><a id="l01429" name="l01429"></a><span class="lineno"> 1429</span> }</div>
|
||
<div class="line"><a id="l01430" name="l01430"></a><span class="lineno"> 1430</span> </div>
|
||
<div class="line"><a id="l01431" name="l01431"></a><span class="lineno"> 1431</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<TaskStatus></a> deltaStatuses(totalReplay - 1, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>);</div>
|
||
<div class="line"><a id="l01432" name="l01432"></a><span class="lineno"> 1432</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < rounds; ++i)</div>
|
||
<div class="line"><a id="l01433" name="l01433"></a><span class="lineno"> 1433</span> {</div>
|
||
<div class="line"><a id="l01434" name="l01434"></a><span class="lineno"> 1434</span> BEAST_EXPECT(net.client.waitAndCheckStatus(</div>
|
||
<div class="line"><a id="l01435" name="l01435"></a><span class="lineno"> 1435</span> finishHashes[i], totalReplay, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, <a class="code hl_enumvalue" href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">TaskStatus::Completed</a>, deltaStatuses));</div>
|
||
<div class="line"><a id="l01436" name="l01436"></a><span class="lineno"> 1436</span> }</div>
|
||
<div class="line"><a id="l01437" name="l01437"></a><span class="lineno"> 1437</span> </div>
|
||
<div class="line"><a id="l01438" name="l01438"></a><span class="lineno"> 1438</span> BEAST_EXPECT(net.client.waitForLedgers(finishHashes[0], totalReplay * rounds));</div>
|
||
<div class="line"><a id="l01439" name="l01439"></a><span class="lineno"> 1439</span> BEAST_EXPECT(net.client.countsAsExpected(rounds, rounds, rounds * (totalReplay - 1)));</div>
|
||
<div class="line"><a id="l01440" name="l01440"></a><span class="lineno"> 1440</span> </div>
|
||
<div class="line"><a id="l01441" name="l01441"></a><span class="lineno"> 1441</span> <span class="comment">// sweep</span></div>
|
||
<div class="line"><a id="l01442" name="l01442"></a><span class="lineno"> 1442</span> net.client.replayer.sweep();</div>
|
||
<div class="line"><a id="l01443" name="l01443"></a><span class="lineno"> 1443</span> BEAST_EXPECT(net.client.countsAsExpected(0, 0, 0));</div>
|
||
<div class="line"><a id="l01444" name="l01444"></a><span class="lineno"> 1444</span> }</div>
|
||
</div>
|
||
<div class="line"><a id="l01445" name="l01445"></a><span class="lineno"> 1445</span>};</div>
|
||
</div>
|
||
<div class="line"><a id="l01446" name="l01446"></a><span class="lineno"> 1446</span> </div>
|
||
<div class="line"><a id="l01447" name="l01447"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1test.html#a850063e96ba9775962ad0464b2ec8de4"> 1447</a></span>BEAST_DEFINE_TESTSUITE(<a class="code hl_class" href="classxrpl_1_1LedgerReplay.html">LedgerReplay</a>, app, <a class="code hl_namespace" href="namespacexrpl.html">xrpl</a>);</div>
|
||
<div class="line"><a id="l01448" name="l01448"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1test.html#aa528baadeeaa9ce94ed8b4ba43c0aac8"> 1448</a></span>BEAST_DEFINE_TESTSUITE_PRIO(<a class="code hl_class" href="classxrpl_1_1LedgerReplayer.html">LedgerReplayer</a>, app, <a class="code hl_namespace" href="namespacexrpl.html">xrpl</a>, 1);</div>
|
||
<div class="line"><a id="l01449" name="l01449"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1test.html#a5a0db2e8019119a39334d16e09d3fbf8"> 1449</a></span>BEAST_DEFINE_TESTSUITE(LedgerReplayerTimeout, app, <a class="code hl_namespace" href="namespacexrpl.html">xrpl</a>);</div>
|
||
<div class="line"><a id="l01450" name="l01450"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1test.html#a67d27e5f61d014e924fd943500b03b62"> 1450</a></span>BEAST_DEFINE_TESTSUITE_MANUAL(LedgerReplayerLong, app, <a class="code hl_namespace" href="namespacexrpl.html">xrpl</a>);</div>
|
||
<div class="line"><a id="l01451" name="l01451"></a><span class="lineno"> 1451</span> </div>
|
||
<div class="line"><a id="l01452" name="l01452"></a><span class="lineno"> 1452</span>} <span class="comment">// namespace test</span></div>
|
||
<div class="line"><a id="l01453" name="l01453"></a><span class="lineno"> 1453</span>} <span class="comment">// namespace xrpl</span></div>
|
||
<div class="ttc" id="aback_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/back.html">std::string::back</a></div><div class="ttdeci">T back(T... args)</div></div>
|
||
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div></div>
|
||
<div class="ttc" id="achrono_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/chrono.html">chrono</a></div></div>
|
||
<div class="ttc" id="aclassJson_1_1Value_html"><div class="ttname"><a href="classJson_1_1Value.html">Json::Value</a></div><div class="ttdoc">Represents a JSON value.</div><div class="ttdef"><b>Definition</b> <a href="json__value_8h_source.html#l00130">json_value.h:131</a></div></div>
|
||
<div class="ttc" id="aclassbeast_1_1IP_1_1Endpoint_html"><div class="ttname"><a href="classbeast_1_1IP_1_1Endpoint.html">beast::IP::Endpoint</a></div><div class="ttdoc">A version-independent IP address and port combination.</div><div class="ttdef"><b>Definition</b> <a href="IPEndpoint_8h_source.html#l00018">IPEndpoint.h:19</a></div></div>
|
||
<div class="ttc" id="aclassbeast_1_1unit__test_1_1suite_html"><div class="ttname"><a href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a></div><div class="ttdoc">A testsuite class.</div><div class="ttdef"><b>Definition</b> <a href="suite_8h_source.html#l00051">suite.h:52</a></div></div>
|
||
<div class="ttc" id="aclassbeast_1_1unit__test_1_1suite_html_aaa1237d9b85c69d35fe86645cee094b5"><div class="ttname"><a href="classbeast_1_1unit__test_1_1suite.html#aaa1237d9b85c69d35fe86645cee094b5">beast::unit_test::suite::testcase</a></div><div class="ttdeci">testcase_t testcase</div><div class="ttdoc">Memberspace for declaring test cases.</div><div class="ttdef"><b>Definition</b> <a href="suite_8h_source.html#l00148">suite.h:148</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Application_html"><div class="ttname"><a href="classxrpl_1_1Application.html">xrpl::Application</a></div><div class="ttdef"><b>Definition</b> <a href="Application_8h_source.html#l00094">Application.h:95</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Application_html_a31c486ede7ae3b9c56c4c57bc696e3bf"><div class="ttname"><a href="classxrpl_1_1Application.html#a31c486ede7ae3b9c56c4c57bc696e3bf">xrpl::Application::config</a></div><div class="ttdeci">virtual Config & config()=0</div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Application_html_a67e24f718daa8a3aa2e0237bc0639616"><div class="ttname"><a href="classxrpl_1_1Application.html#a67e24f718daa8a3aa2e0237bc0639616">xrpl::Application::getLedgerMaster</a></div><div class="ttdeci">virtual LedgerMaster & getLedgerMaster()=0</div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Application_html_aa485013eac35a26530ed8727fb58cb5e"><div class="ttname"><a href="classxrpl_1_1Application.html#aa485013eac35a26530ed8727fb58cb5e">xrpl::Application::logs</a></div><div class="ttdeci">virtual Logs & logs()=0</div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Config_html"><div class="ttname"><a href="classxrpl_1_1Config.html">xrpl::Config</a></div><div class="ttdef"><b>Definition</b> <a href="Config_8h_source.html#l00066">Config.h:67</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Config_html_a871dc2f37455159feaa36eb0b91b6c3b"><div class="ttname"><a href="classxrpl_1_1Config.html#a871dc2f37455159feaa36eb0b91b6c3b">xrpl::Config::loadFromString</a></div><div class="ttdeci">void loadFromString(std::string const &fileContents)</div><div class="ttdoc">Load the config from the contents of the string.</div><div class="ttdef"><b>Definition</b> <a href="Config_8cpp_source.html#l00438">Config.cpp:438</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Config_html_afce65e28072f9f9a29a6bb67f107b9d8"><div class="ttname"><a href="classxrpl_1_1Config.html#afce65e28072f9f9a29a6bb67f107b9d8">xrpl::Config::LEDGER_REPLAY</a></div><div class="ttdeci">bool LEDGER_REPLAY</div><div class="ttdef"><b>Definition</b> <a href="Config_8h_source.html#l00204">Config.h:204</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1InboundLedger_html_ade00c970d116ec643a4ac7e050b26991"><div class="ttname"><a href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991">xrpl::InboundLedger::Reason</a></div><div class="ttdeci">Reason</div><div class="ttdef"><b>Definition</b> <a href="InboundLedger_8h_source.html#l00026">InboundLedger.h:26</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1InboundLedger_html_ade00c970d116ec643a4ac7e050b26991a6ea28b46407abd2931a73c789ecdd944"><div class="ttname"><a href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991a6ea28b46407abd2931a73c789ecdd944">xrpl::InboundLedger::Reason::CONSENSUS</a></div><div class="ttdeci">@ CONSENSUS</div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1InboundLedger_html_ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b"><div class="ttname"><a href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">xrpl::InboundLedger::Reason::GENERIC</a></div><div class="ttdeci">@ GENERIC</div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1InboundLedgers_html"><div class="ttname"><a href="classxrpl_1_1InboundLedgers.html">xrpl::InboundLedgers</a></div><div class="ttdoc">Manages the lifetime of inbound ledgers.</div><div class="ttdef"><b>Definition</b> <a href="InboundLedgers_8h_source.html#l00014">InboundLedgers.h:15</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html">xrpl::LedgerMaster</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8h_source.html#l00032">LedgerMaster.h:33</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_a2928eefc53cdce544aab6218dff685dd"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#a2928eefc53cdce544aab6218dff685dd">xrpl::LedgerMaster::storeLedger</a></div><div class="ttdeci">bool storeLedger(std::shared_ptr< Ledger const > ledger)</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8cpp_source.html#l00398">LedgerMaster.cpp:398</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_a7267651f4dace3c533af49861c19c757"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">xrpl::LedgerMaster::getClosedLedger</a></div><div class="ttdeci">std::shared_ptr< Ledger const > getClosedLedger()</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8h_source.html#l00060">LedgerMaster.h:60</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_aeadb7ae5f2fdc110883ebb901e731515"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#aeadb7ae5f2fdc110883ebb901e731515">xrpl::LedgerMaster::getLedgerByHash</a></div><div class="ttdeci">std::shared_ptr< Ledger const > getLedgerByHash(uint256 const &hash)</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8cpp_source.html#l01624">LedgerMaster.cpp:1624</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayMsgHandler_html"><div class="ttname"><a href="classxrpl_1_1LedgerReplayMsgHandler.html">xrpl::LedgerReplayMsgHandler</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayMsgHandler_8h_source.html#l00011">LedgerReplayMsgHandler.h:12</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayMsgHandler_html_a00e9335395ada3d9d54215207383831f"><div class="ttname"><a href="classxrpl_1_1LedgerReplayMsgHandler.html#a00e9335395ada3d9d54215207383831f">xrpl::LedgerReplayMsgHandler::processProofPathResponse</a></div><div class="ttdeci">bool processProofPathResponse(std::shared_ptr< protocol::TMProofPathResponse > const &msg)</div><div class="ttdoc">Process TMProofPathResponse.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayMsgHandler_8cpp_source.html#l00079">LedgerReplayMsgHandler.cpp:79</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayMsgHandler_html_a0e805f1d2f87691fc212608c66cb9bba"><div class="ttname"><a href="classxrpl_1_1LedgerReplayMsgHandler.html#a0e805f1d2f87691fc212608c66cb9bba">xrpl::LedgerReplayMsgHandler::processProofPathRequest</a></div><div class="ttdeci">protocol::TMProofPathResponse processProofPathRequest(std::shared_ptr< protocol::TMProofPathRequest > const &msg)</div><div class="ttdoc">Process TMProofPathRequest and return TMProofPathResponse.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayMsgHandler_8cpp_source.html#l00017">LedgerReplayMsgHandler.cpp:17</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayMsgHandler_html_aa4a43b3513e395bab57fa84ac384f66b"><div class="ttname"><a href="classxrpl_1_1LedgerReplayMsgHandler.html#aa4a43b3513e395bab57fa84ac384f66b">xrpl::LedgerReplayMsgHandler::processReplayDeltaResponse</a></div><div class="ttdeci">bool processReplayDeltaResponse(std::shared_ptr< protocol::TMReplayDeltaResponse > const &msg)</div><div class="ttdoc">Process TMReplayDeltaResponse.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayMsgHandler_8cpp_source.html#l00185">LedgerReplayMsgHandler.cpp:185</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayMsgHandler_html_ac53696601983b464448848417c1405d6"><div class="ttname"><a href="classxrpl_1_1LedgerReplayMsgHandler.html#ac53696601983b464448848417c1405d6">xrpl::LedgerReplayMsgHandler::processReplayDeltaRequest</a></div><div class="ttdeci">protocol::TMReplayDeltaResponse processReplayDeltaRequest(std::shared_ptr< protocol::TMReplayDeltaRequest > const &msg)</div><div class="ttdoc">Process TMReplayDeltaRequest and return TMReplayDeltaResponse.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayMsgHandler_8cpp_source.html#l00147">LedgerReplayMsgHandler.cpp:147</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayTask_1_1TaskParameter_html"><div class="ttname"><a href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html">xrpl::LedgerReplayTask::TaskParameter</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayTask_8h_source.html#l00025">LedgerReplayTask.h:26</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayTask_1_1TaskParameter_html_a7db408eb69e30357bfb8f4ed5dc3bf14"><div class="ttname"><a href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a7db408eb69e30357bfb8f4ed5dc3bf14">xrpl::LedgerReplayTask::TaskParameter::update</a></div><div class="ttdeci">bool update(uint256 const &hash, std::uint32_t seq, std::vector< uint256 > const &sList)</div><div class="ttdoc">fill all the fields that was not filled during construction</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayTask_8cpp_source.html#l00022">LedgerReplayTask.cpp:22</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayTask_1_1TaskParameter_html_a99227a89933890c5ca55ca3662578daf"><div class="ttname"><a href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#a99227a89933890c5ca55ca3662578daf">xrpl::LedgerReplayTask::TaskParameter::canMergeInto</a></div><div class="ttdeci">bool canMergeInto(TaskParameter const &existingTask) const</div><div class="ttdoc">check if this task can be merged into an existing task</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayTask_8cpp_source.html#l00038">LedgerReplayTask.cpp:38</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayTask_1_1TaskParameter_html_aa9d3d896722cfbcc0e3197b78bcef2fd"><div class="ttname"><a href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#aa9d3d896722cfbcc0e3197b78bcef2fd">xrpl::LedgerReplayTask::TaskParameter::reason_</a></div><div class="ttdeci">InboundLedger::Reason reason_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayTask_8h_source.html#l00029">LedgerReplayTask.h:29</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayTask_1_1TaskParameter_html_ada16b3791e065fbbb892a480a6e978ca"><div class="ttname"><a href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#ada16b3791e065fbbb892a480a6e978ca">xrpl::LedgerReplayTask::TaskParameter::totalLedgers_</a></div><div class="ttdeci">std::uint32_t totalLedgers_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayTask_8h_source.html#l00031">LedgerReplayTask.h:31</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayTask_1_1TaskParameter_html_afd2f892401375a4cead2e7bef1ff574b"><div class="ttname"><a href="classxrpl_1_1LedgerReplayTask_1_1TaskParameter.html#afd2f892401375a4cead2e7bef1ff574b">xrpl::LedgerReplayTask::TaskParameter::finishHash_</a></div><div class="ttdeci">uint256 finishHash_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayTask_8h_source.html#l00030">LedgerReplayTask.h:30</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplay_html"><div class="ttname"><a href="classxrpl_1_1LedgerReplay.html">xrpl::LedgerReplay</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay_8h_source.html#l00014">LedgerReplay.h:15</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayer_html"><div class="ttname"><a href="classxrpl_1_1LedgerReplayer.html">xrpl::LedgerReplayer</a></div><div class="ttdoc">Manages the lifetime of ledger replay tasks.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayer_8h_source.html#l00053">LedgerReplayer.h:54</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayer_html_a0bc33f6788b3556d86654ab3f2cf934d"><div class="ttname"><a href="classxrpl_1_1LedgerReplayer.html#a0bc33f6788b3556d86654ab3f2cf934d">xrpl::LedgerReplayer::skipLists_</a></div><div class="ttdeci">hash_map< uint256, std::weak_ptr< SkipListAcquire > > skipLists_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayer_8h_source.html#l00124">LedgerReplayer.h:124</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayer_html_a4ae169e543257ebc71711b53e5f778e0"><div class="ttname"><a href="classxrpl_1_1LedgerReplayer.html#a4ae169e543257ebc71711b53e5f778e0">xrpl::LedgerReplayer::mtx_</a></div><div class="ttdeci">std::mutex mtx_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayer_8h_source.html#l00121">LedgerReplayer.h:121</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayer_html_a5319446ab6b0b99a231ba52f9dc5fe8f"><div class="ttname"><a href="classxrpl_1_1LedgerReplayer.html#a5319446ab6b0b99a231ba52f9dc5fe8f">xrpl::LedgerReplayer::tasks_</a></div><div class="ttdeci">std::vector< std::shared_ptr< LedgerReplayTask > > tasks_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayer_8h_source.html#l00122">LedgerReplayer.h:122</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1LedgerReplayer_html_ae14a31e97cab2fbe2180019755098de1"><div class="ttname"><a href="classxrpl_1_1LedgerReplayer.html#ae14a31e97cab2fbe2180019755098de1">xrpl::LedgerReplayer::deltas_</a></div><div class="ttdeci">hash_map< uint256, std::weak_ptr< LedgerDeltaAcquire > > deltas_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplayer_8h_source.html#l00123">LedgerReplayer.h:123</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Logs_html_a41fd8a8a7a607cc8cedf9f1145e05179"><div class="ttname"><a href="classxrpl_1_1Logs.html#a41fd8a8a7a607cc8cedf9f1145e05179">xrpl::Logs::threshold</a></div><div class="ttdeci">beast::severities::Severity threshold() const</div><div class="ttdef"><b>Definition</b> <a href="Log_8cpp_source.html#l00140">Log.cpp:140</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1PeerSetBuilder_html"><div class="ttname"><a href="classxrpl_1_1PeerSetBuilder.html">xrpl::PeerSetBuilder</a></div><div class="ttdef"><b>Definition</b> <a href="PeerSet_8h_source.html#l00056">PeerSet.h:57</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1PeerSet_html"><div class="ttname"><a href="classxrpl_1_1PeerSet.html">xrpl::PeerSet</a></div><div class="ttdoc">Supports data retrieval by managing a set of peers.</div><div class="ttdef"><b>Definition</b> <a href="PeerSet_8h_source.html#l00020">PeerSet.h:21</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Peer_html"><div class="ttname"><a href="classxrpl_1_1Peer.html">xrpl::Peer</a></div><div class="ttdoc">Represents a peer connection in the overlay.</div><div class="ttdef"><b>Definition</b> <a href="xrpld_2overlay_2Peer_8h_source.html#l00024">xrpld/overlay/Peer.h:25</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Peer_html_adc168a4e3e3e973d3caff41f6799f815"><div class="ttname"><a href="classxrpl_1_1Peer.html#adc168a4e3e3e973d3caff41f6799f815">xrpl::Peer::id_t</a></div><div class="ttdeci">std::uint32_t id_t</div><div class="ttdoc">Uniquely identifies a peer.</div><div class="ttdef"><b>Definition</b> <a href="xrpld_2overlay_2Peer_8h_source.html#l00034">xrpld/overlay/Peer.h:34</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1PublicKey_html"><div class="ttname"><a href="classxrpl_1_1PublicKey.html">xrpl::PublicKey</a></div><div class="ttdoc">A public key.</div><div class="ttdef"><b>Definition</b> <a href="PublicKey_8h_source.html#l00042">PublicKey.h:43</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Resource_1_1Charge_html"><div class="ttname"><a href="classxrpl_1_1Resource_1_1Charge.html">xrpl::Resource::Charge</a></div><div class="ttdoc">A consumption charge.</div><div class="ttdef"><b>Definition</b> <a href="Charge_8h_source.html#l00010">Charge.h:11</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1Slice_html"><div class="ttname"><a href="classxrpl_1_1Slice.html">xrpl::Slice</a></div><div class="ttdoc">An immutable linear range of bytes.</div><div class="ttdef"><b>Definition</b> <a href="Slice_8h_source.html#l00026">Slice.h:27</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1base__uint_html"><div class="ttname"><a href="classxrpl_1_1base__uint.html">xrpl::base_uint< 256 ></a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1base__uint_html_abafa79f01042304ef1af73e625d4f515"><div class="ttname"><a href="classxrpl_1_1base__uint.html#abafa79f01042304ef1af73e625d4f515">xrpl::base_uint::data</a></div><div class="ttdeci">pointer data()</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00102">base_uint.h:102</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1base__uint_html_af75a5db52d164b43693830e9df8585a8"><div class="ttname"><a href="classxrpl_1_1base__uint.html#af75a5db52d164b43693830e9df8585a8">xrpl::base_uint::size</a></div><div class="ttdeci">static constexpr std::size_t size()</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00495">base_uint.h:495</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html">xrpl::test::LedgerReplayClient</a></div><div class="ttdoc">Ledger replay client side.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00539">LedgerReplay_test.cpp:540</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a0ecc97945e45d1803997869db873eb0e"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a0ecc97945e45d1803997869db873eb0e">xrpl::test::LedgerReplayClient::taskStatus</a></div><div class="ttdeci">TaskStatus taskStatus(std::shared_ptr< T > const &t)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00685">LedgerReplay_test.cpp:685</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a19dae98b1cad6f4e6d08a52c26473eff"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a19dae98b1cad6f4e6d08a52c26473eff">xrpl::test::LedgerReplayClient::countDeltas</a></div><div class="ttdeci">std::size_t countDeltas()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00642">LedgerReplay_test.cpp:642</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a20e540d1a6d944af4189415240beb53b"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a20e540d1a6d944af4189415240beb53b">xrpl::test::LedgerReplayClient::replayer</a></div><div class="ttdeci">LedgerReplayer replayer</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00777">LedgerReplay_test.cpp:777</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a2e27601b39d533b541cdb82b8646f538"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a2e27601b39d533b541cdb82b8646f538">xrpl::test::LedgerReplayClient::getTasks</a></div><div class="ttdeci">std::vector< std::shared_ptr< LedgerReplayTask > > getTasks()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00623">LedgerReplay_test.cpp:623</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a3d358e54313a6bf16a681ee2586932d5"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a3d358e54313a6bf16a681ee2586932d5">xrpl::test::LedgerReplayClient::asExpected</a></div><div class="ttdeci">bool asExpected(uint256 const &hash, int totalReplay, TaskStatus taskExpect, TaskStatus skiplistExpect, std::vector< TaskStatus > const &deltaExpects)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00720">LedgerReplay_test.cpp:720</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a44d84f766643eae62db8d87257f3ea38"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a44d84f766643eae62db8d87257f3ea38">xrpl::test::LedgerReplayClient::ledgerMaster</a></div><div class="ttdeci">LedgerMaster & ledgerMaster</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00773">LedgerReplay_test.cpp:773</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a5c726cd2a1dc5862880e783fd0a6ad2d"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a5c726cd2a1dc5862880e783fd0a6ad2d">xrpl::test::LedgerReplayClient::inboundLedgers</a></div><div class="ttdeci">MagicInboundLedgers inboundLedgers</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00774">LedgerReplay_test.cpp:774</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a6cd122028ac81f37fbcab5e30f7ce13f"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a6cd122028ac81f37fbcab5e30f7ce13f">xrpl::test::LedgerReplayClient::countSkipLists</a></div><div class="ttdeci">std::size_t countSkipLists()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00649">LedgerReplay_test.cpp:649</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a76301ce63cf47e3d335ef7a4869d3d01"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a76301ce63cf47e3d335ef7a4869d3d01">xrpl::test::LedgerReplayClient::clientMsgHandler</a></div><div class="ttdeci">LedgerReplayMsgHandler clientMsgHandler</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00776">LedgerReplay_test.cpp:776</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a78d3899fd666f2d8547d1ecf604a4f18"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a78d3899fd666f2d8547d1ecf604a4f18">xrpl::test::LedgerReplayClient::haveLedgers</a></div><div class="ttdeci">bool haveLedgers(uint256 const &finishLedgerHash, int totalReplay)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00568">LedgerReplay_test.cpp:568</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a88fa508ee62ee51510627d7a039d501d"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a88fa508ee62ee51510627d7a039d501d">xrpl::test::LedgerReplayClient::addLedger</a></div><div class="ttdeci">void addLedger(std::shared_ptr< Ledger const > const &l)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00562">LedgerReplay_test.cpp:562</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a8d5a2e43b7d984b93c807b42d30519fb"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8d5a2e43b7d984b93c807b42d30519fb">xrpl::test::LedgerReplayClient::findSkipListAcquire</a></div><div class="ttdeci">std::shared_ptr< SkipListAcquire > findSkipListAcquire(uint256 const &hash)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00664">LedgerReplay_test.cpp:664</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_a8eb5d0bb8f329ecffb6e8a5e82f3f781"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#a8eb5d0bb8f329ecffb6e8a5e82f3f781">xrpl::test::LedgerReplayClient::env</a></div><div class="ttdeci">jtx::Env env</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00771">LedgerReplay_test.cpp:771</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_aa16d810eda6e230a2b419c87cbd20d5a"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa16d810eda6e230a2b419c87cbd20d5a">xrpl::test::LedgerReplayClient::app</a></div><div class="ttdeci">Application & app</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00772">LedgerReplay_test.cpp:772</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_aa96b89623af024bbbcabdc22b7d008ba"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#aa96b89623af024bbbcabdc22b7d008ba">xrpl::test::LedgerReplayClient::countsAsExpected</a></div><div class="ttdeci">bool countsAsExpected(std::size_t tasks, std::size_t skipLists, std::size_t deltas)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00656">LedgerReplay_test.cpp:656</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_ac07812c516267ae72fd6153f5f8f678d"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#ac07812c516267ae72fd6153f5f8f678d">xrpl::test::LedgerReplayClient::waitForLedgers</a></div><div class="ttdeci">bool waitForLedgers(uint256 const &finishLedgerHash, int totalReplay)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00583">LedgerReplay_test.cpp:583</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_ad361f2bce4fcb1b6240c959b4747b110"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#ad361f2bce4fcb1b6240c959b4747b110">xrpl::test::LedgerReplayClient::waitForDone</a></div><div class="ttdeci">bool waitForDone()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00597">LedgerReplay_test.cpp:597</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_ae300abc2210b4407510953ef5a7289de"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#ae300abc2210b4407510953ef5a7289de">xrpl::test::LedgerReplayClient::serverMsgHandler</a></div><div class="ttdeci">LedgerReplayMsgHandler serverMsgHandler</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00775">LedgerReplay_test.cpp:775</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_ae9cd77281fd2fd4879104d40e68682e5"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#ae9cd77281fd2fd4879104d40e68682e5">xrpl::test::LedgerReplayClient::LedgerReplayClient</a></div><div class="ttdeci">LedgerReplayClient(beast::unit_test::suite &suite, LedgerServer &server, PeerSetBehavior behavior=PeerSetBehavior::Good, InboundLedgersBehavior inboundBhvr=InboundLedgersBehavior::Good, PeerFeature peerFeature=PeerFeature::LedgerReplayEnabled)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00542">LedgerReplay_test.cpp:542</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_aeb23b9d039a1f173851bde3a29bc6dc6"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#aeb23b9d039a1f173851bde3a29bc6dc6">xrpl::test::LedgerReplayClient::waitAndCheckStatus</a></div><div class="ttdeci">bool waitAndCheckStatus(uint256 const &hash, int totalReplay, TaskStatus taskExpect, TaskStatus skiplistExpect, std::vector< TaskStatus > const &deltaExpects)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00758">LedgerReplay_test.cpp:758</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_aebe40a10801813852ea9b5a97dcacf34"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#aebe40a10801813852ea9b5a97dcacf34">xrpl::test::LedgerReplayClient::asExpected</a></div><div class="ttdeci">bool asExpected(std::shared_ptr< LedgerReplayTask > const &task, TaskStatus taskExpect, TaskStatus skiplistExpect, std::vector< TaskStatus > const &deltaExpects)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00695">LedgerReplay_test.cpp:695</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_aec162fc84f0f022990dfbf6245d6cd0e"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#aec162fc84f0f022990dfbf6245d6cd0e">xrpl::test::LedgerReplayClient::findTask</a></div><div class="ttdeci">std::shared_ptr< LedgerReplayTask > findTask(uint256 const &hash, int totalReplay)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00630">LedgerReplay_test.cpp:630</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_af5b74ce2ccdea6f5923b87bb00f96138"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#af5b74ce2ccdea6f5923b87bb00f96138">xrpl::test::LedgerReplayClient::checkStatus</a></div><div class="ttdeci">bool checkStatus(uint256 const &hash, int totalReplay, TaskStatus taskExpect, TaskStatus skiplistExpect, std::vector< TaskStatus > const &deltaExpects)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00739">LedgerReplay_test.cpp:739</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1LedgerReplayClient_html_afbebeca03a670065628e2b07198f3492"><div class="ttname"><a href="classxrpl_1_1test_1_1LedgerReplayClient.html#afbebeca03a670065628e2b07198f3492">xrpl::test::LedgerReplayClient::findLedgerDeltaAcquire</a></div><div class="ttdeci">std::shared_ptr< LedgerDeltaAcquire > findLedgerDeltaAcquire(uint256 const &hash)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00674">LedgerReplay_test.cpp:674</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html">xrpl::test::MagicInboundLedgers</a></div><div class="ttdoc">Simulate a network InboundLedgers.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00060">LedgerReplay_test.cpp:61</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a2c23e93cb1ef2688493ecbe6f438d089"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a2c23e93cb1ef2688493ecbe6f438d089">xrpl::test::MagicInboundLedgers::sweep</a></div><div class="ttdeci">virtual void sweep() override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00143">LedgerReplay_test.cpp:143</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a2cc33afd7d003dfd8def3d204e2967e5"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a2cc33afd7d003dfd8def3d204e2967e5">xrpl::test::MagicInboundLedgers::cacheSize</a></div><div class="ttdeci">virtual size_t cacheSize() override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00153">LedgerReplay_test.cpp:153</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a2cd47da7fb337f0e521c4249810b3fc4"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a2cd47da7fb337f0e521c4249810b3fc4">xrpl::test::MagicInboundLedgers::logFailure</a></div><div class="ttdeci">virtual void logFailure(uint256 const &h, std::uint32_t seq) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00106">LedgerReplay_test.cpp:106</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a39a5bec7212ac3b56fcb17f8d9623fa0"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a39a5bec7212ac3b56fcb17f8d9623fa0">xrpl::test::MagicInboundLedgers::MagicInboundLedgers</a></div><div class="ttdeci">MagicInboundLedgers(LedgerMaster &ledgerSource, LedgerMaster &ledgerSink, InboundLedgersBehavior bhvr)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00063">LedgerReplay_test.cpp:63</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a4786baac25812ccd10978827e822d1e1"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a4786baac25812ccd10978827e822d1e1">xrpl::test::MagicInboundLedgers::gotFetchPack</a></div><div class="ttdeci">virtual void gotFetchPack() override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00139">LedgerReplay_test.cpp:139</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a49f597c3566cfbaccd0d3003ff7e1c41"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a49f597c3566cfbaccd0d3003ff7e1c41">xrpl::test::MagicInboundLedgers::bhvr</a></div><div class="ttdeci">InboundLedgersBehavior bhvr</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00160">LedgerReplay_test.cpp:160</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a516f02ba42703d2b2ec85b67a303e641"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a516f02ba42703d2b2ec85b67a303e641">xrpl::test::MagicInboundLedgers::~MagicInboundLedgers</a></div><div class="ttdeci">virtual ~MagicInboundLedgers()=default</div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a5e837b0bfb457db73781d6feb9daf587"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a5e837b0bfb457db73781d6feb9daf587">xrpl::test::MagicInboundLedgers::ledgerSink</a></div><div class="ttdeci">LedgerMaster & ledgerSink</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00159">LedgerReplay_test.cpp:159</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a63d269176bb5ae2aad7ab7bf41cd58ed"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a63d269176bb5ae2aad7ab7bf41cd58ed">xrpl::test::MagicInboundLedgers::stop</a></div><div class="ttdeci">virtual void stop() override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00148">LedgerReplay_test.cpp:148</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a867351daac36aa4c429174234d51762e"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a867351daac36aa4c429174234d51762e">xrpl::test::MagicInboundLedgers::acquireAsync</a></div><div class="ttdeci">virtual void acquireAsync(uint256 const &hash, std::uint32_t seq, InboundLedger::Reason reason) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00084">LedgerReplay_test.cpp:84</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_a972fa5ab842053dad980980276cabe85"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#a972fa5ab842053dad980980276cabe85">xrpl::test::MagicInboundLedgers::clearFailures</a></div><div class="ttdeci">virtual void clearFailures() override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00117">LedgerReplay_test.cpp:117</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_aa4b4ed0cea577fe702b2947851c74db7"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#aa4b4ed0cea577fe702b2947851c74db7">xrpl::test::MagicInboundLedgers::gotLedgerData</a></div><div class="ttdeci">virtual bool gotLedgerData(LedgerHash const &ledgerHash, std::shared_ptr< Peer >, std::shared_ptr< protocol::TMLedgerData >) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00095">LedgerReplay_test.cpp:95</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_aaa5cab6b06650d8cb8c21bfc3710fae6"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#aaa5cab6b06650d8cb8c21bfc3710fae6">xrpl::test::MagicInboundLedgers::ledgerSource</a></div><div class="ttdeci">LedgerMaster & ledgerSource</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00158">LedgerReplay_test.cpp:158</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_ab24cf340e4777c7ac6927205be6ad304"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ab24cf340e4777c7ac6927205be6ad304">xrpl::test::MagicInboundLedgers::acquire</a></div><div class="ttdeci">virtual std::shared_ptr< Ledger const > acquire(uint256 const &hash, std::uint32_t seq, InboundLedger::Reason) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00070">LedgerReplay_test.cpp:70</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_abb0b02bfb1479ca2dae72a7b1f095bf1"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#abb0b02bfb1479ca2dae72a7b1f095bf1">xrpl::test::MagicInboundLedgers::getInfo</a></div><div class="ttdeci">virtual Json::Value getInfo() override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00122">LedgerReplay_test.cpp:122</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_ada1def5c388e77070d57e6bf4f29e39d"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ada1def5c388e77070d57e6bf4f29e39d">xrpl::test::MagicInboundLedgers::fetchRate</a></div><div class="ttdeci">virtual std::size_t fetchRate() override</div><div class="ttdoc">Returns the rate of historical ledger fetches per minute.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00128">LedgerReplay_test.cpp:128</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_ada4ed33ccdb3af60ec96fe912183fb7b"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ada4ed33ccdb3af60ec96fe912183fb7b">xrpl::test::MagicInboundLedgers::find</a></div><div class="ttdeci">virtual std::shared_ptr< InboundLedger > find(LedgerHash const &hash) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00089">LedgerReplay_test.cpp:89</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_ae650679da66391cae8cec6aa0ba40270"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#ae650679da66391cae8cec6aa0ba40270">xrpl::test::MagicInboundLedgers::onLedgerFetched</a></div><div class="ttdeci">virtual void onLedgerFetched() override</div><div class="ttdoc">Called when a complete ledger is obtained.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00134">LedgerReplay_test.cpp:134</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_af67c601d781651f859feeace0bd5ba55"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#af67c601d781651f859feeace0bd5ba55">xrpl::test::MagicInboundLedgers::isFailure</a></div><div class="ttdeci">virtual bool isFailure(uint256 const &h) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00111">LedgerReplay_test.cpp:111</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1MagicInboundLedgers_html_afc754ac91dcd3cb362f23f899ba352c4"><div class="ttname"><a href="classxrpl_1_1test_1_1MagicInboundLedgers.html#afc754ac91dcd3cb362f23f899ba352c4">xrpl::test::MagicInboundLedgers::gotStaleData</a></div><div class="ttdeci">virtual void gotStaleData(std::shared_ptr< protocol::TMLedgerData > packet) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00101">LedgerReplay_test.cpp:101</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeerSetBuilder_html"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeerSetBuilder.html">xrpl::test::TestPeerSetBuilder</a></div><div class="ttdoc">Build the TestPeerSet.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00398">LedgerReplay_test.cpp:399</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeerSetBuilder_html_a0717a963532c3e8150857a10336261d8"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a0717a963532c3e8150857a10336261d8">xrpl::test::TestPeerSetBuilder::behavior</a></div><div class="ttdeci">PeerSetBehavior behavior</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00419">LedgerReplay_test.cpp:419</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeerSetBuilder_html_a3e3b90c783e10f90e4efbbf9e70f3081"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a3e3b90c783e10f90e4efbbf9e70f3081">xrpl::test::TestPeerSetBuilder::enableLedgerReplay</a></div><div class="ttdeci">bool enableLedgerReplay</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00420">LedgerReplay_test.cpp:420</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeerSetBuilder_html_a61d906ca7ea533854b6fe917fe6365f9"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a61d906ca7ea533854b6fe917fe6365f9">xrpl::test::TestPeerSetBuilder::local</a></div><div class="ttdeci">LedgerReplayMsgHandler & local</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00417">LedgerReplay_test.cpp:417</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeerSetBuilder_html_a672f898d1349a4053517fb6ba8c3c383"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a672f898d1349a4053517fb6ba8c3c383">xrpl::test::TestPeerSetBuilder::remote</a></div><div class="ttdeci">LedgerReplayMsgHandler & remote</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00418">LedgerReplay_test.cpp:418</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeerSetBuilder_html_a7469847d59cd426c793618547b6648a5"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a7469847d59cd426c793618547b6648a5">xrpl::test::TestPeerSetBuilder::TestPeerSetBuilder</a></div><div class="ttdeci">TestPeerSetBuilder(LedgerReplayMsgHandler &me, LedgerReplayMsgHandler &other, PeerSetBehavior bhvr, PeerFeature peerFeature)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00401">LedgerReplay_test.cpp:401</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeerSetBuilder_html_a7d1252afe9fef954742e7a3512306050"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeerSetBuilder.html#a7d1252afe9fef954742e7a3512306050">xrpl::test::TestPeerSetBuilder::build</a></div><div class="ttdeci">std::unique_ptr< PeerSet > build() override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00411">LedgerReplay_test.cpp:411</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html">xrpl::test::TestPeer</a></div><div class="ttdoc">Simulate a network peer.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00173">LedgerReplay_test.cpp:174</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a0cdb7926c9d547283d1411fe6117b451"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a0cdb7926c9d547283d1411fe6117b451">xrpl::test::TestPeer::cycleStatus</a></div><div class="ttdeci">void cycleStatus() override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00261">LedgerReplay_test.cpp:261</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a105a5f57ac1fc7534f9e2ef5281ed6ff"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a105a5f57ac1fc7534f9e2ef5281ed6ff">xrpl::test::TestPeer::getClosedLedgerHash</a></div><div class="ttdeci">uint256 const & getClosedLedgerHash() const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00241">LedgerReplay_test.cpp:241</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a18c307a964eb0ffcab3bdd0b70c725b9"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a18c307a964eb0ffcab3bdd0b70c725b9">xrpl::test::TestPeer::publisherListSequence</a></div><div class="ttdeci">std::optional< std::size_t > publisherListSequence(PublicKey const &) const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00232">LedgerReplay_test.cpp:232</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a1a053bcfc71f29eb381d5036e6505f6e"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a1a053bcfc71f29eb381d5036e6505f6e">xrpl::test::TestPeer::supportsFeature</a></div><div class="ttdeci">bool supportsFeature(ProtocolFeature f) const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00225">LedgerReplay_test.cpp:225</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a20661f6c3bc70fc850fa82048815ed39"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a20661f6c3bc70fc850fa82048815ed39">xrpl::test::TestPeer::getNodePublic</a></div><div class="ttdeci">PublicKey const & getNodePublic() const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00215">LedgerReplay_test.cpp:215</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a265cd5faae9a1f3da7144913b33d0c35"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a265cd5faae9a1f3da7144913b33d0c35">xrpl::test::TestPeer::getRemoteAddress</a></div><div class="ttdeci">beast::IP::Endpoint getRemoteAddress() const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00186">LedgerReplay_test.cpp:186</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a278ce249eb47a7d0683b5f63072d4ba9"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a278ce249eb47a7d0683b5f63072d4ba9">xrpl::test::TestPeer::fingerprint</a></div><div class="ttdeci">std::string const & fingerprint() const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00293">LedgerReplay_test.cpp:293</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a34d9f9921b8ef7f07208086c2bd6df80"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a34d9f9921b8ef7f07208086c2bd6df80">xrpl::test::TestPeer::ledgerRange</a></div><div class="ttdeci">void ledgerRange(std::uint32_t &minSeq, std::uint32_t &maxSeq) const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00252">LedgerReplay_test.cpp:252</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a34f65e18be612f941381e7eb3eb71969"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a34f65e18be612f941381e7eb3eb71969">xrpl::test::TestPeer::compressionEnabled</a></div><div class="ttdeci">bool compressionEnabled() const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00270">LedgerReplay_test.cpp:270</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a3534eec8dc3c3dc7b3263bfe1e985b7e"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a3534eec8dc3c3dc7b3263bfe1e985b7e">xrpl::test::TestPeer::charge</a></div><div class="ttdeci">void charge(Resource::Charge const &fee, std::string const &context={}) override</div><div class="ttdoc">Adjust this peer's load balance based on the type of load imposed.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00191">LedgerReplay_test.cpp:191</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a3981cc278aa8f8efff4e9067cabdcf45"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a3981cc278aa8f8efff4e9067cabdcf45">xrpl::test::TestPeer::json</a></div><div class="ttdeci">Json::Value json() override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00220">LedgerReplay_test.cpp:220</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a4c661ff844df278717493cd6eb26b6bb"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a4c661ff844df278717493cd6eb26b6bb">xrpl::test::TestPeer::ledgerReplayEnabled_</a></div><div class="ttdeci">bool ledgerReplayEnabled_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00299">LedgerReplay_test.cpp:299</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a4d3b42333f59bc434b9d7169b627d212"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a4d3b42333f59bc434b9d7169b627d212">xrpl::test::TestPeer::hasLedger</a></div><div class="ttdeci">bool hasLedger(uint256 const &hash, std::uint32_t seq) const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00247">LedgerReplay_test.cpp:247</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a4f1d85f74f53412eabeb0bc6683c5945"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a4f1d85f74f53412eabeb0bc6683c5945">xrpl::test::TestPeer::txReduceRelayEnabled</a></div><div class="ttdeci">bool txReduceRelayEnabled() const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00287">LedgerReplay_test.cpp:287</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a4f4d638414abb57e492d523ef1c22cca"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a4f4d638414abb57e492d523ef1c22cca">xrpl::test::TestPeer::nodePublicKey_</a></div><div class="ttdeci">PublicKey nodePublicKey_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00300">LedgerReplay_test.cpp:300</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a5f4ff7446da594db84f5edcd3480db9d"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a5f4ff7446da594db84f5edcd3480db9d">xrpl::test::TestPeer::TestPeer</a></div><div class="ttdeci">TestPeer(bool enableLedgerReplay)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00176">LedgerReplay_test.cpp:176</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a66d93c1626f9a725b9bcbea0776fba2e"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a66d93c1626f9a725b9bcbea0776fba2e">xrpl::test::TestPeer::id</a></div><div class="ttdeci">id_t id() const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00195">LedgerReplay_test.cpp:195</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a79c1acf2cd1da00106b96845537ac659"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a79c1acf2cd1da00106b96845537ac659">xrpl::test::TestPeer::hasTxSet</a></div><div class="ttdeci">bool hasTxSet(uint256 const &hash) const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00256">LedgerReplay_test.cpp:256</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a7fb25203f22a37f90e45d7ff23c566af"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a7fb25203f22a37f90e45d7ff23c566af">xrpl::test::TestPeer::fingerprint_</a></div><div class="ttdeci">std::string fingerprint_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00298">LedgerReplay_test.cpp:298</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a857594d0d3cba7ed3481d5ac1933306c"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a857594d0d3cba7ed3481d5ac1933306c">xrpl::test::TestPeer::getScore</a></div><div class="ttdeci">int getScore(bool) const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00210">LedgerReplay_test.cpp:210</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_a9074d52f4a5d669dea8e3df2f873ec67"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#a9074d52f4a5d669dea8e3df2f873ec67">xrpl::test::TestPeer::isHighLatency</a></div><div class="ttdeci">bool isHighLatency() const override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00205">LedgerReplay_test.cpp:205</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_aa10e3157c62c6abff18d569bab0762c2"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#aa10e3157c62c6abff18d569bab0762c2">xrpl::test::TestPeer::cluster</a></div><div class="ttdeci">bool cluster() const override</div><div class="ttdoc">Returns true if this connection is a member of the cluster.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00200">LedgerReplay_test.cpp:200</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_aaf84d39914d47270588dcd8a375b338f"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#aaf84d39914d47270588dcd8a375b338f">xrpl::test::TestPeer::addTxQueue</a></div><div class="ttdeci">void addTxQueue(uint256 const &) override</div><div class="ttdoc">Aggregate transaction's hash.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00279">LedgerReplay_test.cpp:279</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_ab8749a80b880d6e3a2e134ee5ca75319"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#ab8749a80b880d6e3a2e134ee5ca75319">xrpl::test::TestPeer::removeTxQueue</a></div><div class="ttdeci">void removeTxQueue(uint256 const &) override</div><div class="ttdoc">Remove hash from the transactions' hashes queue.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00283">LedgerReplay_test.cpp:283</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_ac6830d55520af7b0a17a2797137e09d9"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#ac6830d55520af7b0a17a2797137e09d9">xrpl::test::TestPeer::send</a></div><div class="ttdeci">void send(std::shared_ptr< Message > const &m) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00182">LedgerReplay_test.cpp:182</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_ad9cc2515cfe0b445e9fb581fd1beddd1"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#ad9cc2515cfe0b445e9fb581fd1beddd1">xrpl::test::TestPeer::sendTxQueue</a></div><div class="ttdeci">void sendTxQueue() override</div><div class="ttdoc">Send aggregated transactions' hashes.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00275">LedgerReplay_test.cpp:275</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_aedfce3f1e5cbe8e93cfaad3185c582fa"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#aedfce3f1e5cbe8e93cfaad3185c582fa">xrpl::test::TestPeer::hasRange</a></div><div class="ttdeci">bool hasRange(std::uint32_t uMin, std::uint32_t uMax) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00265">LedgerReplay_test.cpp:265</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1TestPeer_html_af7487b7a53aa0c4373e426c0c84f60b1"><div class="ttname"><a href="classxrpl_1_1test_1_1TestPeer.html#af7487b7a53aa0c4373e426c0c84f60b1">xrpl::test::TestPeer::setPublisherListSequence</a></div><div class="ttdeci">void setPublisherListSequence(PublicKey const &, std::size_t const) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00237">LedgerReplay_test.cpp:237</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1jtx_1_1Account_html"><div class="ttname"><a href="classxrpl_1_1test_1_1jtx_1_1Account.html">xrpl::test::jtx::Account</a></div><div class="ttdoc">Immutable cryptographic account descriptor.</div><div class="ttdef"><b>Definition</b> <a href="Account_8h_source.html#l00019">Account.h:20</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1jtx_1_1Env_html"><div class="ttname"><a href="classxrpl_1_1test_1_1jtx_1_1Env.html">xrpl::test::jtx::Env</a></div><div class="ttdoc">A transaction testing environment.</div><div class="ttdef"><b>Definition</b> <a href="Env_8h_source.html#l00097">Env.h:98</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1jtx_1_1Env_html_a00e2950377b152b92bbf93e4b3c8c474"><div class="ttname"><a href="classxrpl_1_1test_1_1jtx_1_1Env.html#a00e2950377b152b92bbf93e4b3c8c474">xrpl::test::jtx::Env::app</a></div><div class="ttdeci">Application & app()</div><div class="ttdef"><b>Definition</b> <a href="Env_8h_source.html#l00230">Env.h:230</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1jtx_1_1Env_html_a0e3c16e11ba7ddebd9d9eb1112f59dce"><div class="ttname"><a href="classxrpl_1_1test_1_1jtx_1_1Env.html#a0e3c16e11ba7ddebd9d9eb1112f59dce">xrpl::test::jtx::Env::close</a></div><div class="ttdeci">bool close(NetClock::time_point closeTime, std::optional< std::chrono::milliseconds > consensusDelay=std::nullopt)</div><div class="ttdoc">Close and advance the ledger.</div><div class="ttdef"><b>Definition</b> <a href="Env_8cpp_source.html#l00097">Env.cpp:97</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1jtx_1_1Env_html_a5bb0bdfba5b61e9c7de31524ab04cd5b"><div class="ttname"><a href="classxrpl_1_1test_1_1jtx_1_1Env.html#a5bb0bdfba5b61e9c7de31524ab04cd5b">xrpl::test::jtx::Env::fund</a></div><div class="ttdeci">void fund(bool setDefaultRipple, STAmount const &amount, Account const &account)</div><div class="ttdef"><b>Definition</b> <a href="Env_8cpp_source.html#l00260">Env.cpp:260</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1jtx_1_1Env_html_ab3ce637dcf8ca943301fd226649079bf"><div class="ttname"><a href="classxrpl_1_1test_1_1jtx_1_1Env.html#ab3ce637dcf8ca943301fd226649079bf">xrpl::test::jtx::Env::apply</a></div><div class="ttdeci">Env & apply(JsonValue &&jv, FN const &... fN)</div><div class="ttdoc">Apply funclets and submit.</div><div class="ttdef"><b>Definition</b> <a href="Env_8h_source.html#l00544">Env.h:544</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1jtx_1_1Env_html_af5fb4f29ed4ad1594323cd5d11d1cdcb"><div class="ttname"><a href="classxrpl_1_1test_1_1jtx_1_1Env.html#af5fb4f29ed4ad1594323cd5d11d1cdcb">xrpl::test::jtx::Env::journal</a></div><div class="ttdeci">beast::Journal const journal</div><div class="ttdef"><b>Definition</b> <a href="Env_8h_source.html#l00139">Env.h:139</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1jtx_1_1fee_html"><div class="ttname"><a href="classxrpl_1_1test_1_1jtx_1_1fee.html">xrpl::test::jtx::fee</a></div><div class="ttdoc">Set the fee on a JTx.</div><div class="ttdef"><b>Definition</b> <a href="fee_8h_source.html#l00017">fee.h:18</a></div></div>
|
||
<div class="ttc" id="aclassxrpl_1_1test_1_1jtx_1_1sig_html"><div class="ttname"><a href="classxrpl_1_1test_1_1jtx_1_1sig.html">xrpl::test::jtx::sig</a></div><div class="ttdoc">Set the regular signature on a JTx.</div><div class="ttdef"><b>Definition</b> <a href="sig_8h_source.html#l00015">sig.h:16</a></div></div>
|
||
<div class="ttc" id="acount_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_set/count.html">std::unordered_set::count</a></div><div class="ttdeci">T count(T... args)</div></div>
|
||
<div class="ttc" id="aduration_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::milliseconds</a></div></div>
|
||
<div class="ttc" id="aemplace_back_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/emplace_back.html">std::vector::emplace_back</a></div><div class="ttdeci">T emplace_back(T... args)</div></div>
|
||
<div class="ttc" id="afind_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/find.html">std::find_if</a></div><div class="ttdeci">T find_if(T... args)</div></div>
|
||
<div class="ttc" id="afunction_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a></div></div>
|
||
<div class="ttc" id="ainsert_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_set/insert.html">std::unordered_set::insert</a></div><div class="ttdeci">T insert(T... args)</div></div>
|
||
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
|
||
<div class="ttc" id="ais_same_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/is_same.html">std::is_same_v</a></div><div class="ttdeci">T is_same_v</div></div>
|
||
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a></div></div>
|
||
<div class="ttc" id="anamespacebeast_1_1IP_html_adbe597760cb20a7aa3f2ff92f7bed2cc"><div class="ttname"><a href="namespacebeast_1_1IP.html#adbe597760cb20a7aa3f2ff92f7bed2cc">beast::IP::Address</a></div><div class="ttdeci">boost::asio::ip::address Address</div><div class="ttdef"><b>Definition</b> <a href="IPAddress_8h_source.html#l00020">IPAddress.h:20</a></div></div>
|
||
<div class="ttc" id="anamespacebeast_1_1severities_html"><div class="ttname"><a href="namespacebeast_1_1severities.html">beast::severities</a></div><div class="ttdoc">A namespace for easy access to logging severity values.</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00011">Journal.h:11</a></div></div>
|
||
<div class="ttc" id="anamespacebeast_1_1severities_html_a069a8a312b9123b77f6aa31733ca73be"><div class="ttname"><a href="namespacebeast_1_1severities.html#a069a8a312b9123b77f6aa31733ca73be">beast::severities::Severity</a></div><div class="ttdeci">Severity</div><div class="ttdoc">Severity level / threshold of a Journal message.</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00013">Journal.h:13</a></div></div>
|
||
<div class="ttc" id="anamespacebeast_1_1severities_html_a069a8a312b9123b77f6aa31733ca73beab6ef7006e42e82dcc97478e4e362f883"><div class="ttname"><a href="namespacebeast_1_1severities.html#a069a8a312b9123b77f6aa31733ca73beab6ef7006e42e82dcc97478e4e362f883">beast::severities::kWarning</a></div><div class="ttdeci">@ kWarning</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00019">Journal.h:19</a></div></div>
|
||
<div class="ttc" id="anamespacebeast_1_1severities_html_a069a8a312b9123b77f6aa31733ca73beae13a45640877c138fc59c94443ece6f0"><div class="ttname"><a href="namespacebeast_1_1severities.html#a069a8a312b9123b77f6aa31733ca73beae13a45640877c138fc59c94443ece6f0">beast::severities::kDisabled</a></div><div class="ttdeci">@ kDisabled</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00023">Journal.h:23</a></div></div>
|
||
<div class="ttc" id="anamespacebeast_html"><div class="ttname"><a href="namespacebeast.html">beast</a></div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00638">base_uint.h:638</a></div></div>
|
||
<div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1keylet_html_a001f72fd04714632d5fd4345ab1f1873"><div class="ttname"><a href="namespacexrpl_1_1keylet.html#a001f72fd04714632d5fd4345ab1f1873">xrpl::keylet::skip</a></div><div class="ttdeci">Keylet const & skip() noexcept</div><div class="ttdoc">The index of the "short" skip list.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00172">Indexes.cpp:172</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_1_1jtx_html_a57c217e2bf650f68bb9ee9b56331751b"><div class="ttname"><a href="namespacexrpl_1_1test_1_1jtx.html#a57c217e2bf650f68bb9ee9b56331751b">xrpl::test::jtx::XRP</a></div><div class="ttdeci">XRP_t const XRP</div><div class="ttdoc">Converts to XRP Issue or STAmount.</div><div class="ttdef"><b>Definition</b> <a href="amount_8cpp_source.html#l00090">amount.cpp:90</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_1_1jtx_html_a62f8e22673d7d96178b89211b17ef09d"><div class="ttname"><a href="namespacexrpl_1_1test_1_1jtx.html#a62f8e22673d7d96178b89211b17ef09d">xrpl::test::jtx::pay</a></div><div class="ttdeci">Json::Value pay(AccountID const &account, AccountID const &to, AnyAmount amount)</div><div class="ttdoc">Create a payment.</div><div class="ttdef"><b>Definition</b> <a href="pay_8cpp_source.html#l00011">pay.cpp:11</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_1_1jtx_html_a7307863073533a70196e59d14c20bb41"><div class="ttname"><a href="namespacexrpl_1_1test_1_1jtx.html#a7307863073533a70196e59d14c20bb41">xrpl::test::jtx::autofill</a></div><div class="ttdeci">static autofill_t const autofill</div><div class="ttdef"><b>Definition</b> <a href="tags_8h_source.html#l00023">tags.h:23</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_1_1jtx_html_aa30e7a2bcf1352309b2c10c10aeb42a3"><div class="ttname"><a href="namespacexrpl_1_1test_1_1jtx.html#aa30e7a2bcf1352309b2c10c10aeb42a3">xrpl::test::jtx::envconfig</a></div><div class="ttdeci">std::unique_ptr< Config > envconfig()</div><div class="ttdoc">creates and initializes a default configuration for jtx::Env</div><div class="ttdef"><b>Definition</b> <a href="envconfig_8h_source.html#l00035">envconfig.h:35</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_1_1jtx_html_ad8d6d2badc431ad0216396cc73bc1410"><div class="ttname"><a href="namespacexrpl_1_1test_1_1jtx.html#ad8d6d2badc431ad0216396cc73bc1410">xrpl::test::jtx::drops</a></div><div class="ttdeci">PrettyAmount drops(Integer i)</div><div class="ttdoc">Returns an XRP PrettyAmount, which is trivially convertible to STAmount.</div><div class="ttdef"><b>Definition</b> <a href="src_2test_2jtx_2amount_8h_source.html#l00335">src/test/jtx/amount.h:335</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a5661b745c3965d8db802e3f018f72356"><div class="ttname"><a href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356">xrpl::test::PeerSetBehavior</a></div><div class="ttdeci">PeerSetBehavior</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00303">LedgerReplay_test.cpp:303</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a5661b745c3965d8db802e3f018f72356a0c6ad70beb3a7e76c3fc7adab7c46acc"><div class="ttname"><a href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0c6ad70beb3a7e76c3fc7adab7c46acc">xrpl::test::PeerSetBehavior::Good</a></div><div class="ttdeci">@ Good</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a5661b745c3965d8db802e3f018f72356a0cf51aa72b773c64178a944bf85ef503"><div class="ttname"><a href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a0cf51aa72b773c64178a944bf85ef503">xrpl::test::PeerSetBehavior::DropLedgerDeltaReply</a></div><div class="ttdeci">@ DropLedgerDeltaReply</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a5661b745c3965d8db802e3f018f72356a1c680e775b81946aa93a83b6ad8e87d7"><div class="ttname"><a href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a1c680e775b81946aa93a83b6ad8e87d7">xrpl::test::PeerSetBehavior::DropSkipListReply</a></div><div class="ttdeci">@ DropSkipListReply</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a5661b745c3965d8db802e3f018f72356a6a6decd76984eed63a0c173f9f574487"><div class="ttname"><a href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a6a6decd76984eed63a0c173f9f574487">xrpl::test::PeerSetBehavior::DropAll</a></div><div class="ttdeci">@ DropAll</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a5661b745c3965d8db802e3f018f72356a7020426cfb0a204051be4b3053d2acc8"><div class="ttname"><a href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356a7020426cfb0a204051be4b3053d2acc8">xrpl::test::PeerSetBehavior::Repeat</a></div><div class="ttdeci">@ Repeat</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a5661b745c3965d8db802e3f018f72356ad10d06eac1b72b6b66d7e8bcd74474b6"><div class="ttname"><a href="namespacexrpl_1_1test.html#a5661b745c3965d8db802e3f018f72356ad10d06eac1b72b6b66d7e8bcd74474b6">xrpl::test::PeerSetBehavior::Drop50</a></div><div class="ttdeci">@ Drop50</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a5cebad0b2b2eda56e01713bff594cbcf"><div class="ttname"><a href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcf">xrpl::test::PeerFeature</a></div><div class="ttdeci">PeerFeature</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00163">LedgerReplay_test.cpp:163</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a5cebad0b2b2eda56e01713bff594cbcfa6adf97f83acf6453d4a6a4b1070f3754"><div class="ttname"><a href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfa6adf97f83acf6453d4a6a4b1070f3754">xrpl::test::PeerFeature::None</a></div><div class="ttdeci">@ None</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc"><div class="ttname"><a href="namespacexrpl_1_1test.html#a5cebad0b2b2eda56e01713bff594cbcfad26b2afca64340e74d57ba14421d17dc">xrpl::test::PeerFeature::LedgerReplayEnabled</a></div><div class="ttdeci">@ LedgerReplayEnabled</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a67afae44961d5e4b4a21b562dee526af"><div class="ttname"><a href="namespacexrpl_1_1test.html#a67afae44961d5e4b4a21b562dee526af">xrpl::test::ledgerHash</a></div><div class="ttdeci">static uint256 ledgerHash(LedgerHeader const &info)</div><div class="ttdef"><b>Definition</b> <a href="compression__test_8cpp_source.html#l00041">compression_test.cpp:41</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a6d9208205417cdf71e669e08e0042870"><div class="ttname"><a href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870">xrpl::test::TaskStatus</a></div><div class="ttdeci">TaskStatus</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00525">LedgerReplay_test.cpp:525</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f"><div class="ttname"><a href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a07ca5050e697392c9ed47e6453f1453f">xrpl::test::TaskStatus::Completed</a></div><div class="ttdeci">@ Completed</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a6d9208205417cdf71e669e08e0042870a71b56450c5e1ce9ce5f10422f47beb06"><div class="ttname"><a href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870a71b56450c5e1ce9ce5f10422f47beb06">xrpl::test::TaskStatus::NotDone</a></div><div class="ttdeci">@ NotDone</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a6d9208205417cdf71e669e08e0042870ac30e98851cafc795dbe00917b7c4ccf8"><div class="ttname"><a href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ac30e98851cafc795dbe00917b7c4ccf8">xrpl::test::TaskStatus::NotExist</a></div><div class="ttdeci">@ NotExist</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca"><div class="ttname"><a href="namespacexrpl_1_1test.html#a6d9208205417cdf71e669e08e0042870ad7c8c85bf79bbe1b7188497c32c3b0ca">xrpl::test::TaskStatus::Failed</a></div><div class="ttdeci">@ Failed</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_ad2f4dabdf645ee55bf3ad9356848ee78"><div class="ttname"><a href="namespacexrpl_1_1test.html#ad2f4dabdf645ee55bf3ad9356848ee78">xrpl::test::logAll</a></div><div class="ttdeci">void logAll(LedgerServer &server, LedgerReplayClient &client, beast::severities::Severity level=Severity::kTrace)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00782">LedgerReplay_test.cpp:782</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_adc369d9690b1549908f9a9622d863c28"><div class="ttname"><a href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28">xrpl::test::InboundLedgersBehavior</a></div><div class="ttdeci">InboundLedgersBehavior</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00050">LedgerReplay_test.cpp:50</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc"><div class="ttname"><a href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a0c6ad70beb3a7e76c3fc7adab7c46acc">xrpl::test::InboundLedgersBehavior::Good</a></div><div class="ttdeci">@ Good</div></div>
|
||
<div class="ttc" id="anamespacexrpl_1_1test_html_adc369d9690b1549908f9a9622d863c28a6a6decd76984eed63a0c173f9f574487"><div class="ttname"><a href="namespacexrpl_1_1test.html#adc369d9690b1549908f9a9622d863c28a6a6decd76984eed63a0c173f9f574487">xrpl::test::InboundLedgersBehavior::DropAll</a></div><div class="ttdeci">@ DropAll</div></div>
|
||
<div class="ttc" id="anamespacexrpl_html"><div class="ttname"><a href="namespacexrpl.html">xrpl</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00006">algorithm.h:6</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a0b0d50fcc4520f33b4417f1b74eee591"><div class="ttname"><a href="namespacexrpl.html#a0b0d50fcc4520f33b4417f1b74eee591">xrpl::KeyType</a></div><div class="ttdeci">KeyType</div><div class="ttdef"><b>Definition</b> <a href="KeyType_8h_source.html#l00009">KeyType.h:9</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a0b0d50fcc4520f33b4417f1b74eee591a8183aa2c95dc1385c8f58bf1917fcb0b"><div class="ttname"><a href="namespacexrpl.html#a0b0d50fcc4520f33b4417f1b74eee591a8183aa2c95dc1385c8f58bf1917fcb0b">xrpl::KeyType::ed25519</a></div><div class="ttdeci">@ ed25519</div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a19293e3ab4c454b24b8b7874614062c8"><div class="ttname"><a href="namespacexrpl.html#a19293e3ab4c454b24b8b7874614062c8">xrpl::derivePublicKey</a></div><div class="ttdeci">PublicKey derivePublicKey(KeyType type, SecretKey const &sk)</div><div class="ttdoc">Derive the public key from a secret key.</div><div class="ttdef"><b>Definition</b> <a href="SecretKey_8cpp_source.html#l00300">SecretKey.cpp:300</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a2a6f7d9ca24cef02a5f48130be9f8ed2"><div class="ttname"><a href="namespacexrpl.html#a2a6f7d9ca24cef02a5f48130be9f8ed2">xrpl::make_shamapitem</a></div><div class="ttdeci">boost::intrusive_ptr< SHAMapItem > make_shamapitem(uint256 const &tag, Slice data)</div><div class="ttdef"><b>Definition</b> <a href="SHAMapItem_8h_source.html#l00138">SHAMapItem.h:138</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a3a4ac74e54fc39e5c6f7f61f93db19c1"><div class="ttname"><a href="namespacexrpl.html#a3a4ac74e54fc39e5c6f7f61f93db19c1">xrpl::http_request_type</a></div><div class="ttdeci">boost::beast::http::request< boost::beast::http::dynamic_body > http_request_type</div><div class="ttdef"><b>Definition</b> <a href="Handoff_8h_source.html#l00013">Handoff.h:13</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a50e293001219a84ae2adcc2068673188"><div class="ttname"><a href="namespacexrpl.html#a50e293001219a84ae2adcc2068673188">xrpl::ProtocolFeature</a></div><div class="ttdeci">ProtocolFeature</div><div class="ttdef"><b>Definition</b> <a href="xrpld_2overlay_2Peer_8h_source.html#l00017">xrpld/overlay/Peer.h:17</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a50e293001219a84ae2adcc2068673188a955e673a299bbf8322d01b7b5e88be4e"><div class="ttname"><a href="namespacexrpl.html#a50e293001219a84ae2adcc2068673188a955e673a299bbf8322d01b7b5e88be4e">xrpl::ProtocolFeature::LedgerReplay</a></div><div class="ttdeci">@ LedgerReplay</div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a7384b1b2d66be150de048a92d293fd19"><div class="ttname"><a href="namespacexrpl.html#a7384b1b2d66be150de048a92d293fd19">xrpl::makeRequest</a></div><div class="ttdeci">auto makeRequest(bool crawlPublic, bool comprEnabled, bool ledgerReplayEnabled, bool txReduceRelayEnabled, bool vpReduceRelayEnabled) -> request_type</div><div class="ttdoc">Make outbound http request.</div><div class="ttdef"><b>Definition</b> <a href="Handshake_8cpp_source.html#l00325">Handshake.cpp:325</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a76c892803711595bd0d3cf6fbedf028a"><div class="ttname"><a href="namespacexrpl.html#a76c892803711595bd0d3cf6fbedf028a">xrpl::uint256</a></div><div class="ttdeci">base_uint< 256 > uint256</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00527">base_uint.h:527</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a97328bd55b3f732b6ea35191b9a73cc6"><div class="ttname"><a href="namespacexrpl.html#a97328bd55b3f732b6ea35191b9a73cc6">xrpl::peerFeatureEnabled</a></div><div class="ttdeci">bool peerFeatureEnabled(headers const &request, std::string const &feature, std::string value, bool config)</div><div class="ttdoc">Check if a feature should be enabled for a peer.</div><div class="ttdef"><b>Definition</b> <a href="Handshake_8h_source.html#l00169">Handshake.h:169</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_a9d3b126b42dcda26b4436b2a493f8f05"><div class="ttname"><a href="namespacexrpl.html#a9d3b126b42dcda26b4436b2a493f8f05">xrpl::randomSecretKey</a></div><div class="ttdeci">SecretKey randomSecretKey()</div><div class="ttdoc">Create a secret key using secure random numbers.</div><div class="ttdef"><b>Definition</b> <a href="SecretKey_8cpp_source.html#l00268">SecretKey.cpp:268</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_aa99c8afed68f28a594f0eaac102adfb5"><div class="ttname"><a href="namespacexrpl.html#aa99c8afed68f28a594f0eaac102adfb5">xrpl::buildLedger</a></div><div class="ttdeci">std::shared_ptr< Ledger > buildLedger(std::shared_ptr< Ledger const > const &parent, NetClock::time_point closeTime, bool const closeTimeCorrect, NetClock::duration closeResolution, Application &app, CanonicalTXSet &txns, std::set< TxID > &failedTxs, beast::Journal j)</div><div class="ttdoc">Build a new ledger by applying consensus transactions.</div><div class="ttdef"><b>Definition</b> <a href="BuildLedger_8cpp_source.html#l00156">BuildLedger.cpp:156</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_abd040209899a4fb5e9c298f9156a074ea7e23b30207a276a1ff51d8d7222ce0b2"><div class="ttname"><a href="namespacexrpl.html#abd040209899a4fb5e9c298f9156a074ea7e23b30207a276a1ff51d8d7222ce0b2">xrpl::tapNONE</a></div><div class="ttdeci">@ tapNONE</div><div class="ttdef"><b>Definition</b> <a href="ApplyView_8h_source.html#l00012">ApplyView.h:12</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_ac100444a26fa1cc3b4c14aa70934472e"><div class="ttname"><a href="namespacexrpl.html#ac100444a26fa1cc3b4c14aa70934472e">xrpl::makeResponse</a></div><div class="ttdeci">http_response_type makeResponse(bool crawlPublic, http_request_type const &req, beast::IP::Address public_ip, beast::IP::Address remote_ip, uint256 const &sharedValue, std::optional< std::uint32_t > networkID, ProtocolVersion protocol, Application &app)</div><div class="ttdoc">Make http response.</div><div class="ttdef"><b>Definition</b> <a href="Handshake_8cpp_source.html#l00348">Handshake.cpp:348</a></div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c"><div class="ttname"><a href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">xrpl::HashPrefix::ledgerMaster</a></div><div class="ttdeci">@ ledgerMaster</div><div class="ttdoc">ledger master data for signing</div></div>
|
||
<div class="ttc" id="anamespacexrpl_html_adecb1faa5f7654080cc967f4c384eb3a"><div class="ttname"><a href="namespacexrpl.html#adecb1faa5f7654080cc967f4c384eb3a">xrpl::FEATURE_LEDGER_REPLAY</a></div><div class="ttdeci">static constexpr char FEATURE_LEDGER_REPLAY[]</div><div class="ttdef"><b>Definition</b> <a href="Handshake_8h_source.html#l00125">Handshake.h:125</a></div></div>
|
||
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional</a></div></div>
|
||
<div class="ttc" id="apush_back_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">std::vector::push_back</a></div><div class="ttdeci">T push_back(T... args)</div></div>
|
||
<div class="ttc" id="aset_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/set.html">std::set</a></div></div>
|
||
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div></div>
|
||
<div class="ttc" id="asize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_set/size.html">std::unordered_set::size</a></div><div class="ttdeci">T size(T... args)</div></div>
|
||
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
|
||
<div class="ttc" id="asleep_for_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/thread/sleep_for.html">std::this_thread::sleep_for</a></div><div class="ttdeci">T sleep_for(T... args)</div></div>
|
||
<div class="ttc" id="astructxrpl_1_1Keylet_html_a03cc2a78d194c2eb48ae173f0db3b22c"><div class="ttname"><a href="structxrpl_1_1Keylet.html#a03cc2a78d194c2eb48ae173f0db3b22c">xrpl::Keylet::key</a></div><div class="ttdeci">uint256 key</div><div class="ttdef"><b>Definition</b> <a href="Keylet_8h_source.html#l00021">Keylet.h:21</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplay__test_html"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplay__test.html">xrpl::test::LedgerReplay_test</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00023">LedgerReplay_test.cpp:24</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplay__test_html_a0746f43f725c20f9238027f0bb3f4dec"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplay__test.html#a0746f43f725c20f9238027f0bb3f4dec">xrpl::test::LedgerReplay_test::run</a></div><div class="ttdeci">void run() override</div><div class="ttdoc">Runs the suite.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00026">LedgerReplay_test.cpp:26</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayerLong__test_html"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayerLong__test.html">xrpl::test::LedgerReplayerLong_test</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01399">LedgerReplay_test.cpp:1400</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayerLong__test_html_a44fd692e890e5af746ce0bd3e063753a"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayerLong__test.html#a44fd692e890e5af746ce0bd3e063753a">xrpl::test::LedgerReplayerLong_test::run</a></div><div class="ttdeci">void run() override</div><div class="ttdoc">Runs the suite.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01402">LedgerReplay_test.cpp:1402</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayerTimeout__test_html"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html">xrpl::test::LedgerReplayerTimeout_test</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01335">LedgerReplay_test.cpp:1336</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayerTimeout__test_html_a8e50acafa7a705f7ee291e0ff89fbf90"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#a8e50acafa7a705f7ee291e0ff89fbf90">xrpl::test::LedgerReplayerTimeout_test::testSkipListTimeout</a></div><div class="ttdeci">void testSkipListTimeout()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01338">LedgerReplay_test.cpp:1338</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayerTimeout__test_html_abebbee29c35e47780fb0dbe1d3b76b75"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#abebbee29c35e47780fb0dbe1d3b76b75">xrpl::test::LedgerReplayerTimeout_test::testLedgerDeltaTimeout</a></div><div class="ttdeci">void testLedgerDeltaTimeout()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01364">LedgerReplay_test.cpp:1364</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayerTimeout__test_html_acfea6fedbcbdf9d0e8ac2d8aa388565f"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayerTimeout__test.html#acfea6fedbcbdf9d0e8ac2d8aa388565f">xrpl::test::LedgerReplayerTimeout_test::run</a></div><div class="ttdeci">void run() override</div><div class="ttdoc">Runs the suite.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01392">LedgerReplay_test.cpp:1392</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html">xrpl::test::LedgerReplayer_test</a></div><div class="ttdoc">Test cases: LedgerReplayer_test: – process TMProofPathRequest and TMProofPathResponse – process TMRep...</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00833">LedgerReplay_test.cpp:834</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_a02c29195b5b7d1156707d70d55fddc43"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a02c29195b5b7d1156707d70d55fddc43">xrpl::test::LedgerReplayer_test::run</a></div><div class="ttdeci">void run() override</div><div class="ttdoc">Runs the suite.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01313">LedgerReplay_test.cpp:1313</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_a0b30bd94ba03c3f8a16cdf814858e3a6"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a0b30bd94ba03c3f8a16cdf814858e3a6">xrpl::test::LedgerReplayer_test::testProofPath</a></div><div class="ttdeci">void testProofPath()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00836">LedgerReplay_test.cpp:836</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_a22e7a7391fe51229adfc2559a580fc7b"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a22e7a7391fe51229adfc2559a580fc7b">xrpl::test::LedgerReplayer_test::testAllLocal</a></div><div class="ttdeci">void testAllLocal(int totalReplay)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01053">LedgerReplay_test.cpp:1053</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_a244e17c6af1b23082983d124cb08524b"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a244e17c6af1b23082983d124cb08524b">xrpl::test::LedgerReplayer_test::testSkipListBadReply</a></div><div class="ttdeci">void testSkipListBadReply()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01179">LedgerReplay_test.cpp:1179</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_a303959993f0ca03d4ef21a940b9c6a84"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a303959993f0ca03d4ef21a940b9c6a84">xrpl::test::LedgerReplayer_test::testPeerSetBehavior</a></div><div class="ttdeci">void testPeerSetBehavior(PeerSetBehavior peerSetBehavior, int totalReplay=4)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01108">LedgerReplay_test.cpp:1108</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_a5969f2d1ad4bb02e7ba4af497921278a"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a5969f2d1ad4bb02e7ba4af497921278a">xrpl::test::LedgerReplayer_test::testAllInboundLedgers</a></div><div class="ttdeci">void testAllInboundLedgers(int totalReplay)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01088">LedgerReplay_test.cpp:1088</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_a78aaadaab968d129ba4c636fd69180b7"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a78aaadaab968d129ba4c636fd69180b7">xrpl::test::LedgerReplayer_test::testTaskParameter</a></div><div class="ttdeci">void testTaskParameter()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00943">LedgerReplay_test.cpp:943</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_a7f5b361286e2207c5feb8225f7504b27"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a7f5b361286e2207c5feb8225f7504b27">xrpl::test::LedgerReplayer_test::testStop</a></div><div class="ttdeci">void testStop()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01154">LedgerReplay_test.cpp:1154</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_a95c45ffdba135bb08f620ae4bd69f22d"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#a95c45ffdba135bb08f620ae4bd69f22d">xrpl::test::LedgerReplayer_test::testConfig</a></div><div class="ttdeci">void testConfig()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00993">LedgerReplay_test.cpp:993</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_aa2af1008ee53fd08a76749d98dd2ea2d"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#aa2af1008ee53fd08a76749d98dd2ea2d">xrpl::test::LedgerReplayer_test::testLedgerReplayOverlap</a></div><div class="ttdeci">void testLedgerReplayOverlap()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01241">LedgerReplay_test.cpp:1241</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_aa60fee02608b3ab2270136b3362a540e"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#aa60fee02608b3ab2270136b3362a540e">xrpl::test::LedgerReplayer_test::testLedgerDeltaBadReply</a></div><div class="ttdeci">void testLedgerDeltaBadReply()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01212">LedgerReplay_test.cpp:1212</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_ae10e760323e88fe7408143869d9e12fc"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#ae10e760323e88fe7408143869d9e12fc">xrpl::test::LedgerReplayer_test::testHandshake</a></div><div class="ttdeci">void testHandshake()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l01023">LedgerReplay_test.cpp:1023</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerReplayer__test_html_afebd00d6ed4fe03ef6a13102f9cfb12b"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerReplayer__test.html#afebd00d6ed4fe03ef6a13102f9cfb12b">xrpl::test::LedgerReplayer_test::testReplayDelta</a></div><div class="ttdeci">void testReplayDelta()</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00894">LedgerReplay_test.cpp:894</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_1_1Parameter_html"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html">xrpl::test::LedgerServer::Parameter</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00429">LedgerReplay_test.cpp:430</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_1_1Parameter_html_a4b03b4c6b05fadbfe70915a5ec67884a"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a4b03b4c6b05fadbfe70915a5ec67884a">xrpl::test::LedgerServer::Parameter::initAccounts</a></div><div class="ttdeci">int initAccounts</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00432">LedgerReplay_test.cpp:432</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_1_1Parameter_html_a5169f8f016925d612a7ee38cec8a194c"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a5169f8f016925d612a7ee38cec8a194c">xrpl::test::LedgerServer::Parameter::initLedgers</a></div><div class="ttdeci">int initLedgers</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00431">LedgerReplay_test.cpp:431</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_1_1Parameter_html_a59185e3974e5eb3ecc434422d5055a1c"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a59185e3974e5eb3ecc434422d5055a1c">xrpl::test::LedgerServer::Parameter::numTxPerLedger</a></div><div class="ttdeci">int numTxPerLedger</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00434">LedgerReplay_test.cpp:434</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_1_1Parameter_html_a5f9de331266a3ba99aa6b9436f1fd7da"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a5f9de331266a3ba99aa6b9436f1fd7da">xrpl::test::LedgerServer::Parameter::initAmount</a></div><div class="ttdeci">int initAmount</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00433">LedgerReplay_test.cpp:433</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_1_1Parameter_html_a610c59cb3fcf05756643124fa9450784"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer_1_1Parameter.html#a610c59cb3fcf05756643124fa9450784">xrpl::test::LedgerServer::Parameter::txAmount</a></div><div class="ttdeci">int txAmount</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00435">LedgerReplay_test.cpp:435</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html">xrpl::test::LedgerServer</a></div><div class="ttdoc">Utility class for (1) creating ledgers with txns and (2) providing the ledgers via the ledgerMaster.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00427">LedgerReplay_test.cpp:428</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html_a18de08646f56f63ea7002d94a93192ed"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html#a18de08646f56f63ea7002d94a93192ed">xrpl::test::LedgerServer::param</a></div><div class="ttdeci">Parameter param</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00521">LedgerReplay_test.cpp:521</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html_a1a1777fd1efdff43445a77e08b6d455a"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html#a1a1777fd1efdff43445a77e08b6d455a">xrpl::test::LedgerServer::ledgerMaster</a></div><div class="ttdeci">LedgerMaster & ledgerMaster</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00519">LedgerReplay_test.cpp:519</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html_a3f0054d464c3ccb0dced5c012ff96275"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html#a3f0054d464c3ccb0dced5c012ff96275">xrpl::test::LedgerServer::accounts</a></div><div class="ttdeci">std::vector< jtx::Account > accounts</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00522">LedgerReplay_test.cpp:522</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html_a62c2644e632038e9b292de908f14d532"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html#a62c2644e632038e9b292de908f14d532">xrpl::test::LedgerServer::LedgerServer</a></div><div class="ttdeci">LedgerServer(beast::unit_test::suite &suite, Parameter const &p)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00438">LedgerReplay_test.cpp:438</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html_a9e41f0653b71e273fad7e091d99620bf"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html#a9e41f0653b71e273fad7e091d99620bf">xrpl::test::LedgerServer::env</a></div><div class="ttdeci">jtx::Env env</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00517">LedgerReplay_test.cpp:517</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html_aa2a40fbecc0e70b9581f65443c195dff"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html#aa2a40fbecc0e70b9581f65443c195dff">xrpl::test::LedgerServer::createLedgerHistory</a></div><div class="ttdeci">void createLedgerHistory()</div><div class="ttdoc">create ledger history</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00509">LedgerReplay_test.cpp:509</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html_ad4ead936b43ef4887823ad644ac51f9c"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html#ad4ead936b43ef4887823ad644ac51f9c">xrpl::test::LedgerServer::sendPayments</a></div><div class="ttdeci">void sendPayments(int newTxes)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00470">LedgerReplay_test.cpp:470</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html_ae54e46bdb74eac77b137bc47fae5ff5c"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html#ae54e46bdb74eac77b137bc47fae5ff5c">xrpl::test::LedgerServer::msgHandler</a></div><div class="ttdeci">LedgerReplayMsgHandler msgHandler</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00520">LedgerReplay_test.cpp:520</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html_aeea289c12cda28a6e8433e2721365b28"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html#aeea289c12cda28a6e8433e2721365b28">xrpl::test::LedgerServer::app</a></div><div class="ttdeci">Application & app</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00518">LedgerReplay_test.cpp:518</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1LedgerServer_html_afdb5c415a8f3667783c039f3791d3eb6"><div class="ttname"><a href="structxrpl_1_1test_1_1LedgerServer.html#afdb5c415a8f3667783c039f3791d3eb6">xrpl::test::LedgerServer::createAccounts</a></div><div class="ttdeci">void createAccounts(int newAccounts)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00455">LedgerReplay_test.cpp:455</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1NetworkOfTwo_html"><div class="ttname"><a href="structxrpl_1_1test_1_1NetworkOfTwo.html">xrpl::test::NetworkOfTwo</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00792">LedgerReplay_test.cpp:793</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1NetworkOfTwo_html_a5d796a5e468b4a012431b4e1f3a06d50"><div class="ttname"><a href="structxrpl_1_1test_1_1NetworkOfTwo.html#a5d796a5e468b4a012431b4e1f3a06d50">xrpl::test::NetworkOfTwo::NetworkOfTwo</a></div><div class="ttdeci">NetworkOfTwo(beast::unit_test::suite &suite, LedgerServer::Parameter const &param, PeerSetBehavior behavior=PeerSetBehavior::Good, InboundLedgersBehavior inboundBhvr=InboundLedgersBehavior::Good, PeerFeature peerFeature=PeerFeature::LedgerReplayEnabled)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00794">LedgerReplay_test.cpp:794</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1NetworkOfTwo_html_a74ad940eaae16d3535be0df80ac07a48"><div class="ttname"><a href="structxrpl_1_1test_1_1NetworkOfTwo.html#a74ad940eaae16d3535be0df80ac07a48">xrpl::test::NetworkOfTwo::client</a></div><div class="ttdeci">LedgerReplayClient client</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00805">LedgerReplay_test.cpp:805</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1NetworkOfTwo_html_a9fb74459fc584c602b90851d6e4c7b51"><div class="ttname"><a href="structxrpl_1_1test_1_1NetworkOfTwo.html#a9fb74459fc584c602b90851d6e4c7b51">xrpl::test::NetworkOfTwo::server</a></div><div class="ttdeci">LedgerServer server</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00804">LedgerReplay_test.cpp:804</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1TestPeerSet_html"><div class="ttname"><a href="structxrpl_1_1test_1_1TestPeerSet.html">xrpl::test::TestPeerSet</a></div><div class="ttdoc">Simulate a peerSet that supplies peers to ledger replay subtasks.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00318">LedgerReplay_test.cpp:319</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1TestPeerSet_html_a0a966d0ba8ca0447c87b2505e2d389ec"><div class="ttname"><a href="structxrpl_1_1test_1_1TestPeerSet.html#a0a966d0ba8ca0447c87b2505e2d389ec">xrpl::test::TestPeerSet::getPeerIds</a></div><div class="ttdeci">std::set< Peer::id_t > const & getPeerIds() const override</div><div class="ttdoc">get the set of ids of previously added peers</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00383">LedgerReplay_test.cpp:383</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1TestPeerSet_html_a2441bc0a0dde2662eec334ef17ddadee"><div class="ttname"><a href="structxrpl_1_1test_1_1TestPeerSet.html#a2441bc0a0dde2662eec334ef17ddadee">xrpl::test::TestPeerSet::local</a></div><div class="ttdeci">LedgerReplayMsgHandler & local</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00389">LedgerReplay_test.cpp:389</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1TestPeerSet_html_a5dbf062aba9e33caa26dab37ccb3a50f"><div class="ttname"><a href="structxrpl_1_1test_1_1TestPeerSet.html#a5dbf062aba9e33caa26dab37ccb3a50f">xrpl::test::TestPeerSet::behavior</a></div><div class="ttdeci">PeerSetBehavior behavior</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00392">LedgerReplay_test.cpp:392</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1TestPeerSet_html_a6b98be0c7f12c9ed0fd01188cac76c04"><div class="ttname"><a href="structxrpl_1_1test_1_1TestPeerSet.html#a6b98be0c7f12c9ed0fd01188cac76c04">xrpl::test::TestPeerSet::dummyPeer</a></div><div class="ttdeci">std::shared_ptr< TestPeer > dummyPeer</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00391">LedgerReplay_test.cpp:391</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1TestPeerSet_html_a924edd90996934a237dae91738aad625"><div class="ttname"><a href="structxrpl_1_1test_1_1TestPeerSet.html#a924edd90996934a237dae91738aad625">xrpl::test::TestPeerSet::TestPeerSet</a></div><div class="ttdeci">TestPeerSet(LedgerReplayMsgHandler &me, LedgerReplayMsgHandler &other, PeerSetBehavior bhvr, bool enableLedgerReplay)</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00320">LedgerReplay_test.cpp:320</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1TestPeerSet_html_a93ce6aff329a9a708637e60fcbc652f6"><div class="ttname"><a href="structxrpl_1_1test_1_1TestPeerSet.html#a93ce6aff329a9a708637e60fcbc652f6">xrpl::test::TestPeerSet::sendRequest</a></div><div class="ttdeci">void sendRequest(::google::protobuf::Message const &msg, protocol::MessageType type, std::shared_ptr< Peer > const &peer) override</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00340">LedgerReplay_test.cpp:340</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1TestPeerSet_html_aa7636c02b67779d7fdfc866a10477d3e"><div class="ttname"><a href="structxrpl_1_1test_1_1TestPeerSet.html#aa7636c02b67779d7fdfc866a10477d3e">xrpl::test::TestPeerSet::remote</a></div><div class="ttdeci">LedgerReplayMsgHandler & remote</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00390">LedgerReplay_test.cpp:390</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1TestPeerSet_html_ae9d9ba6b9a942ce3ddbe4a1a5c7825e2"><div class="ttname"><a href="structxrpl_1_1test_1_1TestPeerSet.html#ae9d9ba6b9a942ce3ddbe4a1a5c7825e2">xrpl::test::TestPeerSet::addPeers</a></div><div class="ttdeci">void addPeers(std::size_t limit, std::function< bool(std::shared_ptr< Peer > const &)> hasItem, std::function< void(std::shared_ptr< Peer > const &)> onPeerAdded) override</div><div class="ttdoc">Try add more peers.</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay__test_8cpp_source.html#l00330">LedgerReplay_test.cpp:330</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1jtx_1_1None_html"><div class="ttname"><a href="structxrpl_1_1test_1_1jtx_1_1None.html">xrpl::test::jtx::None</a></div><div class="ttdef"><b>Definition</b> <a href="src_2test_2jtx_2amount_8h_source.html#l00048">src/test/jtx/amount.h:49</a></div></div>
|
||
<div class="ttc" id="astructxrpl_1_1test_1_1jtx_1_1seq_html"><div class="ttname"><a href="structxrpl_1_1test_1_1jtx_1_1seq.html">xrpl::test::jtx::seq</a></div><div class="ttdoc">Set the sequence number on a JTx.</div><div class="ttdef"><b>Definition</b> <a href="seq_8h_source.html#l00014">seq.h:15</a></div></div>
|
||
<div class="ttc" id="athread_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/thread.html">thread</a></div></div>
|
||
<div class="ttc" id="ato_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/to_string.html">std::to_string</a></div><div class="ttdeci">T to_string(T... args)</div></div>
|
||
<div class="ttc" id="aunique_lock_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/thread/unique_lock.html">std::unique_lock</a></div></div>
|
||
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a></div></div>
|
||
<div class="ttc" id="aunordered_set_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_set.html">std::unordered_set</a></div></div>
|
||
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a></div></div>
|
||
</div><!-- fragment --></div><!-- contents -->
|
||
<!-- start footer part -->
|
||
<hr class="footer"/><address class="footer"><small>
|
||
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
||
</small></address>
|
||
</body>
|
||
</html>
|