mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 20:15:51 +00:00
deploy: 9874d47d7f
This commit is contained in:
@@ -1771,14 +1771,14 @@ $(function() {
|
||||
<div class="line"><a id="l01708" name="l01708"></a><span class="lineno"> 1708</span> <span class="keywordflow">if</span> (index <= <a class="code hl_variable" href="classripple_1_1LedgerMaster.html#a9fdca40ce43865b5ee842395cdf0b7b0">mValidLedgerSeq</a>)</div>
|
||||
<div class="line"><a id="l01709" name="l01709"></a><span class="lineno"> 1709</span> {</div>
|
||||
<div class="line"><a id="l01710" name="l01710"></a><span class="lineno"> 1710</span> <span class="comment">// Always prefer a validated ledger</span></div>
|
||||
<div class="line"><a id="l01711" name="l01711"></a><span class="lineno"> 1711</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> <a class="code hl_function" href="namespaceripple_1_1credentials.html#abd2ed437891b9bd542d2afc3f5f4bc58">valid</a> = <a class="code hl_variable" href="classripple_1_1LedgerMaster.html#ace95f320aee07ca23373121af005079b">mValidLedger</a>.<a class="code hl_function" href="classripple_1_1LedgerHolder.html#a90d10586ab8c130bd491c7ad8fdce856">get</a>())</div>
|
||||
<div class="line"><a id="l01711" name="l01711"></a><span class="lineno"> 1711</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> <a class="code hl_function" href="namespaceripple_1_1credentials.html#ab0cd6a3f76fa9f09c5f1c2d6fffc11e0">valid</a> = <a class="code hl_variable" href="classripple_1_1LedgerMaster.html#ace95f320aee07ca23373121af005079b">mValidLedger</a>.<a class="code hl_function" href="classripple_1_1LedgerHolder.html#a90d10586ab8c130bd491c7ad8fdce856">get</a>())</div>
|
||||
<div class="line"><a id="l01712" name="l01712"></a><span class="lineno"> 1712</span> {</div>
|
||||
<div class="line"><a id="l01713" name="l01713"></a><span class="lineno"> 1713</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="namespaceripple_1_1credentials.html#abd2ed437891b9bd542d2afc3f5f4bc58">valid</a>->info().seq == index)</div>
|
||||
<div class="line"><a id="l01714" name="l01714"></a><span class="lineno"> 1714</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceripple_1_1credentials.html#abd2ed437891b9bd542d2afc3f5f4bc58">valid</a>;</div>
|
||||
<div class="line"><a id="l01713" name="l01713"></a><span class="lineno"> 1713</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="namespaceripple_1_1credentials.html#ab0cd6a3f76fa9f09c5f1c2d6fffc11e0">valid</a>->info().seq == index)</div>
|
||||
<div class="line"><a id="l01714" name="l01714"></a><span class="lineno"> 1714</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceripple_1_1credentials.html#ab0cd6a3f76fa9f09c5f1c2d6fffc11e0">valid</a>;</div>
|
||||
<div class="line"><a id="l01715" name="l01715"></a><span class="lineno"> 1715</span> </div>
|
||||
<div class="line"><a id="l01716" name="l01716"></a><span class="lineno"> 1716</span> <span class="keywordflow">try</span></div>
|
||||
<div class="line"><a id="l01717" name="l01717"></a><span class="lineno"> 1717</span> {</div>
|
||||
<div class="line"><a id="l01718" name="l01718"></a><span class="lineno"> 1718</span> <span class="keyword">auto</span> <span class="keyword">const</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/hash.html">hash</a> = <a class="code hl_function" href="namespaceripple.html#a4099618475b06c3fa5554a99178a8a59">hashOfSeq</a>(*<a class="code hl_function" href="namespaceripple_1_1credentials.html#abd2ed437891b9bd542d2afc3f5f4bc58">valid</a>, index, <a class="code hl_variable" href="classripple_1_1LedgerMaster.html#a7621d03781287445cfabcb91046f141d">m_journal</a>);</div>
|
||||
<div class="line"><a id="l01718" name="l01718"></a><span class="lineno"> 1718</span> <span class="keyword">auto</span> <span class="keyword">const</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/hash.html">hash</a> = <a class="code hl_function" href="namespaceripple.html#a4099618475b06c3fa5554a99178a8a59">hashOfSeq</a>(*<a class="code hl_function" href="namespaceripple_1_1credentials.html#ab0cd6a3f76fa9f09c5f1c2d6fffc11e0">valid</a>, index, <a class="code hl_variable" href="classripple_1_1LedgerMaster.html#a7621d03781287445cfabcb91046f141d">m_journal</a>);</div>
|
||||
<div class="line"><a id="l01719" name="l01719"></a><span class="lineno"> 1719</span> </div>
|
||||
<div class="line"><a id="l01720" name="l01720"></a><span class="lineno"> 1720</span> <span class="keywordflow">if</span> (<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/hash.html">hash</a>)</div>
|
||||
<div class="line"><a id="l01721" name="l01721"></a><span class="lineno"> 1721</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1LedgerMaster.html#a2dc054158ffca412c8d193abc60f9a41">mLedgerHistory</a>.<a class="code hl_function" href="classripple_1_1LedgerHistory.html#af1b5ae23538f3db1815018c0f185f19f">getLedgerByHash</a>(*<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/hash.html">hash</a>);</div>
|
||||
@@ -2555,7 +2555,7 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_1_1BuildInfo_html_a78c52e19009a32c3d05a43c59f864bd3"><div class="ttname"><a href="namespaceripple_1_1BuildInfo.html#a78c52e19009a32c3d05a43c59f864bd3">ripple::BuildInfo::isRippledVersion</a></div><div class="ttdeci">bool isRippledVersion(std::uint64_t version)</div><div class="ttdoc">Check if the encoded software version is a rippled software version.</div><div class="ttdef"><b>Definition:</b> <a href="BuildInfo_8cpp_source.html#l00165">BuildInfo.cpp:165</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1Resource_html_a0b2a0218d1e64ae67ac02712b613a936"><div class="ttname"><a href="namespaceripple_1_1Resource.html#a0b2a0218d1e64ae67ac02712b613a936">ripple::Resource::feeMalformedRequest</a></div><div class="ttdeci">Charge const feeMalformedRequest</div><div class="ttdoc">Schedule of fees charged for imposing load on the server.</div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1Resource_html_a79b0f414dccfcd34031b08b68b671d9e"><div class="ttname"><a href="namespaceripple_1_1Resource.html#a79b0f414dccfcd34031b08b68b671d9e">ripple::Resource::feeRequestNoReply</a></div><div class="ttdeci">Charge const feeRequestNoReply</div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_abd2ed437891b9bd542d2afc3f5f4bc58"><div class="ttname"><a href="namespaceripple_1_1credentials.html#abd2ed437891b9bd542d2afc3f5f4bc58">ripple::credentials::valid</a></div><div class="ttdeci">TER valid(PreclaimContext const &ctx, AccountID const &src)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00153">CredentialHelpers.cpp:153</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_ab0cd6a3f76fa9f09c5f1c2d6fffc11e0"><div class="ttname"><a href="namespaceripple_1_1credentials.html#ab0cd6a3f76fa9f09c5f1c2d6fffc11e0">ripple::credentials::valid</a></div><div class="ttdeci">TER valid(STTx const &tx, ReadView const &view, AccountID const &src, beast::Journal j)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00153">CredentialHelpers.cpp:153</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</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#l00026">algorithm.h:26</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcb"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcb">ripple::SizedItem</a></div><div class="ttdeci">SizedItem</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00044">Config.h:44</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcba84e0eb5e4fbd74b1a9cafa3a2e072f64"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba84e0eb5e4fbd74b1a9cafa3a2e072f64">ripple::SizedItem::ledgerFetch</a></div><div class="ttdeci">@ ledgerFetch</div></div>
|
||||
|
||||
Reference in New Issue
Block a user