Files
rippled/AmendmentTable_8cpp_source.html
2023-04-11 16:57:37 +00:00

999 lines
192 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: AmendmentTable.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_9f69212e4c6e2ca9ec5ab59cd7b6275c.html">app</a></li><li class="navelem"><a class="el" href="dir_29f79f6f29a0be0eebc6c46bea51c866.html">misc</a></li><li class="navelem"><a class="el" href="dir_976a01832cc3a05d986422b2c1d44232.html">impl</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">AmendmentTable.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/app/main/Application.h&gt;</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &lt;ripple/app/misc/AmendmentTable.h&gt;</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;ripple/app/rdb/Wallet.h&gt;</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;ripple/core/ConfigSections.h&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/Feature.h&gt;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/STValidation.h&gt;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/TxFlags.h&gt;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/jss.h&gt;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;boost/format.hpp&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;boost/regex.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/algorithm.html">algorithm</a>&gt;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/mutex.html">mutex</a>&gt;</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; </div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="keyword">static</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;std::pair&lt;uint256, std::string&gt;</a>&gt;</div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="namespaceripple.html#a42061a8bef2fb8dc291550a09b59df97"> 36</a></span>&#160;<a class="code" href="namespaceripple.html#a42061a8bef2fb8dc291550a09b59df97">parseSection</a>(<a class="code" href="classripple_1_1Section.html">Section</a> <span class="keyword">const</span>&amp; section)</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;{</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keyword">static</span> boost::regex <span class="keyword">const</span> re1(</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="stringliteral">&quot;^&quot;</span> <span class="comment">// start of line</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <span class="stringliteral">&quot;(?:\\s*)&quot;</span> <span class="comment">// whitespace (optional)</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="stringliteral">&quot;([abcdefABCDEF0-9]{64})&quot;</span> <span class="comment">// &lt;hexadecimal amendment ID&gt;</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="stringliteral">&quot;(?:\\s+)&quot;</span> <span class="comment">// whitespace</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="stringliteral">&quot;(\\S+)&quot;</span> <span class="comment">// &lt;description&gt;</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; ,</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; boost::regex_constants::optimize);</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;std::pair&lt;uint256, std::string&gt;</a>&gt; names;</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; </div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; line : section.<a class="code" href="classripple_1_1Section.html#ad6acd93afdf9fc50942f9c6c10f21942">lines</a>())</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; {</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; boost::smatch match;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; </div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keywordflow">if</span> (!boost::regex_match(line, match, re1))</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; Throw&lt;std::runtime_error&gt;(</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="stringliteral">&quot;Invalid entry &#39;&quot;</span> + line + <span class="stringliteral">&quot;&#39; in [&quot;</span> + section.<a class="code" href="classripple_1_1Section.html#ac7ccf48372a2b0078eaef244c7dfebd0">name</a>() + <span class="stringliteral">&quot;]&quot;</span>);</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> id;</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; </div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="keywordflow">if</span> (!<span class="keywordtype">id</span>.parseHex(match[1]))</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; Throw&lt;std::runtime_error&gt;(</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="stringliteral">&quot;Invalid amendment ID &#39;&quot;</span> + match[1] + <span class="stringliteral">&quot;&#39; in [&quot;</span> +</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; section.<a class="code" href="classripple_1_1Section.html#ac7ccf48372a2b0078eaef244c7dfebd0">name</a>() + <span class="stringliteral">&quot;]&quot;</span>);</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; </div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; names.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">push_back</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/pair/make_pair.html">std::make_pair</a>(<span class="keywordtype">id</span>, match[2]));</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; }</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keywordflow">return</span> names;</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;}</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; </div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structripple_1_1AmendmentState.html"> 74</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;{</div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289"> 77</a></span>&#160; <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689">AmendmentVote</a> <a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> = <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a74e8333ad11685ff3bdae589c8f6e34d">AmendmentVote::down</a>;</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; </div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521"> 84</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521">enabled</a> = <span class="keyword">false</span>;</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; </div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="structripple_1_1AmendmentState.html#a2d39d31177436771b94c8fa48f5d67f4"> 87</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="structripple_1_1AmendmentState.html#a2d39d31177436771b94c8fa48f5d67f4">supported</a> = <span class="keyword">false</span>;</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; </div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structripple_1_1AmendmentState.html#aa277e358200e0a43605b34f901d6f6d7"> 90</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <a class="code" href="structripple_1_1AmendmentState.html#aa277e358200e0a43605b34f901d6f6d7">name</a>;</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; </div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="keyword">explicit</span> <a class="code" href="structripple_1_1AmendmentState.html#ae51fd7660d8d88e63430777f10cae97e">AmendmentState</a>() = <span class="keywordflow">default</span>;</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; </div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentSet.html"> 96</a></span>&#160;<span class="keyword">class </span><a class="code" href="classripple_1_1AmendmentSet.html">AmendmentSet</a></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;{</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <span class="comment">// How many yes votes each amendment received</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentSet.html#a79279c956c686b8ae4f497eaa8511839"> 100</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">hash_map&lt;uint256, int&gt;</a> <a class="code" href="classripple_1_1AmendmentSet.html#a79279c956c686b8ae4f497eaa8511839">votes_</a>;</div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentSet.html#a8f1040cb22455e44304a0ec2d0b8d8ed"> 101</a></span>&#160; <a class="code" href="classripple_1_1Rules.html">Rules</a> <span class="keyword">const</span>&amp; <a class="code" href="classripple_1_1AmendmentSet.html#a8f1040cb22455e44304a0ec2d0b8d8ed">rules_</a>;</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; <span class="comment">// number of trusted validations</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentSet.html#a08f7a2888e1f8767713d045a114975c9"> 103</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classripple_1_1AmendmentSet.html#a08f7a2888e1f8767713d045a114975c9">trustedValidations_</a> = 0;</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="comment">// number of votes needed</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentSet.html#a8918c8eb31f69d5298b0ea8af6cb0982"> 105</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classripple_1_1AmendmentSet.html#a8918c8eb31f69d5298b0ea8af6cb0982">threshold_</a> = 0;</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentSet.html#a7331b983280faf8428744b1b566f6008"> 108</a></span>&#160; <a class="code" href="classripple_1_1AmendmentSet.html#a7331b983280faf8428744b1b566f6008">AmendmentSet</a>(</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <a class="code" href="classripple_1_1Rules.html">Rules</a> <span class="keyword">const</span>&amp; rules,</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;STValidation&gt;</a>&gt; <span class="keyword">const</span>&amp; valSet)</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; : <a class="code" href="classripple_1_1AmendmentSet.html#a8f1040cb22455e44304a0ec2d0b8d8ed">rules_</a>(rules)</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; {</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="comment">// process validations for ledger before flag ledger</span></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; val : valSet)</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; {</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; <span class="keywordflow">if</span> (val-&gt;isTrusted())</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; {</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <span class="keywordflow">if</span> (val-&gt;isFieldPresent(<a class="code" href="namespaceripple.html#a0b616ffc6eaba434ad7f8b79289ee71f">sfAmendments</a>))</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; {</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> choices = val-&gt;getFieldV256(<a class="code" href="namespaceripple.html#a0b616ffc6eaba434ad7f8b79289ee71f">sfAmendments</a>);</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/algorithm/for_each.html">std::for_each</a>(</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; choices.begin(),</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; choices.end(),</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; [&amp;](<span class="keyword">auto</span> <span class="keyword">const</span>&amp; amendment) { ++votes_[amendment]; });</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; }</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; </div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; ++<a class="code" href="classripple_1_1AmendmentSet.html#a08f7a2888e1f8767713d045a114975c9">trustedValidations_</a>;</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; }</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; }</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; </div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <a class="code" href="classripple_1_1AmendmentSet.html#a8918c8eb31f69d5298b0ea8af6cb0982">threshold_</a> = !<a class="code" href="classripple_1_1AmendmentSet.html#a8f1040cb22455e44304a0ec2d0b8d8ed">rules_</a>.<a class="code" href="classripple_1_1Rules.html#a1a8388a2b9588aa9446ece92a88e0dd2">enabled</a>(<a class="code" href="namespaceripple.html#a7ddad39c3614122e497f9a0980f0f0cc">fixAmendmentMajorityCalc</a>)</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; ? <a class="codeRef" href="http://en.cppreference.com/w/cpp/algorithm/max.html">std::max</a>(</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; 1L,</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; <span class="keyword">static_cast&lt;</span><span class="keywordtype">long</span><span class="keyword">&gt;</span>(</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; (<a class="code" href="classripple_1_1AmendmentSet.html#a08f7a2888e1f8767713d045a114975c9">trustedValidations_</a> *</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; <a class="code" href="namespaceripple.html#a9486d45c2b21072ec54bea71d492d1af">preFixAmendmentMajorityCalcThreshold</a>.num) /</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <a class="code" href="namespaceripple.html#a9486d45c2b21072ec54bea71d492d1af">preFixAmendmentMajorityCalcThreshold</a>.den))</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; : <a class="codeRef" href="http://en.cppreference.com/w/cpp/algorithm/max.html">std::max</a>(</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; 1L,</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; <span class="keyword">static_cast&lt;</span><span class="keywordtype">long</span><span class="keyword">&gt;</span>(</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; (<a class="code" href="classripple_1_1AmendmentSet.html#a08f7a2888e1f8767713d045a114975c9">trustedValidations_</a> *</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; <a class="code" href="namespaceripple.html#a7efda97c0ca3525b31f602de3243fae7">postFixAmendmentMajorityCalcThreshold</a>.num) /</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <a class="code" href="namespaceripple.html#a7efda97c0ca3525b31f602de3243fae7">postFixAmendmentMajorityCalcThreshold</a>.den));</div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; }</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; </div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentSet.html#a784480b9d6fe68e8945fb9378728f534"> 147</a></span>&#160; <a class="code" href="classripple_1_1AmendmentSet.html#a784480b9d6fe68e8945fb9378728f534">passes</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment)<span class="keyword"> const</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span>&amp; it = <a class="code" href="classripple_1_1AmendmentSet.html#a79279c956c686b8ae4f497eaa8511839">votes_</a>.find(amendment);</div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; </div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; <span class="keywordflow">if</span> (it == <a class="code" href="classripple_1_1AmendmentSet.html#a79279c956c686b8ae4f497eaa8511839">votes_</a>.end())</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; </div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <span class="comment">// Before this fix, it was possible for an amendment to activate with a</span></div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; <span class="comment">// percentage slightly less than 80% because we compared for &quot;greater</span></div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <span class="comment">// than or equal to&quot; instead of strictly &quot;greater than&quot;.</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; <span class="comment">// One validator is an exception, otherwise it is not possible</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; <span class="comment">// to gain majority.</span></div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; <span class="keywordflow">if</span> (!<a class="code" href="classripple_1_1AmendmentSet.html#a8f1040cb22455e44304a0ec2d0b8d8ed">rules_</a>.<a class="code" href="classripple_1_1Rules.html#a1a8388a2b9588aa9446ece92a88e0dd2">enabled</a>(<a class="code" href="namespaceripple.html#a7ddad39c3614122e497f9a0980f0f0cc">fixAmendmentMajorityCalc</a>) ||</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <a class="code" href="classripple_1_1AmendmentSet.html#a08f7a2888e1f8767713d045a114975c9">trustedValidations_</a> == 1)</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; <span class="keywordflow">return</span> it-&gt;second &gt;= <a class="code" href="classripple_1_1AmendmentSet.html#a8918c8eb31f69d5298b0ea8af6cb0982">threshold_</a>;</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; <span class="keywordflow">return</span> it-&gt;second &gt; <a class="code" href="classripple_1_1AmendmentSet.html#a8918c8eb31f69d5298b0ea8af6cb0982">threshold_</a>;</div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; }</div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; </div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; <span class="keywordtype">int</span></div>
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentSet.html#a0013b2363b5bb424e124cf0af9997380"> 167</a></span>&#160; <a class="code" href="classripple_1_1AmendmentSet.html#a0013b2363b5bb424e124cf0af9997380">votes</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment)<span class="keyword"> const</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span>&amp; it = <a class="code" href="classripple_1_1AmendmentSet.html#a79279c956c686b8ae4f497eaa8511839">votes_</a>.find(amendment);</div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; </div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; <span class="keywordflow">if</span> (it == <a class="code" href="classripple_1_1AmendmentSet.html#a79279c956c686b8ae4f497eaa8511839">votes_</a>.end())</div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; <span class="keywordflow">return</span> 0;</div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; </div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; <span class="keywordflow">return</span> it-&gt;second;</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; </div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; <span class="keywordtype">int</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentSet.html#a6d6b63ea4b09a0b012667c79aff07528"> 178</a></span>&#160; <a class="code" href="classripple_1_1AmendmentSet.html#a6d6b63ea4b09a0b012667c79aff07528">trustedValidations</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1AmendmentSet.html#a08f7a2888e1f8767713d045a114975c9">trustedValidations_</a>;</div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; }</div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; </div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; <span class="keywordtype">int</span></div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentSet.html#ac0d9edcc31c8b0fe5a90da0e35e09dc5"> 184</a></span>&#160; <a class="code" href="classripple_1_1AmendmentSet.html#ac0d9edcc31c8b0fe5a90da0e35e09dc5">threshold</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1AmendmentSet.html#a8918c8eb31f69d5298b0ea8af6cb0982">threshold_</a>;</div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; }</div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;};</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;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160; </div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html"> 198</a></span>&#160;<span class="keyword">class </span><a class="code" href="classripple_1_1AmendmentTableImpl.html">AmendmentTableImpl</a> final : <span class="keyword">public</span> <a class="code" href="classripple_1_1AmendmentTable.html">AmendmentTable</a></div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160;{</div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0"> 201</a></span>&#160; <span class="keyword">mutable</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/mutex.html">std::mutex</a> <a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>;</div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; </div>
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f"> 203</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">hash_map&lt;uint256, AmendmentState&gt;</a> <a class="code" href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f">amendmentMap_</a>;</div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#aefbfbe13885b57244364ab17906ebb8c"> 204</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="classripple_1_1AmendmentTableImpl.html#aefbfbe13885b57244364ab17906ebb8c">lastUpdateSeq_</a>;</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">// Time that an amendment must hold a majority for</span></div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a9c9272ffee37521dc61aa8baab7b8c10"> 207</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a> <span class="keyword">const</span> <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9c9272ffee37521dc61aa8baab7b8c10">majorityTime_</a>;</div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; </div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; <span class="comment">// The results of the last voting round - may be empty if</span></div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; <span class="comment">// we haven&#39;t participated in one yet.</span></div>
<div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a51e688abb62a1f399751971156723aae"> 211</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr&lt;AmendmentSet&gt;</a> <a class="code" href="classripple_1_1AmendmentTableImpl.html#a51e688abb62a1f399751971156723aae">lastVote_</a>;</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; <span class="comment">// True if an unsupported amendment is enabled</span></div>
<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#ac17353f2946a09f26809d15b3c24cc48"> 214</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1AmendmentTableImpl.html#ac17353f2946a09f26809d15b3c24cc48">unsupportedEnabled_</a>;</div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; </div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160; <span class="comment">// Unset if no unsupported amendments reach majority,</span></div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; <span class="comment">// else set to the earliest time an unsupported amendment</span></div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; <span class="comment">// will be enabled.</span></div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f"> 219</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;NetClock::time_point&gt;</a> <a class="code" href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f">firstUnsupportedExpected_</a>;</div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; </div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547"> 221</a></span>&#160; <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> <span class="keyword">const</span> <a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>;</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="comment">// Database which persists veto/unveto vote</span></div>
<div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a154a5c8e4a4839ec9db272a1b85a7b93"> 224</a></span>&#160; <a class="code" href="classripple_1_1DatabaseCon.html">DatabaseCon</a>&amp; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a154a5c8e4a4839ec9db272a1b85a7b93">db_</a>;</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="comment">// Finds or creates state. Must be called with mutex_ locked.</span></div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>&amp;</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a6a02743339c64f66083284b3098c8345">add</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment, <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard&lt;std::mutex&gt;</a> <span class="keyword">const</span>&amp; lock);</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; <span class="comment">// Finds existing state. Must be called with mutex_ locked.</span></div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>*</div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">get</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment, <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard&lt;std::mutex&gt;</a> <span class="keyword">const</span>&amp; lock);</div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; </div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a> <span class="keyword">const</span>*</div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">get</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment,</div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard&lt;std::mutex&gt;</a> <span class="keyword">const</span>&amp; lock) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160; </div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; <span class="comment">// Injects amendment json into v. Must be called with mutex_ locked.</span></div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a4f1d0bde577c66d4c238a3f6bfd8fc6a">injectJson</a>(</div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a>&amp; v,</div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment,</div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a> <span class="keyword">const</span>&amp; state,</div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard&lt;std::mutex&gt;</a> <span class="keyword">const</span>&amp; lock) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160; </div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#ab0421687816b7b1bb4805d5c04048f8a">persistVote</a>(</div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment,</div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</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="l00250"></a><span class="lineno"> 250</span>&#160; <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689">AmendmentVote</a> vote) <span class="keyword">const</span>;</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;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#ad8ae023b65df83333c31ccfbd08246f6">AmendmentTableImpl</a>(</div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; <a class="code" href="classripple_1_1Application.html">Application</a>&amp; app,</div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a> majorityTime,</div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;FeatureInfo&gt;</a> <span class="keyword">const</span>&amp; supported,</div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; <a class="code" href="classripple_1_1Section.html">Section</a> <span class="keyword">const</span>&amp; enabled,</div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; <a class="code" href="classripple_1_1Section.html">Section</a> <span class="keyword">const</span>&amp; vetoed,</div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> journal);</div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; </div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a></div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a0ce3359d4362a4d0fdd0b84c39b6ff95">find</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 override</span>;</div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; </div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a3ed0fa478f3811768ffa240db7effeed">veto</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a0d1704ba32d8c87761c27236cde40f88">unVeto</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160; </div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a195a61b5c9f813b5c275ae50a7b40e25">enable</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160; </div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a630f159b4f3029034ac3c5b91b48e08c">isEnabled</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment) <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#adce6a4a3f12e891ffdb1a59a547ea11a">isSupported</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment) <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</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; <a class="code" href="classripple_1_1AmendmentTableImpl.html#ab6e23bf02b70c350ab4597605b235a15">hasUnsupportedEnabled</a>() <span class="keyword">const override</span>;</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; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;NetClock::time_point&gt;</a></div>
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#ae591250cf5ab06c0310da46a9e5543fb">firstUnsupportedExpected</a>() <span class="keyword">const override</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; <a class="code" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9c84b0a42b131a8c6392a993bc4b4c4c">getJson</a>() <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9c84b0a42b131a8c6392a993bc4b4c4c">getJson</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp;) <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160; </div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a203420f15319808ab19dbc3903a32444">needValidatedLedger</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> seq) <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; </div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a5a1de10b5b7e51cc4f20f2636503c2e6">doValidatedLedger</a>(</div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> seq,</div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt;uint256&gt;</a> <span class="keyword">const</span>&amp; enabled,</div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">majorityAmendments_t</a> <span class="keyword">const</span>&amp; majority) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160; </div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;uint256&gt;</a></div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a941314eb1dff68fb625f7a44378845b9">doValidation</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt;uint256&gt;</a> <span class="keyword">const</span>&amp; enabledAmendments) <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160; </div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;uint256&gt;</a></div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a38055e674ea217fa366b5bf954d4cd72">getDesired</a>() <span class="keyword">const override</span>;</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; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt;uint256, std::uint32_t&gt;</a></div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a4eac7bf3be538741f7fa066c18b04fae">doVoting</a>(</div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160; <a class="code" href="classripple_1_1Rules.html">Rules</a> <span class="keyword">const</span>&amp; rules,</div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/time_point.html">NetClock::time_point</a> closeTime,</div>
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt;uint256&gt;</a> <span class="keyword">const</span>&amp; enabledAmendments,</div>
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">majorityAmendments_t</a> <span class="keyword">const</span>&amp; majorityAmendments,</div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;STValidation&gt;</a>&gt; <span class="keyword">const</span>&amp; validations) <span class="keyword">override</span>;</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="comment">//------------------------------------------------------------------------------</span></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"><a class="line" href="classripple_1_1AmendmentTableImpl.html#ad8ae023b65df83333c31ccfbd08246f6"> 314</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#ad8ae023b65df83333c31ccfbd08246f6">AmendmentTableImpl::AmendmentTableImpl</a>(</div>
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160; <a class="code" href="classripple_1_1Application.html">Application</a>&amp; app,</div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a> majorityTime,</div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;FeatureInfo&gt;</a> <span class="keyword">const</span>&amp; supported,</div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; <a class="code" href="classripple_1_1Section.html">Section</a> <span class="keyword">const</span>&amp; enabled,</div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160; <a class="code" href="classripple_1_1Section.html">Section</a> <span class="keyword">const</span>&amp; vetoed,</div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160; <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> journal)</div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; : lastUpdateSeq_(0)</div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; , majorityTime_(majorityTime)</div>
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160; , unsupportedEnabled_(false)</div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160; , j_(journal)</div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160; , db_(app.getWalletDB())</div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160;{</div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</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="comment">// Find out if the FeatureVotes table exists in WalletDB</span></div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; <span class="keywordtype">bool</span> <span class="keyword">const</span> featureVotesExist = [<span class="keyword">this</span>]() {</div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160; <span class="keyword">auto</span> db = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a154a5c8e4a4839ec9db272a1b85a7b93">db_</a>.<a class="code" href="classripple_1_1DatabaseCon.html#a16c6f729c6462f6200b724543f5c67bc">checkoutDb</a>();</div>
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a5d759654f3c40954985245643f7003ec">createFeatureVotes</a>(*db);</div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160; }();</div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160; </div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160; <span class="comment">// Parse supported amendments</span></div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; [name, amendment, votebehavior] : supported)</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; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>&amp; s = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a6a02743339c64f66083284b3098c8345">add</a>(amendment, lock);</div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160; </div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160; s.<a class="code" href="structripple_1_1AmendmentState.html#aa277e358200e0a43605b34f901d6f6d7">name</a> = name;</div>
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160; s.<a class="code" href="structripple_1_1AmendmentState.html#a2d39d31177436771b94c8fa48f5d67f4">supported</a> = <span class="keyword">true</span>;</div>
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160; <span class="keywordflow">switch</span> (votebehavior)</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">case</span> <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">VoteBehavior::DefaultYes</a>:</div>
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160; s.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> = <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a46c48bec0d282018b9d167eef7711b2c">AmendmentVote::up</a>;</div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160; <span class="keywordflow">break</span>;</div>
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>&#160; </div>
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>&#160; <span class="keywordflow">case</span> <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">VoteBehavior::DefaultNo</a>:</div>
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>&#160; s.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> = <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a74e8333ad11685ff3bdae589c8f6e34d">AmendmentVote::down</a>;</div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160; <span class="keywordflow">break</span>;</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; <span class="keywordflow">case</span> <a class="code" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">VoteBehavior::Obsolete</a>:</div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160; s.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> = <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a28a39c5d0e09f2b9f423c9864ecf1db8">AmendmentVote::obsolete</a>;</div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160; <span class="keywordflow">break</span>;</div>
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160; }</div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160; </div>
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>()) &lt;&lt; <span class="stringliteral">&quot;Amendment &quot;</span> &lt;&lt; amendment &lt;&lt; <span class="stringliteral">&quot; (&quot;</span> &lt;&lt; s.<a class="code" href="structripple_1_1AmendmentState.html#aa277e358200e0a43605b34f901d6f6d7">name</a></div>
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160; &lt;&lt; <span class="stringliteral">&quot;) is supported and will be &quot;</span></div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160; &lt;&lt; (s.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> == <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a46c48bec0d282018b9d167eef7711b2c">AmendmentVote::up</a> ? <span class="stringliteral">&quot;up&quot;</span> : <span class="stringliteral">&quot;down&quot;</span>)</div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160; &lt;&lt; <span class="stringliteral">&quot; voted by default if not enabled on the ledger.&quot;</span>;</div>
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>&#160; }</div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>&#160; </div>
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/unordered_set.html">hash_set&lt;uint256&gt;</a> detect_conflict;</div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160; <span class="comment">// Parse enabled amendments from config</span></div>
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160; <span class="keywordflow">for</span> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair&lt;uint256, std::string&gt;</a> <span class="keyword">const</span>&amp; a : <a class="code" href="namespaceripple.html#a42061a8bef2fb8dc291550a09b59df97">parseSection</a>(enabled))</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; <span class="keywordflow">if</span> (featureVotesExist)</div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160; { <span class="comment">// If the table existed, warn about duplicate config info</span></div>
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#ad8fefe3e8ad583e1ed1bf02094ac3d8f">warn</a>()) &lt;&lt; <span class="stringliteral">&quot;[amendments] section in config file ignored&quot;</span></div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160; <span class="stringliteral">&quot; in favor of data in db/wallet.db.&quot;</span>;</div>
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160; <span class="keywordflow">break</span>;</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; <span class="keywordflow">else</span></div>
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160; { <span class="comment">// Otherwise transfer config data into the table</span></div>
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160; detect_conflict.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/unordered_set/insert.html">insert</a>(a.first);</div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#ab0421687816b7b1bb4805d5c04048f8a">persistVote</a>(a.first, a.second, <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a46c48bec0d282018b9d167eef7711b2c">AmendmentVote::up</a>);</div>
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160; }</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; <span class="comment">// Parse vetoed amendments from config</span></div>
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; a : <a class="code" href="namespaceripple.html#a42061a8bef2fb8dc291550a09b59df97">parseSection</a>(vetoed))</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">if</span> (featureVotesExist)</div>
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160; { <span class="comment">// If the table existed, warn about duplicate config info</span></div>
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#ad8fefe3e8ad583e1ed1bf02094ac3d8f">warn</a>())</div>
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160; &lt;&lt; <span class="stringliteral">&quot;[veto_amendments] section in config file ignored&quot;</span></div>
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160; <span class="stringliteral">&quot; in favor of data in db/wallet.db.&quot;</span>;</div>
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160; <span class="keywordflow">break</span>;</div>
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span>&#160; }</div>
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span>&#160; <span class="keywordflow">else</span></div>
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span>&#160; { <span class="comment">// Otherwise transfer config data into the table</span></div>
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span>&#160; <span class="keywordflow">if</span> (detect_conflict.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/unordered_set/count.html">count</a>(a.first) == 0)</div>
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160; {</div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#ab0421687816b7b1bb4805d5c04048f8a">persistVote</a>(a.first, a.second, <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a74e8333ad11685ff3bdae589c8f6e34d">AmendmentVote::down</a>);</div>
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160; }</div>
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160; <span class="keywordflow">else</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; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#ad8fefe3e8ad583e1ed1bf02094ac3d8f">warn</a>())</div>
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160; &lt;&lt; <span class="stringliteral">&quot;[veto_amendments] section in config has amendment &quot;</span></div>
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160; &lt;&lt; <span class="charliteral">&#39;(&#39;</span> &lt;&lt; a.first &lt;&lt; <span class="stringliteral">&quot;, &quot;</span> &lt;&lt; a.second</div>
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160; &lt;&lt; <span class="stringliteral">&quot;) both [veto_amendments] and [amendments].&quot;</span>;</div>
<div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160; }</div>
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160; }</div>
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160; }</div>
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160; </div>
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160; <span class="comment">// Read amendment votes from wallet.db</span></div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160; <span class="keyword">auto</span> db = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a154a5c8e4a4839ec9db272a1b85a7b93">db_</a>.<a class="code" href="classripple_1_1DatabaseCon.html#a16c6f729c6462f6200b724543f5c67bc">checkoutDb</a>();</div>
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>&#160; <a class="code" href="namespaceripple.html#a740f27a016e79e42b15532d24eeb54d3">readAmendments</a>(</div>
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>&#160; *db,</div>
<div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160; [&amp;](boost::optional&lt;std::string&gt; amendment_hash,</div>
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160; boost::optional&lt;std::string&gt; amendment_name,</div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160; boost::optional&lt;AmendmentVote&gt; vote) {</div>
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> amend_hash;</div>
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160; <span class="keywordflow">if</span> (!amendment_hash || !amendment_name || !vote)</div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160; {</div>
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160; <span class="comment">// These fields should never have nulls, but check</span></div>
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160; Throw&lt;std::runtime_error&gt;(</div>
<div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160; <span class="stringliteral">&quot;Invalid FeatureVotes row in wallet.db&quot;</span>);</div>
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160; }</div>
<div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160; <span class="keywordflow">if</span> (!amend_hash.<a class="code" href="classripple_1_1base__uint.html#a698d3fd0c0f0155995c87d2f48ac90d5">parseHex</a>(*amendment_hash))</div>
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160; {</div>
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160; Throw&lt;std::runtime_error&gt;(</div>
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160; <span class="stringliteral">&quot;Invalid amendment ID &#39;&quot;</span> + *amendment_hash +</div>
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160; <span class="stringliteral">&quot; in wallet.db&quot;</span>);</div>
<div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160; }</div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160; <span class="keywordflow">if</span> (*vote == <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a74e8333ad11685ff3bdae589c8f6e34d">AmendmentVote::down</a>)</div>
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160; {</div>
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160; <span class="comment">// Unknown amendments are effectively vetoed already</span></div>
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160; <span class="keywordflow">if</span> (<span class="keyword">auto</span> s = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">get</a>(amend_hash, lock))</div>
<div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160; {</div>
<div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a87d6bd59020d94110027dcab3d9e3357">info</a>()) &lt;&lt; <span class="stringliteral">&quot;Amendment {&quot;</span> &lt;&lt; *amendment_name &lt;&lt; <span class="stringliteral">&quot;, &quot;</span></div>
<div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160; &lt;&lt; amend_hash &lt;&lt; <span class="stringliteral">&quot;} is downvoted.&quot;</span>;</div>
<div class="line"><a name="l00433"></a><span class="lineno"> 433</span>&#160; <span class="keywordflow">if</span> (!amendment_name-&gt;empty())</div>
<div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160; s-&gt;name = *amendment_name;</div>
<div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160; <span class="comment">// An obsolete amendment&#39;s vote can never be changed</span></div>
<div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160; <span class="keywordflow">if</span> (s-&gt;vote != <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a28a39c5d0e09f2b9f423c9864ecf1db8">AmendmentVote::obsolete</a>)</div>
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160; s-&gt;vote = *vote;</div>
<div class="line"><a name="l00438"></a><span class="lineno"> 438</span>&#160; }</div>
<div class="line"><a name="l00439"></a><span class="lineno"> 439</span>&#160; }</div>
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span>&#160; <span class="keywordflow">else</span> <span class="comment">// up-vote</span></div>
<div class="line"><a name="l00441"></a><span class="lineno"> 441</span>&#160; {</div>
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>&amp; s = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a6a02743339c64f66083284b3098c8345">add</a>(amend_hash, lock);</div>
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160; </div>
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>()) &lt;&lt; <span class="stringliteral">&quot;Amendment {&quot;</span> &lt;&lt; *amendment_name &lt;&lt; <span class="stringliteral">&quot;, &quot;</span></div>
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>&#160; &lt;&lt; amend_hash &lt;&lt; <span class="stringliteral">&quot;} is upvoted.&quot;</span>;</div>
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160; <span class="keywordflow">if</span> (!amendment_name-&gt;empty())</div>
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160; s.<a class="code" href="structripple_1_1AmendmentState.html#aa277e358200e0a43605b34f901d6f6d7">name</a> = *amendment_name;</div>
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160; <span class="comment">// An obsolete amendment&#39;s vote can never be changed</span></div>
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160; <span class="keywordflow">if</span> (s.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> != <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a28a39c5d0e09f2b9f423c9864ecf1db8">AmendmentVote::obsolete</a>)</div>
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160; s.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> = *vote;</div>
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160; }</div>
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>&#160; });</div>
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160;}</div>
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>&#160; </div>
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>&#160;<a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>&amp;</div>
<div class="line"><a name="l00456"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a6a02743339c64f66083284b3098c8345"> 456</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a6a02743339c64f66083284b3098c8345">AmendmentTableImpl::add</a>(</div>
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendmentHash,</div>
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard&lt;std::mutex&gt;</a> <span class="keyword">const</span>&amp;)</div>
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160;{</div>
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span>&#160; <span class="comment">// call with the mutex held</span></div>
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f">amendmentMap_</a>[amendmentHash];</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; </div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160;<a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>*</div>
<div class="line"><a name="l00465"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e"> 465</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">AmendmentTableImpl::get</a>(</div>
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendmentHash,</div>
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard&lt;std::mutex&gt;</a> <span class="keyword">const</span>&amp; lock)</div>
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span>&#160;{</div>
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span>&#160; <span class="comment">// Forward to the const version of get.</span></div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160; <span class="keywordflow">return</span> <span class="keyword">const_cast&lt;</span><a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>*<span class="keyword">&gt;</span>(</div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/as_const.html">std::as_const</a>(*this).get(amendmentHash, lock));</div>
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160;}</div>
<div class="line"><a name="l00473"></a><span class="lineno"> 473</span>&#160; </div>
<div class="line"><a name="l00474"></a><span class="lineno"> 474</span>&#160;<a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a> <span class="keyword">const</span>*</div>
<div class="line"><a name="l00475"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#accf7c7c2e4b9eb4c479e05487cc30b7c"> 475</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">AmendmentTableImpl::get</a>(</div>
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendmentHash,</div>
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard&lt;std::mutex&gt;</a> <span class="keyword">const</span>&amp;)<span class="keyword"> const</span></div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>&#160; <span class="comment">// call with the mutex held</span></div>
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>&#160; <span class="keyword">auto</span> ret = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f">amendmentMap_</a>.find(amendmentHash);</div>
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>&#160; </div>
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>&#160; <span class="keywordflow">if</span> (ret == <a class="code" href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f">amendmentMap_</a>.end())</div>
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span>&#160; <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160; </div>
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span>&#160; <span class="keywordflow">return</span> &amp;ret-&gt;second;</div>
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span>&#160;}</div>
<div class="line"><a name="l00487"></a><span class="lineno"> 487</span>&#160; </div>
<div class="line"><a name="l00488"></a><span class="lineno"> 488</span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a></div>
<div class="line"><a name="l00489"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a0ce3359d4362a4d0fdd0b84c39b6ff95"> 489</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a0ce3359d4362a4d0fdd0b84c39b6ff95">AmendmentTableImpl::find</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="l00490"></a><span class="lineno"> 490</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00491"></a><span class="lineno"> 491</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span>&#160; </div>
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; e : <a class="code" href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f">amendmentMap_</a>)</div>
<div class="line"><a name="l00494"></a><span class="lineno"> 494</span>&#160; {</div>
<div class="line"><a name="l00495"></a><span class="lineno"> 495</span>&#160; <span class="keywordflow">if</span> (name == e.second.name)</div>
<div class="line"><a name="l00496"></a><span class="lineno"> 496</span>&#160; <span class="keywordflow">return</span> e.first;</div>
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span>&#160; }</div>
<div class="line"><a name="l00498"></a><span class="lineno"> 498</span>&#160; </div>
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span>&#160; <span class="keywordflow">return</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; </div>
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span>&#160;<span class="keywordtype">void</span></div>
<div class="line"><a name="l00503"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#ab0421687816b7b1bb4805d5c04048f8a"> 503</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#ab0421687816b7b1bb4805d5c04048f8a">AmendmentTableImpl::persistVote</a>(</div>
<div class="line"><a name="l00504"></a><span class="lineno"> 504</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment,</div>
<div class="line"><a name="l00505"></a><span class="lineno"> 505</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="l00506"></a><span class="lineno"> 506</span>&#160; <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689">AmendmentVote</a> vote)<span class="keyword"> const</span></div>
<div class="line"><a name="l00507"></a><span class="lineno"> 507</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00508"></a><span class="lineno"> 508</span>&#160; assert(vote != <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a28a39c5d0e09f2b9f423c9864ecf1db8">AmendmentVote::obsolete</a>);</div>
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160; <span class="keyword">auto</span> db = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a154a5c8e4a4839ec9db272a1b85a7b93">db_</a>.<a class="code" href="classripple_1_1DatabaseCon.html#a16c6f729c6462f6200b724543f5c67bc">checkoutDb</a>();</div>
<div class="line"><a name="l00510"></a><span class="lineno"> 510</span>&#160; <a class="code" href="namespaceripple.html#af4775b9f1e9a5a194f086f657c9faa37">voteAmendment</a>(*db, amendment, name, vote);</div>
<div class="line"><a name="l00511"></a><span class="lineno"> 511</span>&#160;}</div>
<div class="line"><a name="l00512"></a><span class="lineno"> 512</span>&#160; </div>
<div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00514"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a3ed0fa478f3811768ffa240db7effeed"> 514</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a3ed0fa478f3811768ffa240db7effeed">AmendmentTableImpl::veto</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment)</div>
<div class="line"><a name="l00515"></a><span class="lineno"> 515</span>&#160;{</div>
<div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00517"></a><span class="lineno"> 517</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>&amp; s = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a6a02743339c64f66083284b3098c8345">add</a>(amendment, lock);</div>
<div class="line"><a name="l00518"></a><span class="lineno"> 518</span>&#160; </div>
<div class="line"><a name="l00519"></a><span class="lineno"> 519</span>&#160; <span class="keywordflow">if</span> (s.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> != <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a46c48bec0d282018b9d167eef7711b2c">AmendmentVote::up</a>)</div>
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00521"></a><span class="lineno"> 521</span>&#160; s.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> = <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a74e8333ad11685ff3bdae589c8f6e34d">AmendmentVote::down</a>;</div>
<div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#ab0421687816b7b1bb4805d5c04048f8a">persistVote</a>(amendment, s.<a class="code" href="structripple_1_1AmendmentState.html#aa277e358200e0a43605b34f901d6f6d7">name</a>, s.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a>);</div>
<div class="line"><a name="l00523"></a><span class="lineno"> 523</span>&#160; <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
<div class="line"><a name="l00524"></a><span class="lineno"> 524</span>&#160;}</div>
<div class="line"><a name="l00525"></a><span class="lineno"> 525</span>&#160; </div>
<div class="line"><a name="l00526"></a><span class="lineno"> 526</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00527"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a0d1704ba32d8c87761c27236cde40f88"> 527</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a0d1704ba32d8c87761c27236cde40f88">AmendmentTableImpl::unVeto</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment)</div>
<div class="line"><a name="l00528"></a><span class="lineno"> 528</span>&#160;{</div>
<div class="line"><a name="l00529"></a><span class="lineno"> 529</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>* <span class="keyword">const</span> s = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">get</a>(amendment, lock);</div>
<div class="line"><a name="l00531"></a><span class="lineno"> 531</span>&#160; </div>
<div class="line"><a name="l00532"></a><span class="lineno"> 532</span>&#160; <span class="keywordflow">if</span> (!s || s-&gt;<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> != <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a74e8333ad11685ff3bdae589c8f6e34d">AmendmentVote::down</a>)</div>
<div class="line"><a name="l00533"></a><span class="lineno"> 533</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160; s-&gt;<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> = <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a46c48bec0d282018b9d167eef7711b2c">AmendmentVote::up</a>;</div>
<div class="line"><a name="l00535"></a><span class="lineno"> 535</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#ab0421687816b7b1bb4805d5c04048f8a">persistVote</a>(amendment, s-&gt;<a class="code" href="structripple_1_1AmendmentState.html#aa277e358200e0a43605b34f901d6f6d7">name</a>, s-&gt;<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a>);</div>
<div class="line"><a name="l00536"></a><span class="lineno"> 536</span>&#160; <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
<div class="line"><a name="l00537"></a><span class="lineno"> 537</span>&#160;}</div>
<div class="line"><a name="l00538"></a><span class="lineno"> 538</span>&#160; </div>
<div class="line"><a name="l00539"></a><span class="lineno"> 539</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00540"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a195a61b5c9f813b5c275ae50a7b40e25"> 540</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a195a61b5c9f813b5c275ae50a7b40e25">AmendmentTableImpl::enable</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment)</div>
<div class="line"><a name="l00541"></a><span class="lineno"> 541</span>&#160;{</div>
<div class="line"><a name="l00542"></a><span class="lineno"> 542</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00543"></a><span class="lineno"> 543</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>&amp; s = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a6a02743339c64f66083284b3098c8345">add</a>(amendment, lock);</div>
<div class="line"><a name="l00544"></a><span class="lineno"> 544</span>&#160; </div>
<div class="line"><a name="l00545"></a><span class="lineno"> 545</span>&#160; <span class="keywordflow">if</span> (s.<a class="code" href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521">enabled</a>)</div>
<div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00547"></a><span class="lineno"> 547</span>&#160; </div>
<div class="line"><a name="l00548"></a><span class="lineno"> 548</span>&#160; s.<a class="code" href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521">enabled</a> = <span class="keyword">true</span>;</div>
<div class="line"><a name="l00549"></a><span class="lineno"> 549</span>&#160; </div>
<div class="line"><a name="l00550"></a><span class="lineno"> 550</span>&#160; <span class="keywordflow">if</span> (!s.<a class="code" href="structripple_1_1AmendmentState.html#a2d39d31177436771b94c8fa48f5d67f4">supported</a>)</div>
<div class="line"><a name="l00551"></a><span class="lineno"> 551</span>&#160; {</div>
<div class="line"><a name="l00552"></a><span class="lineno"> 552</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a49b0713e65bb8e2c51b76fbf16252afe">error</a>()) &lt;&lt; <span class="stringliteral">&quot;Unsupported amendment &quot;</span> &lt;&lt; amendment</div>
<div class="line"><a name="l00553"></a><span class="lineno"> 553</span>&#160; &lt;&lt; <span class="stringliteral">&quot; activated.&quot;</span>;</div>
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#ac17353f2946a09f26809d15b3c24cc48">unsupportedEnabled_</a> = <span class="keyword">true</span>;</div>
<div class="line"><a name="l00555"></a><span class="lineno"> 555</span>&#160; }</div>
<div class="line"><a name="l00556"></a><span class="lineno"> 556</span>&#160; </div>
<div class="line"><a name="l00557"></a><span class="lineno"> 557</span>&#160; <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
<div class="line"><a name="l00558"></a><span class="lineno"> 558</span>&#160;}</div>
<div class="line"><a name="l00559"></a><span class="lineno"> 559</span>&#160; </div>
<div class="line"><a name="l00560"></a><span class="lineno"> 560</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00561"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a630f159b4f3029034ac3c5b91b48e08c"> 561</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a630f159b4f3029034ac3c5b91b48e08c">AmendmentTableImpl::isEnabled</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment)<span class="keyword"> const</span></div>
<div class="line"><a name="l00562"></a><span class="lineno"> 562</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00563"></a><span class="lineno"> 563</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00564"></a><span class="lineno"> 564</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a> <span class="keyword">const</span>* s = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">get</a>(amendment, lock);</div>
<div class="line"><a name="l00565"></a><span class="lineno"> 565</span>&#160; <span class="keywordflow">return</span> s &amp;&amp; s-&gt;<a class="code" href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521">enabled</a>;</div>
<div class="line"><a name="l00566"></a><span class="lineno"> 566</span>&#160;}</div>
<div class="line"><a name="l00567"></a><span class="lineno"> 567</span>&#160; </div>
<div class="line"><a name="l00568"></a><span class="lineno"> 568</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00569"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#adce6a4a3f12e891ffdb1a59a547ea11a"> 569</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#adce6a4a3f12e891ffdb1a59a547ea11a">AmendmentTableImpl::isSupported</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendment)<span class="keyword"> const</span></div>
<div class="line"><a name="l00570"></a><span class="lineno"> 570</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00571"></a><span class="lineno"> 571</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00572"></a><span class="lineno"> 572</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a> <span class="keyword">const</span>* s = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">get</a>(amendment, lock);</div>
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span>&#160; <span class="keywordflow">return</span> s &amp;&amp; s-&gt;<a class="code" href="structripple_1_1AmendmentState.html#a2d39d31177436771b94c8fa48f5d67f4">supported</a>;</div>
<div class="line"><a name="l00574"></a><span class="lineno"> 574</span>&#160;}</div>
<div class="line"><a name="l00575"></a><span class="lineno"> 575</span>&#160; </div>
<div class="line"><a name="l00576"></a><span class="lineno"> 576</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00577"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#ab6e23bf02b70c350ab4597605b235a15"> 577</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#ab6e23bf02b70c350ab4597605b235a15">AmendmentTableImpl::hasUnsupportedEnabled</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00578"></a><span class="lineno"> 578</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00580"></a><span class="lineno"> 580</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1AmendmentTableImpl.html#ac17353f2946a09f26809d15b3c24cc48">unsupportedEnabled_</a>;</div>
<div class="line"><a name="l00581"></a><span class="lineno"> 581</span>&#160;}</div>
<div class="line"><a name="l00582"></a><span class="lineno"> 582</span>&#160; </div>
<div class="line"><a name="l00583"></a><span class="lineno"> 583</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;NetClock::time_point&gt;</a></div>
<div class="line"><a name="l00584"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#ae591250cf5ab06c0310da46a9e5543fb"> 584</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#ae591250cf5ab06c0310da46a9e5543fb">AmendmentTableImpl::firstUnsupportedExpected</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00585"></a><span class="lineno"> 585</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00586"></a><span class="lineno"> 586</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00587"></a><span class="lineno"> 587</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f">firstUnsupportedExpected_</a>;</div>
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span>&#160;}</div>
<div class="line"><a name="l00589"></a><span class="lineno"> 589</span>&#160; </div>
<div class="line"><a name="l00590"></a><span class="lineno"> 590</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;uint256&gt;</a></div>
<div class="line"><a name="l00591"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a941314eb1dff68fb625f7a44378845b9"> 591</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a941314eb1dff68fb625f7a44378845b9">AmendmentTableImpl::doValidation</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt;uint256&gt;</a> <span class="keyword">const</span>&amp; enabled)<span class="keyword"> const</span></div>
<div class="line"><a name="l00592"></a><span class="lineno"> 592</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00593"></a><span class="lineno"> 593</span>&#160; <span class="comment">// Get the list of amendments we support and do not</span></div>
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160; <span class="comment">// veto, but that are not already enabled</span></div>
<div class="line"><a name="l00595"></a><span class="lineno"> 595</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;uint256&gt;</a> amendments;</div>
<div class="line"><a name="l00596"></a><span class="lineno"> 596</span>&#160; </div>
<div class="line"><a name="l00597"></a><span class="lineno"> 597</span>&#160; {</div>
<div class="line"><a name="l00598"></a><span class="lineno"> 598</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00599"></a><span class="lineno"> 599</span>&#160; amendments.reserve(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f">amendmentMap_</a>.size());</div>
<div class="line"><a name="l00600"></a><span class="lineno"> 600</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; e : <a class="code" href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f">amendmentMap_</a>)</div>
<div class="line"><a name="l00601"></a><span class="lineno"> 601</span>&#160; {</div>
<div class="line"><a name="l00602"></a><span class="lineno"> 602</span>&#160; <span class="keywordflow">if</span> (e.second.supported &amp;&amp; e.second.vote == <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a46c48bec0d282018b9d167eef7711b2c">AmendmentVote::up</a> &amp;&amp;</div>
<div class="line"><a name="l00603"></a><span class="lineno"> 603</span>&#160; (enabled.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set/count.html">count</a>(e.first) == 0))</div>
<div class="line"><a name="l00604"></a><span class="lineno"> 604</span>&#160; {</div>
<div class="line"><a name="l00605"></a><span class="lineno"> 605</span>&#160; amendments.push_back(e.first);</div>
<div class="line"><a name="l00606"></a><span class="lineno"> 606</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a87d6bd59020d94110027dcab3d9e3357">info</a>()) &lt;&lt; <span class="stringliteral">&quot;Voting for amendment &quot;</span> &lt;&lt; e.second.name;</div>
<div class="line"><a name="l00607"></a><span class="lineno"> 607</span>&#160; }</div>
<div class="line"><a name="l00608"></a><span class="lineno"> 608</span>&#160; }</div>
<div class="line"><a name="l00609"></a><span class="lineno"> 609</span>&#160; }</div>
<div class="line"><a name="l00610"></a><span class="lineno"> 610</span>&#160; </div>
<div class="line"><a name="l00611"></a><span class="lineno"> 611</span>&#160; <span class="keywordflow">if</span> (!amendments.empty())</div>
<div class="line"><a name="l00612"></a><span class="lineno"> 612</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/algorithm/sort.html">std::sort</a>(amendments.begin(), amendments.end());</div>
<div class="line"><a name="l00613"></a><span class="lineno"> 613</span>&#160; </div>
<div class="line"><a name="l00614"></a><span class="lineno"> 614</span>&#160; <span class="keywordflow">return</span> amendments;</div>
<div class="line"><a name="l00615"></a><span class="lineno"> 615</span>&#160;}</div>
<div class="line"><a name="l00616"></a><span class="lineno"> 616</span>&#160; </div>
<div class="line"><a name="l00617"></a><span class="lineno"> 617</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;uint256&gt;</a></div>
<div class="line"><a name="l00618"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a38055e674ea217fa366b5bf954d4cd72"> 618</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a38055e674ea217fa366b5bf954d4cd72">AmendmentTableImpl::getDesired</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00619"></a><span class="lineno"> 619</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00620"></a><span class="lineno"> 620</span>&#160; <span class="comment">// Get the list of amendments we support and do not veto</span></div>
<div class="line"><a name="l00621"></a><span class="lineno"> 621</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1AmendmentTableImpl.html#a941314eb1dff68fb625f7a44378845b9">doValidation</a>({});</div>
<div class="line"><a name="l00622"></a><span class="lineno"> 622</span>&#160;}</div>
<div class="line"><a name="l00623"></a><span class="lineno"> 623</span>&#160; </div>
<div class="line"><a name="l00624"></a><span class="lineno"> 624</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt;uint256, std::uint32_t&gt;</a></div>
<div class="line"><a name="l00625"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a4eac7bf3be538741f7fa066c18b04fae"> 625</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a4eac7bf3be538741f7fa066c18b04fae">AmendmentTableImpl::doVoting</a>(</div>
<div class="line"><a name="l00626"></a><span class="lineno"> 626</span>&#160; <a class="code" href="classripple_1_1Rules.html">Rules</a> <span class="keyword">const</span>&amp; rules,</div>
<div class="line"><a name="l00627"></a><span class="lineno"> 627</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/time_point.html">NetClock::time_point</a> closeTime,</div>
<div class="line"><a name="l00628"></a><span class="lineno"> 628</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt;uint256&gt;</a> <span class="keyword">const</span>&amp; enabledAmendments,</div>
<div class="line"><a name="l00629"></a><span class="lineno"> 629</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">majorityAmendments_t</a> <span class="keyword">const</span>&amp; majorityAmendments,</div>
<div class="line"><a name="l00630"></a><span class="lineno"> 630</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;STValidation&gt;</a>&gt; <span class="keyword">const</span>&amp; valSet)</div>
<div class="line"><a name="l00631"></a><span class="lineno"> 631</span>&#160;{</div>
<div class="line"><a name="l00632"></a><span class="lineno"> 632</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#abbe082bd27ca0f1d1365af2824e4f85b">trace</a>()) &lt;&lt; <span class="stringliteral">&quot;voting at &quot;</span> &lt;&lt; closeTime.<a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/time_point/time_since_epoch.html">time_since_epoch</a>().count()</div>
<div class="line"><a name="l00633"></a><span class="lineno"> 633</span>&#160; &lt;&lt; <span class="stringliteral">&quot;: &quot;</span> &lt;&lt; enabledAmendments.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set/size.html">size</a>() &lt;&lt; <span class="stringliteral">&quot;, &quot;</span></div>
<div class="line"><a name="l00634"></a><span class="lineno"> 634</span>&#160; &lt;&lt; majorityAmendments.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map/size.html">size</a>() &lt;&lt; <span class="stringliteral">&quot;, &quot;</span> &lt;&lt; valSet.size();</div>
<div class="line"><a name="l00635"></a><span class="lineno"> 635</span>&#160; </div>
<div class="line"><a name="l00636"></a><span class="lineno"> 636</span>&#160; <span class="keyword">auto</span> vote = std::make_unique&lt;AmendmentSet&gt;(rules, valSet);</div>
<div class="line"><a name="l00637"></a><span class="lineno"> 637</span>&#160; </div>
<div class="line"><a name="l00638"></a><span class="lineno"> 638</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>()) &lt;&lt; <span class="stringliteral">&quot;Received &quot;</span> &lt;&lt; vote-&gt;trustedValidations()</div>
<div class="line"><a name="l00639"></a><span class="lineno"> 639</span>&#160; &lt;&lt; <span class="stringliteral">&quot; trusted validations, threshold is: &quot;</span></div>
<div class="line"><a name="l00640"></a><span class="lineno"> 640</span>&#160; &lt;&lt; vote-&gt;threshold();</div>
<div class="line"><a name="l00641"></a><span class="lineno"> 641</span>&#160; </div>
<div class="line"><a name="l00642"></a><span class="lineno"> 642</span>&#160; <span class="comment">// Map of amendments to the action to be taken for each one. The action is</span></div>
<div class="line"><a name="l00643"></a><span class="lineno"> 643</span>&#160; <span class="comment">// the value of the flags in the pseudo-transaction</span></div>
<div class="line"><a name="l00644"></a><span class="lineno"> 644</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt;uint256, std::uint32_t&gt;</a> actions;</div>
<div class="line"><a name="l00645"></a><span class="lineno"> 645</span>&#160; </div>
<div class="line"><a name="l00646"></a><span class="lineno"> 646</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00647"></a><span class="lineno"> 647</span>&#160; </div>
<div class="line"><a name="l00648"></a><span class="lineno"> 648</span>&#160; <span class="comment">// process all amendments we know of</span></div>
<div class="line"><a name="l00649"></a><span class="lineno"> 649</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; entry : <a class="code" href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f">amendmentMap_</a>)</div>
<div class="line"><a name="l00650"></a><span class="lineno"> 650</span>&#160; {</div>
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/time_point.html">NetClock::time_point</a> majorityTime = {};</div>
<div class="line"><a name="l00652"></a><span class="lineno"> 652</span>&#160; </div>
<div class="line"><a name="l00653"></a><span class="lineno"> 653</span>&#160; <span class="keywordtype">bool</span> <span class="keyword">const</span> hasValMajority = vote-&gt;passes(entry.first);</div>
<div class="line"><a name="l00654"></a><span class="lineno"> 654</span>&#160; </div>
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span>&#160; {</div>
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> it = majorityAmendments.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map/find.html">find</a>(entry.first);</div>
<div class="line"><a name="l00657"></a><span class="lineno"> 657</span>&#160; <span class="keywordflow">if</span> (it != majorityAmendments.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map/end.html">end</a>())</div>
<div class="line"><a name="l00658"></a><span class="lineno"> 658</span>&#160; majorityTime = it-&gt;second;</div>
<div class="line"><a name="l00659"></a><span class="lineno"> 659</span>&#160; }</div>
<div class="line"><a name="l00660"></a><span class="lineno"> 660</span>&#160; </div>
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span>&#160; <span class="keywordflow">if</span> (enabledAmendments.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set/count.html">count</a>(entry.first) != 0)</div>
<div class="line"><a name="l00662"></a><span class="lineno"> 662</span>&#160; {</div>
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>()) &lt;&lt; entry.first &lt;&lt; <span class="stringliteral">&quot;: amendment already enabled&quot;</span>;</div>
<div class="line"><a name="l00664"></a><span class="lineno"> 664</span>&#160; }</div>
<div class="line"><a name="l00665"></a><span class="lineno"> 665</span>&#160; <span class="keywordflow">else</span> <span class="keywordflow">if</span> (</div>
<div class="line"><a name="l00666"></a><span class="lineno"> 666</span>&#160; hasValMajority &amp;&amp; (majorityTime == <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/time_point.html">NetClock::time_point</a>{}) &amp;&amp;</div>
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span>&#160; entry.second.vote == <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a46c48bec0d282018b9d167eef7711b2c">AmendmentVote::up</a>)</div>
<div class="line"><a name="l00668"></a><span class="lineno"> 668</span>&#160; {</div>
<div class="line"><a name="l00669"></a><span class="lineno"> 669</span>&#160; <span class="comment">// Ledger says no majority, validators say yes</span></div>
<div class="line"><a name="l00670"></a><span class="lineno"> 670</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>()) &lt;&lt; entry.first &lt;&lt; <span class="stringliteral">&quot;: amendment got majority&quot;</span>;</div>
<div class="line"><a name="l00671"></a><span class="lineno"> 671</span>&#160; actions[entry.first] = <a class="code" href="namespaceripple.html#a40c2727503e88fa49ffc050386b918fe">tfGotMajority</a>;</div>
<div class="line"><a name="l00672"></a><span class="lineno"> 672</span>&#160; }</div>
<div class="line"><a name="l00673"></a><span class="lineno"> 673</span>&#160; <span class="keywordflow">else</span> <span class="keywordflow">if</span> (!hasValMajority &amp;&amp; (majorityTime != <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/time_point.html">NetClock::time_point</a>{}))</div>
<div class="line"><a name="l00674"></a><span class="lineno"> 674</span>&#160; {</div>
<div class="line"><a name="l00675"></a><span class="lineno"> 675</span>&#160; <span class="comment">// Ledger says majority, validators say no</span></div>
<div class="line"><a name="l00676"></a><span class="lineno"> 676</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>()) &lt;&lt; entry.first &lt;&lt; <span class="stringliteral">&quot;: amendment lost majority&quot;</span>;</div>
<div class="line"><a name="l00677"></a><span class="lineno"> 677</span>&#160; actions[entry.first] = <a class="code" href="namespaceripple.html#adf2b5d62683cc06ad8e96dea0bfda024">tfLostMajority</a>;</div>
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span>&#160; }</div>
<div class="line"><a name="l00679"></a><span class="lineno"> 679</span>&#160; <span class="keywordflow">else</span> <span class="keywordflow">if</span> (</div>
<div class="line"><a name="l00680"></a><span class="lineno"> 680</span>&#160; (majorityTime != <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/time_point.html">NetClock::time_point</a>{}) &amp;&amp;</div>
<div class="line"><a name="l00681"></a><span class="lineno"> 681</span>&#160; ((majorityTime + <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9c9272ffee37521dc61aa8baab7b8c10">majorityTime_</a>) &lt;= closeTime) &amp;&amp;</div>
<div class="line"><a name="l00682"></a><span class="lineno"> 682</span>&#160; entry.second.vote == <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a46c48bec0d282018b9d167eef7711b2c">AmendmentVote::up</a>)</div>
<div class="line"><a name="l00683"></a><span class="lineno"> 683</span>&#160; {</div>
<div class="line"><a name="l00684"></a><span class="lineno"> 684</span>&#160; <span class="comment">// Ledger says majority held</span></div>
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>()) &lt;&lt; entry.first &lt;&lt; <span class="stringliteral">&quot;: amendment majority held&quot;</span>;</div>
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span>&#160; actions[entry.first] = 0;</div>
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span>&#160; }</div>
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span>&#160; }</div>
<div class="line"><a name="l00689"></a><span class="lineno"> 689</span>&#160; </div>
<div class="line"><a name="l00690"></a><span class="lineno"> 690</span>&#160; <span class="comment">// Stash for reporting</span></div>
<div class="line"><a name="l00691"></a><span class="lineno"> 691</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a51e688abb62a1f399751971156723aae">lastVote_</a> = std::move(vote);</div>
<div class="line"><a name="l00692"></a><span class="lineno"> 692</span>&#160; <span class="keywordflow">return</span> actions;</div>
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span>&#160;}</div>
<div class="line"><a name="l00694"></a><span class="lineno"> 694</span>&#160; </div>
<div class="line"><a name="l00695"></a><span class="lineno"> 695</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00696"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a203420f15319808ab19dbc3903a32444"> 696</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a203420f15319808ab19dbc3903a32444">AmendmentTableImpl::needValidatedLedger</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq)<span class="keyword"> const</span></div>
<div class="line"><a name="l00697"></a><span class="lineno"> 697</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00698"></a><span class="lineno"> 698</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00699"></a><span class="lineno"> 699</span>&#160; </div>
<div class="line"><a name="l00700"></a><span class="lineno"> 700</span>&#160; <span class="comment">// Is there a ledger in which an amendment could have been enabled</span></div>
<div class="line"><a name="l00701"></a><span class="lineno"> 701</span>&#160; <span class="comment">// between these two ledger sequences?</span></div>
<div class="line"><a name="l00702"></a><span class="lineno"> 702</span>&#160; </div>
<div class="line"><a name="l00703"></a><span class="lineno"> 703</span>&#160; <span class="keywordflow">return</span> ((ledgerSeq - 1) / 256) != ((<a class="code" href="classripple_1_1AmendmentTableImpl.html#aefbfbe13885b57244364ab17906ebb8c">lastUpdateSeq_</a> - 1) / 256);</div>
<div class="line"><a name="l00704"></a><span class="lineno"> 704</span>&#160;}</div>
<div class="line"><a name="l00705"></a><span class="lineno"> 705</span>&#160; </div>
<div class="line"><a name="l00706"></a><span class="lineno"> 706</span>&#160;<span class="keywordtype">void</span></div>
<div class="line"><a name="l00707"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a5a1de10b5b7e51cc4f20f2636503c2e6"> 707</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a5a1de10b5b7e51cc4f20f2636503c2e6">AmendmentTableImpl::doValidatedLedger</a>(</div>
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq,</div>
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt;uint256&gt;</a> <span class="keyword">const</span>&amp; enabled,</div>
<div class="line"><a name="l00710"></a><span class="lineno"> 710</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">majorityAmendments_t</a> <span class="keyword">const</span>&amp; majority)</div>
<div class="line"><a name="l00711"></a><span class="lineno"> 711</span>&#160;{</div>
<div class="line"><a name="l00712"></a><span class="lineno"> 712</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span>&amp; e : enabled)</div>
<div class="line"><a name="l00713"></a><span class="lineno"> 713</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a195a61b5c9f813b5c275ae50a7b40e25">enable</a>(e);</div>
<div class="line"><a name="l00714"></a><span class="lineno"> 714</span>&#160; </div>
<div class="line"><a name="l00715"></a><span class="lineno"> 715</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00716"></a><span class="lineno"> 716</span>&#160; </div>
<div class="line"><a name="l00717"></a><span class="lineno"> 717</span>&#160; <span class="comment">// Remember the ledger sequence of this update.</span></div>
<div class="line"><a name="l00718"></a><span class="lineno"> 718</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#aefbfbe13885b57244364ab17906ebb8c">lastUpdateSeq_</a> = ledgerSeq;</div>
<div class="line"><a name="l00719"></a><span class="lineno"> 719</span>&#160; </div>
<div class="line"><a name="l00720"></a><span class="lineno"> 720</span>&#160; <span class="comment">// Since we have the whole list in `majority`, reset the time flag, even</span></div>
<div class="line"><a name="l00721"></a><span class="lineno"> 721</span>&#160; <span class="comment">// if it&#39;s currently set. If it&#39;s not set when the loop is done, then any</span></div>
<div class="line"><a name="l00722"></a><span class="lineno"> 722</span>&#160; <span class="comment">// prior unknown amendments have lost majority.</span></div>
<div class="line"><a name="l00723"></a><span class="lineno"> 723</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f">firstUnsupportedExpected_</a>.reset();</div>
<div class="line"><a name="l00724"></a><span class="lineno"> 724</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; [hash, time] : majority)</div>
<div class="line"><a name="l00725"></a><span class="lineno"> 725</span>&#160; {</div>
<div class="line"><a name="l00726"></a><span class="lineno"> 726</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>&amp; s = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a6a02743339c64f66083284b3098c8345">add</a>(hash, lock);</div>
<div class="line"><a name="l00727"></a><span class="lineno"> 727</span>&#160; </div>
<div class="line"><a name="l00728"></a><span class="lineno"> 728</span>&#160; <span class="keywordflow">if</span> (s.<a class="code" href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521">enabled</a>)</div>
<div class="line"><a name="l00729"></a><span class="lineno"> 729</span>&#160; <span class="keywordflow">continue</span>;</div>
<div class="line"><a name="l00730"></a><span class="lineno"> 730</span>&#160; </div>
<div class="line"><a name="l00731"></a><span class="lineno"> 731</span>&#160; <span class="keywordflow">if</span> (!s.<a class="code" href="structripple_1_1AmendmentState.html#a2d39d31177436771b94c8fa48f5d67f4">supported</a>)</div>
<div class="line"><a name="l00732"></a><span class="lineno"> 732</span>&#160; {</div>
<div class="line"><a name="l00733"></a><span class="lineno"> 733</span>&#160; JLOG(<a class="code" href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a87d6bd59020d94110027dcab3d9e3357">info</a>()) &lt;&lt; <span class="stringliteral">&quot;Unsupported amendment &quot;</span> &lt;&lt; hash</div>
<div class="line"><a name="l00734"></a><span class="lineno"> 734</span>&#160; &lt;&lt; <span class="stringliteral">&quot; reached majority at &quot;</span> &lt;&lt; <a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(time);</div>
<div class="line"><a name="l00735"></a><span class="lineno"> 735</span>&#160; <span class="keywordflow">if</span> (!<a class="code" href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f">firstUnsupportedExpected_</a> || <a class="code" href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f">firstUnsupportedExpected_</a> &gt; time)</div>
<div class="line"><a name="l00736"></a><span class="lineno"> 736</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f">firstUnsupportedExpected_</a> = time;</div>
<div class="line"><a name="l00737"></a><span class="lineno"> 737</span>&#160; }</div>
<div class="line"><a name="l00738"></a><span class="lineno"> 738</span>&#160; }</div>
<div class="line"><a name="l00739"></a><span class="lineno"> 739</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f">firstUnsupportedExpected_</a>)</div>
<div class="line"><a name="l00740"></a><span class="lineno"> 740</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f">firstUnsupportedExpected_</a> = *<a class="code" href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f">firstUnsupportedExpected_</a> + <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9c9272ffee37521dc61aa8baab7b8c10">majorityTime_</a>;</div>
<div class="line"><a name="l00741"></a><span class="lineno"> 741</span>&#160;}</div>
<div class="line"><a name="l00742"></a><span class="lineno"> 742</span>&#160; </div>
<div class="line"><a name="l00743"></a><span class="lineno"> 743</span>&#160;<span class="keywordtype">void</span></div>
<div class="line"><a name="l00744"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a4f1d0bde577c66d4c238a3f6bfd8fc6a"> 744</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a4f1d0bde577c66d4c238a3f6bfd8fc6a">AmendmentTableImpl::injectJson</a>(</div>
<div class="line"><a name="l00745"></a><span class="lineno"> 745</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a>&amp; v,</div>
<div class="line"><a name="l00746"></a><span class="lineno"> 746</span>&#160; <span class="keyword">const</span> <a class="code" href="classripple_1_1base__uint.html">uint256</a>&amp; <span class="keywordtype">id</span>,</div>
<div class="line"><a name="l00747"></a><span class="lineno"> 747</span>&#160; <span class="keyword">const</span> <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a>&amp; fs,</div>
<div class="line"><a name="l00748"></a><span class="lineno"> 748</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard&lt;std::mutex&gt;</a> <span class="keyword">const</span>&amp;)<span class="keyword"> const</span></div>
<div class="line"><a name="l00749"></a><span class="lineno"> 749</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00750"></a><span class="lineno"> 750</span>&#160; <span class="keywordflow">if</span> (!fs.<a class="code" href="structripple_1_1AmendmentState.html#aa277e358200e0a43605b34f901d6f6d7">name</a>.<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string/empty.html">empty</a>())</div>
<div class="line"><a name="l00751"></a><span class="lineno"> 751</span>&#160; v[jss::name] = fs.<a class="code" href="structripple_1_1AmendmentState.html#aa277e358200e0a43605b34f901d6f6d7">name</a>;</div>
<div class="line"><a name="l00752"></a><span class="lineno"> 752</span>&#160; </div>
<div class="line"><a name="l00753"></a><span class="lineno"> 753</span>&#160; v[jss::supported] = fs.<a class="code" href="structripple_1_1AmendmentState.html#a2d39d31177436771b94c8fa48f5d67f4">supported</a>;</div>
<div class="line"><a name="l00754"></a><span class="lineno"> 754</span>&#160; <span class="keywordflow">if</span> (!fs.<a class="code" href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521">enabled</a>)</div>
<div class="line"><a name="l00755"></a><span class="lineno"> 755</span>&#160; {</div>
<div class="line"><a name="l00756"></a><span class="lineno"> 756</span>&#160; <span class="keywordflow">if</span> (fs.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> == <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a28a39c5d0e09f2b9f423c9864ecf1db8">AmendmentVote::obsolete</a>)</div>
<div class="line"><a name="l00757"></a><span class="lineno"> 757</span>&#160; v[jss::vetoed] = <span class="stringliteral">&quot;Obsolete&quot;</span>;</div>
<div class="line"><a name="l00758"></a><span class="lineno"> 758</span>&#160; <span class="keywordflow">else</span></div>
<div class="line"><a name="l00759"></a><span class="lineno"> 759</span>&#160; v[jss::vetoed] = fs.<a class="code" href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">vote</a> == <a class="code" href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a74e8333ad11685ff3bdae589c8f6e34d">AmendmentVote::down</a>;</div>
<div class="line"><a name="l00760"></a><span class="lineno"> 760</span>&#160; }</div>
<div class="line"><a name="l00761"></a><span class="lineno"> 761</span>&#160; v[jss::enabled] = fs.<a class="code" href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521">enabled</a>;</div>
<div class="line"><a name="l00762"></a><span class="lineno"> 762</span>&#160; </div>
<div class="line"><a name="l00763"></a><span class="lineno"> 763</span>&#160; <span class="keywordflow">if</span> (!fs.<a class="code" href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521">enabled</a> &amp;&amp; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a51e688abb62a1f399751971156723aae">lastVote_</a>)</div>
<div class="line"><a name="l00764"></a><span class="lineno"> 764</span>&#160; {</div>
<div class="line"><a name="l00765"></a><span class="lineno"> 765</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> votesTotal = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a51e688abb62a1f399751971156723aae">lastVote_</a>-&gt;trustedValidations();</div>
<div class="line"><a name="l00766"></a><span class="lineno"> 766</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> votesNeeded = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a51e688abb62a1f399751971156723aae">lastVote_</a>-&gt;threshold();</div>
<div class="line"><a name="l00767"></a><span class="lineno"> 767</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> votesFor = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a51e688abb62a1f399751971156723aae">lastVote_</a>-&gt;votes(<span class="keywordtype">id</span>);</div>
<div class="line"><a name="l00768"></a><span class="lineno"> 768</span>&#160; </div>
<div class="line"><a name="l00769"></a><span class="lineno"> 769</span>&#160; v[jss::count] = votesFor;</div>
<div class="line"><a name="l00770"></a><span class="lineno"> 770</span>&#160; v[jss::validations] = votesTotal;</div>
<div class="line"><a name="l00771"></a><span class="lineno"> 771</span>&#160; </div>
<div class="line"><a name="l00772"></a><span class="lineno"> 772</span>&#160; <span class="keywordflow">if</span> (votesNeeded)</div>
<div class="line"><a name="l00773"></a><span class="lineno"> 773</span>&#160; v[jss::threshold] = votesNeeded;</div>
<div class="line"><a name="l00774"></a><span class="lineno"> 774</span>&#160; }</div>
<div class="line"><a name="l00775"></a><span class="lineno"> 775</span>&#160;}</div>
<div class="line"><a name="l00776"></a><span class="lineno"> 776</span>&#160; </div>
<div class="line"><a name="l00777"></a><span class="lineno"> 777</span>&#160;<a class="code" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="line"><a name="l00778"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a9c84b0a42b131a8c6392a993bc4b4c4c"> 778</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a9c84b0a42b131a8c6392a993bc4b4c4c">AmendmentTableImpl::getJson</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00779"></a><span class="lineno"> 779</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00780"></a><span class="lineno"> 780</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a> ret(<a class="code" href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6">Json::objectValue</a>);</div>
<div class="line"><a name="l00781"></a><span class="lineno"> 781</span>&#160; {</div>
<div class="line"><a name="l00782"></a><span class="lineno"> 782</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00783"></a><span class="lineno"> 783</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; e : <a class="code" href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f">amendmentMap_</a>)</div>
<div class="line"><a name="l00784"></a><span class="lineno"> 784</span>&#160; {</div>
<div class="line"><a name="l00785"></a><span class="lineno"> 785</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a4f1d0bde577c66d4c238a3f6bfd8fc6a">injectJson</a>(</div>
<div class="line"><a name="l00786"></a><span class="lineno"> 786</span>&#160; ret[<a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(e.first)] = <a class="code" href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6">Json::objectValue</a>,</div>
<div class="line"><a name="l00787"></a><span class="lineno"> 787</span>&#160; e.first,</div>
<div class="line"><a name="l00788"></a><span class="lineno"> 788</span>&#160; e.second,</div>
<div class="line"><a name="l00789"></a><span class="lineno"> 789</span>&#160; lock);</div>
<div class="line"><a name="l00790"></a><span class="lineno"> 790</span>&#160; }</div>
<div class="line"><a name="l00791"></a><span class="lineno"> 791</span>&#160; }</div>
<div class="line"><a name="l00792"></a><span class="lineno"> 792</span>&#160; <span class="keywordflow">return</span> ret;</div>
<div class="line"><a name="l00793"></a><span class="lineno"> 793</span>&#160;}</div>
<div class="line"><a name="l00794"></a><span class="lineno"> 794</span>&#160; </div>
<div class="line"><a name="l00795"></a><span class="lineno"> 795</span>&#160;<a class="code" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="line"><a name="l00796"></a><span class="lineno"><a class="line" href="classripple_1_1AmendmentTableImpl.html#a8780f13856e21995bfa5001959d5bff4"> 796</a></span>&#160;<a class="code" href="classripple_1_1AmendmentTableImpl.html#a9c84b0a42b131a8c6392a993bc4b4c4c">AmendmentTableImpl::getJson</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; amendmentID)<span class="keyword"> const</span></div>
<div class="line"><a name="l00797"></a><span class="lineno"> 797</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00798"></a><span class="lineno"> 798</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a> ret = <a class="code" href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6">Json::objectValue</a>;</div>
<div class="line"><a name="l00799"></a><span class="lineno"> 799</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a>&amp; jAmendment = (ret[<a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(amendmentID)] = <a class="code" href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6">Json::objectValue</a>);</div>
<div class="line"><a name="l00800"></a><span class="lineno"> 800</span>&#160; </div>
<div class="line"><a name="l00801"></a><span class="lineno"> 801</span>&#160; {</div>
<div class="line"><a name="l00802"></a><span class="lineno"> 802</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">mutex_</a>);</div>
<div class="line"><a name="l00803"></a><span class="lineno"> 803</span>&#160; <a class="code" href="structripple_1_1AmendmentState.html">AmendmentState</a> <span class="keyword">const</span>* a = <a class="code" href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">get</a>(amendmentID, lock);</div>
<div class="line"><a name="l00804"></a><span class="lineno"> 804</span>&#160; <span class="keywordflow">if</span> (a)</div>
<div class="line"><a name="l00805"></a><span class="lineno"> 805</span>&#160; <a class="code" href="classripple_1_1AmendmentTableImpl.html#a4f1d0bde577c66d4c238a3f6bfd8fc6a">injectJson</a>(jAmendment, amendmentID, *a, lock);</div>
<div class="line"><a name="l00806"></a><span class="lineno"> 806</span>&#160; }</div>
<div class="line"><a name="l00807"></a><span class="lineno"> 807</span>&#160; </div>
<div class="line"><a name="l00808"></a><span class="lineno"> 808</span>&#160; <span class="keywordflow">return</span> ret;</div>
<div class="line"><a name="l00809"></a><span class="lineno"> 809</span>&#160;}</div>
<div class="line"><a name="l00810"></a><span class="lineno"> 810</span>&#160; </div>
<div class="line"><a name="l00811"></a><span class="lineno"> 811</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr&lt;AmendmentTable&gt;</a></div>
<div class="line"><a name="l00812"></a><span class="lineno"><a class="line" href="namespaceripple.html#ad41956ef004d64710296fd76a5dc9e06"> 812</a></span>&#160;<a class="code" href="namespaceripple.html#ad41956ef004d64710296fd76a5dc9e06">make_AmendmentTable</a>(</div>
<div class="line"><a name="l00813"></a><span class="lineno"> 813</span>&#160; <a class="code" href="classripple_1_1Application.html">Application</a>&amp; app,</div>
<div class="line"><a name="l00814"></a><span class="lineno"> 814</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a> majorityTime,</div>
<div class="line"><a name="l00815"></a><span class="lineno"> 815</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;AmendmentTable::FeatureInfo&gt;</a> <span class="keyword">const</span>&amp; supported,</div>
<div class="line"><a name="l00816"></a><span class="lineno"> 816</span>&#160; <a class="code" href="classripple_1_1Section.html">Section</a> <span class="keyword">const</span>&amp; enabled,</div>
<div class="line"><a name="l00817"></a><span class="lineno"> 817</span>&#160; <a class="code" href="classripple_1_1Section.html">Section</a> <span class="keyword">const</span>&amp; vetoed,</div>
<div class="line"><a name="l00818"></a><span class="lineno"> 818</span>&#160; <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> journal)</div>
<div class="line"><a name="l00819"></a><span class="lineno"> 819</span>&#160;{</div>
<div class="line"><a name="l00820"></a><span class="lineno"> 820</span>&#160; <span class="keywordflow">return</span> std::make_unique&lt;AmendmentTableImpl&gt;(</div>
<div class="line"><a name="l00821"></a><span class="lineno"> 821</span>&#160; app, majorityTime, supported, enabled, vetoed, journal);</div>
<div class="line"><a name="l00822"></a><span class="lineno"> 822</span>&#160;}</div>
<div class="line"><a name="l00823"></a><span class="lineno"> 823</span>&#160; </div>
<div class="line"><a name="l00824"></a><span class="lineno"> 824</span>&#160;} <span class="comment">// namespace ripple</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="anamespaceripple_html_a40c2727503e88fa49ffc050386b918fe"><div class="ttname"><a href="namespaceripple.html#a40c2727503e88fa49ffc050386b918fe">ripple::tfGotMajority</a></div><div class="ttdeci">constexpr std::uint32_t tfGotMajority</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00118">TxFlags.h:118</a></div></div>
<div class="ttc" id="aclassripple_1_1Section_html"><div class="ttname"><a href="classripple_1_1Section.html">ripple::Section</a></div><div class="ttdoc">Holds a collection of configuration values.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConfig_8h_source.html#l00042">BasicConfig.h:42</a></div></div>
<div class="ttc" id="aclassripple_1_1Application_html"><div class="ttname"><a href="classripple_1_1Application.html">ripple::Application</a></div><div class="ttdef"><b>Definition:</b> <a href="Application_8h_source.html#l00115">Application.h:115</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a154a5c8e4a4839ec9db272a1b85a7b93"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a154a5c8e4a4839ec9db272a1b85a7b93">ripple::AmendmentTableImpl::db_</a></div><div class="ttdeci">DatabaseCon &amp; db_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00224">AmendmentTable.cpp:224</a></div></div>
<div class="ttc" id="astructripple_1_1AmendmentState_html_a2d39d31177436771b94c8fa48f5d67f4"><div class="ttname"><a href="structripple_1_1AmendmentState.html#a2d39d31177436771b94c8fa48f5d67f4">ripple::AmendmentState::supported</a></div><div class="ttdeci">bool supported</div><div class="ttdoc">Indicates an amendment that this server has code support for.</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00087">AmendmentTable.cpp:87</a></div></div>
<div class="ttc" id="anamespaceripple_html_adf2b5d62683cc06ad8e96dea0bfda024"><div class="ttname"><a href="namespaceripple.html#adf2b5d62683cc06ad8e96dea0bfda024">ripple::tfLostMajority</a></div><div class="ttdeci">constexpr std::uint32_t tfLostMajority</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00119">TxFlags.h:119</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_aefbfbe13885b57244364ab17906ebb8c"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#aefbfbe13885b57244364ab17906ebb8c">ripple::AmendmentTableImpl::lastUpdateSeq_</a></div><div class="ttdeci">std::uint32_t lastUpdateSeq_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00204">AmendmentTable.cpp:204</a></div></div>
<div class="ttc" id="afor_each_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/for_each.html">std::for_each</a></div><div class="ttdeci">T for_each(T... args)</div></div>
<div class="ttc" id="anamespaceripple_html_a1dcb4cf27e683bd94d11f5322836c689a46c48bec0d282018b9d167eef7711b2c"><div class="ttname"><a href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a46c48bec0d282018b9d167eef7711b2c">ripple::AmendmentVote::up</a></div><div class="ttdeci">@ up</div></div>
<div class="ttc" id="astructripple_1_1AmendmentState_html"><div class="ttname"><a href="structripple_1_1AmendmentState.html">ripple::AmendmentState</a></div><div class="ttdoc">Current state of an amendment.</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00074">AmendmentTable.cpp:74</a></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="aclassripple_1_1Rules_html_a1a8388a2b9588aa9446ece92a88e0dd2"><div class="ttname"><a href="classripple_1_1Rules.html#a1a8388a2b9588aa9446ece92a88e0dd2">ripple::Rules::enabled</a></div><div class="ttdeci">bool enabled(uint256 const &amp;feature) const</div><div class="ttdoc">Returns true if a feature is enabled.</div><div class="ttdef"><b>Definition:</b> <a href="Rules_8cpp_source.html#l00094">Rules.cpp:94</a></div></div>
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html_abbe082bd27ca0f1d1365af2824e4f85b"><div class="ttname"><a href="classbeast_1_1Journal.html#abbe082bd27ca0f1d1365af2824e4f85b">beast::Journal::trace</a></div><div class="ttdeci">Stream trace() const</div><div class="ttdoc">Severity stream access functions.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00309">Journal.h:309</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_a8918c8eb31f69d5298b0ea8af6cb0982"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#a8918c8eb31f69d5298b0ea8af6cb0982">ripple::AmendmentSet::threshold_</a></div><div class="ttdeci">int threshold_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00105">AmendmentTable.cpp:105</a></div></div>
<div class="ttc" id="anamespaceripple_html_a1dcb4cf27e683bd94d11f5322836c689a28a39c5d0e09f2b9f423c9864ecf1db8"><div class="ttname"><a href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a28a39c5d0e09f2b9f423c9864ecf1db8">ripple::AmendmentVote::obsolete</a></div><div class="ttdeci">@ obsolete</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a28b850ba0b75947c44fd4c5e1355e67f"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a28b850ba0b75947c44fd4c5e1355e67f">ripple::AmendmentTableImpl::firstUnsupportedExpected_</a></div><div class="ttdeci">std::optional&lt; NetClock::time_point &gt; firstUnsupportedExpected_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00219">AmendmentTable.cpp:219</a></div></div>
<div class="ttc" id="aunordered_set_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_set.html">std::unordered_set</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a38055e674ea217fa366b5bf954d4cd72"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a38055e674ea217fa366b5bf954d4cd72">ripple::AmendmentTableImpl::getDesired</a></div><div class="ttdeci">std::vector&lt; uint256 &gt; getDesired() const override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00618">AmendmentTable.cpp:618</a></div></div>
<div class="ttc" id="apair_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a08ceef79750994d25c0b416c378eecc0"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a08ceef79750994d25c0b416c378eecc0">ripple::AmendmentTableImpl::mutex_</a></div><div class="ttdeci">std::mutex mutex_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00201">AmendmentTable.cpp:201</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_ac17353f2946a09f26809d15b3c24cc48"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#ac17353f2946a09f26809d15b3c24cc48">ripple::AmendmentTableImpl::unsupportedEnabled_</a></div><div class="ttdeci">bool unsupportedEnabled_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00214">AmendmentTable.cpp:214</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a941314eb1dff68fb625f7a44378845b9"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a941314eb1dff68fb625f7a44378845b9">ripple::AmendmentTableImpl::doValidation</a></div><div class="ttdeci">std::vector&lt; uint256 &gt; doValidation(std::set&lt; uint256 &gt; const &amp;enabledAmendments) const override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00591">AmendmentTable.cpp:591</a></div></div>
<div class="ttc" id="anamespaceripple_html_a5d759654f3c40954985245643f7003ec"><div class="ttname"><a href="namespaceripple.html#a5d759654f3c40954985245643f7003ec">ripple::createFeatureVotes</a></div><div class="ttdeci">bool createFeatureVotes(soci::session &amp;session)</div><div class="ttdoc">createFeatureVotes Creates the FeatureVote table if it does not exist.</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8cpp_source.html#l00224">Wallet.cpp:224</a></div></div>
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="afind_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map/find.html">std::map::find</a></div><div class="ttdeci">T find(T... args)</div></div>
<div class="ttc" id="asize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/set/size.html">std::set::size</a></div><div class="ttdeci">T size(T... args)</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="aduration_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a0ce3359d4362a4d0fdd0b84c39b6ff95"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a0ce3359d4362a4d0fdd0b84c39b6ff95">ripple::AmendmentTableImpl::find</a></div><div class="ttdeci">uint256 find(std::string const &amp;name) const override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00489">AmendmentTable.cpp:489</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html_ad8fefe3e8ad583e1ed1bf02094ac3d8f"><div class="ttname"><a href="classbeast_1_1Journal.html#ad8fefe3e8ad583e1ed1bf02094ac3d8f">beast::Journal::warn</a></div><div class="ttdeci">Stream warn() const</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00327">Journal.h:327</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_a79279c956c686b8ae4f497eaa8511839"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#a79279c956c686b8ae4f497eaa8511839">ripple::AmendmentSet::votes_</a></div><div class="ttdeci">hash_map&lt; uint256, int &gt; votes_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00100">AmendmentTable.cpp:100</a></div></div>
<div class="ttc" id="alock_guard_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a0d1704ba32d8c87761c27236cde40f88"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a0d1704ba32d8c87761c27236cde40f88">ripple::AmendmentTableImpl::unVeto</a></div><div class="ttdeci">bool unVeto(uint256 const &amp;amendment) override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00527">AmendmentTable.cpp:527</a></div></div>
<div class="ttc" id="astructripple_1_1AmendmentState_html_aded5fcee7705f5497086749ea0aea289"><div class="ttname"><a href="structripple_1_1AmendmentState.html#aded5fcee7705f5497086749ea0aea289">ripple::AmendmentState::vote</a></div><div class="ttdeci">AmendmentVote vote</div><div class="ttdoc">If an amendment is down-voted, a server will not vote to enable it.</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00077">AmendmentTable.cpp:77</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentSet_html"><div class="ttname"><a href="classripple_1_1AmendmentSet.html">ripple::AmendmentSet</a></div><div class="ttdoc">The status of all amendments requested in a given window.</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00096">AmendmentTable.cpp:96</a></div></div>
<div class="ttc" id="aas_const_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/as_const.html">std::as_const</a></div><div class="ttdeci">T as_const(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html">ripple::AmendmentTableImpl</a></div><div class="ttdoc">Track the list of &quot;amendments&quot;.</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00198">AmendmentTable.cpp:198</a></div></div>
<div class="ttc" id="asort_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/sort.html">std::sort</a></div><div class="ttdeci">T sort(T... args)</div></div>
<div class="ttc" id="aalgorithm_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/algorithm.html">algorithm</a></div></div>
<div class="ttc" id="anamespaceripple_html_a42061a8bef2fb8dc291550a09b59df97"><div class="ttname"><a href="namespaceripple.html#a42061a8bef2fb8dc291550a09b59df97">ripple::parseSection</a></div><div class="ttdeci">static std::vector&lt; std::pair&lt; uint256, std::string &gt; &gt; parseSection(Section const &amp;section)</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00036">AmendmentTable.cpp:36</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="apush_back_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">std::vector::push_back</a></div><div class="ttdeci">T push_back(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_a784480b9d6fe68e8945fb9378728f534"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#a784480b9d6fe68e8945fb9378728f534">ripple::AmendmentSet::passes</a></div><div class="ttdeci">bool passes(uint256 const &amp;amendment) const</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00147">AmendmentTable.cpp:147</a></div></div>
<div class="ttc" id="anamespaceripple_html_a1dcb4cf27e683bd94d11f5322836c689a74e8333ad11685ff3bdae589c8f6e34d"><div class="ttname"><a href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689a74e8333ad11685ff3bdae589c8f6e34d">ripple::AmendmentVote::down</a></div><div class="ttdeci">@ down</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="aclassripple_1_1Section_html_ac7ccf48372a2b0078eaef244c7dfebd0"><div class="ttname"><a href="classripple_1_1Section.html#ac7ccf48372a2b0078eaef244c7dfebd0">ripple::Section::name</a></div><div class="ttdeci">std::string const &amp; name() const</div><div class="ttdoc">Returns the name of this section.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConfig_8h_source.html#l00059">BasicConfig.h:59</a></div></div>
<div class="ttc" id="atime_since_epoch_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/time_point/time_since_epoch.html">std::chrono::time_point::time_since_epoch</a></div><div class="ttdeci">T time_since_epoch(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_ac0d9edcc31c8b0fe5a90da0e35e09dc5"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#ac0d9edcc31c8b0fe5a90da0e35e09dc5">ripple::AmendmentSet::threshold</a></div><div class="ttdeci">int threshold() const</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00184">AmendmentTable.cpp:184</a></div></div>
<div class="ttc" id="aclassripple_1_1DatabaseCon_html_a16c6f729c6462f6200b724543f5c67bc"><div class="ttname"><a href="classripple_1_1DatabaseCon.html#a16c6f729c6462f6200b724543f5c67bc">ripple::DatabaseCon::checkoutDb</a></div><div class="ttdeci">LockedSociSession checkoutDb()</div><div class="ttdef"><b>Definition:</b> <a href="DatabaseCon_8h_source.html#l00178">DatabaseCon.h:178</a></div></div>
<div class="ttc" id="anamespaceJson_html_a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6"><div class="ttname"><a href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6">Json::objectValue</a></div><div class="ttdeci">@ objectValue</div><div class="ttdoc">object value (collection of name/value pairs).</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8h_source.html#l00043">json_value.h:43</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_ae591250cf5ab06c0310da46a9e5543fb"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#ae591250cf5ab06c0310da46a9e5543fb">ripple::AmendmentTableImpl::firstUnsupportedExpected</a></div><div class="ttdeci">std::optional&lt; NetClock::time_point &gt; firstUnsupportedExpected() const override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00584">AmendmentTable.cpp:584</a></div></div>
<div class="ttc" id="anamespaceripple_html_a9486d45c2b21072ec54bea71d492d1af"><div class="ttname"><a href="namespaceripple.html#a9486d45c2b21072ec54bea71d492d1af">ripple::preFixAmendmentMajorityCalcThreshold</a></div><div class="ttdeci">constexpr std::ratio&lt; 204, 256 &gt; preFixAmendmentMajorityCalcThreshold</div><div class="ttdoc">The minimum amount of support an amendment should have.</div><div class="ttdef"><b>Definition:</b> <a href="SystemParameters_8h_source.html#l00083">SystemParameters.h:83</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="aclassripple_1_1AmendmentTableImpl_html_ad8ae023b65df83333c31ccfbd08246f6"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#ad8ae023b65df83333c31ccfbd08246f6">ripple::AmendmentTableImpl::AmendmentTableImpl</a></div><div class="ttdeci">AmendmentTableImpl(Application &amp;app, std::chrono::seconds majorityTime, std::vector&lt; FeatureInfo &gt; const &amp;supported, Section const &amp;enabled, Section const &amp;vetoed, beast::Journal journal)</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00314">AmendmentTable.cpp:314</a></div></div>
<div class="ttc" id="astructripple_1_1AmendmentState_html_ae51fd7660d8d88e63430777f10cae97e"><div class="ttname"><a href="structripple_1_1AmendmentState.html#ae51fd7660d8d88e63430777f10cae97e">ripple::AmendmentState::AmendmentState</a></div><div class="ttdeci">AmendmentState()=default</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a4eac7bf3be538741f7fa066c18b04fae"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a4eac7bf3be538741f7fa066c18b04fae">ripple::AmendmentTableImpl::doVoting</a></div><div class="ttdeci">std::map&lt; uint256, std::uint32_t &gt; doVoting(Rules const &amp;rules, NetClock::time_point closeTime, std::set&lt; uint256 &gt; const &amp;enabledAmendments, majorityAmendments_t const &amp;majorityAmendments, std::vector&lt; std::shared_ptr&lt; STValidation &gt;&gt; const &amp;validations) override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00625">AmendmentTable.cpp:625</a></div></div>
<div class="ttc" id="anamespaceripple_html_a740f27a016e79e42b15532d24eeb54d3"><div class="ttname"><a href="namespaceripple.html#a740f27a016e79e42b15532d24eeb54d3">ripple::readAmendments</a></div><div class="ttdeci">void readAmendments(soci::session &amp;session, std::function&lt; void(boost::optional&lt; std::string &gt; amendment_hash, boost::optional&lt; std::string &gt; amendment_name, boost::optional&lt; AmendmentVote &gt; vote)&gt; const &amp;callback)</div><div class="ttdoc">readAmendments Reads all amendments from the FeatureVotes table.</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8cpp_source.html#l00248">Wallet.cpp:248</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_a8f1040cb22455e44304a0ec2d0b8d8ed"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#a8f1040cb22455e44304a0ec2d0b8d8ed">ripple::AmendmentSet::rules_</a></div><div class="ttdeci">Rules const &amp; rules_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00101">AmendmentTable.cpp:101</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a9e8319c611d4172c5d10e88288b5b98e"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a9e8319c611d4172c5d10e88288b5b98e">ripple::AmendmentTableImpl::get</a></div><div class="ttdeci">AmendmentState * get(uint256 const &amp;amendment, std::lock_guard&lt; std::mutex &gt; const &amp;lock)</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00465">AmendmentTable.cpp:465</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_adce6a4a3f12e891ffdb1a59a547ea11a"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#adce6a4a3f12e891ffdb1a59a547ea11a">ripple::AmendmentTableImpl::isSupported</a></div><div class="ttdeci">bool isSupported(uint256 const &amp;amendment) const override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00569">AmendmentTable.cpp:569</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html_a49b0713e65bb8e2c51b76fbf16252afe"><div class="ttname"><a href="classbeast_1_1Journal.html#a49b0713e65bb8e2c51b76fbf16252afe">beast::Journal::error</a></div><div class="ttdeci">Stream error() const</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00333">Journal.h:333</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html_a87d6bd59020d94110027dcab3d9e3357"><div class="ttname"><a href="classbeast_1_1Journal.html#a87d6bd59020d94110027dcab3d9e3357">beast::Journal::info</a></div><div class="ttdeci">Stream info() const</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00321">Journal.h:321</a></div></div>
<div class="ttc" id="atime_point_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/time_point.html">std::chrono::time_point</a></div></div>
<div class="ttc" id="aclassripple_1_1Section_html_ad6acd93afdf9fc50942f9c6c10f21942"><div class="ttname"><a href="classripple_1_1Section.html#ad6acd93afdf9fc50942f9c6c10f21942">ripple::Section::lines</a></div><div class="ttdeci">std::vector&lt; std::string &gt; const &amp; lines() const</div><div class="ttdoc">Returns all the lines in the section.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConfig_8h_source.html#l00068">BasicConfig.h:68</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00058">Journal.h:58</a></div></div>
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
<div class="ttc" id="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="aclassripple_1_1AmendmentTableImpl_html_a3ed0fa478f3811768ffa240db7effeed"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a3ed0fa478f3811768ffa240db7effeed">ripple::AmendmentTableImpl::veto</a></div><div class="ttdeci">bool veto(uint256 const &amp;amendment) override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00514">AmendmentTable.cpp:514</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_a08f7a2888e1f8767713d045a114975c9"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#a08f7a2888e1f8767713d045a114975c9">ripple::AmendmentSet::trustedValidations_</a></div><div class="ttdeci">int trustedValidations_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00103">AmendmentTable.cpp:103</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="aclassripple_1_1AmendmentTableImpl_html_a4f1d0bde577c66d4c238a3f6bfd8fc6a"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a4f1d0bde577c66d4c238a3f6bfd8fc6a">ripple::AmendmentTableImpl::injectJson</a></div><div class="ttdeci">void injectJson(Json::Value &amp;v, uint256 const &amp;amendment, AmendmentState const &amp;state, std::lock_guard&lt; std::mutex &gt; const &amp;lock) const</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00744">AmendmentTable.cpp:744</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a7cca5bba8dff04a84023969c1499160f"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a7cca5bba8dff04a84023969c1499160f">ripple::AmendmentTableImpl::amendmentMap_</a></div><div class="ttdeci">hash_map&lt; uint256, AmendmentState &gt; amendmentMap_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00203">AmendmentTable.cpp:203</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a51e688abb62a1f399751971156723aae"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a51e688abb62a1f399751971156723aae">ripple::AmendmentTableImpl::lastVote_</a></div><div class="ttdeci">std::unique_ptr&lt; AmendmentSet &gt; lastVote_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00211">AmendmentTable.cpp:211</a></div></div>
<div class="ttc" id="ainsert_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_set/insert.html">std::unordered_set::insert</a></div><div class="ttdeci">T insert(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a9c9272ffee37521dc61aa8baab7b8c10"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a9c9272ffee37521dc61aa8baab7b8c10">ripple::AmendmentTableImpl::majorityTime_</a></div><div class="ttdeci">const std::chrono::seconds majorityTime_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00207">AmendmentTable.cpp:207</a></div></div>
<div class="ttc" id="anamespaceripple_html_af4775b9f1e9a5a194f086f657c9faa37"><div class="ttname"><a href="namespaceripple.html#af4775b9f1e9a5a194f086f657c9faa37">ripple::voteAmendment</a></div><div class="ttdeci">void voteAmendment(soci::session &amp;session, uint256 const &amp;amendment, std::string const &amp;name, AmendmentVote vote)</div><div class="ttdoc">voteAmendment Set the veto value for a particular amendment.</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8cpp_source.html#l00284">Wallet.cpp:284</a></div></div>
<div class="ttc" id="astructripple_1_1AmendmentState_html_a39806570502aef287f7d682ed8292521"><div class="ttname"><a href="structripple_1_1AmendmentState.html#a39806570502aef287f7d682ed8292521">ripple::AmendmentState::enabled</a></div><div class="ttdeci">bool enabled</div><div class="ttdoc">Indicates that the amendment has been enabled.</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00084">AmendmentTable.cpp:84</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_a7331b983280faf8428744b1b566f6008"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#a7331b983280faf8428744b1b566f6008">ripple::AmendmentSet::AmendmentSet</a></div><div class="ttdeci">AmendmentSet(Rules const &amp;rules, std::vector&lt; std::shared_ptr&lt; STValidation &gt;&gt; const &amp;valSet)</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00108">AmendmentTable.cpp:108</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a9c84b0a42b131a8c6392a993bc4b4c4c"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a9c84b0a42b131a8c6392a993bc4b4c4c">ripple::AmendmentTableImpl::getJson</a></div><div class="ttdeci">Json::Value getJson() const override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00778">AmendmentTable.cpp:778</a></div></div>
<div class="ttc" id="aclassripple_1_1DatabaseCon_html"><div class="ttname"><a href="classripple_1_1DatabaseCon.html">ripple::DatabaseCon</a></div><div class="ttdef"><b>Definition:</b> <a href="DatabaseCon_8h_source.html#l00081">DatabaseCon.h:81</a></div></div>
<div class="ttc" id="astructripple_1_1AmendmentState_html_aa277e358200e0a43605b34f901d6f6d7"><div class="ttname"><a href="structripple_1_1AmendmentState.html#aa277e358200e0a43605b34f901d6f6d7">ripple::AmendmentState::name</a></div><div class="ttdeci">std::string name</div><div class="ttdoc">The name of this amendment, possibly empty.</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00090">AmendmentTable.cpp:90</a></div></div>
<div class="ttc" id="acount_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_set/count.html">std::unordered_set::count</a></div><div class="ttdeci">T count(T... args)</div></div>
<div class="ttc" id="aempty_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/empty.html">std::string::empty</a></div><div class="ttdeci">T empty(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1Rules_html"><div class="ttname"><a href="classripple_1_1Rules.html">ripple::Rules</a></div><div class="ttdoc">Rules controlling protocol behavior.</div><div class="ttdef"><b>Definition:</b> <a href="Rules_8h_source.html#l00033">Rules.h:33</a></div></div>
<div class="ttc" id="anamespaceripple_html_a1dcb4cf27e683bd94d11f5322836c689"><div class="ttname"><a href="namespaceripple.html#a1dcb4cf27e683bd94d11f5322836c689">ripple::AmendmentVote</a></div><div class="ttdeci">AmendmentVote</div><div class="ttdef"><b>Definition:</b> <a href="Wallet_8h_source.html#l00147">Wallet.h:147</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="amutex_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/mutex.html">mutex</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html_a556228cb60bcf405c225d3f64b7b01ae"><div class="ttname"><a href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">beast::Journal::debug</a></div><div class="ttdeci">Stream debug() const</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00315">Journal.h:315</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_ad41956ef004d64710296fd76a5dc9e06"><div class="ttname"><a href="namespaceripple.html#ad41956ef004d64710296fd76a5dc9e06">ripple::make_AmendmentTable</a></div><div class="ttdeci">std::unique_ptr&lt; AmendmentTable &gt; make_AmendmentTable(Application &amp;app, std::chrono::seconds majorityTime, std::vector&lt; AmendmentTable::FeatureInfo &gt; const &amp;supported, Section const &amp;enabled, Section const &amp;vetoed, beast::Journal journal)</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00812">AmendmentTable.cpp:812</a></div></div>
<div class="ttc" id="amake_pair_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/pair/make_pair.html">std::make_pair</a></div><div class="ttdeci">T make_pair(T... args)</div></div>
<div class="ttc" id="aend_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map/end.html">std::map::end</a></div><div class="ttdeci">T end(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a6a02743339c64f66083284b3098c8345"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a6a02743339c64f66083284b3098c8345">ripple::AmendmentTableImpl::add</a></div><div class="ttdeci">AmendmentState &amp; add(uint256 const &amp;amendment, std::lock_guard&lt; std::mutex &gt; const &amp;lock)</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00456">AmendmentTable.cpp:456</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_a6d6b63ea4b09a0b012667c79aff07528"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#a6d6b63ea4b09a0b012667c79aff07528">ripple::AmendmentSet::trustedValidations</a></div><div class="ttdeci">int trustedValidations() const</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00178">AmendmentTable.cpp:178</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a630f159b4f3029034ac3c5b91b48e08c"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a630f159b4f3029034ac3c5b91b48e08c">ripple::AmendmentTableImpl::isEnabled</a></div><div class="ttdeci">bool isEnabled(uint256 const &amp;amendment) const override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00561">AmendmentTable.cpp:561</a></div></div>
<div class="ttc" id="amax_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/max.html">std::max</a></div><div class="ttdeci">T max(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1base__uint_html_a698d3fd0c0f0155995c87d2f48ac90d5"><div class="ttname"><a href="classripple_1_1base__uint.html#a698d3fd0c0f0155995c87d2f48ac90d5">ripple::base_uint::parseHex</a></div><div class="ttdeci">constexpr bool parseHex(std::string_view sv)</div><div class="ttdoc">Parse a hex string into a base_uint.</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00496">base_uint.h:496</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_aaf114c1d54cf39de4ad5ba1bcd804547"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#aaf114c1d54cf39de4ad5ba1bcd804547">ripple::AmendmentTableImpl::j_</a></div><div class="ttdeci">const beast::Journal j_</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00221">AmendmentTable.cpp:221</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTable_html"><div class="ttname"><a href="classripple_1_1AmendmentTable.html">ripple::AmendmentTable</a></div><div class="ttdoc">The amendment table stores the list of enabled and potential amendments.</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8h_source.html#l00037">AmendmentTable.h:37</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a203420f15319808ab19dbc3903a32444"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a203420f15319808ab19dbc3903a32444">ripple::AmendmentTableImpl::needValidatedLedger</a></div><div class="ttdeci">bool needValidatedLedger(LedgerIndex seq) const override</div><div class="ttdoc">Called to determine whether the amendment logic needs to process a new validated ledger.</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00696">AmendmentTable.cpp:696</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentSet_html_a0013b2363b5bb424e124cf0af9997380"><div class="ttname"><a href="classripple_1_1AmendmentSet.html#a0013b2363b5bb424e124cf0af9997380">ripple::AmendmentSet::votes</a></div><div class="ttdeci">int votes(uint256 const &amp;amendment) const</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00167">AmendmentTable.cpp:167</a></div></div>
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="aunordered_map_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_map.html">std::unordered_map</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_ab0421687816b7b1bb4805d5c04048f8a"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#ab0421687816b7b1bb4805d5c04048f8a">ripple::AmendmentTableImpl::persistVote</a></div><div class="ttdeci">void persistVote(uint256 const &amp;amendment, std::string const &amp;name, AmendmentVote vote) const</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00503">AmendmentTable.cpp:503</a></div></div>
<div class="ttc" id="aset_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/set.html">std::set</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="anamespaceripple_html_a7efda97c0ca3525b31f602de3243fae7"><div class="ttname"><a href="namespaceripple.html#a7efda97c0ca3525b31f602de3243fae7">ripple::postFixAmendmentMajorityCalcThreshold</a></div><div class="ttdeci">constexpr std::ratio&lt; 80, 100 &gt; postFixAmendmentMajorityCalcThreshold</div><div class="ttdef"><b>Definition:</b> <a href="SystemParameters_8h_source.html#l00085">SystemParameters.h:85</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a5a1de10b5b7e51cc4f20f2636503c2e6"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a5a1de10b5b7e51cc4f20f2636503c2e6">ripple::AmendmentTableImpl::doValidatedLedger</a></div><div class="ttdeci">void doValidatedLedger(LedgerIndex seq, std::set&lt; uint256 &gt; const &amp;enabled, majorityAmendments_t const &amp;majority) override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00707">AmendmentTable.cpp:707</a></div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_a195a61b5c9f813b5c275ae50a7b40e25"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#a195a61b5c9f813b5c275ae50a7b40e25">ripple::AmendmentTableImpl::enable</a></div><div class="ttdeci">bool enable(uint256 const &amp;amendment) override</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00540">AmendmentTable.cpp:540</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html"><div class="ttname"><a href="classJson_1_1Value.html">Json::Value</a></div><div class="ttdoc">Represents a JSON value.</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8h_source.html#l00145">json_value.h:145</a></div></div>
<div class="ttc" id="anamespaceripple_html_a0b616ffc6eaba434ad7f8b79289ee71f"><div class="ttname"><a href="namespaceripple.html#a0b616ffc6eaba434ad7f8b79289ee71f">ripple::sfAmendments</a></div><div class="ttdeci">const SF_VECTOR256 sfAmendments</div></div>
<div class="ttc" id="aclassripple_1_1AmendmentTableImpl_html_ab6e23bf02b70c350ab4597605b235a15"><div class="ttname"><a href="classripple_1_1AmendmentTableImpl.html#ab6e23bf02b70c350ab4597605b235a15">ripple::AmendmentTableImpl::hasUnsupportedEnabled</a></div><div class="ttdeci">bool hasUnsupportedEnabled() const override</div><div class="ttdoc">returns true if one or more amendments on the network have been enabled that this server does not sup...</div><div class="ttdef"><b>Definition:</b> <a href="AmendmentTable_8cpp_source.html#l00577">AmendmentTable.cpp:577</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>