<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_utilities, branch v0.10.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.10.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-09-18T06:56:26Z</updated>
<entry>
<title>cmake: transitive deps and remove deprecated LINK_*</title>
<updated>2016-09-18T06:56:26Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T17:59:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1c7af35d47c6f54628418f67128074c1bcd4858'/>
<id>urn:sha1:e1c7af35d47c6f54628418f67128074c1bcd4858</id>
<content type='text'>
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.

Break dep cycle between blockchain_db &lt;-&gt; crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).

This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
</content>
</entry>
<entry>
<title>fix nigglies, as pointed out by moneromooo-monero</title>
<updated>2016-09-03T20:36:09Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-03T20:36:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=011e42f3377b9fa727c419113e683ffada15ae88'/>
<id>urn:sha1:011e42f3377b9fa727c419113e683ffada15ae88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix blockchain utilities readme</title>
<updated>2016-09-03T19:54:10Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-03T19:54:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=04b120fb398ed1053b1908ecdcdc05d9c6f9027e'/>
<id>urn:sha1:04b120fb398ed1053b1908ecdcdc05d9c6f9027e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove blockchain_dump</title>
<updated>2016-09-03T12:07:17Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-03T12:07:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=883d651c3b6a9a94e3351d5caafdc6147bc89c9a'/>
<id>urn:sha1:883d651c3b6a9a94e3351d5caafdc6147bc89c9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename blockchain utils</title>
<updated>2016-09-03T11:45:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-03T11:45:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b6973b805314a85a9dac8db1b3595c44cba3a604'/>
<id>urn:sha1:b6973b805314a85a9dac8db1b3595c44cba3a604</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove cn_deserialize</title>
<updated>2016-09-03T11:20:53Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-03T11:20:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f968ccb9d3d34d163dc5638006e6b87c78ddfdb3'/>
<id>urn:sha1:f968ccb9d3d34d163dc5638006e6b87c78ddfdb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove original Cryptonote blockchain_storage blockchain format</title>
<updated>2016-08-28T20:27:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-05-26T20:48:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9e82b694da120708652871b55f639d1ef306a7ec'/>
<id>urn:sha1:9e82b694da120708652871b55f639d1ef306a7ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove hf_starting_height db</title>
<updated>2016-07-13T20:38:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-13T20:19:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d7b681cd6518834ce9b76676980561cb8e235cff'/>
<id>urn:sha1:d7b681cd6518834ce9b76676980561cb8e235cff</id>
<content type='text'>
It's not really needed, it used to be an optimization for when
that code was not using the db and needed to recalculate things
fast on startup.
</content>
</entry>
<entry>
<title>cn_deserialize: add minergate data</title>
<updated>2016-06-06T17:51:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-06-06T17:51:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c5f00bc7515250e1c4c71c8be9387bb33af6ee9a'/>
<id>urn:sha1:c5f00bc7515250e1c4c71c8be9387bb33af6ee9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cn_deserialize: print extra nonce as hex data</title>
<updated>2016-06-06T17:51:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-06-06T17:51:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2470b20029265fdff21696f0ff2249409f21fff1'/>
<id>urn:sha1:2470b20029265fdff21696f0ff2249409f21fff1</id>
<content type='text'>
</content>
</entry>
</feed>
