<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src, branch v0.11.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.11.0.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-09-06T15:34:14Z</updated>
<entry>
<title>update checkpoint hashes</title>
<updated>2017-09-06T15:34:14Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-09-06T15:34:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=64ab224c0e14fe26006c578b256329426eef0974'/>
<id>urn:sha1:64ab224c0e14fe26006c578b256329426eef0974</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update hardcoded checkpoints</title>
<updated>2017-09-06T07:11:22Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-09-06T07:11:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=12b86e4402ae68070e25309cc194e473533ffe74'/>
<id>urn:sha1:12b86e4402ae68070e25309cc194e473533ffe74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update checkpoints.dat</title>
<updated>2017-09-06T07:08:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-09-06T07:08:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=21d0a40cff6f11e2368f397d87714d5aaa6f1963'/>
<id>urn:sha1:21d0a40cff6f11e2368f397d87714d5aaa6f1963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2397</title>
<updated>2017-09-04T15:04:58Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-09-04T15:04:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2f7358ef75eee5623478ef31c66ce69e7be967e2'/>
<id>urn:sha1:2f7358ef75eee5623478ef31c66ce69e7be967e2</id>
<content type='text'>
c6375a14 tx_pool: catch exceptions in LockedTXN dtor (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #2393</title>
<updated>2017-09-04T15:04:45Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-09-04T15:04:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da3930ccbb4a6a46411d19ba077c842e66f9aa77'/>
<id>urn:sha1:da3930ccbb4a6a46411d19ba077c842e66f9aa77</id>
<content type='text'>
585e6b35 Add a --fluffy-blocks option to relay blocks as fluffy blocks (moneromooo-monero)
</content>
</entry>
<entry>
<title>tx_pool: catch exceptions in LockedTXN dtor</title>
<updated>2017-09-04T09:18:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-09-04T08:23:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c6375a14af768710561dc58c960444c76f879092'/>
<id>urn:sha1:c6375a14af768710561dc58c960444c76f879092</id>
<content type='text'>
This might prevent some calls to terminate when the LockedTXN
dtor is called as part of stack unwinding caused by another
exception in the first place.
</content>
</entry>
<entry>
<title>Add a --fluffy-blocks option to relay blocks as fluffy blocks</title>
<updated>2017-09-03T10:15:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-09-02T16:11:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=585e6b35e624d2739d9e06eefefea5c4909a0fa2'/>
<id>urn:sha1:585e6b35e624d2739d9e06eefefea5c4909a0fa2</id>
<content type='text'>
Defaults to off, but fluffy blocks are forced enabled on testnet
</content>
</entry>
<entry>
<title>Use latest height for fork date estimate</title>
<updated>2017-09-02T10:49:31Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-09-02T10:44:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d685d5d987f7ba830d8d5436afb44afaba587aaf'/>
<id>urn:sha1:d685d5d987f7ba830d8d5436afb44afaba587aaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2385</title>
<updated>2017-09-02T09:35:12Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-09-02T09:35:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=87d332df1a1c289213912d8096188f3120a7c4f4'/>
<id>urn:sha1:87d332df1a1c289213912d8096188f3120a7c4f4</id>
<content type='text'>
2289ead5 blockchain_import: warn for chunks over 500000, not 100000 (moneromooo-monero)
2f9a5528 blockchain_import: properly cleanup core/db on exit (moneromooo-monero)
8d6967be blockchain_import: do not error out on truncated files (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #2375</title>
<updated>2017-09-02T09:34:40Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-09-02T09:34:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=677f1d43db6928f2f0e8cda12327b76c25abcc2d'/>
<id>urn:sha1:677f1d43db6928f2f0e8cda12327b76c25abcc2d</id>
<content type='text'>
ff1cdf30 tx_pool: wrap tx meta updates in a LockedTXN (moneromooo-monero)
</content>
</entry>
</feed>
