<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet, branch v0.9.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.9.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-31T10:43:15Z</updated>
<entry>
<title>Merge pull request #584</title>
<updated>2015-12-31T10:43:15Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T10:43:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ac7d27d4f94ddcaacd9eef563f8ff6d3e90fa12f'/>
<id>urn:sha1:ac7d27d4f94ddcaacd9eef563f8ff6d3e90fa12f</id>
<content type='text'>
5c67c48 wallet: don't forget to close the file after storing cache (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet: don't forget to close the file after storing cache</title>
<updated>2015-12-31T10:34:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-31T10:34:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5c67c486e866c9caaeeff4bd990600a91f5a246c'/>
<id>urn:sha1:5c67c486e866c9caaeeff4bd990600a91f5a246c</id>
<content type='text'>
Also add some flags to open, as epee's save_string_to_file does,
to truncate file, etc.
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: add a rescan_bc command and rescan_blockchain RPC</title>
<updated>2015-12-30T15:06:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-30T12:58:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bc8a52efd8dcda4544856e724a17c9cba161d4a2'/>
<id>urn:sha1:bc8a52efd8dcda4544856e724a17c9cba161d4a2</id>
<content type='text'>
Blockchain hashes and key images are flushed, and blocks are
pulled anew from the daemon.
The console command is shortened to match bc_height.
This should make it a lot easier on users who are currently
told to remove this particular cache file but keep the keys
one, etc, etc.
</content>
</entry>
<entry>
<title>wallet: protect against exceptions in the block pull thread</title>
<updated>2015-12-30T12:43:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-30T12:43:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=92ef6b54fe00d6b2e065b9a50884418ecaa76d93'/>
<id>urn:sha1:92ef6b54fe00d6b2e065b9a50884418ecaa76d93</id>
<content type='text'>
This can happen when the daemon exits, which would also cause
the wallet to crash via unhandled exception
</content>
</entry>
<entry>
<title>no longer need to pass the size to rapidjson</title>
<updated>2015-12-30T10:25:29Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-30T10:25:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=32a26332f8ad4b58e697ed360f8a67b64cdd649b'/>
<id>urn:sha1:32a26332f8ad4b58e697ed360f8a67b64cdd649b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #575</title>
<updated>2015-12-30T07:40:33Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-30T07:40:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9e45eadb98fd11ef5c8343af32b834c9bc76872a'/>
<id>urn:sha1:9e45eadb98fd11ef5c8343af32b834c9bc76872a</id>
<content type='text'>
61befc2 wallet: store cache to file without unnecessary memory buffer (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet: store cache to file without unnecessary memory buffer</title>
<updated>2015-12-29T15:46:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-29T15:46:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=61befc2293d633db669963b5481179fe72672545'/>
<id>urn:sha1:61befc2293d633db669963b5481179fe72672545</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet_rpc_server: exit async, so we reply to stop_wallet RPC</title>
<updated>2015-12-28T23:38:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-28T23:38:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=61ce8d6fde69795568804b619f086d1824406e92'/>
<id>urn:sha1:61ce8d6fde69795568804b619f086d1824406e92</id>
<content type='text'>
Reported by saddam
</content>
</entry>
<entry>
<title>wallet: do not return error if incoming_transfers finds none</title>
<updated>2015-12-28T20:27:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-28T20:26:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9847db69206e5a01a84c2be5155828effb434815'/>
<id>urn:sha1:9847db69206e5a01a84c2be5155828effb434815</id>
<content type='text'>
reported by saddam
</content>
</entry>
</feed>
