<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon, branch v0.9.2</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.9.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-15T05:31:09Z</updated>
<entry>
<title>fix formatting error on bitmonero print_block return</title>
<updated>2016-03-15T05:31:09Z</updated>
<author>
<name>Mike C</name>
<email>micro-machine@users.noreply.github.com</email>
</author>
<published>2016-03-15T05:31:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5dd91f6332ccb9c7ddb954e740fea9e6946626a9'/>
<id>urn:sha1:5dd91f6332ccb9c7ddb954e740fea9e6946626a9</id>
<content type='text'>
Example of current return for `print_block 912345`:

    timestamp: 1452793716
    previous hash:
b61c58b2e0be53fad5ef9d9731a55e8a81d972b8d90ed07c04fd37ca6403ff78
    nonce: 1646
    is orphan: 0
    height: 912345
    depth: 85434
    hash:
e22cf75f39ae720e8b71b3d120a5ac03f0db50bba6379e2850975b4859190bc6difficul
ty: 815625611
    reward: 7388968946286
    {
      "major_version": 1,
      "minor_version": 2,
      …

Without `std::endl`, the difficulty gets smashed on the end of the hash.
</content>
</entry>
<entry>
<title>move g_test_dbg_lock_sleep from a global to a function level static</title>
<updated>2016-02-22T19:34:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-22T19:34:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5e3557d2c30f9f1a206d93441897793a993f3618'/>
<id>urn:sha1:5e3557d2c30f9f1a206d93441897793a993f3618</id>
<content type='text'>
This avoids the need to define that variable in every program
which uses epee.
</content>
</entry>
<entry>
<title>daemon: remove leftover debug log</title>
<updated>2016-02-05T16:36:28Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-05T16:36:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d9f4b395e846f56f725317fbd9b3dea7424d4add'/>
<id>urn:sha1:d9f4b395e846f56f725317fbd9b3dea7424d4add</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #631</title>
<updated>2016-01-31T13:20:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-01-31T13:20:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=39d73d2a27730e6a5844c259d81a0ed9d4ee3000'/>
<id>urn:sha1:39d73d2a27730e6a5844c259d81a0ed9d4ee3000</id>
<content type='text'>
bcac101 daemon: fix a few issues reported by valgrind (moneromooo-monero)
a7e8174 tx_pool: fix serialization of new relayed data (moneromooo-monero)
601ad76 hardfork: fix mixup in indexing variable in get_voting_info (moneromooo-monero)
444e22f blockchain: remove unused timer (moneromooo-monero)
7edfdd8 blockchain: fix m_sync_counter uninitialized variable use (moneromooo-monero)
d97582c epee: use generate_random_bytes for new random uuids (moneromooo-monero)
17c7c9c epee: remove dodgy random code that nobody uses (moneromooo-monero)
</content>
</entry>
<entry>
<title>daemon: fix a few issues reported by valgrind</title>
<updated>2016-01-30T22:14:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-30T22:14:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bcac1018af2315d9a6ce5986166c8016c6f1827f'/>
<id>urn:sha1:bcac1018af2315d9a6ce5986166c8016c6f1827f</id>
<content type='text'>
In particular, ensure we check the status of RPC response structures,
as some functions will return success, but with a BUSY status, when
the daemon is not yet synced, and the response will not filled.
</content>
</entry>
<entry>
<title>new flush_txpool command, and associated RPC call</title>
<updated>2016-01-30T13:28:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-30T13:28:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bf6d1474c097ee0affe827fe2e3dac489b290f40'/>
<id>urn:sha1:bf6d1474c097ee0affe827fe2e3dac489b290f40</id>
<content type='text'>
It can flush a particular tx, or the whole pool (the RPC command
can flush a list of transactions too)
</content>
</entry>
<entry>
<title>add received time to print_pool and print_pool_sh</title>
<updated>2016-01-28T09:24:26Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-01-28T09:24:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=afe2d1a09f1d3a119d0bb8f87f5a2da9e75c5def'/>
<id>urn:sha1:afe2d1a09f1d3a119d0bb8f87f5a2da9e75c5def</id>
<content type='text'>
</content>
</entry>
<entry>
<title>'max limit of...' is redundant wording, rephrase</title>
<updated>2016-01-14T22:13:12Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate01@gmail.com</email>
</author>
<published>2016-01-14T22:13:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0100e951d3a3580f2d498416b82f56e908dfa046'/>
<id>urn:sha1:0100e951d3a3580f2d498416b82f56e908dfa046</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print msg when successfully updating out_peers</title>
<updated>2016-01-14T22:10:07Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate01@gmail.com</email>
</author>
<published>2016-01-14T22:10:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=80e38895b3d14e279ce80e84b3bdd8c76ebde0c5'/>
<id>urn:sha1:80e38895b3d14e279ce80e84b3bdd8c76ebde0c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>daemon: fix status command when run from command line</title>
<updated>2016-01-11T21:50:41Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-11T21:50:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eaf4dcd7471302f8badaaca0deb509f715499a26'/>
<id>urn:sha1:eaf4dcd7471302f8badaaca0deb509f715499a26</id>
<content type='text'>
</content>
</entry>
</feed>
