<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet, branch v0.17.2.3</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.17.2.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.2.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-08-27T01:14:12Z</updated>
<entry>
<title>Merge pull request #7894</title>
<updated>2021-08-27T01:14:12Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-08-27T01:14:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=317eceb725678e1cd185fa115719bada30ecf238'/>
<id>urn:sha1:317eceb725678e1cd185fa115719bada30ecf238</id>
<content type='text'>
c0ce4d5 Wallet2: fix optimize-coinbase for p2pool payouts (SChernykh)
</content>
</entry>
<entry>
<title>Merge pull request #7825</title>
<updated>2021-08-27T01:10:56Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-08-27T01:10:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d98787eb1ba9363bb0eeb73107626ea38bc0e552'/>
<id>urn:sha1:d98787eb1ba9363bb0eeb73107626ea38bc0e552</id>
<content type='text'>
ccfed60 cmake: test is a reserved keyword (selsta)
f0fa959 cmake: fix ccache detection (anon)
8dbe2e5 Daemon: Update average block size table (rbrunner7)
94bad34 wallet2: Don't auto lock device on process parsed blocks (tobtoht)
3c23aca ledger: don't lock for software device (tobtoht)
49beb8d ledger: use software device if we have view key (tobtoht)
d188b5f wallet_api: getPassword (tobtoht)
a395f36 depends, docker: fix bintray links (selsta)
0fecd7e blocks: fix cmake syntax (selsta)
76824bf Stop adding more outputs than bulletproof allows (Alex Opie)
67ba733 unit_tests: fix wipeable_string parse_hexstr test with latest gtest (xiphon)
402ba04 cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB (selsta)
1565bcb epee: include public openssl header in cmake (selsta)
2e9af2a cmake: treat warnings as error in compiler flag tests (selsta)
db564ef wallet_api: fix typo in exportKeyImages (selsta)
8507917 depends: add getmonero package mirror (selsta)
8716d2a cmake: fix non portable code (selsta)
</content>
</entry>
<entry>
<title>Merge pull request #7822</title>
<updated>2021-08-27T01:08:56Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-08-27T01:08:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ca1b1b7332e41120314b9e6fa9ca9039031e9076'/>
<id>urn:sha1:ca1b1b7332e41120314b9e6fa9ca9039031e9076</id>
<content type='text'>
99bee1c Apply gamma distr from chain tip when selecting decoys (j-berman)
</content>
</entry>
<entry>
<title>Wallet2: fix optimize-coinbase for p2pool payouts</title>
<updated>2021-08-26T09:51:07Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2021-08-26T09:51:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c0ce4d50897ffc7d2f04b85b78c7b82e90caff72'/>
<id>urn:sha1:c0ce4d50897ffc7d2f04b85b78c7b82e90caff72</id>
<content type='text'>
RefreshOptimizeCoinbase was an optimization to speed up scanning of coinbase transactions before RingCT (tx version 2) where they split miner reward into multiple denominations, all to the same wallet.

When RingCT was introduced, all coinbase transactions became 1 output only, so this optimization does nothing now.

With p2pool, this optimization will skip scanning p2pool payouts because they use more than 1 output in coinbase transaction.

Fix it by applying this optimization only to pre-RingCT transactions (version &lt; 2).
</content>
</entry>
<entry>
<title>Merge pull request #7879</title>
<updated>2021-08-20T20:50:54Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-08-20T20:50:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b864817629dba2b107c62540843bf9a81419ed2d'/>
<id>urn:sha1:b864817629dba2b107c62540843bf9a81419ed2d</id>
<content type='text'>
be6c61e wallet_api: add make_uri (tobtoht)
</content>
</entry>
<entry>
<title>Merge pull request #7848</title>
<updated>2021-08-20T20:49:19Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-08-20T20:49:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a520234c51cb26b65858d7c3e6e9caa8cad5afc3'/>
<id>urn:sha1:a520234c51cb26b65858d7c3e6e9caa8cad5afc3</id>
<content type='text'>
adcf440 Make sure node returns to wallet that real output is unlocked (j-berman)
</content>
</entry>
<entry>
<title>Merge pull request #7846</title>
<updated>2021-08-20T20:48:14Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-08-20T20:48:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=715ebcb7442f602dc893618a428689b05409f626'/>
<id>urn:sha1:715ebcb7442f602dc893618a428689b05409f626</id>
<content type='text'>
2285c66 Protect client from divide by 0 caused by integer truncation (j-berman)
</content>
</entry>
<entry>
<title>Protect client from divide by 0 caused by integer truncation</title>
<updated>2021-08-19T22:00:59Z</updated>
<author>
<name>j-berman</name>
<email>justinberman95@gmail.com</email>
</author>
<published>2021-08-19T22:00:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2285c66ef187d03b8d1bb55a389eef9c59f74001'/>
<id>urn:sha1:2285c66ef187d03b8d1bb55a389eef9c59f74001</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply gamma distr from chain tip when selecting decoys</title>
<updated>2021-08-19T21:59:12Z</updated>
<author>
<name>j-berman</name>
<email>justinberman95@gmail.com</email>
</author>
<published>2021-08-19T21:58:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=99bee1ccf0a9ea97bdb2401038b72da7717e178e'/>
<id>urn:sha1:99bee1ccf0a9ea97bdb2401038b72da7717e178e</id>
<content type='text'>
- matches the paper by Miller et al to apply the gamma from chain tip, rather than after unlock time
- if the gamma produces an output more recent than the unlock time, the algo packs that output into one of the first 50 spendable blocks, respecting the block density factor</content>
</entry>
<entry>
<title>wallet_api: add make_uri</title>
<updated>2021-08-19T13:52:01Z</updated>
<author>
<name>tobtoht</name>
<email>thotbot@protonmail.com</email>
</author>
<published>2021-08-19T13:35:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=be6c61e2eedeba4da307b485ce08eaa84441aa5d'/>
<id>urn:sha1:be6c61e2eedeba4da307b485ce08eaa84441aa5d</id>
<content type='text'>
</content>
</entry>
</feed>
