<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/rpc/daemon_handler.cpp, branch v0.15.0.1</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.15.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.15.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-09-27T00:10:37Z</updated>
<entry>
<title>monerod can now sync from pruned blocks</title>
<updated>2019-09-27T00:10:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-09-16T12:18:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8330e772f1ed680a54833d25c4d17d09a99ab8d6'/>
<id>urn:sha1:8330e772f1ed680a54833d25c4d17d09a99ab8d6</id>
<content type='text'>
If the peer (whether pruned or not itself) supports sending pruned blocks
to syncing nodes, the pruned version will be sent along with the hash
of the pruned data and the block weight. The original tx hashes can be
reconstructed from the pruned txes and theur prunable data hash. Those
hashes and the block weights are hashes and checked against the set of
precompiled hashes, ensuring the data we received is the original data.
It is currently not possible to use this system when not using the set
of precompiled hashes, since block weights can not otherwise be checked
for validity.

This is off by default for now, and is enabled by --sync-pruned-blocks
</content>
</entry>
<entry>
<title>Merge pull request #5487</title>
<updated>2019-08-14T20:26:55Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-08-14T20:26:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2258551ef999c016b4d7404eb81598ed43e84410'/>
<id>urn:sha1:2258551ef999c016b4d7404eb81598ed43e84410</id>
<content type='text'>
df83ed7 consensus: from v12, enforce &gt;= 2 outputs (moneromooo-monero)
</content>
</entry>
<entry>
<title>miner: fix double free of thread attributes</title>
<updated>2019-06-09T08:51:18Z</updated>
<author>
<name>ston1th</name>
<email>ston1th@users.noreply.github.com</email>
</author>
<published>2019-06-09T08:51:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f2f207d63578735c875472cf56ad4dee787ba110'/>
<id>urn:sha1:f2f207d63578735c875472cf56ad4dee787ba110</id>
<content type='text'>
issue: #5568
</content>
</entry>
<entry>
<title>Merge pull request #5510</title>
<updated>2019-05-07T15:36:27Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-05-07T15:36:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f64f59627dddd65a6a99cc057586f6460b5154e1'/>
<id>urn:sha1:f64f59627dddd65a6a99cc057586f6460b5154e1</id>
<content type='text'>
e9809382 fix wide difficulty conversion with some versions of boost (moneromooo-monero)
</content>
</entry>
<entry>
<title>fix wide difficulty conversion with some versions of boost</title>
<updated>2019-05-01T19:58:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-01T19:57:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e9809382109765ce53fcbd95e1fc593d9b19e184'/>
<id>urn:sha1:e9809382109765ce53fcbd95e1fc593d9b19e184</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: improve get_output_distribution</title>
<updated>2019-04-25T16:49:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-25T16:41:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0eb0d6b8022b73cbb76e86a7022705f1e9173837'/>
<id>urn:sha1:0eb0d6b8022b73cbb76e86a7022705f1e9173837</id>
<content type='text'>
It can now handle small reorgs without having to rescan the
whole blockchain.

Also add a test for it.
</content>
</entry>
<entry>
<title>consensus: from v12, enforce &gt;= 2 outputs</title>
<updated>2019-04-23T22:09:35Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-23T21:56:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=df83ed74e487d6f828164bb9652681801abb439e'/>
<id>urn:sha1:df83ed74e487d6f828164bb9652681801abb439e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: fix get_block_hashes.bin from wallet on pruned blockchain</title>
<updated>2019-04-15T22:27:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-15T12:29:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d009f6dd6182ee448b12ece226909df21bac45a8'/>
<id>urn:sha1:d009f6dd6182ee448b12ece226909df21bac45a8</id>
<content type='text'>
We want to get all blocks here, even pruned ones
</content>
</entry>
<entry>
<title>Make difficulty 128 bit instead of 64 bit</title>
<updated>2019-03-24T21:03:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-31T10:44:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=91f4c7f45f794fc7bee99356e56853369c98c410'/>
<id>urn:sha1:91f4c7f45f794fc7bee99356e56853369c98c410</id>
<content type='text'>
Based on Boolberry work by:
  jahrsg &lt;jahr@jahr.me&gt;
  cr.zoidberg &lt;crypto.zoidberg@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #5207</title>
<updated>2019-03-24T17:33:36Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-24T17:33:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0920ac76429419699ff620e73bf6b46a1d012097'/>
<id>urn:sha1:0920ac76429419699ff620e73bf6b46a1d012097</id>
<content type='text'>
be6f426a rpc: Allow submitting tx as hex blob over ZMQ (Nathan Dorfman)
</content>
</entry>
</feed>
