<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_protocol, branch v0.8.8.6</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.8.8.6</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.8.8.6'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2014-09-09T09:32:00Z</updated>
<entry>
<title>moved non-critical warnings and errors to log level 1</title>
<updated>2014-09-09T09:32:00Z</updated>
<author>
<name>fluffypony</name>
<email>ric@spagni.net</email>
</author>
<published>2014-09-09T09:32:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cf5a8b1d6c3df615641e81328bb3d8cf80cd70e3'/>
<id>urn:sha1:cf5a8b1d6c3df615641e81328bb3d8cf80cd70e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>License updated to BSD 3-clause</title>
<updated>2014-07-23T13:03:52Z</updated>
<author>
<name>fluffypony</name>
<email>ric@spagni.net</email>
</author>
<published>2014-07-23T13:03:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6fc995fe5d5a9f5e74ed520b695d67159aa08b33'/>
<id>urn:sha1:6fc995fe5d5a9f5e74ed520b695d67159aa08b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed time_t to uint64_t for serialization</title>
<updated>2014-07-23T09:59:31Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-07-23T09:59:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a99143444c9b67b4bf591ebd66ddec2e79d55407'/>
<id>urn:sha1:a99143444c9b67b4bf591ebd66ddec2e79d55407</id>
<content type='text'>
time_t is implementation-, architecture-, and apparently
compiler-dependent.  As an example, on my machine if I build a 64-bit
binary, sizeof(time_t) is 8, but for a 32-bit binary it's 4.  uint64_t
is therefore much more consistent for serialization, given that RPC
calls are potentially made between different machines.
</content>
</entry>
<entry>
<title>Added get_connections RPC call to daemon</title>
<updated>2014-07-18T23:33:03Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-07-18T23:33:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9f88b7ce6bc9845e097a6d67f3d3c97110b819c1'/>
<id>urn:sha1:9f88b7ce6bc9845e097a6d67f3d3c97110b819c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added static_cast to hshd.current_height</title>
<updated>2014-06-04T21:10:33Z</updated>
<author>
<name>Neozaru</name>
<email>neozaru@mailoo.org</email>
</author>
<published>2014-06-04T21:10:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de76efe9fe08cb649de661fe1a1211cf016cab87'/>
<id>urn:sha1:de76efe9fe08cb649de661fe1a1211cf016cab87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations</title>
<updated>2014-06-04T20:50:13Z</updated>
<author>
<name>Neozaru</name>
<email>neozaru@mailoo.org</email>
</author>
<published>2014-06-04T20:50:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7fea5645e2e9da312d2b02a1e22087f4b9aba1ce'/>
<id>urn:sha1:7fea5645e2e9da312d2b02a1e22087f4b9aba1ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0.8.8update</title>
<updated>2014-05-25T17:06:40Z</updated>
<author>
<name>mydesktop</name>
<email>dev.mc2@gmail.com</email>
</author>
<published>2014-05-25T17:06:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3a3a8176782a4fa75b0607fba0393c9d4a1746be'/>
<id>urn:sha1:3a3a8176782a4fa75b0607fba0393c9d4a1746be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix genesis block hash, checkpoint, days behind</title>
<updated>2014-05-03T19:17:29Z</updated>
<author>
<name>mydesktop</name>
<email>dev.mc2@gmail.com</email>
</author>
<published>2014-05-03T19:17:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4baedc48389840a0619329b7351e5099ddcebabe'/>
<id>urn:sha1:4baedc48389840a0619329b7351e5099ddcebabe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>json rpc for wallet and bugfix</title>
<updated>2014-04-02T16:00:17Z</updated>
<author>
<name>Antonio Juarez</name>
<email>antonio.maria.juarez@live.com</email>
</author>
<published>2014-04-02T16:00:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=29c2859a3e8a935ef605534c6c36333894980d50'/>
<id>urn:sha1:29c2859a3e8a935ef605534c6c36333894980d50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some fixes</title>
<updated>2014-03-20T11:46:11Z</updated>
<author>
<name>Antonio Juarez</name>
<email>antonio.maria.juarez@live.com</email>
</author>
<published>2014-03-20T11:46:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8efa1313f3614f34ac0bac947314bb53e9a2412b'/>
<id>urn:sha1:8efa1313f3614f34ac0bac947314bb53e9a2412b</id>
<content type='text'>
</content>
</entry>
</feed>
