<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/base58.cpp, branch v0.8.8.5</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.5</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.8.8.5'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2014-07-23T13:03:52Z</updated>
<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>some fixes</title>
<updated>2014-03-20T11:46:11Z</updated>
<author>
<name>Antonio Juarez</name>
<email>antonio.maria.juarez@live.com</email>
</author>
<published>2014-03-20T11:46:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8efa1313f3614f34ac0bac947314bb53e9a2412b'/>
<id>urn:sha1:8efa1313f3614f34ac0bac947314bb53e9a2412b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved all stuff to github</title>
<updated>2014-03-03T22:07:58Z</updated>
<author>
<name>Antonio Juarez</name>
<email>antonio.maria.juarez@live.com</email>
</author>
<published>2014-03-03T22:07:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=296ae46ed8f8f6e5f986f978febad302e3df231a'/>
<id>urn:sha1:296ae46ed8f8f6e5f986f978febad302e3df231a</id>
<content type='text'>
</content>
</entry>
</feed>
