<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet, branch v0.18.2.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.18.2.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.2.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2023-03-25T19:26:43Z</updated>
<entry>
<title>wallet2: fix infinite loop in fake out selection</title>
<updated>2023-03-25T19:26:43Z</updated>
<author>
<name>Crypto City</name>
<email>cryptocity@example.com</email>
</author>
<published>2023-03-21T09:02:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=132804811d141d29bef341fa5d30dd4b934beeb5'/>
<id>urn:sha1:132804811d141d29bef341fa5d30dd4b934beeb5</id>
<content type='text'>
The gamma picker and the caller code did not quite agree on the
number of rct outputs available for use - by one block - which
caused an infinite loop if the picker could never pick outputs
from that block but already had picked all other outputs from
previous blocks.

Also change the range to select from using code from UkoeHB.
</content>
</entry>
<entry>
<title>Refactored rx-slow-hash.c</title>
<updated>2022-12-14T06:21:00Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-12-10T17:30:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f698f2b708be742afa286c65868a48f7ef80b0ba'/>
<id>urn:sha1:f698f2b708be742afa286c65868a48f7ef80b0ba</id>
<content type='text'>
- Straight-forward call interface: `void rx_slow_hash(const char *seedhash, const void *data, size_t length, char *result_hash)`
- Consensus chain seed hash is now updated by calling `rx_set_main_seedhash` whenever a block is added/removed or a reorg happens
- `rx_slow_hash` will compute correct hash no matter if `rx_set_main_seedhash` was called or not (the only difference is performance)
- New environment variable `MONERO_RANDOMX_FULL_MEM` to force use the full dataset for PoW verification (faster block verification)
- When dataset is used for PoW verification, dataset updates don't stall other threads (verification is done in light mode then)
- When mining is running, PoW checks now also use dataset for faster verification
</content>
</entry>
<entry>
<title>Merge pull request #8615</title>
<updated>2022-12-01T07:06:16Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-12-01T07:06:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cce309512cf2293849069be9a69c5c74c3e931e4'/>
<id>urn:sha1:cce309512cf2293849069be9a69c5c74c3e931e4</id>
<content type='text'>
85c9fe5 wallet2: fix create view-only wallet from existing wallet (j-berman)
</content>
</entry>
<entry>
<title>wallet2: fix create view-only wallet from existing wallet</title>
<updated>2022-10-18T18:47:50Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-10-18T18:47:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85c9fe515d19728a9811f11a67c38266a72c0b94'/>
<id>urn:sha1:85c9fe515d19728a9811f11a67c38266a72c0b94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet_api: take priority into account when estimating fee</title>
<updated>2022-10-13T01:36:51Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2022-10-13T01:35:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=401dda5f105387216a187d95e6cc99d308f8575a'/>
<id>urn:sha1:401dda5f105387216a187d95e6cc99d308f8575a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8585</title>
<updated>2022-09-26T19:57:58Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-09-26T19:57:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0bef4265ac0d2decd679367f767fa885c9f9625e'/>
<id>urn:sha1:0bef4265ac0d2decd679367f767fa885c9f9625e</id>
<content type='text'>
5ffa31c wallet2: fail to establish daemon cxn == 'Disconnected' cxn status (j-berman)
</content>
</entry>
<entry>
<title>Merge pull request #8582</title>
<updated>2022-09-26T19:55:28Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-09-26T19:55:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a7b0c93c7db8054e833914f5de9f36a27d2f23b3'/>
<id>urn:sha1:a7b0c93c7db8054e833914f5de9f36a27d2f23b3</id>
<content type='text'>
1cd21bf add an option to force-update multisig key exchange under some circumstances (koe)
</content>
</entry>
<entry>
<title>wallet2: fail to establish daemon cxn == "Disconnected" cxn status</title>
<updated>2022-09-22T02:12:16Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-09-22T02:12:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ffa31c48ef4c3a181200cd6d43f442e025573b7'/>
<id>urn:sha1:5ffa31c48ef4c3a181200cd6d43f442e025573b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add an option to force-update multisig key exchange under some circumstances</title>
<updated>2022-09-21T17:51:19Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2022-05-14T22:07:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1cd21bfba584fa7d886f13684f34c71931eddf4d'/>
<id>urn:sha1:1cd21bfba584fa7d886f13684f34c71931eddf4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Second thread pool for IO</title>
<updated>2022-09-20T08:22:12Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-06-14T19:23:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6adf03cdc516a9236aac6dbd6f289750761b8d24'/>
<id>urn:sha1:6adf03cdc516a9236aac6dbd6f289750761b8d24</id>
<content type='text'>
</content>
</entry>
</feed>
