<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet_errors.h, branch v0.11.1.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.11.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-08-07T20:12:27Z</updated>
<entry>
<title>change mixin to ring size in user visible places</title>
<updated>2017-08-07T20:12:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-31T06:50:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=61770ec2dab6c959cf5c320eff49f3f4c01a30af'/>
<id>urn:sha1:61770ec2dab6c959cf5c320eff49f3f4c01a30af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent crash if performing certain actions before wallet is initialized</title>
<updated>2017-06-04T00:56:51Z</updated>
<author>
<name>Robby Weinberg</name>
<email>wildwobby@wildwobby.com</email>
</author>
<published>2017-06-04T00:56:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=71f8249a084c087e1badbad4591829a07fe13b64'/>
<id>urn:sha1:71f8249a084c087e1badbad4591829a07fe13b64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extract some basic code from libcryptonote_core into libcryptonote_basic</title>
<updated>2017-02-08T13:45:15Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2017-01-26T15:07:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8027ce0c75f882de0523e668defa0bc3c8564e96'/>
<id>urn:sha1:8027ce0c75f882de0523e668defa0bc3c8564e96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: add a node RPC cache layer for simple RPC calls</title>
<updated>2017-01-16T08:59:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-01-07T19:23:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=693c1908815d8574a1125288f0400eab5f5085a7'/>
<id>urn:sha1:693c1908815d8574a1125288f0400eab5f5085a7</id>
<content type='text'>
Mostly getinfo and get_hard_fork_info, which are called
pretty often. This speeds up transfers as a bonus.
</content>
</entry>
<entry>
<title>wallet: improve error messages when not enough money for transfer</title>
<updated>2016-10-15T13:31:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-10-15T13:30:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e76dcdd8109c288c346e45a396839c94633b03cb'/>
<id>urn:sha1:e76dcdd8109c288c346e45a396839c94633b03cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: change priority/fee to ArticMine's recommendation</title>
<updated>2016-09-16T10:50:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-16T10:50:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9c7b0cb28e015f5f7542932e0edcade748c1a67d'/>
<id>urn:sha1:9c7b0cb28e015f5f7542932e0edcade748c1a67d</id>
<content type='text'>
We keep 1, 2, 3 multipliers till the fee decrase from 0.01/kB
to 0.002/kB, where we start using 1, 20, 166 multipliers.
This ensures the higher multiplier will compensate for the
block reward penalty when pushing past 100% of the past median.

The fee-multiplier wallet setting is now rename to priority,
since it keeps its [0..3] range, but maps to different multiplier
values.
</content>
</entry>
<entry>
<title>Fake outs set is now decided by the wallet</title>
<updated>2016-08-11T13:35:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-02T20:48:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=11dc091464a6cef41434a0bb9f8604f6151c8dc5'/>
<id>urn:sha1:11dc091464a6cef41434a0bb9f8604f6151c8dc5</id>
<content type='text'>
This plugs a privacy leak from the wallet to the daemon,
as the daemon could previously see what input is included
as a transaction input, which the daemon hadn't previously
supplied. Now, the wallet requests a particular set of
outputs, including the real one.

This can result in transactions that can't be accepted if
the wallet happens to select too many outputs with non standard
unlock times. The daemon could know this and select another
output, but the wallet is blind to it. It's currently very
unlikely since I don't think anything uses non default
unlock times. The wallet requests more outputs than necessary
so it can use spares if any of the returns outputs are still
locked. If there are not enough spares to reach the desired
mixin, the transaction will fail.
</content>
</entry>
<entry>
<title>wallet: add a fee multiplier</title>
<updated>2016-06-22T21:21:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-06-22T21:21:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=945c272f6cc12f128bef15c86b8ef6d44b70b29f'/>
<id>urn:sha1:945c272f6cc12f128bef15c86b8ef6d44b70b29f</id>
<content type='text'>
Fee can now be multiplied by 2 or 3, if users want to give
priority to their transactions. There are only three levels
to avoid too much fingerprinting. Default is 1 (minimum fee).
The default multiplier can be set by "set fee-multiplier X".
</content>
</entry>
<entry>
<title>Add GET_HASHES_FAST rpc, use it in wallet</title>
<updated>2016-04-17T14:25:46Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-04-13T22:45:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b7140daea2b33d03f65b852de7f1ce4b99661adf'/>
<id>urn:sha1:b7140daea2b33d03f65b852de7f1ce4b99661adf</id>
<content type='text'>
When m_refresh_from_block_height has been set, only hashes will be
retrieved up to that height, instead of full blocks. The same will
be done for "refresh &lt;height&gt;" when the specified height is beyond
the current local blockchain.
</content>
</entry>
</feed>
