mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
deploy: 023f5704d0
This commit is contained in:
@@ -94,118 +94,118 @@ $(function() {
|
||||
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <ripple/app/misc/NetworkOPs.h></span></div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <ripple/app/misc/Transaction.h></span></div>
|
||||
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <ripple/basics/Log.h></span></div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <ripple/protocol/digest.h></span></div>
|
||||
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <ripple/core/JobQueue.h></span></div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include <ripple/nodestore/Database.h></span></div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <ripple/protocol/HashPrefix.h></span></div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <ripple/core/JobQueue.h></span></div>
|
||||
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <ripple/nodestore/Database.h></span></div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include <ripple/protocol/HashPrefix.h></span></div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <ripple/protocol/digest.h></span></div>
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  </div>
|
||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classripple_1_1ConsensusTransSetSF.html#a92257a72ef2a13a88e6d9ff0b1e5d8b1"> 33</a></span> <a class="code" href="classripple_1_1ConsensusTransSetSF.html#a92257a72ef2a13a88e6d9ff0b1e5d8b1">ConsensusTransSetSF::ConsensusTransSetSF</a> (<a class="code" href="classripple_1_1Application.html">Application</a>& app, <a class="code" href="classripple_1_1TaggedCache.html">NodeCache</a>& nodeCache)</div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  : app_ (app)</div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  , m_nodeCache (nodeCache)</div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  , j_ (app.journal (<span class="stringliteral">"TransactionAcquire"</span>))</div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> {</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> }</div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classripple_1_1ConsensusTransSetSF.html#a5adada4d5978317086a821a3d2e60832"> 41</a></span> <a class="code" href="classripple_1_1ConsensusTransSetSF.html#a5adada4d5978317086a821a3d2e60832">ConsensusTransSetSF::gotNode</a>(<span class="keywordtype">bool</span> fromFilter, <a class="code" href="classripple_1_1SHAMapHash.html">SHAMapHash</a> <span class="keyword">const</span>& nodeHash,</div>
|
||||
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>, <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">Blob</a>&& nodeData, <a class="code" href="classripple_1_1SHAMapAbstractNode.html#a6cdeae87f96a46b976f2e70e985d4b0f">SHAMapTreeNode::TNType</a> type)<span class="keyword"> const</span></div>
|
||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword"></span>{</div>
|
||||
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="keywordflow">if</span> (fromFilter)</div>
|
||||
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="keywordflow">return</span>;</div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <a class="code" href="classripple_1_1ConsensusTransSetSF.html#afa9ba058f1afc651ebc2b6711f255316">m_nodeCache</a>.<a class="code" href="classripple_1_1TaggedCache.html#a0888d4d6fbbca70c1197213c8f8c4e06">insert</a> (nodeHash, nodeData);</div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classripple_1_1ConsensusTransSetSF.html#a92257a72ef2a13a88e6d9ff0b1e5d8b1"> 33</a></span> <a class="code" href="classripple_1_1ConsensusTransSetSF.html#a92257a72ef2a13a88e6d9ff0b1e5d8b1">ConsensusTransSetSF::ConsensusTransSetSF</a>(<a class="code" href="classripple_1_1Application.html">Application</a>& app, <a class="code" href="classripple_1_1TaggedCache.html">NodeCache</a>& nodeCache)</div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  : app_(app), m_nodeCache(nodeCache), j_(app.journal(<span class="stringliteral">"TransactionAcquire"</span>))</div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> {</div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> }</div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classripple_1_1ConsensusTransSetSF.html#a5adada4d5978317086a821a3d2e60832"> 39</a></span> <a class="code" href="classripple_1_1ConsensusTransSetSF.html#a5adada4d5978317086a821a3d2e60832">ConsensusTransSetSF::gotNode</a>(</div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keywordtype">bool</span> fromFilter,</div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <a class="code" href="classripple_1_1SHAMapHash.html">SHAMapHash</a> <span class="keyword">const</span>& nodeHash,</div>
|
||||
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>,</div>
|
||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">Blob</a>&& nodeData,</div>
|
||||
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="classripple_1_1SHAMapAbstractNode.html#a6cdeae87f96a46b976f2e70e985d4b0f">SHAMapTreeNode::TNType</a> type)<span class="keyword"> const</span></div>
|
||||
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="keyword"></span>{</div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keywordflow">if</span> (fromFilter)</div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordflow">return</span>;</div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keywordflow">if</span> ((type == <a class="code" href="classripple_1_1SHAMapAbstractNode.html#a6cdeae87f96a46b976f2e70e985d4b0fa1b3c155717a3a38e221227adfca005a7">SHAMapTreeNode::tnTRANSACTION_NM</a>) && (nodeData.size () > 16))</div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  {</div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="comment">// this is a transaction, and we didn't have it</span></div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  JLOG (<a class="code" href="classripple_1_1ConsensusTransSetSF.html#a80c5bb356fb7c15666aaeec5f9196fcc">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>())</div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  << <span class="stringliteral">"Node on our acquiring TX set is TXN we may not have"</span>;</div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordflow">try</span></div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  {</div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="comment">// skip prefix</span></div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <a class="code" href="classripple_1_1Serializer.html">Serializer</a> s (nodeData.data() + 4, nodeData.size() - 4);</div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <a class="code" href="classripple_1_1SerialIter.html">SerialIter</a> sit (s.<a class="code" href="classripple_1_1Serializer.html#a394c3299f6cfcebdaa4bc98ec0c602d6">slice</a>());</div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keyword">auto</span> stx = std::make_shared<STTx const> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/functional/ref.html">std::ref</a> (sit));</div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  assert (stx->getTransactionID () == nodeHash.<a class="code" href="classripple_1_1SHAMapHash.html#a8f95b5bc14b7085d368f56aeaa17ef4f">as_uint256</a>());</div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keyword">auto</span> <span class="keyword">const</span> pap = &<a class="code" href="classripple_1_1ConsensusTransSetSF.html#a4452e5832ea436deb816e9f8752906a4">app_</a>;</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="code" href="classripple_1_1ConsensusTransSetSF.html#a4452e5832ea436deb816e9f8752906a4">app_</a>.<a class="code" href="classripple_1_1Application.html#a860be08979e27d8c6f37f722f996ba6c">getJobQueue</a> ().<a class="code" href="classripple_1_1JobQueue.html#af5e34187d55aa58e551dc196aaf1ec25">addJob</a> (</div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <a class="code" href="namespaceripple.html#ae0f54f8ce649d639bf3e2b295347e17aa3a3adf68dd667ae2f3593c956fbd174f">jtTRANSACTION</a>, <span class="stringliteral">"TXS->TXN"</span>,</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  [pap, stx] (<a class="code" href="classripple_1_1Job.html">Job</a>&) {</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  pap->getOPs().submitTransaction(stx);</div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  });</div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  }</div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keywordflow">catch</span> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/error/exception.html">std::exception</a> <span class="keyword">const</span>&)</div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  {</div>
|
||||
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  JLOG (<a class="code" href="classripple_1_1ConsensusTransSetSF.html#a80c5bb356fb7c15666aaeec5f9196fcc">j_</a>.<a class="code" href="classbeast_1_1Journal.html#ad8fefe3e8ad583e1ed1bf02094ac3d8f">warn</a>())</div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  << <span class="stringliteral">"Fetched invalid transaction in proposed set"</span>;</div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <a class="code" href="classripple_1_1ConsensusTransSetSF.html#afa9ba058f1afc651ebc2b6711f255316">m_nodeCache</a>.<a class="code" href="classripple_1_1TaggedCache.html#a0888d4d6fbbca70c1197213c8f8c4e06">insert</a>(nodeHash, nodeData);</div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keywordflow">if</span> ((type == <a class="code" href="classripple_1_1SHAMapAbstractNode.html#a6cdeae87f96a46b976f2e70e985d4b0fa1b3c155717a3a38e221227adfca005a7">SHAMapTreeNode::tnTRANSACTION_NM</a>) && (nodeData.size() > 16))</div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  {</div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="comment">// this is a transaction, and we didn't have it</span></div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  JLOG(<a class="code" href="classripple_1_1ConsensusTransSetSF.html#a80c5bb356fb7c15666aaeec5f9196fcc">j_</a>.<a class="code" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>())</div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  << <span class="stringliteral">"Node on our acquiring TX set is TXN we may not have"</span>;</div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordflow">try</span></div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  {</div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="comment">// skip prefix</span></div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="classripple_1_1Serializer.html">Serializer</a> s(nodeData.data() + 4, nodeData.size() - 4);</div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <a class="code" href="classripple_1_1SerialIter.html">SerialIter</a> sit(s.<a class="code" href="classripple_1_1Serializer.html#a394c3299f6cfcebdaa4bc98ec0c602d6">slice</a>());</div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keyword">auto</span> stx = std::make_shared<STTx const>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/functional/ref.html">std::ref</a>(sit));</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  assert(stx->getTransactionID() == nodeHash.<a class="code" href="classripple_1_1SHAMapHash.html#a8f95b5bc14b7085d368f56aeaa17ef4f">as_uint256</a>());</div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keyword">auto</span> <span class="keyword">const</span> pap = &<a class="code" href="classripple_1_1ConsensusTransSetSF.html#a4452e5832ea436deb816e9f8752906a4">app_</a>;</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <a class="code" href="classripple_1_1ConsensusTransSetSF.html#a4452e5832ea436deb816e9f8752906a4">app_</a>.<a class="code" href="classripple_1_1Application.html#a860be08979e27d8c6f37f722f996ba6c">getJobQueue</a>().<a class="code" href="classripple_1_1JobQueue.html#af5e34187d55aa58e551dc196aaf1ec25">addJob</a>(</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <a class="code" href="namespaceripple.html#ae0f54f8ce649d639bf3e2b295347e17aa3a3adf68dd667ae2f3593c956fbd174f">jtTRANSACTION</a>, <span class="stringliteral">"TXS->TXN"</span>, [pap, stx](<a class="code" href="classripple_1_1Job.html">Job</a>&) {</div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  pap->getOPs().submitTransaction(stx);</div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  });</div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  }</div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keywordflow">catch</span> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/error/exception.html">std::exception</a> <span class="keyword">const</span>&)</div>
|
||||
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  {</div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  JLOG(<a class="code" href="classripple_1_1ConsensusTransSetSF.html#a80c5bb356fb7c15666aaeec5f9196fcc">j_</a>.<a class="code" href="classbeast_1_1Journal.html#ad8fefe3e8ad583e1ed1bf02094ac3d8f">warn</a>()) << <span class="stringliteral">"Fetched invalid transaction in proposed set"</span>;</div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  }</div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  }</div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> }</div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  </div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> boost::optional<Blob></div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classripple_1_1ConsensusTransSetSF.html#a312ca1779784b81d78feda410a1a3fee"> 78</a></span> <a class="code" href="classripple_1_1ConsensusTransSetSF.html#a312ca1779784b81d78feda410a1a3fee">ConsensusTransSetSF::getNode</a> (<a class="code" href="classripple_1_1SHAMapHash.html">SHAMapHash</a> <span class="keyword">const</span>& nodeHash)<span class="keyword"> const</span></div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classripple_1_1ConsensusTransSetSF.html#a312ca1779784b81d78feda410a1a3fee"> 78</a></span> <a class="code" href="classripple_1_1ConsensusTransSetSF.html#a312ca1779784b81d78feda410a1a3fee">ConsensusTransSetSF::getNode</a>(<a class="code" href="classripple_1_1SHAMapHash.html">SHAMapHash</a> <span class="keyword">const</span>& nodeHash)<span class="keyword"> const</span></div>
|
||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="keyword"></span>{</div>
|
||||
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">Blob</a> nodeData;</div>
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keywordflow">if</span> (<a class="code" href="classripple_1_1ConsensusTransSetSF.html#afa9ba058f1afc651ebc2b6711f255316">m_nodeCache</a>.<a class="code" href="classripple_1_1TaggedCache.html#a2e61f518bfa4db1818b19a04885e3f5f">retrieve</a> (nodeHash, nodeData))</div>
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keywordflow">if</span> (<a class="code" href="classripple_1_1ConsensusTransSetSF.html#afa9ba058f1afc651ebc2b6711f255316">m_nodeCache</a>.<a class="code" href="classripple_1_1TaggedCache.html#a2e61f518bfa4db1818b19a04885e3f5f">retrieve</a>(nodeHash, nodeData))</div>
|
||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keywordflow">return</span> nodeData;</div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  </div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keyword">auto</span> txn = <a class="code" href="classripple_1_1ConsensusTransSetSF.html#a4452e5832ea436deb816e9f8752906a4">app_</a>.<a class="code" href="classripple_1_1Application.html#aae949580d66cede10b0b392755858e32">getMasterTransaction</a>().<a class="code" href="classripple_1_1TransactionMaster.html#a0d0e60c26fcefb409c8c61c48545c3ac">fetch_from_cache</a> (nodeHash.<a class="code" href="classripple_1_1SHAMapHash.html#a8f95b5bc14b7085d368f56aeaa17ef4f">as_uint256</a>());</div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keywordflow">if</span> (txn)</div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  {</div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="comment">// this is a transaction, and we have it</span></div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  JLOG (<a class="code" href="classripple_1_1ConsensusTransSetSF.html#a80c5bb356fb7c15666aaeec5f9196fcc">j_</a>.<a class="code" href="classbeast_1_1Journal.html#abbe082bd27ca0f1d1365af2824e4f85b">trace</a>())</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  << <span class="stringliteral">"Node in our acquiring TX set is TXN we have"</span>;</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keyword">auto</span> txn =</div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <a class="code" href="classripple_1_1ConsensusTransSetSF.html#a4452e5832ea436deb816e9f8752906a4">app_</a>.<a class="code" href="classripple_1_1Application.html#aae949580d66cede10b0b392755858e32">getMasterTransaction</a>().<a class="code" href="classripple_1_1TransactionMaster.html#a0d0e60c26fcefb409c8c61c48545c3ac">fetch_from_cache</a>(nodeHash.<a class="code" href="classripple_1_1SHAMapHash.html#a8f95b5bc14b7085d368f56aeaa17ef4f">as_uint256</a>());</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  </div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordflow">if</span> (txn)</div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  {</div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="comment">// this is a transaction, and we have it</span></div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  JLOG(<a class="code" href="classripple_1_1ConsensusTransSetSF.html#a80c5bb356fb7c15666aaeec5f9196fcc">j_</a>.<a class="code" href="classbeast_1_1Journal.html#abbe082bd27ca0f1d1365af2824e4f85b">trace</a>()) << <span class="stringliteral">"Node in our acquiring TX set is TXN we have"</span>;</div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <a class="code" href="classripple_1_1Serializer.html">Serializer</a> s;</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  s.<a class="code" href="classripple_1_1Serializer.html#a4f09dcca07217744f793fa7473e845fe">add32</a> (<a class="code" href="namespaceripple.html#ad5143ceada01141772ae4aab984f94bda9ff03a73c38a945848893498e0c617a4">HashPrefix::transactionID</a>);</div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  txn->getSTransaction ()->add (s);</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  s.<a class="code" href="classripple_1_1Serializer.html#a4f09dcca07217744f793fa7473e845fe">add32</a>(<a class="code" href="namespaceripple.html#ad5143ceada01141772ae4aab984f94bda9ff03a73c38a945848893498e0c617a4">HashPrefix::transactionID</a>);</div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  txn->getSTransaction()->add(s);</div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  assert(<a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(s.<a class="code" href="classripple_1_1Serializer.html#a394c3299f6cfcebdaa4bc98ec0c602d6">slice</a>()) == nodeHash.<a class="code" href="classripple_1_1SHAMapHash.html#a8f95b5bc14b7085d368f56aeaa17ef4f">as_uint256</a>());</div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  nodeData = s.<a class="code" href="classripple_1_1Serializer.html#a5f8c275ba7cfa80e56671b6935e29242">peekData</a> ();</div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  nodeData = s.<a class="code" href="classripple_1_1Serializer.html#a5f8c275ba7cfa80e56671b6935e29242">peekData</a>();</div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keywordflow">return</span> nodeData;</div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  }</div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  </div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keywordflow">return</span> boost::none;</div>
|
||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> }</div>
|
||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> } <span class="comment">// ripple</span></div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> } <span class="comment">// namespace ripple</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<div class="ttc" id="aclassripple_1_1ConsensusTransSetSF_html_a5adada4d5978317086a821a3d2e60832"><div class="ttname"><a href="classripple_1_1ConsensusTransSetSF.html#a5adada4d5978317086a821a3d2e60832">ripple::ConsensusTransSetSF::gotNode</a></div><div class="ttdeci">void gotNode(bool fromFilter, SHAMapHash const &nodeHash, std::uint32_t ledgerSeq, Blob &&nodeData, SHAMapTreeNode::TNType type) const override</div><div class="ttdef"><b>Definition:</b> <a href="ConsensusTransSetSF_8cpp_source.html#l00041">ConsensusTransSetSF.cpp:41</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#l00085">Application.h:85</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae0f54f8ce649d639bf3e2b295347e17aa3a3adf68dd667ae2f3593c956fbd174f"><div class="ttname"><a href="namespaceripple.html#ae0f54f8ce649d639bf3e2b295347e17aa3a3adf68dd667ae2f3593c956fbd174f">ripple::jtTRANSACTION</a></div><div class="ttdeci">@ jtTRANSACTION</div><div class="ttdef"><b>Definition:</b> <a href="Job_8h_source.html#l00052">Job.h:52</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ConsensusTransSetSF_html_a5adada4d5978317086a821a3d2e60832"><div class="ttname"><a href="classripple_1_1ConsensusTransSetSF.html#a5adada4d5978317086a821a3d2e60832">ripple::ConsensusTransSetSF::gotNode</a></div><div class="ttdeci">void gotNode(bool fromFilter, SHAMapHash const &nodeHash, std::uint32_t ledgerSeq, Blob &&nodeData, SHAMapTreeNode::TNType type) const override</div><div class="ttdef"><b>Definition:</b> <a href="ConsensusTransSetSF_8cpp_source.html#l00039">ConsensusTransSetSF.cpp:39</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#l00094">Application.h:94</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae0f54f8ce649d639bf3e2b295347e17aa3a3adf68dd667ae2f3593c956fbd174f"><div class="ttname"><a href="namespaceripple.html#ae0f54f8ce649d639bf3e2b295347e17aa3a3adf68dd667ae2f3593c956fbd174f">ripple::jtTRANSACTION</a></div><div class="ttdeci">@ jtTRANSACTION</div><div class="ttdef"><b>Definition:</b> <a href="Job_8h_source.html#l00051">Job.h:51</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1TaggedCache_html"><div class="ttname"><a href="classripple_1_1TaggedCache.html">ripple::TaggedCache< SHAMapHash, Blob ></a></div></div>
|
||||
<div class="ttc" id="aexception_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/error/exception.html">std::exception</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#l00287">Journal.h:287</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMapAbstractNode_html_a6cdeae87f96a46b976f2e70e985d4b0fa1b3c155717a3a38e221227adfca005a7"><div class="ttname"><a href="classripple_1_1SHAMapAbstractNode.html#a6cdeae87f96a46b976f2e70e985d4b0fa1b3c155717a3a38e221227adfca005a7">ripple::SHAMapAbstractNode::tnTRANSACTION_NM</a></div><div class="ttdeci">@ tnTRANSACTION_NM</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00099">SHAMapTreeNode.h:99</a></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_1SHAMapAbstractNode_html_a6cdeae87f96a46b976f2e70e985d4b0fa1b3c155717a3a38e221227adfca005a7"><div class="ttname"><a href="classripple_1_1SHAMapAbstractNode.html#a6cdeae87f96a46b976f2e70e985d4b0fa1b3c155717a3a38e221227adfca005a7">ripple::SHAMapAbstractNode::tnTRANSACTION_NM</a></div><div class="ttdeci">@ tnTRANSACTION_NM</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00128">SHAMapTreeNode.h:128</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< unsigned char ></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#l00302">Journal.h:302</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Serializer_html_a4f09dcca07217744f793fa7473e845fe"><div class="ttname"><a href="classripple_1_1Serializer.html#a4f09dcca07217744f793fa7473e845fe">ripple::Serializer::add32</a></div><div class="ttdeci">int add32(std::uint32_t)</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8cpp_source.html#l00046">Serializer.cpp:46</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1JobQueue_html_af5e34187d55aa58e551dc196aaf1ec25"><div class="ttname"><a href="classripple_1_1JobQueue.html#af5e34187d55aa58e551dc196aaf1ec25">ripple::JobQueue::addJob</a></div><div class="ttdeci">bool addJob(JobType type, std::string const &name, JobHandler &&jobHandler)</div><div class="ttdoc">Adds a job to the JobQueue.</div><div class="ttdef"><b>Definition:</b> <a href="JobQueue_8h_source.html#l00156">JobQueue.h:156</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ConsensusTransSetSF_html_afa9ba058f1afc651ebc2b6711f255316"><div class="ttname"><a href="classripple_1_1ConsensusTransSetSF.html#afa9ba058f1afc651ebc2b6711f255316">ripple::ConsensusTransSetSF::m_nodeCache</a></div><div class="ttdeci">NodeCache & m_nodeCache</div><div class="ttdef"><b>Definition:</b> <a href="ConsensusTransSetSF_8h_source.html#l00052">ConsensusTransSetSF.h:52</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_1Serializer_html_a4f09dcca07217744f793fa7473e845fe"><div class="ttname"><a href="classripple_1_1Serializer.html#a4f09dcca07217744f793fa7473e845fe">ripple::Serializer::add32</a></div><div class="ttdeci">int add32(std::uint32_t)</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8cpp_source.html#l00049">Serializer.cpp:49</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1JobQueue_html_af5e34187d55aa58e551dc196aaf1ec25"><div class="ttname"><a href="classripple_1_1JobQueue.html#af5e34187d55aa58e551dc196aaf1ec25">ripple::JobQueue::addJob</a></div><div class="ttdeci">bool addJob(JobType type, std::string const &name, JobHandler &&jobHandler)</div><div class="ttdoc">Adds a job to the JobQueue.</div><div class="ttdef"><b>Definition:</b> <a href="JobQueue_8h_source.html#l00166">JobQueue.h:166</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ConsensusTransSetSF_html_afa9ba058f1afc651ebc2b6711f255316"><div class="ttname"><a href="classripple_1_1ConsensusTransSetSF.html#afa9ba058f1afc651ebc2b6711f255316">ripple::ConsensusTransSetSF::m_nodeCache</a></div><div class="ttdeci">NodeCache & m_nodeCache</div><div class="ttdef"><b>Definition:</b> <a href="ConsensusTransSetSF_8h_source.html#l00055">ConsensusTransSetSF.h:55</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ConsensusTransSetSF_html_a312ca1779784b81d78feda410a1a3fee"><div class="ttname"><a href="classripple_1_1ConsensusTransSetSF.html#a312ca1779784b81d78feda410a1a3fee">ripple::ConsensusTransSetSF::getNode</a></div><div class="ttdeci">boost::optional< Blob > getNode(SHAMapHash const &nodeHash) const override</div><div class="ttdef"><b>Definition:</b> <a href="ConsensusTransSetSF_8cpp_source.html#l00078">ConsensusTransSetSF.cpp:78</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMapHash_html"><div class="ttname"><a href="classripple_1_1SHAMapHash.html">ripple::SHAMapHash</a></div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00044">SHAMapTreeNode.h:44</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1TransactionMaster_html_a0d0e60c26fcefb409c8c61c48545c3ac"><div class="ttname"><a href="classripple_1_1TransactionMaster.html#a0d0e60c26fcefb409c8c61c48545c3ac">ripple::TransactionMaster::fetch_from_cache</a></div><div class="ttdeci">std::shared_ptr< Transaction > fetch_from_cache(uint256 const &)</div><div class="ttdef"><b>Definition:</b> <a href="TransactionMaster_8cpp_source.html#l00047">TransactionMaster.cpp:47</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ConsensusTransSetSF_html_a4452e5832ea436deb816e9f8752906a4"><div class="ttname"><a href="classripple_1_1ConsensusTransSetSF.html#a4452e5832ea436deb816e9f8752906a4">ripple::ConsensusTransSetSF::app_</a></div><div class="ttdeci">Application & app_</div><div class="ttdef"><b>Definition:</b> <a href="ConsensusTransSetSF_8h_source.html#l00051">ConsensusTransSetSF.h:51</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMapHash_html"><div class="ttname"><a href="classripple_1_1SHAMapHash.html">ripple::SHAMapHash</a></div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00043">SHAMapTreeNode.h:43</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1TransactionMaster_html_a0d0e60c26fcefb409c8c61c48545c3ac"><div class="ttname"><a href="classripple_1_1TransactionMaster.html#a0d0e60c26fcefb409c8c61c48545c3ac">ripple::TransactionMaster::fetch_from_cache</a></div><div class="ttdeci">std::shared_ptr< Transaction > fetch_from_cache(uint256 const &)</div><div class="ttdef"><b>Definition:</b> <a href="TransactionMaster_8cpp_source.html#l00052">TransactionMaster.cpp:52</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ConsensusTransSetSF_html_a4452e5832ea436deb816e9f8752906a4"><div class="ttname"><a href="classripple_1_1ConsensusTransSetSF.html#a4452e5832ea436deb816e9f8752906a4">ripple::ConsensusTransSetSF::app_</a></div><div class="ttdeci">Application & app_</div><div class="ttdef"><b>Definition:</b> <a href="ConsensusTransSetSF_8h_source.html#l00054">ConsensusTransSetSF.h:54</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Application_html_a860be08979e27d8c6f37f722f996ba6c"><div class="ttname"><a href="classripple_1_1Application.html#a860be08979e27d8c6f37f722f996ba6c">ripple::Application::getJobQueue</a></div><div class="ttdeci">virtual JobQueue & getJobQueue()=0</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Serializer_html_a394c3299f6cfcebdaa4bc98ec0c602d6"><div class="ttname"><a href="classripple_1_1Serializer.html#a394c3299f6cfcebdaa4bc98ec0c602d6">ripple::Serializer::slice</a></div><div class="ttdeci">Slice slice() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00067">Serializer.h:67</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Job_html"><div class="ttname"><a href="classripple_1_1Job.html">ripple::Job</a></div><div class="ttdef"><b>Definition:</b> <a href="Job_8h_source.html#l00083">Job.h:83</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SerialIter_html"><div class="ttname"><a href="classripple_1_1SerialIter.html">ripple::SerialIter</a></div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00311">Serializer.h:311</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Job_html"><div class="ttname"><a href="classripple_1_1Job.html">ripple::Job</a></div><div class="ttdef"><b>Definition:</b> <a href="Job_8h_source.html#l00082">Job.h:82</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SerialIter_html"><div class="ttname"><a href="classripple_1_1SerialIter.html">ripple::SerialIter</a></div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00368">Serializer.h:368</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ad5143ceada01141772ae4aab984f94bda9ff03a73c38a945848893498e0c617a4"><div class="ttname"><a href="namespaceripple.html#ad5143ceada01141772ae4aab984f94bda9ff03a73c38a945848893498e0c617a4">ripple::HashPrefix::transactionID</a></div><div class="ttdeci">@ transactionID</div><div class="ttdoc">transaction plus signature to give transaction ID</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="aclassripple_1_1SHAMapAbstractNode_html_a6cdeae87f96a46b976f2e70e985d4b0f"><div class="ttname"><a href="classripple_1_1SHAMapAbstractNode.html#a6cdeae87f96a46b976f2e70e985d4b0f">ripple::SHAMapAbstractNode::TNType</a></div><div class="ttdeci">TNType</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00095">SHAMapTreeNode.h:95</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMapAbstractNode_html_a6cdeae87f96a46b976f2e70e985d4b0f"><div class="ttname"><a href="classripple_1_1SHAMapAbstractNode.html#a6cdeae87f96a46b976f2e70e985d4b0f">ripple::SHAMapAbstractNode::TNType</a></div><div class="ttdeci">TNType</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00125">SHAMapTreeNode.h:125</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Serializer_html"><div class="ttname"><a href="classripple_1_1Serializer.html">ripple::Serializer</a></div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00043">Serializer.h:43</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_1TaggedCache_html_a0888d4d6fbbca70c1197213c8f8c4e06"><div class="ttname"><a href="classripple_1_1TaggedCache.html#a0888d4d6fbbca70c1197213c8f8c4e06">ripple::TaggedCache::insert</a></div><div class="ttdeci">bool insert(key_type const &key, T const &value)</div><div class="ttdoc">Insert the element into the container.</div><div class="ttdef"><b>Definition:</b> <a href="TaggedCache_8h_source.html#l00410">TaggedCache.h:410</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae3f5bc352766a1a8dbf5270eb7dbc2e7"><div class="ttname"><a href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">ripple::sha512Half</a></div><div class="ttdeci">sha512_half_hasher::result_type sha512Half(Args const &... args)</div><div class="ttdoc">Returns the SHA512-Half of a series of objects.</div><div class="ttdef"><b>Definition:</b> <a href="digest_8h_source.html#l00268">digest.h:268</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Serializer_html_a5f8c275ba7cfa80e56671b6935e29242"><div class="ttname"><a href="classripple_1_1Serializer.html#a5f8c275ba7cfa80e56671b6935e29242">ripple::Serializer::peekData</a></div><div class="ttdeci">Blob const & peekData() const</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00173">Serializer.h:173</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#l00292">Journal.h:292</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SHAMapHash_html_a8f95b5bc14b7085d368f56aeaa17ef4f"><div class="ttname"><a href="classripple_1_1SHAMapHash.html#a8f95b5bc14b7085d368f56aeaa17ef4f">ripple::SHAMapHash::as_uint256</a></div><div class="ttdeci">uint256 const & as_uint256() const</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00053">SHAMapTreeNode.h:53</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1TaggedCache_html_a0888d4d6fbbca70c1197213c8f8c4e06"><div class="ttname"><a href="classripple_1_1TaggedCache.html#a0888d4d6fbbca70c1197213c8f8c4e06">ripple::TaggedCache::insert</a></div><div class="ttdeci">bool insert(key_type const &key, T const &value)</div><div class="ttdoc">Insert the element into the container.</div><div class="ttdef"><b>Definition:</b> <a href="TaggedCache_8h_source.html#l00438">TaggedCache.h:438</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae3f5bc352766a1a8dbf5270eb7dbc2e7"><div class="ttname"><a href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">ripple::sha512Half</a></div><div class="ttdeci">sha512_half_hasher::result_type sha512Half(Args const &... args)</div><div class="ttdoc">Returns the SHA512-Half of a series of objects.</div><div class="ttdef"><b>Definition:</b> <a href="digest_8h_source.html#l00237">digest.h:237</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Serializer_html_a5f8c275ba7cfa80e56671b6935e29242"><div class="ttname"><a href="classripple_1_1Serializer.html#a5f8c275ba7cfa80e56671b6935e29242">ripple::Serializer::peekData</a></div><div class="ttdeci">Blob const & peekData() const</div><div class="ttdef"><b>Definition:</b> <a href="Serializer_8h_source.html#l00202">Serializer.h:202</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="aclassripple_1_1SHAMapHash_html_a8f95b5bc14b7085d368f56aeaa17ef4f"><div class="ttname"><a href="classripple_1_1SHAMapHash.html#a8f95b5bc14b7085d368f56aeaa17ef4f">ripple::SHAMapHash::as_uint256</a></div><div class="ttdeci">uint256 const & as_uint256() const</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00054">SHAMapTreeNode.h:54</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ConsensusTransSetSF_html_a92257a72ef2a13a88e6d9ff0b1e5d8b1"><div class="ttname"><a href="classripple_1_1ConsensusTransSetSF.html#a92257a72ef2a13a88e6d9ff0b1e5d8b1">ripple::ConsensusTransSetSF::ConsensusTransSetSF</a></div><div class="ttdeci">ConsensusTransSetSF(Application &app, NodeCache &nodeCache)</div><div class="ttdef"><b>Definition:</b> <a href="ConsensusTransSetSF_8cpp_source.html#l00033">ConsensusTransSetSF.cpp:33</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ConsensusTransSetSF_html_a80c5bb356fb7c15666aaeec5f9196fcc"><div class="ttname"><a href="classripple_1_1ConsensusTransSetSF.html#a80c5bb356fb7c15666aaeec5f9196fcc">ripple::ConsensusTransSetSF::j_</a></div><div class="ttdeci">const beast::Journal j_</div><div class="ttdef"><b>Definition:</b> <a href="ConsensusTransSetSF_8h_source.html#l00053">ConsensusTransSetSF.h:53</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ConsensusTransSetSF_html_a80c5bb356fb7c15666aaeec5f9196fcc"><div class="ttname"><a href="classripple_1_1ConsensusTransSetSF.html#a80c5bb356fb7c15666aaeec5f9196fcc">ripple::ConsensusTransSetSF::j_</a></div><div class="ttdeci">const beast::Journal j_</div><div class="ttdef"><b>Definition:</b> <a href="ConsensusTransSetSF_8h_source.html#l00056">ConsensusTransSetSF.h:56</a></div></div>
|
||||
<div class="ttc" id="aref_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/functional/ref.html">std::ref</a></div><div class="ttdeci">T ref(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1TaggedCache_html_a2e61f518bfa4db1818b19a04885e3f5f"><div class="ttname"><a href="classripple_1_1TaggedCache.html#a2e61f518bfa4db1818b19a04885e3f5f">ripple::TaggedCache::retrieve</a></div><div class="ttdeci">bool retrieve(const key_type &key, T &data)</div><div class="ttdef"><b>Definition:</b> <a href="TaggedCache_8h_source.html#l00422">TaggedCache.h:422</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1TaggedCache_html_a2e61f518bfa4db1818b19a04885e3f5f"><div class="ttname"><a href="classripple_1_1TaggedCache.html#a2e61f518bfa4db1818b19a04885e3f5f">ripple::TaggedCache::retrieve</a></div><div class="ttdeci">bool retrieve(const key_type &key, T &data)</div><div class="ttdef"><b>Definition:</b> <a href="TaggedCache_8h_source.html#l00450">TaggedCache.h:450</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Application_html_aae949580d66cede10b0b392755858e32"><div class="ttname"><a href="classripple_1_1Application.html#aae949580d66cede10b0b392755858e32">ripple::Application::getMasterTransaction</a></div><div class="ttdeci">virtual TransactionMaster & getMasterTransaction()=0</div></div>
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
|
||||
Reference in New Issue
Block a user