<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/blockchain.cpp, branch v0.10.2.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.10.2.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.2.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-02-23T23:18:10Z</updated>
<entry>
<title>core: protect precomputed block hashes with SHA256</title>
<updated>2017-02-23T23:18:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-23T23:18:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=583a7b5c74239aa9e645ea5b604e4504b323271f'/>
<id>urn:sha1:583a7b5c74239aa9e645ea5b604e4504b323271f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1727</title>
<updated>2017-02-21T09:27:15Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T09:27:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=49efd3add9f7b9bbcbd2526538846f6d8e58ac86'/>
<id>urn:sha1:49efd3add9f7b9bbcbd2526538846f6d8e58ac86</id>
<content type='text'>
0288310e blockchain_db: add "raw" blobdata getters for block and transaction (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #1724</title>
<updated>2017-02-21T09:23:03Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T09:23:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=59d96eedd86c4e35879592f44af80ae32a35d447'/>
<id>urn:sha1:59d96eedd86c4e35879592f44af80ae32a35d447</id>
<content type='text'>
cca95c1c blockchain_db: do not throw on expected partial results getting keys (moneromooo-monero)
</content>
</entry>
<entry>
<title>Add a few read txns to streamline</title>
<updated>2017-02-18T21:01:24Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-02-18T17:27:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dc53e9eef22531902b8bbad7d9ec33cefc211e84'/>
<id>urn:sha1:dc53e9eef22531902b8bbad7d9ec33cefc211e84</id>
<content type='text'>
Slight perf gain, but mainly to reduce spam at loglevel 3
</content>
</entry>
<entry>
<title>blockchain_db: add "raw" blobdata getters for block and transaction</title>
<updated>2017-02-13T21:11:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-01-15T16:05:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0288310e3b4e777dd4d120898319192f957996a2'/>
<id>urn:sha1:0288310e3b4e777dd4d120898319192f957996a2</id>
<content type='text'>
This speeds up operations such as serving blocks to syncing peers
</content>
</entry>
<entry>
<title>blockchain_db: do not throw on expected partial results getting keys</title>
<updated>2017-02-13T19:05:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-13T19:05:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cca95c1c7aa7506c7ec0df9846807050911152eb'/>
<id>urn:sha1:cca95c1c7aa7506c7ec0df9846807050911152eb</id>
<content type='text'>
When scanning for outputs used in a set of incoming blocks,
we expect that some of the inputs in their transactions will
not be found in the blockchain, as they could be in previous
blocks in that set. Those outputs will be scanned there at
a later point. In this case, we add a flag to control wehther
an output not being found is expected or not.
</content>
</entry>
<entry>
<title>extract some basic code from libcryptonote_core into libcryptonote_basic</title>
<updated>2017-02-08T13:45:15Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2017-01-26T15:07:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8027ce0c75f882de0523e668defa0bc3c8564e96'/>
<id>urn:sha1:8027ce0c75f882de0523e668defa0bc3c8564e96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace BOOST_REVERSE_FOREACH with ranged for</title>
<updated>2017-01-22T20:47:39Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-01-22T20:47:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=36dd3e238fcac89115d2d6788e95f1302417e0c2'/>
<id>urn:sha1:36dd3e238fcac89115d2d6788e95f1302417e0c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: fix orphan_status when getting blocks</title>
<updated>2017-01-22T12:20:55Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-01-22T12:20:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b70ab128fceeeb1e193f349f6a4ebb2af4df1a8d'/>
<id>urn:sha1:b70ab128fceeeb1e193f349f6a4ebb2af4df1a8d</id>
<content type='text'>
It was always set to false, even for orphan blocks
</content>
</entry>
</feed>
