<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/rpc, 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 #3711</title>
<updated>2018-04-28T20:42:09Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-04-28T20:42:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=333c7edeb994c75b45a14fad7c37bf9eb50c4bb0'/>
<id>urn:sha1:333c7edeb994c75b45a14fad7c37bf9eb50c4bb0</id>
<content type='text'>
c0e22ebc [RELEASE] Fix broken interactive daemon 'limit' commands plus RPC calls (rbrunner7)
</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>[RELEASE] Fix broken interactive daemon 'limit' commands plus RPC calls</title>
<updated>2018-04-26T18:08:17Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2018-04-25T19:37:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c0e22ebccaefd8cc4263ddbb51277d80214a012b'/>
<id>urn:sha1:c0e22ebccaefd8cc4263ddbb51277d80214a012b</id>
<content type='text'>
</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>Merge pull request #3503</title>
<updated>2018-03-29T15:04:12Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-03-29T15:04:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9fce7614c1ed467037c2e39b6d2e9f7d49197dfb'/>
<id>urn:sha1:9fce7614c1ed467037c2e39b6d2e9f7d49197dfb</id>
<content type='text'>
8ff2cc75 fix lambda compile error on openbsd (moneromooo-monero)
</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>
</feed>
