<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git, branch v0.9.2</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.9.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-16T20:07:37Z</updated>
<entry>
<title>Merge pull request #730</title>
<updated>2016-03-16T20:07:37Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-16T20:07:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e05278cef564df8d4669ec2ed1e55522c4474749'/>
<id>urn:sha1:e05278cef564df8d4669ec2ed1e55522c4474749</id>
<content type='text'>
435b6e4 bump the version (Riccardo Spagni)
e4c2e9e baked-in block headers now go all the way up to 1 million. 1 MILLION (Riccardo Spagni)
</content>
</entry>
<entry>
<title>bump the version</title>
<updated>2016-03-16T20:00:50Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-16T20:00:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=435b6e4e32a46740270c67775a9c0c8fbcc1da1d'/>
<id>urn:sha1:435b6e4e32a46740270c67775a9c0c8fbcc1da1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>baked-in block headers now go all the way up to 1 million. 1 MILLION</title>
<updated>2016-03-16T19:59:21Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-16T19:59:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e4c2e9e5e0d5169c44ae7ac7f1f1fd8ec3676523'/>
<id>urn:sha1:e4c2e9e5e0d5169c44ae7ac7f1f1fd8ec3676523</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #728</title>
<updated>2016-03-16T17:49:48Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-16T17:49:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4d34682883f325f1a8cffb18089c1278e4f93889'/>
<id>urn:sha1:4d34682883f325f1a8cffb18089c1278e4f93889</id>
<content type='text'>
7df2baf fixed "undefined reference" for boost::system library (Ilya Kitaev)
62606f1 Wallet::store_to(path, password) implemented; (Ilya Kitaev)
19fcc74 Wallet::address implemented (Ilya Kitaev)
180ac6e WalletManager::recoveryWallet implemented (Ilya Kitaev)
5a4f099 Wallet::setPassword() method for wallet2_api (Ilya Kitaev)
57d7ffc changes in wallet2_api + implemented WalletManager::openWallet (Ilya Kitaev)
f1f9279 get_seed() included to interface (Ilya Kitaev)
930bed7 tests for wallet2_api (Ilya Kitaev)
318660d wallet2 public api. initial commit (Ilya Kitaev)
</content>
</entry>
<entry>
<title>Merge pull request #729</title>
<updated>2016-03-16T12:46:17Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-16T12:46:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=33bdba5cdd377d8129a6951d6efdd9271c79b346'/>
<id>urn:sha1:33bdba5cdd377d8129a6951d6efdd9271c79b346</id>
<content type='text'>
a74348e Add destructor for readtxns (Howard Chu)
</content>
</entry>
<entry>
<title>fixed "undefined reference" for boost::system library</title>
<updated>2016-03-16T12:33:39Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-03-16T12:33:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7df2baf6b0d3a5d9a914538c166c373e7a4ed672'/>
<id>urn:sha1:7df2baf6b0d3a5d9a914538c166c373e7a4ed672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add destructor for readtxns</title>
<updated>2016-03-16T11:34:13Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-16T10:24:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a74348e1155e6c18b0748795848f56669011cd9b'/>
<id>urn:sha1:a74348e1155e6c18b0748795848f56669011cd9b</id>
<content type='text'>
Only if we created the readtxn. Was missing cleanups from exceptions before.
</content>
</entry>
<entry>
<title>Wallet::store_to(path, password) implemented;</title>
<updated>2016-03-16T11:29:06Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-03-15T20:11:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=62606f11f50b4c68446d3f581c96d5505a0ad6ef'/>
<id>urn:sha1:62606f11f50b4c68446d3f581c96d5505a0ad6ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wallet::address implemented</title>
<updated>2016-03-16T11:29:06Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-03-12T14:52:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=19fcc74912b48791665ea0e81c9ded91180ab6c5'/>
<id>urn:sha1:19fcc74912b48791665ea0e81c9ded91180ab6c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WalletManager::recoveryWallet implemented</title>
<updated>2016-03-16T11:29:06Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-03-12T14:41:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=180ac6e438261aed02415cb1826e40c0eb0880ea'/>
<id>urn:sha1:180ac6e438261aed02415cb1826e40c0eb0880ea</id>
<content type='text'>
</content>
</entry>
</feed>
