<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon, 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-10-24T19:30:57Z</updated>
<entry>
<title>cmake: fix up link lines</title>
<updated>2014-10-24T19:30:57Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-24T19:30:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=01895dd0676cb8252ed5274c15000e361c965370'/>
<id>urn:sha1:01895dd0676cb8252ed5274c15000e361c965370</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: support 2.8.7</title>
<updated>2014-10-24T19:29:51Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-24T18:48:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7d708e422397fb0ba8ac29855eb27964115e7217'/>
<id>urn:sha1:7d708e422397fb0ba8ac29855eb27964115e7217</id>
<content type='text'>
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer
versions prefer PUBLIC and PRIVATE instead, but still support the LINK_
prefix.
</content>
</entry>
<entry>
<title>cmake: handle private vs. public headers</title>
<updated>2014-10-23T20:42:34Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-21T16:38:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f53f04724c714a40c10e8c0afdca465054fabca8'/>
<id>urn:sha1:f53f04724c714a40c10e8c0afdca465054fabca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: refactor common code with executables</title>
<updated>2014-10-23T20:42:34Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-21T15:21:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c773f465ca7e691b94394d8c7c682c8eb78e5c25'/>
<id>urn:sha1:c773f465ca7e691b94394d8c7c682c8eb78e5c25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: put each library into its own directory</title>
<updated>2014-10-23T20:42:34Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-21T15:13:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=89cff7bddc6f76ae7382e92569f9a902b262cc5f'/>
<id>urn:sha1:89cff7bddc6f76ae7382e92569f9a902b262cc5f</id>
<content type='text'>
This cleans up the CMake code and shows patterns more easily (to be
refactored in the next commit).
</content>
</entry>
<entry>
<title>Fixed segfault with checkpoints loading</title>
<updated>2014-09-30T20:21:37Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-09-27T21:46:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7568f89c5559a667c53dfaa6d1bef27fe3b4ae86'/>
<id>urn:sha1:7568f89c5559a667c53dfaa6d1bef27fe3b4ae86</id>
<content type='text'>
Bounds checking on blockchain_storage' m_blocks.size() when validating
against checkpoints.  Also moved initial json &amp; DNS checkpoints load to
after blockchain init.
</content>
</entry>
<entry>
<title>DNS checkpoint updating added, and daemon flag to enforce them</title>
<updated>2014-09-30T20:21:37Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-09-26T05:01:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b261d9207ba5cdc0334fab403204971f79b6ca03'/>
<id>urn:sha1:b261d9207ba5cdc0334fab403204971f79b6ca03</id>
<content type='text'>
The daemon should now check for updated checkpoints from
checkpoints.moneropulse.org as well as from the configured json file
every ~1hr (and on launch).

The daemon now has a flag to enable enforcing these checkpoints (rather
    than just printing a warning when they fail).

TODO: an easily configurable list of DNS servers to check for
checkpoints as opposed to the hard-coded "checkpoints.moneropulse.org"
</content>
</entry>
<entry>
<title>reload checkpoints file every ~hr and print if any fail</title>
<updated>2014-09-30T20:21:37Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-09-25T05:15:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=30caebfce3a2445b809125a541cc9958b07d02f5'/>
<id>urn:sha1:30caebfce3a2445b809125a541cc9958b07d02f5</id>
<content type='text'>
also some other minor bug squashing and code formatting
</content>
</entry>
<entry>
<title>Added ability to read chechpoint hashes from json file in data folder</title>
<updated>2014-09-24T22:00:44Z</updated>
<author>
<name>Tomer Konforty</name>
<email>tomerk@kon40.com</email>
</author>
<published>2014-09-24T14:36:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=06a4578bf253cfde6f0ab352994b3aadf61ec372'/>
<id>urn:sha1:06a4578bf253cfde6f0ab352994b3aadf61ec372</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give up on brace initializers in initializer lists (MSVC bug)</title>
<updated>2014-09-15T21:14:24Z</updated>
<author>
<name>Zachary Michaels</name>
<email>mikezackles@gmail.com</email>
</author>
<published>2014-09-15T20:28:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=59ab569da1fa16d379f519f5480c03e39f05b44d'/>
<id>urn:sha1:59ab569da1fa16d379f519f5480c03e39f05b44d</id>
<content type='text'>
</content>
</entry>
</feed>
