Files
rippled/Feature_8cpp_source.html
2023-10-30 21:09:54 +00:00

652 lines
119 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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: Feature.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 style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">rippled
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- 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">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_1e765e6a8d5970800a535eb2615ec474.html">protocol</a></li><li class="navelem"><a class="el" href="dir_41c387a0f328eeb295307369675c1162.html">impl</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Feature.cpp</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">//==============================================================================</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/Feature.h&gt;</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;ripple/basics/Slice.h&gt;</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;ripple/basics/contract.h&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/digest.h&gt;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;boost/container_hash/hash.hpp&gt;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;boost/multi_index/hashed_index.hpp&gt;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &lt;boost/multi_index/key_extractors.hpp&gt;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;boost/multi_index/random_access_index.hpp&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;boost/multi_index_container.hpp&gt;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cstring.html">cstring</a>&gt;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="keyword">inline</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7f497dcb1c3e98dd745e3278eafc5342"> 35</a></span>&#160;<a class="code" href="namespaceripple.html#a7f497dcb1c3e98dd745e3278eafc5342">hash_value</a>(<a class="code" href="classripple_1_1base__uint.html">ripple::uint256</a> <span class="keyword">const</span>&amp; feature)</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;{</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> seed = 0;</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keyword">using namespace </span><a class="code" href="namespaceboost.html">boost</a>;</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; n : feature)</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; hash_combine(seed, n);</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordflow">return</span> seed;</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;}</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="keyword">namespace </span>{</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="keyword">enum class</span> Supported : bool { <a class="code" href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1e5e1f9aa3cae812e41b2cf743bcfec0">no</a> = <span class="keyword">false</span>, <a class="code" href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1f50dcfdaa21158935cd0b5ea204fa2b">yes</a> };</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; </div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="comment">// *NOTE*</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="comment">// Features, or Amendments as they are called elsewhere, are enabled on the</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="comment">// network at some specific time based on Validator voting. Features are</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="comment">// enabled using run-time conditionals based on the state of the amendment.</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="comment">// There is value in retaining that conditional code for some time after</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="comment">// the amendment is enabled to make it simple to replay old transactions.</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="comment">// However, once an amendment has been enabled for, say, more than two years</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="comment">// then retaining that conditional code has less value since it is</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="comment">// uncommon to replay such old transactions.</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="comment">// Starting in January of 2020 Amendment conditionals from before January</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="comment">// 2018 are being removed. So replaying any ledger from before January</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="comment">// 2018 needs to happen on an older version of the server code. There&#39;s</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="comment">// a log message in Application.cpp that warns about replaying old ledgers.</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="comment">// At some point in the future someone may wish to remove amendment</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="comment">// conditional code for amendments that were enabled after January 2018.</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="comment">// When that happens then the log message in Application.cpp should be</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="comment">// updated.</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="comment">// Generally, amendments which introduce new features should be set as</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="comment">// &quot;VoteBehavior::DefaultNo&quot; whereas in rare cases, amendments that fix</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="comment">// critical bugs should be set as &quot;VoteBehavior::DefaultYes&quot;, if off-chain</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="comment">// consensus is reached amongst reviewers, validator operators, and other</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="comment">// participants.</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; </div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="keyword">class </span>FeatureCollections</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;{</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="keyword">struct </span>Feature</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; {</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> name;</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> feature;</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; Feature() = <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keyword">explicit</span> Feature(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name_, <a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span>&amp; feature_)</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; : name(name_), feature(feature_)</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; {</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; }</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; </div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="comment">// These structs are used by the `features` multi_index_container to</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="comment">// provide access to the features collection by size_t index, string</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="comment">// name, and uint256 feature identifier</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keyword">struct </span>byIndex</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; {</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; };</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="keyword">struct </span>byName</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; {</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; };</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keyword">struct </span>byFeature</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; {</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; };</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; };</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; </div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; <span class="comment">// Intermediate types to help with readability</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> tag, <span class="keyword">typename</span> Type, Type Feature::*PtrToMember&gt;</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="keyword">using</span> feature_hashed_unique = boost::multi_index::hashed_unique&lt;</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; boost::multi_index::tag&lt;tag&gt;,</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; boost::multi_index::member&lt;Feature, Type, PtrToMember&gt;&gt;;</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; </div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; <span class="comment">// Intermediate types to help with readability</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <span class="keyword">using</span> feature_indexing = boost::multi_index::indexed_by&lt;</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; boost::multi_index::random_access&lt;</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; boost::multi_index::tag&lt;Feature::byIndex&gt;&gt;,</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; feature_hashed_unique&lt;Feature::byFeature, uint256, &amp;Feature::feature&gt;,</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; feature_hashed_unique&lt;Feature::byName, std::string, &amp;Feature::name&gt;&gt;;</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; </div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <span class="comment">// This multi_index_container provides access to the features collection by</span></div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; <span class="comment">// name, index, and uint256 feature identifier</span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; boost::multi_index::multi_index_container&lt;Feature, feature_indexing&gt;</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; features;</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt;std::string, VoteBehavior&gt;</a> supported;</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> upVotes = 0;</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> downVotes = 0;</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <span class="keyword">mutable</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/atomic/atomic.html">std::atomic&lt;bool&gt;</a> readOnly = <span class="keyword">false</span>;</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; </div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="comment">// These helper functions provide access to the features collection by name,</span></div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="comment">// index, and uint256 feature identifier, so the details of</span></div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; <span class="comment">// multi_index_container can be hidden</span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; Feature <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; getByIndex(<span class="keywordtype">size_t</span> i)<span class="keyword"> const</span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <span class="keywordflow">if</span> (i &gt;= features.size())</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <a class="code" href="namespaceripple.html#aefd2f77338ce3c9a2fffc4f0b289b483">LogicError</a>(<span class="stringliteral">&quot;Invalid FeatureBitset index&quot;</span>);</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; sequence = features.get&lt;Feature::byIndex&gt;();</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="keywordflow">return</span> sequence[i];</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; }</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <span class="keywordtype">size_t</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; getIndex(Feature <span class="keyword">const</span>&amp; feature)<span class="keyword"> const</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; sequence = features.get&lt;Feature::byIndex&gt;();</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> it_to = sequence.iterator_to(feature);</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; <span class="keywordflow">return</span> it_to - sequence.begin();</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; }</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; Feature <span class="keyword">const</span>*</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; getByFeature(<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span>&amp; feature)<span class="keyword"> const</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; feature_index = features.get&lt;Feature::byFeature&gt;();</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> feature_it = feature_index.find(feature);</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; <span class="keywordflow">return</span> feature_it == feature_index.end() ? nullptr : &amp;*feature_it;</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; }</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; Feature <span class="keyword">const</span>*</div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; getByName(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name)<span class="keyword"> const</span></div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; name_index = features.get&lt;Feature::byName&gt;();</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> name_it = name_index.find(name);</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <span class="keywordflow">return</span> name_it == name_index.end() ? nullptr : &amp;*name_it;</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; }</div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; </div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; FeatureCollections();</div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; </div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;uint256&gt;</a></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; <a class="code" href="namespaceripple.html#aa3339c924836be74a553eb0fd5966a3c">getRegisteredFeature</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; </div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; <a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <a class="code" href="namespaceripple.html#a409262339843a2785f29845c7ec5c7f9">registerFeature</a>(</div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name,</div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; Supported support,</div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6">VoteBehavior</a> vote);</div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; </div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; <a class="code" href="namespaceripple.html#ac52a0eb5ca3e6aec7bc695eb44ed1ab8">registrationIsDone</a>();</div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; </div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; <a class="code" href="namespaceripple.html#a7829716dab9950c88863168cc8731870">featureToBitsetIndex</a>(<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span>&amp; f) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; </div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160; <a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; <a class="code" href="namespaceripple.html#a28da871aa8d28d28a444e1b3885065cf">bitsetIndexToFeature</a>(<span class="keywordtype">size_t</span> i) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; </div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; <a class="code" href="namespaceripple.html#aa00e870074854cb15cc1d91427e47bec">featureToName</a>(<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span>&amp; f) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; </div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt;std::string, VoteBehavior&gt;</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; <a class="code" href="namespaceripple_1_1detail.html#aa306c03c39352f8b30c6fbde3fe972f3">supportedAmendments</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; <span class="keywordflow">return</span> supported;</div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; }</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; </div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; <a class="code" href="namespaceripple_1_1detail.html#a907b165d0a3ebb3ce0a2f1c64c50e107">numDownVotedAmendments</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; <span class="keywordflow">return</span> downVotes;</div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; }</div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160; </div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; <a class="code" href="namespaceripple_1_1detail.html#a48573a366f17fd2a6294905c3cb4a29e">numUpVotedAmendments</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; <span class="keywordflow">return</span> upVotes;</div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; }</div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160;};</div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; </div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; </div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160;FeatureCollections::FeatureCollections()</div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;{</div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; features.reserve(<a class="code" href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f">ripple::detail::numFeatures</a>);</div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;}</div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; </div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;uint256&gt;</a></div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;FeatureCollections::getRegisteredFeature(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name)<span class="keyword"> const</span></div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160; assert(readOnly);</div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; Feature <span class="keyword">const</span>* feature = getByName(name);</div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; <span class="keywordflow">if</span> (feature)</div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; <span class="keywordflow">return</span> feature-&gt;feature;</div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; <span class="keywordflow">return</span> std::nullopt;</div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160;}</div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160; </div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160;<span class="keywordtype">void</span></div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160;<a class="code" href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">check</a>(<span class="keywordtype">bool</span> condition, <span class="keyword">const</span> <span class="keywordtype">char</span>* logicErrorMessage)</div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160;{</div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; <span class="keywordflow">if</span> (!condition)</div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; <a class="code" href="namespaceripple.html#aefd2f77338ce3c9a2fffc4f0b289b483">LogicError</a>(logicErrorMessage);</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160;}</div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; </div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160;FeatureCollections::registerFeature(</div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name,</div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; Supported support,</div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6">VoteBehavior</a> vote)</div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160;{</div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; <a class="code" href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">check</a>(!readOnly, <span class="stringliteral">&quot;Attempting to register a feature after startup.&quot;</span>);</div>
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160; <a class="code" href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">check</a>(</div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; support == Supported::yes || vote == <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>,</div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160; <span class="stringliteral">&quot;Invalid feature parameters. Must be supported to be up-voted.&quot;</span>);</div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; Feature <span class="keyword">const</span>* i = getByName(name);</div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; <span class="keywordflow">if</span> (!i)</div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160; {</div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; <span class="comment">// If this check fails, and you just added a feature, increase the</span></div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; <span class="comment">// numFeatures value in Feature.h</span></div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160; <a class="code" href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">check</a>(</div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; features.size() &lt; <a class="code" href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f">detail::numFeatures</a>,</div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160; <span class="stringliteral">&quot;More features defined than allocated. Adjust numFeatures in &quot;</span></div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160; <span class="stringliteral">&quot;Feature.h.&quot;</span>);</div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; </div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> f = <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(Slice(name.<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string/data.html">data</a>(), name.<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string/size.html">size</a>()));</div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160; </div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; features.emplace_back(name, f);</div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; </div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; <span class="keywordflow">if</span> (support == Supported::yes)</div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; {</div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; supported.emplace(name, vote);</div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; </div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; <span class="keywordflow">if</span> (vote == <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>)</div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; ++upVotes;</div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; <span class="keywordflow">else</span></div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; ++downVotes;</div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; }</div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; <a class="code" href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">check</a>(</div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160; upVotes + downVotes == supported.size(),</div>
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160; <span class="stringliteral">&quot;Feature counting logic broke&quot;</span>);</div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; <a class="code" href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">check</a>(</div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; supported.size() &lt;= features.size(),</div>
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160; <span class="stringliteral">&quot;More supported features than defined features&quot;</span>);</div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; <span class="keywordflow">return</span> f;</div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; }</div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160; <span class="keywordflow">else</span></div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; <span class="comment">// Each feature should only be registered once</span></div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160; <a class="code" href="namespaceripple.html#aefd2f77338ce3c9a2fffc4f0b289b483">LogicError</a>(<span class="stringliteral">&quot;Duplicate feature registration&quot;</span>);</div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160;}</div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160; </div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160;FeatureCollections::registrationIsDone()</div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160;{</div>
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>&#160; readOnly = <span class="keyword">true</span>;</div>
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>&#160; <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160;}</div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>&#160; </div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160;<span class="keywordtype">size_t</span></div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160;FeatureCollections::featureToBitsetIndex(<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span>&amp; f)<span class="keyword"> const</span></div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160; assert(readOnly);</div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; </div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160; Feature <span class="keyword">const</span>* feature = getByFeature(f);</div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; <span class="keywordflow">if</span> (!feature)</div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160; <a class="code" href="namespaceripple.html#aefd2f77338ce3c9a2fffc4f0b289b483">LogicError</a>(<span class="stringliteral">&quot;Invalid Feature ID&quot;</span>);</div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160; </div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; <span class="keywordflow">return</span> getIndex(*feature);</div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160;}</div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160; </div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160;FeatureCollections::bitsetIndexToFeature(<span class="keywordtype">size_t</span> i)<span class="keyword"> const</span></div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160; assert(readOnly);</div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; Feature <span class="keyword">const</span>&amp; feature = getByIndex(i);</div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160; <span class="keywordflow">return</span> feature.feature;</div>
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160;}</div>
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160; </div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160;FeatureCollections::featureToName(<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span>&amp; f)<span class="keyword"> const</span></div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160; assert(readOnly);</div>
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160; Feature <span class="keyword">const</span>* feature = getByFeature(f);</div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160; <span class="keywordflow">return</span> feature ? feature-&gt;name : <a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(f);</div>
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160;}</div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160; </div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160;<span class="keyword">static</span> FeatureCollections featureCollections;</div>
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160; </div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160;} <span class="comment">// namespace</span></div>
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160; </div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt;std::string, VoteBehavior&gt;</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00320"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#aa306c03c39352f8b30c6fbde3fe972f3"> 320</a></span>&#160;<a class="code" href="namespaceripple_1_1detail.html#aa306c03c39352f8b30c6fbde3fe972f3">detail::supportedAmendments</a>()</div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160;{</div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; <span class="keywordflow">return</span> featureCollections.supportedAmendments();</div>
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160;}</div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160; </div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
<div class="line"><a name="l00327"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a907b165d0a3ebb3ce0a2f1c64c50e107"> 327</a></span>&#160;<a class="code" href="namespaceripple_1_1detail.html#a907b165d0a3ebb3ce0a2f1c64c50e107">detail::numDownVotedAmendments</a>()</div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160;{</div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; <span class="keywordflow">return</span> featureCollections.numDownVotedAmendments();</div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160;}</div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160; </div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
<div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a48573a366f17fd2a6294905c3cb4a29e"> 334</a></span>&#160;<a class="code" href="namespaceripple_1_1detail.html#a48573a366f17fd2a6294905c3cb4a29e">detail::numUpVotedAmendments</a>()</div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160;{</div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160; <span class="keywordflow">return</span> featureCollections.numUpVotedAmendments();</div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160;}</div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160; </div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160; </div>
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;uint256&gt;</a></div>
<div class="line"><a name="l00342"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa3339c924836be74a553eb0fd5966a3c"> 342</a></span>&#160;<a class="code" href="namespaceripple.html#aa3339c924836be74a553eb0fd5966a3c">getRegisteredFeature</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name)</div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160;{</div>
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160; <span class="keywordflow">return</span> featureCollections.getRegisteredFeature(name);</div>
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160;}</div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160; </div>
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00348"></a><span class="lineno"><a class="line" href="namespaceripple.html#a409262339843a2785f29845c7ec5c7f9"> 348</a></span>&#160;<a class="code" href="namespaceripple.html#a409262339843a2785f29845c7ec5c7f9">registerFeature</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name, Supported support, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6">VoteBehavior</a> vote)</div>
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>&#160;{</div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160; <span class="keywordflow">return</span> featureCollections.registerFeature(name, support, vote);</div>
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>&#160;}</div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160; </div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160;<span class="comment">// Retired features are in the ledger and have no code controlled by the</span></div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160;<span class="comment">// feature. They need to be supported, but do not need to be voted on.</span></div>
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00356"></a><span class="lineno"><a class="line" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037"> 356</a></span>&#160;<a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name)</div>
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>&#160;{</div>
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a409262339843a2785f29845c7ec5c7f9">registerFeature</a>(name, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">VoteBehavior::Obsolete</a>);</div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160;}</div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160; </div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac52a0eb5ca3e6aec7bc695eb44ed1ab8"> 363</a></span>&#160;<a class="code" href="namespaceripple.html#ac52a0eb5ca3e6aec7bc695eb44ed1ab8">registrationIsDone</a>()</div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160;{</div>
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160; <span class="keywordflow">return</span> featureCollections.registrationIsDone();</div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160;}</div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160; </div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160;<span class="keywordtype">size_t</span></div>
<div class="line"><a name="l00369"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7829716dab9950c88863168cc8731870"> 369</a></span>&#160;<a class="code" href="namespaceripple.html#a7829716dab9950c88863168cc8731870">featureToBitsetIndex</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; f)</div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160;{</div>
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160; <span class="keywordflow">return</span> featureCollections.featureToBitsetIndex(f);</div>
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160;}</div>
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160; </div>
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="namespaceripple.html#a28da871aa8d28d28a444e1b3885065cf"> 375</a></span>&#160;<a class="code" href="namespaceripple.html#a28da871aa8d28d28a444e1b3885065cf">bitsetIndexToFeature</a>(<span class="keywordtype">size_t</span> i)</div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160;{</div>
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160; <span class="keywordflow">return</span> featureCollections.bitsetIndexToFeature(i);</div>
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span>&#160;}</div>
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>&#160; </div>
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
<div class="line"><a name="l00381"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa00e870074854cb15cc1d91427e47bec"> 381</a></span>&#160;<a class="code" href="namespaceripple.html#aa00e870074854cb15cc1d91427e47bec">featureToName</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; f)</div>
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160;{</div>
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160; <span class="keywordflow">return</span> featureCollections.featureToName(f);</div>
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160;}</div>
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>&#160; </div>
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160;<span class="preprocessor">#pragma push_macro(&quot;REGISTER_FEATURE&quot;)</span></div>
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160;<span class="preprocessor">#undef REGISTER_FEATURE</span></div>
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160; </div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160;<span class="preprocessor">#define REGISTER_FEATURE(fName, supported, votebehavior) \</span></div>
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160;<span class="preprocessor"> uint256 const feature##fName = \</span></div>
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160;<span class="preprocessor"> registerFeature(#fName, supported, votebehavior)</span></div>
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160; </div>
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160;<span class="preprocessor">#pragma push_macro(&quot;REGISTER_FIX&quot;)</span></div>
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160;<span class="preprocessor">#undef REGISTER_FIX</span></div>
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160; </div>
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160;<span class="preprocessor">#define REGISTER_FIX(fName, supported, votebehavior) \</span></div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160;<span class="preprocessor"> uint256 const fName = registerFeature(#fName, supported, votebehavior)</span></div>
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>&#160; </div>
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>&#160;<span class="comment">// clang-format off</span></div>
<div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160; </div>
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160;<span class="comment">// All known amendments must be registered either here or below with the</span></div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160;<span class="comment">// &quot;retired&quot; amendments</span></div>
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(OwnerPaysFee, Supported::no, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(Flow, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(FlowCross, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a1e4e6d3ac032cc3787c0901156036618">fix1513</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(DepositAuth, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(Checks, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#aceb75e0144de4950c33dedd1191de320">fix1571</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#af692a0db75adbc331df9226d28909dd9">fix1543</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#af2c25b95b708d565d681958fbd20d2b6">fix1623</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(DepositPreauth, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160;<span class="comment">// Use liquidity from strands that consume max offers, but mark as dry</span></div>
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a0c155f4dfdb9766fbe27cbe85d43ded7">fix1515</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#afa20eb58bea379999a57028e082576f1">fix1578</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(MultiSignReserve, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a0c6216b12b73b15239445dfaeee8d473">fixTakerDryOfferRemoval</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#aba5b8db3b6370710dbaadeb4a3b56f6b">fixMasterKeyAsRegularKey</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#ac73c4c435b681301e35a8028c549c709">fixCheckThreading</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#afd7eb1f95de1f953b43cfd2adb902eec">fixPayChanRecipientOwnerDir</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(DeletableAccounts, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160;<span class="comment">// fixQualityUpperBound should be activated before FlowCross</span></div>
<div class="line"><a name="l00433"></a><span class="lineno"> 433</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a0925502ed5ba18e4eaec5b16b1f552c0">fixQualityUpperBound</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(RequireFullyCanonicalSig, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160;<span class="comment">// fix1781: XRPEndpointSteps should be included in the circular payment check</span></div>
<div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#aa520966ed6e3285630d0871466e438a8">fix1781</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(HardenedValidations, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00438"></a><span class="lineno"> 438</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a7ddad39c3614122e497f9a0980f0f0cc">fixAmendmentMajorityCalc</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00439"></a><span class="lineno"> 439</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(NegativeUNL, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(TicketBatch, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00441"></a><span class="lineno"> 441</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(FlowSortStrands, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a58db4f19d243f6c82a533a40a0db89cd">fixSTAmountCanonicalize</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a628c330b73f95a76b38d4d385bd37ac0">fixRmSmallIncreasedQOffers</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(CheckCashMakesTrustLine, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(ExpandedSignerList, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(NonFungibleTokensV1_1, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#ab6b87f591d4f3dee9dfcaf11249616a9">fixTrustLinesToSelf</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#aa035aaadc44680dfcde94efd7a0e67e2">fixRemoveNFTokenAutoTrustLine</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>);</div>
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(ImmediateOfferKilled, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(DisallowIncoming, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(XRPFees, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#aca7b4bf41e621edeabbb353a76e9b055">fixUniversalNumber</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a831b340e9f96cdaec47e018aeff72dec">fixNonFungibleTokensV1_2</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a2abe44fcd04710b216e3f9f774e4849d">fixNFTokenRemint</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a18847fa4f816853e34b0458e46587530">fixReducedOffersV1</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(Clawback, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(AMM, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(XChainBridge, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a48c235ab0e6dfd9680ce722dd0a38ab6">fixDisallowIncomingV1</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(DID, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a>(<a class="code" href="namespaceripple.html#ae28dcfd3e9d50e735f0fb46f22979fd2">fixFillOrKill</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>);</div>
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span>&#160; </div>
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span>&#160;<span class="comment">// The following amendments are obsolete, but must remain supported</span></div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160;<span class="comment">// because they could potentially get enabled.</span></div>
<div class="line"><a name="l00465"></a><span class="lineno"> 465</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160;<span class="comment">// Obsolete features are (usually) not in the ledger, and may have code</span></div>
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span>&#160;<span class="comment">// controlled by the feature. They need to be supported because at some</span></div>
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span>&#160;<span class="comment">// time in the past, the feature was supported and votable, but never</span></div>
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span>&#160;<span class="comment">// passed. So the feature needs to be supported in case it is ever</span></div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160;<span class="comment">// enabled (added to the ledger).</span></div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160;<span class="comment">// If a feature remains obsolete for long enough that no clients are able</span></div>
<div class="line"><a name="l00473"></a><span class="lineno"> 473</span>&#160;<span class="comment">// to vote for it, the feature can be removed (entirely?) from the code.</span></div>
<div class="line"><a name="l00474"></a><span class="lineno"> 474</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(CryptoConditionsSuite, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">VoteBehavior::Obsolete</a>);</div>
<div class="line"><a name="l00475"></a><span class="lineno"> 475</span>&#160;<a class="code" href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">REGISTER_FEATURE</a>(NonFungibleTokensV1, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">VoteBehavior::Obsolete</a>);</div>
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#adc24572ec82470f0e8510bcd85ed6100">fixNFTokenDirV1</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">VoteBehavior::Obsolete</a>);</div>
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span>&#160;<a class="code" href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">REGISTER_FIX</a> (<a class="code" href="namespaceripple.html#a451091d6bfaf55f18f3bcdfe7df65acd">fixNFTokenNegOffer</a>, Supported::yes, <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">VoteBehavior::Obsolete</a>);</div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160; </div>
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>&#160;<span class="comment">// The following amendments have been active for at least two years. Their</span></div>
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>&#160;<span class="comment">// pre-amendment code has been removed and the identifiers are deprecated.</span></div>
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>&#160;<span class="comment">// All known amendments and amendments that may appear in a validated</span></div>
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>&#160;<span class="comment">// ledger must be registered either here or above with the &quot;active&quot; amendments</span></div>
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span>&#160;[[deprecated(<span class="stringliteral">&quot;The referenced amendment has been retired&quot;</span>), maybe_unused]]</div>
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span></div>
<div class="line"><a name="l00485"></a><span class="lineno"><a class="line" href="namespaceripple.html#a669e38445782d88a025171f1c39716c2"> 485</a></span>&#160; <a class="code" href="namespaceripple.html#a669e38445782d88a025171f1c39716c2">retiredMultiSign</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;MultiSign&quot;</span>),</div>
<div class="line"><a name="l00486"></a><span class="lineno"><a class="line" href="namespaceripple.html#a08389962808b12151f0527bd74d106a6"> 486</a></span>&#160; <a class="code" href="namespaceripple.html#a08389962808b12151f0527bd74d106a6">retiredTrustSetAuth</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;TrustSetAuth&quot;</span>),</div>
<div class="line"><a name="l00487"></a><span class="lineno"><a class="line" href="namespaceripple.html#a689ffcfe20478b6769caf00cf865bcad"> 487</a></span>&#160; <a class="code" href="namespaceripple.html#a689ffcfe20478b6769caf00cf865bcad">retiredFeeEscalation</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;FeeEscalation&quot;</span>),</div>
<div class="line"><a name="l00488"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4c47c9315caed48b938967bb8a78891e"> 488</a></span>&#160; <a class="code" href="namespaceripple.html#a4c47c9315caed48b938967bb8a78891e">retiredPayChan</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;PayChan&quot;</span>),</div>
<div class="line"><a name="l00489"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae5c1cee76ef3294bbb33190e30ed07ce"> 489</a></span>&#160; <a class="code" href="namespaceripple.html#ae5c1cee76ef3294bbb33190e30ed07ce">retiredCryptoConditions</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;CryptoConditions&quot;</span>),</div>
<div class="line"><a name="l00490"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac2cdee379bd2a55fe3dee570a36d9f8e"> 490</a></span>&#160; <a class="code" href="namespaceripple.html#ac2cdee379bd2a55fe3dee570a36d9f8e">retiredTickSize</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;TickSize&quot;</span>),</div>
<div class="line"><a name="l00491"></a><span class="lineno"><a class="line" href="namespaceripple.html#a87b7aae2e788b04f6c439217f994f901"> 491</a></span>&#160; <a class="code" href="namespaceripple.html#a87b7aae2e788b04f6c439217f994f901">retiredFix1368</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;fix1368&quot;</span>),</div>
<div class="line"><a name="l00492"></a><span class="lineno"><a class="line" href="namespaceripple.html#a53b3831b0646238359466f8310fd5cfe"> 492</a></span>&#160; <a class="code" href="namespaceripple.html#a53b3831b0646238359466f8310fd5cfe">retiredEscrow</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;Escrow&quot;</span>),</div>
<div class="line"><a name="l00493"></a><span class="lineno"><a class="line" href="namespaceripple.html#af8f4a6fbdcdaabe9de5cf5f9c7dcdcdc"> 493</a></span>&#160; <a class="code" href="namespaceripple.html#af8f4a6fbdcdaabe9de5cf5f9c7dcdcdc">retiredFix1373</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;fix1373&quot;</span>),</div>
<div class="line"><a name="l00494"></a><span class="lineno"><a class="line" href="namespaceripple.html#ad95f3c81e57821c73a314eb9767a13e5"> 494</a></span>&#160; <a class="code" href="namespaceripple.html#ad95f3c81e57821c73a314eb9767a13e5">retiredEnforceInvariants</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;EnforceInvariants&quot;</span>),</div>
<div class="line"><a name="l00495"></a><span class="lineno"><a class="line" href="namespaceripple.html#ab0928ca5a324144ff7ce4faaaacbdc2d"> 495</a></span>&#160; <a class="code" href="namespaceripple.html#ab0928ca5a324144ff7ce4faaaacbdc2d">retiredSortedDirectories</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;SortedDirectories&quot;</span>),</div>
<div class="line"><a name="l00496"></a><span class="lineno"><a class="line" href="namespaceripple.html#a807ede3495796bd8a080803cc3605b9d"> 496</a></span>&#160; <a class="code" href="namespaceripple.html#a807ede3495796bd8a080803cc3605b9d">retiredFix1201</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;fix1201&quot;</span>),</div>
<div class="line"><a name="l00497"></a><span class="lineno"><a class="line" href="namespaceripple.html#a6a671dcbd0f1cf19f9dc241e9c0d5904"> 497</a></span>&#160; <a class="code" href="namespaceripple.html#a6a671dcbd0f1cf19f9dc241e9c0d5904">retiredFix1512</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;fix1512&quot;</span>),</div>
<div class="line"><a name="l00498"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1728143f9320a061a084a5b9599a36a9"> 498</a></span>&#160; <a class="code" href="namespaceripple.html#a1728143f9320a061a084a5b9599a36a9">retiredFix1523</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;fix1523&quot;</span>),</div>
<div class="line"><a name="l00499"></a><span class="lineno"><a class="line" href="namespaceripple.html#a29031547549155bd2da48db469afd0fc"> 499</a></span>&#160; <a class="code" href="namespaceripple.html#a29031547549155bd2da48db469afd0fc">retiredFix1528</a> = <a class="code" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<span class="stringliteral">&quot;fix1528&quot;</span>);</div>
<div class="line"><a name="l00500"></a><span class="lineno"> 500</span>&#160; </div>
<div class="line"><a name="l00501"></a><span class="lineno"> 501</span>&#160;<span class="comment">// clang-format on</span></div>
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span>&#160; </div>
<div class="line"><a name="l00503"></a><span class="lineno"> 503</span>&#160;<span class="preprocessor">#undef REGISTER_FIX</span></div>
<div class="line"><a name="l00504"></a><span class="lineno"> 504</span>&#160;<span class="preprocessor">#pragma pop_macro(&quot;REGISTER_FIX&quot;)</span></div>
<div class="line"><a name="l00505"></a><span class="lineno"> 505</span>&#160; </div>
<div class="line"><a name="l00506"></a><span class="lineno"> 506</span>&#160;<span class="preprocessor">#undef REGISTER_FEATURE</span></div>
<div class="line"><a name="l00507"></a><span class="lineno"> 507</span>&#160;<span class="preprocessor">#pragma pop_macro(&quot;REGISTER_FEATURE&quot;)</span></div>
<div class="line"><a name="l00508"></a><span class="lineno"> 508</span>&#160; </div>
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160;<span class="comment">// All of the features should now be registered, since variables in a cpp file</span></div>
<div class="line"><a name="l00510"></a><span class="lineno"> 510</span>&#160;<span class="comment">// are initialized from top to bottom.</span></div>
<div class="line"><a name="l00511"></a><span class="lineno"> 511</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00512"></a><span class="lineno"> 512</span>&#160;<span class="comment">// Use initialization of one final static variable to set</span></div>
<div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160;<span class="comment">// featureCollections::readOnly.</span></div>
<div class="line"><a name="l00514"></a><span class="lineno"><a class="line" href="namespaceripple.html#a326f6023f0803e3b50aa98f8922327c7"> 514</a></span>&#160;[[maybe_unused]] <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="namespaceripple.html#a326f6023f0803e3b50aa98f8922327c7">readOnlySet</a> =</div>
<div class="line"><a name="l00515"></a><span class="lineno"> 515</span>&#160; featureCollections.registrationIsDone();</div>
<div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160; </div>
<div class="line"><a name="l00517"></a><span class="lineno"> 517</span>&#160;} <span class="comment">// namespace ripple</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="anamespaceripple_html_aa035aaadc44680dfcde94efd7a0e67e2"><div class="ttname"><a href="namespaceripple.html#aa035aaadc44680dfcde94efd7a0e67e2">ripple::fixRemoveNFTokenAutoTrustLine</a></div><div class="ttdeci">const uint256 fixRemoveNFTokenAutoTrustLine</div></div>
<div class="ttc" id="anamespaceripple_html_a1659fa50f5ac271b6b18d5da57e8c0e6"><div class="ttname"><a href="namespaceripple.html#a1659fa50f5ac271b6b18d5da57e8c0e6">ripple::REGISTER_FIX</a></div><div class="ttdeci">REGISTER_FIX(fix1513, Supported::yes, VoteBehavior::DefaultYes)</div></div>
<div class="ttc" id="anamespaceripple_html_a0925502ed5ba18e4eaec5b16b1f552c0"><div class="ttname"><a href="namespaceripple.html#a0925502ed5ba18e4eaec5b16b1f552c0">ripple::fixQualityUpperBound</a></div><div class="ttdeci">const uint256 fixQualityUpperBound</div></div>
<div class="ttc" id="anamespaceripple_html_a451091d6bfaf55f18f3bcdfe7df65acd"><div class="ttname"><a href="namespaceripple.html#a451091d6bfaf55f18f3bcdfe7df65acd">ripple::fixNFTokenNegOffer</a></div><div class="ttdeci">const uint256 fixNFTokenNegOffer</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 class="ttdoc">STL class.</div></div>
<div class="ttc" id="acstring_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstring.html">cstring</a></div></div>
<div class="ttc" id="anamespaceripple_html_a29031547549155bd2da48db469afd0fc"><div class="ttname"><a href="namespaceripple.html#a29031547549155bd2da48db469afd0fc">ripple::retiredFix1528</a></div><div class="ttdeci">const uint256 retiredFix1528</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00499">Feature.cpp:499</a></div></div>
<div class="ttc" id="anamespaceripple_html_ab0928ca5a324144ff7ce4faaaacbdc2d"><div class="ttname"><a href="namespaceripple.html#ab0928ca5a324144ff7ce4faaaacbdc2d">ripple::retiredSortedDirectories</a></div><div class="ttdeci">const uint256 retiredSortedDirectories</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00495">Feature.cpp:495</a></div></div>
<div class="ttc" id="anamespaceripple_html_a0c155f4dfdb9766fbe27cbe85d43ded7"><div class="ttname"><a href="namespaceripple.html#a0c155f4dfdb9766fbe27cbe85d43ded7">ripple::fix1515</a></div><div class="ttdeci">const uint256 fix1515</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#l00077">Feature.h:77</a></div></div>
<div class="ttc" id="anamespaceripple_html_a7f497dcb1c3e98dd745e3278eafc5342"><div class="ttname"><a href="namespaceripple.html#a7f497dcb1c3e98dd745e3278eafc5342">ripple::hash_value</a></div><div class="ttdeci">std::size_t hash_value(ripple::uint256 const &amp;feature)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00035">Feature.cpp:35</a></div></div>
<div class="ttc" id="asize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/size.html">std::string::size</a></div><div class="ttdeci">T size(T... args)</div></div>
<div class="ttc" id="anamespaceripple_html_a18847fa4f816853e34b0458e46587530"><div class="ttname"><a href="namespaceripple.html#a18847fa4f816853e34b0458e46587530">ripple::fixReducedOffersV1</a></div><div class="ttdeci">const uint256 fixReducedOffersV1</div></div>
<div class="ttc" id="anamespaceripple_html_a58db4f19d243f6c82a533a40a0db89cd"><div class="ttname"><a href="namespaceripple.html#a58db4f19d243f6c82a533a40a0db89cd">ripple::fixSTAmountCanonicalize</a></div><div class="ttdeci">const uint256 fixSTAmountCanonicalize</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_aa520966ed6e3285630d0871466e438a8"><div class="ttname"><a href="namespaceripple.html#aa520966ed6e3285630d0871466e438a8">ripple::fix1781</a></div><div class="ttdeci">const uint256 fix1781</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 &amp;message)</div><div class="ttdef"><b>Definition:</b> <a href="json_2Writer_8h_source.html#l00252">json/Writer.h:252</a></div></div>
<div class="ttc" id="anamespaceripple_html_a326f6023f0803e3b50aa98f8922327c7"><div class="ttname"><a href="namespaceripple.html#a326f6023f0803e3b50aa98f8922327c7">ripple::readOnlySet</a></div><div class="ttdeci">static const bool readOnlySet</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00514">Feature.cpp:514</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4c47c9315caed48b938967bb8a78891e"><div class="ttname"><a href="namespaceripple.html#a4c47c9315caed48b938967bb8a78891e">ripple::retiredPayChan</a></div><div class="ttdeci">const uint256 retiredPayChan</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00488">Feature.cpp:488</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#l00103">IPAddress.h:103</a></div></div>
<div class="ttc" id="anamespaceripple_html_a87b7aae2e788b04f6c439217f994f901"><div class="ttname"><a href="namespaceripple.html#a87b7aae2e788b04f6c439217f994f901">ripple::retiredFix1368</a></div><div class="ttdeci">const uint256 retiredFix1368</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00491">Feature.cpp:491</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad95f3c81e57821c73a314eb9767a13e5"><div class="ttname"><a href="namespaceripple.html#ad95f3c81e57821c73a314eb9767a13e5">ripple::retiredEnforceInvariants</a></div><div class="ttdeci">const uint256 retiredEnforceInvariants</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00494">Feature.cpp:494</a></div></div>
<div class="ttc" id="anamespaceripple_html_a669e38445782d88a025171f1c39716c2"><div class="ttname"><a href="namespaceripple.html#a669e38445782d88a025171f1c39716c2">ripple::retiredMultiSign</a></div><div class="ttdeci">const uint256 retiredMultiSign</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00485">Feature.cpp:485</a></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_a857eef678f2479e90978a6d9415cbc52"><div class="ttname"><a href="namespaceripple.html#a857eef678f2479e90978a6d9415cbc52">ripple::REGISTER_FEATURE</a></div><div class="ttdeci">REGISTER_FEATURE(OwnerPaysFee, Supported::no, VoteBehavior::DefaultNo)</div></div>
<div class="ttc" id="anamespaceripple_html_a2abe44fcd04710b216e3f9f774e4849d"><div class="ttname"><a href="namespaceripple.html#a2abe44fcd04710b216e3f9f774e4849d">ripple::fixNFTokenRemint</a></div><div class="ttdeci">const uint256 fixNFTokenRemint</div></div>
<div class="ttc" id="anamespaceripple_html_a356c68147333a9a48a344718038576d9"><div class="ttname"><a href="namespaceripple.html#a356c68147333a9a48a344718038576d9">ripple::uint256</a></div><div class="ttdeci">base_uint&lt; 256 &gt; uint256</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00550">base_uint.h:550</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac2cdee379bd2a55fe3dee570a36d9f8e"><div class="ttname"><a href="namespaceripple.html#ac2cdee379bd2a55fe3dee570a36d9f8e">ripple::retiredTickSize</a></div><div class="ttdeci">const uint256 retiredTickSize</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00490">Feature.cpp:490</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#l00334">Feature.cpp:334</a></div></div>
<div class="ttc" id="aclassripple_1_1base__uint_html"><div class="ttname"><a href="classripple_1_1base__uint.html">ripple::base_uint&lt; 256 &gt;</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#l00327">Feature.cpp:327</a></div></div>
<div class="ttc" id="anamespaceripple_html_a53b3831b0646238359466f8310fd5cfe"><div class="ttname"><a href="namespaceripple.html#a53b3831b0646238359466f8310fd5cfe">ripple::retiredEscrow</a></div><div class="ttdeci">const uint256 retiredEscrow</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00492">Feature.cpp:492</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#l00069">Feature.h:69</a></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>
<div class="ttc" id="anamespaceripple_html_ac73c4c435b681301e35a8028c549c709"><div class="ttname"><a href="namespaceripple.html#ac73c4c435b681301e35a8028c549c709">ripple::fixCheckThreading</a></div><div class="ttdeci">const uint256 fixCheckThreading</div></div>
<div class="ttc" id="anamespaceripple_html_af8f4a6fbdcdaabe9de5cf5f9c7dcdcdc"><div class="ttname"><a href="namespaceripple.html#af8f4a6fbdcdaabe9de5cf5f9c7dcdcdc">ripple::retiredFix1373</a></div><div class="ttdeci">const uint256 retiredFix1373</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00493">Feature.cpp:493</a></div></div>
<div class="ttc" id="anamespaceripple_html_a7ddad39c3614122e497f9a0980f0f0cc"><div class="ttname"><a href="namespaceripple.html#a7ddad39c3614122e497f9a0980f0f0cc">ripple::fixAmendmentMajorityCalc</a></div><div class="ttdeci">const uint256 fixAmendmentMajorityCalc</div></div>
<div class="ttc" id="anamespaceripple_html_a08389962808b12151f0527bd74d106a6"><div class="ttname"><a href="namespaceripple.html#a08389962808b12151f0527bd74d106a6">ripple::retiredTrustSetAuth</a></div><div class="ttdeci">const uint256 retiredTrustSetAuth</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00486">Feature.cpp:486</a></div></div>
<div class="ttc" id="anamespaceripple_html_a0c6216b12b73b15239445dfaeee8d473"><div class="ttname"><a href="namespaceripple.html#a0c6216b12b73b15239445dfaeee8d473">ripple::fixTakerDryOfferRemoval</a></div><div class="ttdeci">const uint256 fixTakerDryOfferRemoval</div></div>
<div class="ttc" id="anamespaceripple_html_af2c25b95b708d565d681958fbd20d2b6"><div class="ttname"><a href="namespaceripple.html#af2c25b95b708d565d681958fbd20d2b6">ripple::fix1623</a></div><div class="ttdeci">const uint256 fix1623</div></div>
<div class="ttc" id="anamespaceripple_html_a7829716dab9950c88863168cc8731870"><div class="ttname"><a href="namespaceripple.html#a7829716dab9950c88863168cc8731870">ripple::featureToBitsetIndex</a></div><div class="ttdeci">size_t featureToBitsetIndex(uint256 const &amp;f)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00369">Feature.cpp:369</a></div></div>
<div class="ttc" id="anamespaceripple_html_afd7eb1f95de1f953b43cfd2adb902eec"><div class="ttname"><a href="namespaceripple.html#afd7eb1f95de1f953b43cfd2adb902eec">ripple::fixPayChanRecipientOwnerDir</a></div><div class="ttdeci">const uint256 fixPayChanRecipientOwnerDir</div></div>
<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="aatomic_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/atomic/atomic.html">std::atomic&lt; bool &gt;</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae5c1cee76ef3294bbb33190e30ed07ce"><div class="ttname"><a href="namespaceripple.html#ae5c1cee76ef3294bbb33190e30ed07ce">ripple::retiredCryptoConditions</a></div><div class="ttdeci">const uint256 retiredCryptoConditions</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00489">Feature.cpp:489</a></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_a48c235ab0e6dfd9680ce722dd0a38ab6"><div class="ttname"><a href="namespaceripple.html#a48c235ab0e6dfd9680ce722dd0a38ab6">ripple::fixDisallowIncomingV1</a></div><div class="ttdeci">const uint256 fixDisallowIncomingV1</div></div>
<div class="ttc" id="anamespaceripple_html_ab6b87f591d4f3dee9dfcaf11249616a9"><div class="ttname"><a href="namespaceripple.html#ab6b87f591d4f3dee9dfcaf11249616a9">ripple::fixTrustLinesToSelf</a></div><div class="ttdeci">const uint256 fixTrustLinesToSelf</div></div>
<div class="ttc" id="anamespaceripple_html_af692a0db75adbc331df9226d28909dd9"><div class="ttname"><a href="namespaceripple.html#af692a0db75adbc331df9226d28909dd9">ripple::fix1543</a></div><div class="ttdeci">const uint256 fix1543</div></div>
<div class="ttc" id="anamespaceripple_html_a689ffcfe20478b6769caf00cf865bcad"><div class="ttname"><a href="namespaceripple.html#a689ffcfe20478b6769caf00cf865bcad">ripple::retiredFeeEscalation</a></div><div class="ttdeci">const uint256 retiredFeeEscalation</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00487">Feature.cpp:487</a></div></div>
<div class="ttc" id="anamespaceripple_html_afa20eb58bea379999a57028e082576f1"><div class="ttname"><a href="namespaceripple.html#afa20eb58bea379999a57028e082576f1">ripple::fix1578</a></div><div class="ttdeci">const uint256 fix1578</div></div>
<div class="ttc" id="anamespaceripple_html_a409262339843a2785f29845c7ec5c7f9"><div class="ttname"><a href="namespaceripple.html#a409262339843a2785f29845c7ec5c7f9">ripple::registerFeature</a></div><div class="ttdeci">uint256 registerFeature(std::string const &amp;name, Supported support, VoteBehavior vote)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00348">Feature.cpp:348</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="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
<div class="ttc" id="anamespaceripple_html_aefd2f77338ce3c9a2fffc4f0b289b483"><div class="ttname"><a href="namespaceripple.html#aefd2f77338ce3c9a2fffc4f0b289b483">ripple::LogicError</a></div><div class="ttdeci">void LogicError(std::string const &amp;how) noexcept</div><div class="ttdoc">Called when faulty logic causes a broken invariant.</div><div class="ttdef"><b>Definition:</b> <a href="contract_8cpp_source.html#l00048">contract.cpp:48</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae3f5bc352766a1a8dbf5270eb7dbc2e7"><div class="ttname"><a href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">ripple::sha512Half</a></div><div class="ttdeci">sha512_half_hasher::result_type sha512Half(Args const &amp;... args)</div><div class="ttdoc">Returns the SHA512-Half of a series of objects.</div><div class="ttdef"><b>Definition:</b> <a href="digest_8h_source.html#l00216">digest.h:216</a></div></div>
<div class="ttc" id="anamespaceripple_html_aca7b4bf41e621edeabbb353a76e9b055"><div class="ttname"><a href="namespaceripple.html#aca7b4bf41e621edeabbb353a76e9b055">ripple::fixUniversalNumber</a></div><div class="ttdeci">const uint256 fixUniversalNumber</div></div>
<div class="ttc" id="anamespaceripple_html_a786c40cb27211e1704047accb2ca26bda1e5e1f9aa3cae812e41b2cf743bcfec0"><div class="ttname"><a href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1e5e1f9aa3cae812e41b2cf743bcfec0">ripple::no</a></div><div class="ttdeci">@ no</div><div class="ttdef"><b>Definition:</b> <a href="Steps_8h_source.html#l00042">Steps.h:42</a></div></div>
<div class="ttc" id="anamespaceripple_html_a28da871aa8d28d28a444e1b3885065cf"><div class="ttname"><a href="namespaceripple.html#a28da871aa8d28d28a444e1b3885065cf">ripple::bitsetIndexToFeature</a></div><div class="ttdeci">uint256 bitsetIndexToFeature(size_t i)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00375">Feature.cpp:375</a></div></div>
<div class="ttc" id="anamespaceripple_html_a1728143f9320a061a084a5b9599a36a9"><div class="ttname"><a href="namespaceripple.html#a1728143f9320a061a084a5b9599a36a9">ripple::retiredFix1523</a></div><div class="ttdeci">const uint256 retiredFix1523</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00498">Feature.cpp:498</a></div></div>
<div class="ttc" id="anamespaceripple_html_a807ede3495796bd8a080803cc3605b9d"><div class="ttname"><a href="namespaceripple.html#a807ede3495796bd8a080803cc3605b9d">ripple::retiredFix1201</a></div><div class="ttdeci">const uint256 retiredFix1201</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00496">Feature.cpp:496</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="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="anamespaceripple_html_af9776f187d3686a7fba4c2d2fbeebdf4"><div class="ttname"><a href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">ripple::to_string</a></div><div class="ttdeci">std::string to_string(Manifest const &amp;m)</div><div class="ttdoc">Format the specified manifest to a string for debugging purposes.</div><div class="ttdef"><b>Definition:</b> <a href="app_2misc_2impl_2Manifest_8cpp_source.html#l00041">app/misc/impl/Manifest.cpp:41</a></div></div>
<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 &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00356">Feature.cpp:356</a></div></div>
<div class="ttc" id="anamespaceripple_html_a831b340e9f96cdaec47e018aeff72dec"><div class="ttname"><a href="namespaceripple.html#a831b340e9f96cdaec47e018aeff72dec">ripple::fixNonFungibleTokensV1_2</a></div><div class="ttdeci">const uint256 fixNonFungibleTokensV1_2</div></div>
<div class="ttc" id="anamespaceripple_html_ae28dcfd3e9d50e735f0fb46f22979fd2"><div class="ttname"><a href="namespaceripple.html#ae28dcfd3e9d50e735f0fb46f22979fd2">ripple::fixFillOrKill</a></div><div class="ttdeci">const uint256 fixFillOrKill</div></div>
<div class="ttc" id="anamespaceripple_html_a6a671dcbd0f1cf19f9dc241e9c0d5904"><div class="ttname"><a href="namespaceripple.html#a6a671dcbd0f1cf19f9dc241e9c0d5904">ripple::retiredFix1512</a></div><div class="ttdeci">const uint256 retiredFix1512</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00497">Feature.cpp:497</a></div></div>
<div class="ttc" id="anamespaceripple_html_aceb75e0144de4950c33dedd1191de320"><div class="ttname"><a href="namespaceripple.html#aceb75e0144de4950c33dedd1191de320">ripple::fix1571</a></div><div class="ttdeci">const uint256 fix1571</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&lt; uint256 &gt; getRegisteredFeature(std::string const &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00342">Feature.cpp:342</a></div></div>
<div class="ttc" id="anamespaceripple_html_a786c40cb27211e1704047accb2ca26bda1f50dcfdaa21158935cd0b5ea204fa2b"><div class="ttname"><a href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1f50dcfdaa21158935cd0b5ea204fa2b">ripple::yes</a></div><div class="ttdeci">@ yes</div><div class="ttdef"><b>Definition:</b> <a href="Steps_8h_source.html#l00042">Steps.h:42</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac52a0eb5ca3e6aec7bc695eb44ed1ab8"><div class="ttname"><a href="namespaceripple.html#ac52a0eb5ca3e6aec7bc695eb44ed1ab8">ripple::registrationIsDone</a></div><div class="ttdeci">bool registrationIsDone()</div><div class="ttdoc">Tell FeatureCollections when registration is complete.</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00363">Feature.cpp:363</a></div></div>
<div class="ttc" id="adata_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/data.html">std::string::data</a></div><div class="ttdeci">T data(T... args)</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&lt; std::string, VoteBehavior &gt; const &amp; 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#l00320">Feature.cpp:320</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 &amp;f)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00381">Feature.cpp:381</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>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>