<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/rpc/core_rpc_server.cpp, branch v0.12.1.0</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.12.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.12.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-05-19T12:28:02Z</updated>
<entry>
<title>speed up get_output_distribution (and precalc common case)</title>
<updated>2018-05-19T12:28:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-16T21:41:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ffe9d8821af608168b65bb6c6c881dcae0913e33'/>
<id>urn:sha1:ffe9d8821af608168b65bb6c6c881dcae0913e33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3686</title>
<updated>2018-04-28T20:38:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-04-28T20:38:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a48658017b0f7bbb14397d0901f091f1cd842f37'/>
<id>urn:sha1:a48658017b0f7bbb14397d0901f091f1cd842f37</id>
<content type='text'>
d003f07c speedup get_output_histogram for all amounts when min_count &gt; 0 (moneromooo-monero)
df9d59ca wallet2: add missing parameters to get_output_histogram (moneromooo-monero)
</content>
</entry>
<entry>
<title>speedup get_output_histogram for all amounts when min_count &gt; 0</title>
<updated>2018-04-22T21:36:01Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-03-22T17:51:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d003f07c59933725b7e35ca758bbfdb2b11b4ea3'/>
<id>urn:sha1:d003f07c59933725b7e35ca758bbfdb2b11b4ea3</id>
<content type='text'>
This skips the vast majority of "dust" output amounts with just
one instance on the chain. Clocks in at 0.15% of the original
time on testnet.
</content>
</entry>
<entry>
<title>add top height to get_output_distribution, and cache it for rct</title>
<updated>2018-04-13T09:55:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-08T12:24:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=96370488c0e65882d7232f523717875aa543cbe8'/>
<id>urn:sha1:96370488c0e65882d7232f523717875aa543cbe8</id>
<content type='text'>
This should cache the vast majority of calls for long running wallets
</content>
</entry>
<entry>
<title>rpc: add missing perf timer for get_output_distribution</title>
<updated>2018-04-12T17:06:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-08T12:23:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bc4d53bececb50e2ff3ffce392b8938d09f8045e'/>
<id>urn:sha1:bc4d53bececb50e2ff3ffce392b8938d09f8045e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: allow getting pruned blocks from gettransactions</title>
<updated>2018-04-07T07:41:59Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-04T09:03:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2897c269de2d16473d7ad665285c8b712cf08227'/>
<id>urn:sha1:2897c269de2d16473d7ad665285c8b712cf08227</id>
<content type='text'>
and get them pruned in find_and_save_rings, since it does not need
the pruned data in the first place.

Also set decode_to_json to false where missing, we don't need this
either.
</content>
</entry>
<entry>
<title>fix lambda compile error on openbsd</title>
<updated>2018-03-27T13:49:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-03-27T13:47:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8ff2cc751d70839394e8ae2e5b7de6e77d91e9bc'/>
<id>urn:sha1:8ff2cc751d70839394e8ae2e5b7de6e77d91e9bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3336</title>
<updated>2018-03-16T16:08:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-03-16T16:08:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0f27fc57acb708c48523ada6b67304c81da4aa3c'/>
<id>urn:sha1:0f27fc57acb708c48523ada6b67304c81da4aa3c</id>
<content type='text'>
57c0b1ed Fix typos in various files (Dimitris Apostolou)
</content>
</entry>
<entry>
<title>add RPC to get a histogram of outputs of a given amount</title>
<updated>2018-03-16T10:32:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-19T11:15:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=41f727ce42d0fce9e40e4da7bf4abda92eef1016'/>
<id>urn:sha1:41f727ce42d0fce9e40e4da7bf4abda92eef1016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in various files</title>
<updated>2018-03-15T16:25:38Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2018-03-01T11:36:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57c0b1ed9f15ca27892a8737156c3b8e32a1625e'/>
<id>urn:sha1:57c0b1ed9f15ca27892a8737156c3b8e32a1625e</id>
<content type='text'>
</content>
</entry>
</feed>
