<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src, branch v0.14.0.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.14.0.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-02-20T16:30:13Z</updated>
<entry>
<title>bump version, update readme to reflect, update checkpoints</title>
<updated>2019-02-20T16:30:13Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-02-20T16:30:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dd0e1d22fa8f7762a8ca6090a4081660bac15170'/>
<id>urn:sha1:dd0e1d22fa8f7762a8ca6090a4081660bac15170</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update quick sync checkpoints and hash</title>
<updated>2019-02-20T16:17:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-02-20T16:17:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=392f0858c632f9088be603515d1031800796e10e'/>
<id>urn:sha1:392f0858c632f9088be603515d1031800796e10e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: fix payment ID decryption for construction data</title>
<updated>2019-02-20T10:47:34Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2019-02-20T02:24:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3233fdea02ff62fcb1689cee0375b61c32e7cb83'/>
<id>urn:sha1:3233fdea02ff62fcb1689cee0375b61c32e7cb83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain: remove buggy long term block weight cache</title>
<updated>2019-02-19T15:21:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-02-19T11:00:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=395eb9217a72b9b1579c8ba1c959f428b21d26b6'/>
<id>urn:sha1:395eb9217a72b9b1579c8ba1c959f428b21d26b6</id>
<content type='text'>
It seems to be buggy on reorgs, and prevents the use of
a blockchain with two nodes.
We'll speed this up again if/when the need arises.
</content>
</entry>
<entry>
<title>blockchain: fix block template creation race</title>
<updated>2019-02-18T15:43:08Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-02-18T15:43:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0c0f6034c099aadbb63c42c604beb8ba853a55e4'/>
<id>urn:sha1:0c0f6034c099aadbb63c42c604beb8ba853a55e4</id>
<content type='text'>
If two create_block_template are called at nearly the same time,
and a block is added at nearly the same time, this could happen:

- the blockchain top block is B0
- thread 1 enters create_block_template, takes blockchain lock
- thread 1 creates a fresh block referencing prev block B0
- thread 1 releases blockchain lock
- thread 0 adds a new block
- thread 0 enters create_block_template
- thread 0 updates block template
- thread 1 takes txpool lock and continues creating block template
- thread 1 overwrites block template with previous data
</content>
</entry>
<entry>
<title>Merge pull request #5159</title>
<updated>2019-02-18T15:08:09Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-02-18T15:08:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e81829bb52c0cb0ae73f00f264e2beeef086dc14'/>
<id>urn:sha1:e81829bb52c0cb0ae73f00f264e2beeef086dc14</id>
<content type='text'>
1d628550 blockchain: fix long term weight addition on pop/init (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #5158</title>
<updated>2019-02-18T15:07:50Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-02-18T15:07:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=35616a71da0556189b120adfe4d793d7337d3587'/>
<id>urn:sha1:35616a71da0556189b120adfe4d793d7337d3587</id>
<content type='text'>
993a1994 tests: add a CNv4 JIT test (moneromooo-monero)
736f2579 crypto: plug CNv4 JIT into cn_slow_hash (moneromooo-monero)
2e9b988a crypto: clear cache after generating random program (moneromooo-monero)
683c3d13 performance_tests: add tests for new Cryptonight variants (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #5157</title>
<updated>2019-02-18T15:07:25Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-02-18T15:07:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=09bbfa805dc5cf3d50340813afe851754418def9'/>
<id>urn:sha1:09bbfa805dc5cf3d50340813afe851754418def9</id>
<content type='text'>
3b7967c6 rpc: fix wrongly formatted JSON for pruned tx (stoffu)
</content>
</entry>
<entry>
<title>tests: add a CNv4 JIT test</title>
<updated>2019-02-18T13:14:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-02-17T12:01:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=993a1994fa5dc9d25391c483218b00010e6bf4ea'/>
<id>urn:sha1:993a1994fa5dc9d25391c483218b00010e6bf4ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain: fix long term weight addition on pop/init</title>
<updated>2019-02-18T12:46:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-02-18T12:44:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1d62855044eed34f0184a468b90d63414c2a9ebc'/>
<id>urn:sha1:1d62855044eed34f0184a468b90d63414c2a9ebc</id>
<content type='text'>
</content>
</entry>
</feed>
