<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core, branch v0.10.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.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-12-13T14:36:43Z</updated>
<entry>
<title>Merge pull request #1437</title>
<updated>2016-12-13T14:36:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-12-13T14:36:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b1bdb4e5293d54da8625698e17fca934ee4dbdb9'/>
<id>urn:sha1:b1bdb4e5293d54da8625698e17fca934ee4dbdb9</id>
<content type='text'>
655eafd1 bump version (Riccardo Spagni)
117194a3 update checkpoints (Riccardo Spagni)
39a9db9e update checkpoints (Riccardo Spagni)
</content>
</entry>
<entry>
<title>blockchain: fix reorganizations past a hard fork boundary</title>
<updated>2016-12-13T02:13:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-12-13T02:13:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dd144b14bcdcd7679d201e762a1165dcdea13c29'/>
<id>urn:sha1:dd144b14bcdcd7679d201e762a1165dcdea13c29</id>
<content type='text'>
After popping blocks from the old chain, the hard fork object's
notion of the current version was not in line with the new height,
causing the first blocks from the new chain to be rejected due
to a false expection of a newer version.
</content>
</entry>
<entry>
<title>update checkpoints</title>
<updated>2016-12-12T22:24:48Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-12-12T22:24:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=39a9db9eb1494a774ab66fadfc0a14f157ab21de'/>
<id>urn:sha1:39a9db9eb1494a774ab66fadfc0a14f157ab21de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1419</title>
<updated>2016-12-10T12:48:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-12-10T12:48:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=930aceb24241d5f8f863fec585b7d338674bf0a0'/>
<id>urn:sha1:930aceb24241d5f8f863fec585b7d338674bf0a0</id>
<content type='text'>
f4a3ce15 Fix sending outputs from a tx with more than one pubkey (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #1418</title>
<updated>2016-12-10T12:48:39Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-12-10T12:48:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0f99423080c22050c9198dc12a8cf908f8f5ecc0'/>
<id>urn:sha1:0f99423080c22050c9198dc12a8cf908f8f5ecc0</id>
<content type='text'>
dfbb85b6 blockchain: fix setting non trovial alternate chain as invalid (moneromooo-monero)
</content>
</entry>
<entry>
<title>Fix sending outputs from a tx with more than one pubkey</title>
<updated>2016-12-09T18:21:21Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-12-09T18:21:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f4a3ce15c196c2e8c723ab459be69e60d7de6007'/>
<id>urn:sha1:f4a3ce15c196c2e8c723ab459be69e60d7de6007</id>
<content type='text'>
A bug in cold signing caused a spurious pubkey to be included
in transactions, so we need to ensure we use the correct one
when sending outputs from one of those.
</content>
</entry>
<entry>
<title>blockchain: fix setting non trovial alternate chain as invalid</title>
<updated>2016-12-08T22:26:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-12-08T22:26:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dfbb85b6fef5daf26d5c1359245dec71606e6076'/>
<id>urn:sha1:dfbb85b6fef5daf26d5c1359245dec71606e6076</id>
<content type='text'>
The wrong iterator was being used.
Also preincrement iterators to avoid possibly invalidating them,
I'm not sure this is necessary, but let's be safe.
</content>
</entry>
<entry>
<title>blockchain: bring the v4 fork height one block forward</title>
<updated>2016-12-06T21:59:08Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2016-12-06T21:46:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=648ea6bef1afb8e6eb6eb240987ce2e6f7ed3de6'/>
<id>urn:sha1:648ea6bef1afb8e6eb6eb240987ce2e6f7ed3de6</id>
<content type='text'>
This will ensure the early 0.10 daemons will barf at the fork
height, and not a bit later, which could be confusing.
</content>
</entry>
<entry>
<title>ringct: switch to Borromean signatures</title>
<updated>2016-12-04T21:54:11Z</updated>
<author>
<name>Shen Noether</name>
<email>Shen.Noether@gmx.com</email>
</author>
<published>2016-11-17T23:17:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=76958fc75abc18c928474eea91ac05fd5e0fcb41'/>
<id>urn:sha1:76958fc75abc18c928474eea91ac05fd5e0fcb41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1398</title>
<updated>2016-12-04T20:28:22Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-12-04T20:28:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f2ea2afb772d4377450d2e79ebf44d1e1ffa3ec6'/>
<id>urn:sha1:f2ea2afb772d4377450d2e79ebf44d1e1ffa3ec6</id>
<content type='text'>
f4772bae Fix a few minor typos (Pierre Boyer)
</content>
</entry>
</feed>
