mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
deploy: 670bc22cfa
This commit is contained in:
@@ -108,7 +108,7 @@ $(function() {
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="comment">// Feature.cpp. Because it's only used to reserve storage, and determine how</span></div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="comment">// large to make the FeatureBitset, it MAY be larger. It MUST NOT be less than</span></div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="comment">// the actual number of amendments. A LogicError on startup will verify this.</span></div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f"> 77</a></span> <span class="keyword">static</span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f">numFeatures</a> = 47;</div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f"> 77</a></span> <span class="keyword">static</span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f">numFeatures</a> = 48;</div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
|
||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map<std::string, DefaultVote></a> <span class="keyword">const</span>&</div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <a class="code" href="namespaceripple_1_1detail.html#a8d6ca19ec37d10a7f601bd9c53335c2a">supportedAmendments</a>();</div>
|
||||
@@ -357,10 +357,12 @@ $(function() {
|
||||
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span> <span class="keyword">extern</span> <a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a628c330b73f95a76b38d4d385bd37ac0">fixRmSmallIncreasedQOffers</a>;</div>
|
||||
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span> <span class="keyword">extern</span> <a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#adba2cb9b84145dcb4b81daa3249d7d5b">featureCheckCashMakesTrustLine</a>;</div>
|
||||
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span> <span class="keyword">extern</span> <a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a5a898d7905ad153f846e2fa6428f8cef">featureNonFungibleTokensV1</a>;</div>
|
||||
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>  </div>
|
||||
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span> } <span class="comment">// namespace ripple</span></div>
|
||||
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span> <span class="keyword">extern</span> <a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a28496e4c629a4a47a403a018f841d724">featureExpandedSignerList</a>;</div>
|
||||
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span> <span class="keyword">extern</span> <a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#adc24572ec82470f0e8510bcd85ed6100">fixNFTokenDirV1</a>;</div>
|
||||
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>  </div>
|
||||
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span> <span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span> } <span class="comment">// namespace ripple</span></div>
|
||||
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  </div>
|
||||
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span> <span class="preprocessor">#endif</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<div class="ttc" id="aclassripple_1_1FeatureBitset_html_ab049da7378251e17266e03d5baae583c"><div class="ttname"><a href="classripple_1_1FeatureBitset.html#ab049da7378251e17266e03d5baae583c">ripple::FeatureBitset::operator|=</a></div><div class="ttdeci">FeatureBitset & operator|=(FeatureBitset const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00208">Feature.h:208</a></div></div>
|
||||
<div class="ttc" id="abitset_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/bitset.html">bitset</a></div></div>
|
||||
@@ -395,6 +397,7 @@ $(function() {
|
||||
<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#l00321">Feature.cpp:321</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ab8fff823cb47f139e7735bc8a65082eb"><div class="ttname"><a href="namespaceripple.html#ab8fff823cb47f139e7735bc8a65082eb">ripple::foreachFeature</a></div><div class="ttdeci">void foreachFeature(FeatureBitset bs, F &&f)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00299">Feature.h:299</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1FeatureBitset_html_a08a3c1dce8158cd59000b072fbaa2fcc"><div class="ttname"><a href="classripple_1_1FeatureBitset.html#a08a3c1dce8158cd59000b072fbaa2fcc">ripple::FeatureBitset::operator&</a></div><div class="ttdeci">friend FeatureBitset operator&(FeatureBitset const &lhs, uint256 const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00228">Feature.h:228</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a28496e4c629a4a47a403a018f841d724"><div class="ttname"><a href="namespaceripple.html#a28496e4c629a4a47a403a018f841d724">ripple::featureExpandedSignerList</a></div><div class="ttdeci">const uint256 featureExpandedSignerList</div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a8d6ca19ec37d10a7f601bd9c53335c2a"><div class="ttname"><a href="namespaceripple_1_1detail.html#a8d6ca19ec37d10a7f601bd9c53335c2a">ripple::detail::supportedAmendments</a></div><div class="ttdeci">std::map< std::string, DefaultVote > 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#l00314">Feature.cpp:314</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_afaf9aac668f4e0805bc2911291e29e9faa6105c0a611b41b08f1209506350279e"><div class="ttname"><a href="namespaceripple.html#afaf9aac668f4e0805bc2911291e29e9faa6105c0a611b41b08f1209506350279e">ripple::DefaultVote::yes</a></div><div class="ttdeci">@ yes</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a1e4e6d3ac032cc3787c0901156036618"><div class="ttname"><a href="namespaceripple.html#a1e4e6d3ac032cc3787c0901156036618">ripple::fix1513</a></div><div class="ttdeci">const uint256 fix1513</div></div>
|
||||
@@ -413,6 +416,7 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_html_aba5b8db3b6370710dbaadeb4a3b56f6b"><div class="ttname"><a href="namespaceripple.html#aba5b8db3b6370710dbaadeb4a3b56f6b">ripple::fixMasterKeyAsRegularKey</a></div><div class="ttdeci">const uint256 fixMasterKeyAsRegularKey</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a5f719e22f7b14728584f07b665dfd7cc"><div class="ttname"><a href="namespaceripple.html#a5f719e22f7b14728584f07b665dfd7cc">ripple::featureChecks</a></div><div class="ttdeci">const uint256 featureChecks</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 class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_adc24572ec82470f0e8510bcd85ed6100"><div class="ttname"><a href="namespaceripple.html#adc24572ec82470f0e8510bcd85ed6100">ripple::fixNFTokenDirV1</a></div><div class="ttdeci">const uint256 fixNFTokenDirV1</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a628c330b73f95a76b38d4d385bd37ac0"><div class="ttname"><a href="namespaceripple.html#a628c330b73f95a76b38d4d385bd37ac0">ripple::fixRmSmallIncreasedQOffers</a></div><div class="ttdeci">const uint256 fixRmSmallIncreasedQOffers</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa4a3b6da5fd09c790148fab25803d4bc"><div class="ttname"><a href="namespaceripple.html#aa4a3b6da5fd09c790148fab25803d4bc">ripple::featureFlowSortStrands</a></div><div class="ttdeci">const uint256 featureFlowSortStrands</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_afe6621666690fb309225d4d57b1748d1"><div class="ttname"><a href="namespaceripple.html#afe6621666690fb309225d4d57b1748d1">ripple::featureHardenedValidations</a></div><div class="ttdeci">const uint256 featureHardenedValidations</div></div>
|
||||
|
||||
Reference in New Issue
Block a user