<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet2.h, branch v0.9.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.9.4</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.4'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-27T22:39:34Z</updated>
<entry>
<title>wallet: make load_keys check types when loading JSON</title>
<updated>2016-03-27T22:39:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-27T21:02:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b4eada907ca2551d8f0372b40c5af0106b973d50'/>
<id>urn:sha1:b4eada907ca2551d8f0372b40c5af0106b973d50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: pass std::function by const ref, not value</title>
<updated>2016-03-26T23:32:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T23:32:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=25672d3f10e71f4db36d9497e2440f2ac26a6e01'/>
<id>urn:sha1:25672d3f10e71f4db36d9497e2440f2ac26a6e01</id>
<content type='text'>
Because we can.
</content>
</entry>
<entry>
<title>wallet: do not leak owned amounts to the daemon unless --trusted-daemon</title>
<updated>2016-03-26T23:29:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T23:22:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0be6e08dd0faf5f7e3492652f00b8904e7e8216d'/>
<id>urn:sha1:0be6e08dd0faf5f7e3492652f00b8904e7e8216d</id>
<content type='text'>
This will be slower, though more private.

New trusted_daemon parameter to the matching RPC call, false by default.
</content>
</entry>
<entry>
<title>wallet: change sweep_dust to sweep_unmixable</title>
<updated>2016-03-26T21:15:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T21:15:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=12146daeed66fc30319c481a378c8d317b49b4db'/>
<id>urn:sha1:12146daeed66fc30319c481a378c8d317b49b4db</id>
<content type='text'>
With the change in mixin rules for v2, the "annoying" outputs are
slightly changed. There is high correlation between dust and
unmixable, but no equivalence.
</content>
</entry>
<entry>
<title>wallet: add a --generate-from-json flag</title>
<updated>2016-03-25T00:56:11Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-25T00:48:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a2e378b91bf5d2a54284f8e20df5080f11d25ff6'/>
<id>urn:sha1:a2e378b91bf5d2a54284f8e20df5080f11d25ff6</id>
<content type='text'>
It takes a filename containing JSON data to generate a wallet.
The following fields are valid:

  version: integer, should be 1
  filename: string, path/filename for the newly created wallet
  scan_from_height: 64 bit unsigned integer, optional
  password: string, optional
  viewkey: string, hex representation
  spendkey: string, hex representation
  seed: string, optional, list of words separated by spaces

Either seed or private keys should be given. If using private
keys, the spend key may be omitted (the wallet will not be
able to spend, but will see incoming transactions).

If scan_from_height is given, blocks below this height will not
be checked for transactions as an optimization.
</content>
</entry>
<entry>
<title>Revert "Print stack trace upon exceptions"</title>
<updated>2016-03-21T10:12:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-21T10:12:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09'/>
<id>urn:sha1:f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09</id>
<content type='text'>
Ain't nobody got time for link/cmake skullduggery.

This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
</content>
</entry>
<entry>
<title>Print stack trace upon exceptions</title>
<updated>2016-03-19T21:48:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-19T21:48:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fff238ec94ac6d45fc18c315d7bc590ddfaad63d'/>
<id>urn:sha1:fff238ec94ac6d45fc18c315d7bc590ddfaad63d</id>
<content type='text'>
Useful for debugging users' logs
</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::setPassword() method for wallet2_api</title>
<updated>2016-03-16T11:29:06Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-03-11T14:05:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5a4f099540750c5bf9c610b4550bc4e8cf25f176'/>
<id>urn:sha1:5a4f099540750c5bf9c610b4550bc4e8cf25f176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet_rpc_server: make use_fork_rules public</title>
<updated>2016-03-11T21:31:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-11T21:31:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=31d2e0f84d462f09d31afb5e982566fe4a37a76f'/>
<id>urn:sha1:31d2e0f84d462f09d31afb5e982566fe4a37a76f</id>
<content type='text'>
We will need it in the wallet RPC server
</content>
</entry>
</feed>
