<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/ptrie, branch master</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=master</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2015-01-08T10:47:04+00:00</updated>
<entry>
<title>Moved ptrie =&gt; trie. Removed old trie</title>
<updated>2015-01-08T10:47:04+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2015-01-08T10:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=db4aaedcbdb409e17ea3de161e7b24a80ba0a58c'/>
<id>urn:sha1:db4aaedcbdb409e17ea3de161e7b24a80ba0a58c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a bug where keys where serialised twice</title>
<updated>2014-12-24T13:47:50+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2014-12-24T13:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=58d477f7a676563c5237df9c0cfd20ddba5df03c'/>
<id>urn:sha1:58d477f7a676563c5237df9c0cfd20ddba5df03c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switched to new trie</title>
<updated>2014-12-23T17:35:36+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2014-12-23T17:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=780abaec988df302e0c98f1a35e9af35b5623746'/>
<id>urn:sha1:780abaec988df302e0c98f1a35e9af35b5623746</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed test</title>
<updated>2014-11-21T15:48:07+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2014-11-21T15:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=8cf9ed0ea588e97f2baf0f834248727e8fbca18f'/>
<id>urn:sha1:8cf9ed0ea588e97f2baf0f834248727e8fbca18f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed naively casting to bytes</title>
<updated>2014-11-20T17:20:04+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2014-11-20T17:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=9b8a12b4b53f319f6422a43e43b2274a337d7fec'/>
<id>urn:sha1:9b8a12b4b53f319f6422a43e43b2274a337d7fec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed iterator for short nodes.</title>
<updated>2014-11-20T17:11:31+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2014-11-20T17:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=12f1aea38d6f9dd9748a95b2d9ea813ae16277a7'/>
<id>urn:sha1:12f1aea38d6f9dd9748a95b2d9ea813ae16277a7</id>
<content type='text'>
In some cases the iterator didn't properly return the correct key
because it didn't append fields to the reverse lookup.
</content>
</entry>
<entry>
<title>Added paranoia check for tries</title>
<updated>2014-11-19T15:56:01+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2014-11-19T15:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b05e63c34d335e65c8c76ed9a9401b74170db617'/>
<id>urn:sha1:b05e63c34d335e65c8c76ed9a9401b74170db617</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increased coverage</title>
<updated>2014-11-19T15:35:57+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2014-11-19T15:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=cab7e6000e20413d697d07a1a6b2abcc85dfc2e1'/>
<id>urn:sha1:cab7e6000e20413d697d07a1a6b2abcc85dfc2e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added caching and database interface to trie</title>
<updated>2014-11-19T15:21:28+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2014-11-19T15:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=0f460ad26e864ae8b4c4cf99147c5b57a10f3be9'/>
<id>urn:sha1:0f460ad26e864ae8b4c4cf99147c5b57a10f3be9</id>
<content type='text'>
* Reimplemented caching for trie
* Reimplemented resetting and persisting trie
</content>
</entry>
<entry>
<title>Added new iterator and tests</title>
<updated>2014-11-19T14:05:08+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2014-11-19T14:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=e70529a97785012368e7e0d5b272cccab705e551'/>
<id>urn:sha1:e70529a97785012368e7e0d5b272cccab705e551</id>
<content type='text'>
</content>
</entry>
</feed>
