mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 08:25:51 +00:00
deploy: e9d46f0bfc
This commit is contained in:
@@ -325,7 +325,7 @@ $(function() {
|
||||
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span>{</div>
|
||||
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> <a class="code hl_function" href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">check</a>(!readOnly, <span class="stringliteral">"Attempting to register a feature after startup."</span>);</div>
|
||||
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <a class="code hl_function" href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">check</a>(</div>
|
||||
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> support == Supported::yes || vote == <a class="code hl_enumvalue" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>,</div>
|
||||
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> support == Supported::yes || vote != <a class="code hl_enumvalue" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>,</div>
|
||||
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> <span class="stringliteral">"Invalid feature parameters. Must be supported to be up-voted."</span>);</div>
|
||||
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> Feature <span class="keyword">const</span>* i = getByName(name);</div>
|
||||
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> <span class="keywordflow">if</span> (!i)</div>
|
||||
@@ -339,7 +339,7 @@ $(function() {
|
||||
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> features.emplace_back(name, f);</div>
|
||||
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> </div>
|
||||
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <span class="keyword">auto</span> <span class="keyword">const</span> getAmendmentSupport = [=]() {</div>
|
||||
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> <span class="keywordflow">if</span> (vote == <a class="code hl_enumvalue" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">VoteBehavior::Obsolete</a>)</div>
|
||||
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> <span class="keywordflow">if</span> (vote == <a class="code hl_enumvalue" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">VoteBehavior::Obsolete</a> && support == Supported::yes)</div>
|
||||
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <span class="keywordflow">return</span> <a class="code hl_enumvalue" href="namespaceripple.html#a3330933c50c449b7830586d1450da8f5ad109ac74df282488efd1dd7621a847d2">AmendmentSupport::Retired</a>;</div>
|
||||
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> <span class="keywordflow">return</span> support == Supported::yes ? <a class="code hl_enumvalue" href="namespaceripple.html#a3330933c50c449b7830586d1450da8f5aeaa4dc5078017a5c5bebf383ab6f5124">AmendmentSupport::Supported</a></div>
|
||||
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> : <a class="code hl_enumvalue" href="namespaceripple.html#a3330933c50c449b7830586d1450da8f5ab4080bdf74febf04d578ff105cce9d3f">AmendmentSupport::Unsupported</a>;</div>
|
||||
@@ -535,7 +535,7 @@ $(function() {
|
||||
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/map.html">map</a></div></div>
|
||||
<div class="ttc" id="anamespaceJson_html_af3b5e4579dafe6a4a496663e541bfebc"><div class="ttname"><a href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">Json::check</a></div><div class="ttdeci">void check(bool condition, std::string const &message)</div><div class="ttdef"><b>Definition:</b> <a href="json_2Writer_8h_source.html#l00253">json/Writer.h:253</a></div></div>
|
||||
<div class="ttc" id="anamespaceboost_html"><div class="ttname"><a href="namespaceboost.html">boost</a></div><div class="ttdef"><b>Definition:</b> <a href="IPAddress_8h_source.html#l00105">IPAddress.h:105</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a21f3cf18de89d49823e064f09526cb5f"><div class="ttname"><a href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f">ripple::detail::numFeatures</a></div><div class="ttdeci">static constexpr std::size_t numFeatures</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00100">Feature.h:100</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a21f3cf18de89d49823e064f09526cb5f"><div class="ttname"><a href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f">ripple::detail::numFeatures</a></div><div class="ttdeci">static constexpr std::size_t numFeatures</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00105">Feature.h:105</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a48573a366f17fd2a6294905c3cb4a29e"><div class="ttname"><a href="namespaceripple_1_1detail.html#a48573a366f17fd2a6294905c3cb4a29e">ripple::detail::numUpVotedAmendments</a></div><div class="ttdeci">std::size_t numUpVotedAmendments()</div><div class="ttdoc">Amendments that this server will vote for by default.</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00374">Feature.cpp:374</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a907b165d0a3ebb3ce0a2f1c64c50e107"><div class="ttname"><a href="namespaceripple_1_1detail.html#a907b165d0a3ebb3ce0a2f1c64c50e107">ripple::detail::numDownVotedAmendments</a></div><div class="ttdeci">std::size_t numDownVotedAmendments()</div><div class="ttdoc">Amendments that this server won't vote for by default.</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00367">Feature.cpp:367</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_aa306c03c39352f8b30c6fbde3fe972f3"><div class="ttname"><a href="namespaceripple_1_1detail.html#aa306c03c39352f8b30c6fbde3fe972f3">ripple::detail::supportedAmendments</a></div><div class="ttdeci">std::map< std::string, VoteBehavior > const & supportedAmendments()</div><div class="ttdoc">Amendments that this server supports and the default voting behavior.</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00360">Feature.cpp:360</a></div></div>
|
||||
@@ -555,8 +555,7 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_html_a8c231e0a6ac493297e442e8e99af8037"><div class="ttname"><a href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">ripple::retireFeature</a></div><div class="ttdeci">uint256 retireFeature(std::string const &name)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00396">Feature.cpp:396</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa00e870074854cb15cc1d91427e47bec"><div class="ttname"><a href="namespaceripple.html#aa00e870074854cb15cc1d91427e47bec">ripple::featureToName</a></div><div class="ttdeci">std::string featureToName(uint256 const &f)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00421">Feature.cpp:421</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa3339c924836be74a553eb0fd5966a3c"><div class="ttname"><a href="namespaceripple.html#aa3339c924836be74a553eb0fd5966a3c">ripple::getRegisteredFeature</a></div><div class="ttdeci">std::optional< uint256 > getRegisteredFeature(std::string const &name)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00382">Feature.cpp:382</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa5778f9faa15e3677dcda7975d9db7c6"><div class="ttname"><a href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6">ripple::VoteBehavior</a></div><div class="ttdeci">VoteBehavior</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00076">Feature.h:76</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498"><div class="ttname"><a href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">ripple::VoteBehavior::DefaultNo</a></div><div class="ttdeci">@ DefaultNo</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa5778f9faa15e3677dcda7975d9db7c6"><div class="ttname"><a href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6">ripple::VoteBehavior</a></div><div class="ttdeci">VoteBehavior</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00081">Feature.h:81</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf"><div class="ttname"><a href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">ripple::VoteBehavior::DefaultYes</a></div><div class="ttdeci">@ DefaultYes</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7"><div class="ttname"><a href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">ripple::VoteBehavior::Obsolete</a></div><div class="ttdeci">@ Obsolete</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac124fe6744b7fe887dec949b56b16d50"><div class="ttname"><a href="namespaceripple.html#ac124fe6744b7fe887dec949b56b16d50">ripple::to_string</a></div><div class="ttdeci">std::string to_string(base_uint< Bits, Tag > const &a)</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00630">base_uint.h:630</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user