<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests, branch v0.18.3.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.18.3.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2024-03-07T15:10:01Z</updated>
<entry>
<title>unit_tests: fix strtoul unit test</title>
<updated>2024-03-07T15:10:01Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-03-07T15:10:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7807f569e4773f66cfe465c5b28d793ffa341317'/>
<id>urn:sha1:7807f569e4773f66cfe465c5b28d793ffa341317</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #9158</title>
<updated>2024-02-24T15:19:58Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2024-02-24T15:19:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=68e40ea2a73fd923a85e4095907b4a2244ac8bc4'/>
<id>urn:sha1:68e40ea2a73fd923a85e4095907b4a2244ac8bc4</id>
<content type='text'>
33e3f72 serialization: fix infinite loops and clean up dispatching (jeffro256)
</content>
</entry>
<entry>
<title>Merge pull request #9145</title>
<updated>2024-02-24T15:07:23Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2024-02-24T15:07:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b335433204e6b2fe27e5bd2dc9613696b50e6fc7'/>
<id>urn:sha1:b335433204e6b2fe27e5bd2dc9613696b50e6fc7</id>
<content type='text'>
f5b8634 Add &lt;cstdint&gt; to aligned test (Lee *!* Clagett)
</content>
</entry>
<entry>
<title>Merge pull request #9142</title>
<updated>2024-02-24T15:06:26Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2024-02-24T15:06:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8a1e49664e83a2dbb8be7dcf8c650cb5dc347dea'/>
<id>urn:sha1:8a1e49664e83a2dbb8be7dcf8c650cb5dc347dea</id>
<content type='text'>
98ee46f Disable/fix ports with I2P (Lee Clagett)
</content>
</entry>
<entry>
<title>wallet: feature: transfer amount with fee included</title>
<updated>2024-02-20T23:08:42Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-05-14T16:41:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=51d7a6921c8d6a337773f261a04301ef75ee5e3b'/>
<id>urn:sha1:51d7a6921c8d6a337773f261a04301ef75ee5e3b</id>
<content type='text'>
To transfer ~5 XMR to an address such that your balance drops by exactly 5 XMR, provide a `subtractfeefrom` flag to the `transfer` command. For example:

    transfer 76bDHojqFYiFCCYYtzTveJ8oFtmpNp3X1TgV2oKP7rHmZyFK1RvyE4r8vsJzf7SyNohMnbKT9wbcD3XUTgsZLX8LU5JBCfm 5 subtractfeefrom=all

If my walet balance was exactly 30 XMR before this transaction, it will be exactly 25 XMR afterwards and the destination address will receive slightly
less than 5 XMR. You can manually select which destinations fund the transaction fee and which ones do not by providing the destination index.
For example:

    transfer 75sr8AAr... 3 74M7W4eg... 4 7AbWqDZ6... 5 subtractfeefrom=0,2

This will drop your balance by exactly 12 XMR including fees and will spread the fee cost proportionally (3:5 ratio) over destinations with addresses
`75sr8AAr...` and `7AbWqDZ6...`, respectively.

Disclaimer: This feature was paid for by @LocalMonero.
</content>
</entry>
<entry>
<title>serialization: fix infinite loops and clean up dispatching</title>
<updated>2024-02-08T19:22:33Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-11-17T08:19:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=33e3f72d246ce58336a52c24d5bbb31fdd02600b'/>
<id>urn:sha1:33e3f72d246ce58336a52c24d5bbb31fdd02600b</id>
<content type='text'>
Resolves #8687
</content>
</entry>
<entry>
<title>Disable/fix ports with I2P</title>
<updated>2024-01-30T18:36:21Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2024-01-30T02:10:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=98ee46f2491dc6252040d96df5a17a237f53ebf7'/>
<id>urn:sha1:98ee46f2491dc6252040d96df5a17a237f53ebf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add &lt;cstdint&gt; to aligned test</title>
<updated>2024-01-30T02:40:50Z</updated>
<author>
<name>Lee *!* Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2024-01-30T02:40:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f5b86342e8e6a1d8e6bc8e52261e91b0e0338159'/>
<id>urn:sha1:f5b86342e8e6a1d8e6bc8e52261e91b0e0338159</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #9080</title>
<updated>2024-01-18T23:03:43Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2024-01-18T23:03:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8eab181fe13536224b569110d8f74bbde0874d3d'/>
<id>urn:sha1:8eab181fe13536224b569110d8f74bbde0874d3d</id>
<content type='text'>
47d8899 Fix missing checks for IsObject in ZMQ jsonrpc reading (Lee Clagett)
</content>
</entry>
<entry>
<title>Fix missing checks for IsObject in ZMQ jsonrpc reading</title>
<updated>2023-11-28T23:05:15Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2023-11-28T23:05:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=47d8899c9013a3b7fa384abaadf2e4bf9b6f274a'/>
<id>urn:sha1:47d8899c9013a3b7fa384abaadf2e4bf9b6f274a</id>
<content type='text'>
</content>
</entry>
</feed>
