<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common, branch v0.8.8.4</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.8.8.4</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.8.8.4'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2014-09-15T13:54:19Z</updated>
<entry>
<title>Separate testnet default data dir</title>
<updated>2014-09-15T13:54:19Z</updated>
<author>
<name>Zachary Michaels</name>
<email>mikezackles@gmail.com</email>
</author>
<published>2014-09-08T21:30:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=018e251cc089746437afb9dc88978a8a88fe64a2'/>
<id>urn:sha1:018e251cc089746437afb9dc88978a8a88fe64a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HOW DO I ENGLISH?</title>
<updated>2014-09-11T14:45:05Z</updated>
<author>
<name>jebes</name>
<email>psteidelprogramming@gmail.com</email>
</author>
<published>2014-09-11T14:45:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a13e879251209268f291d47426a2d37a5e031ee7'/>
<id>urn:sha1:a13e879251209268f291d47426a2d37a5e031ee7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mispelled brief, corrected it</title>
<updated>2014-09-11T14:36:39Z</updated>
<author>
<name>jebes</name>
<email>psteidelprogramming@gmail.com</email>
</author>
<published>2014-09-11T14:36:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7900ccfc15dad1054b19eec72022d778e3c1b84'/>
<id>urn:sha1:f7900ccfc15dad1054b19eec72022d778e3c1b84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HOW DO I GIT?</title>
<updated>2014-09-11T14:20:17Z</updated>
<author>
<name>jebes</name>
<email>psteidelprogramming@gmail.com</email>
</author>
<published>2014-09-11T14:20:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9d6f9335d1c3d7f9324e905ddd8a0eecb438a32b'/>
<id>urn:sha1:9d6f9335d1c3d7f9324e905ddd8a0eecb438a32b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Documented varint</title>
<updated>2014-09-11T14:14:05Z</updated>
<author>
<name>jebes</name>
<email>psteidelprogramming@gmail.com</email>
</author>
<published>2014-09-11T14:14:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a70bf86037575ecb1bb2c8b1103deeb2fd1c0ae5'/>
<id>urn:sha1:a70bf86037575ecb1bb2c8b1103deeb2fd1c0ae5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>commented util.h</title>
<updated>2014-09-10T00:18:23Z</updated>
<author>
<name>jebes</name>
<email>psteidelprogramming@gmail.com</email>
</author>
<published>2014-09-10T00:18:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c085e9294f096ebcfe3e02f1c9a99959f66ba1a2'/>
<id>urn:sha1:c085e9294f096ebcfe3e02f1c9a99959f66ba1a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>License updated to BSD 3-clause</title>
<updated>2014-07-23T13:03:52Z</updated>
<author>
<name>fluffypony</name>
<email>ric@spagni.net</email>
</author>
<published>2014-07-23T13:03:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6fc995fe5d5a9f5e74ed520b695d67159aa08b33'/>
<id>urn:sha1:6fc995fe5d5a9f5e74ed520b695d67159aa08b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix assert bug in base58 encode</title>
<updated>2014-07-01T18:57:27Z</updated>
<author>
<name>Zachary Michaels</name>
<email>mikezackles@gmail.com</email>
</author>
<published>2014-07-01T14:55:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7259f07a200fd583deb0dca1372bbe5fd760b440'/>
<id>urn:sha1:7259f07a200fd583deb0dca1372bbe5fd760b440</id>
<content type='text'>
The previous implementation was almost certainly a typo.
full_block_size is the maximum index in the encoded_block_sizes array,
and size is used as an index in this array.  So now 1 &lt;= size &lt;=
full_block_size == 8 instead of 1 &lt;= size &lt;= sizeof(full_block_size) ==
size_of(size_t) == ? (maybe 4 on 32-bit systems!)
</content>
</entry>
<entry>
<title>DRY cin input_line (and test replacement of non-DRY usage)</title>
<updated>2014-06-12T23:05:52Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-06-08T22:12:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ce352392d53fd2679ba2671349543528207a923e'/>
<id>urn:sha1:ce352392d53fd2679ba2671349543528207a923e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>builds, but doesn't link.  other than that, electrum-style recovery implemented (but not tested\!)</title>
<updated>2014-06-12T23:05:51Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-06-06T18:18:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d22e458c6c680f4b5dcf56a58a37a5f79912e65c'/>
<id>urn:sha1:d22e458c6c680f4b5dcf56a58a37a5f79912e65c</id>
<content type='text'>
</content>
</entry>
</feed>
