<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_db, branch v0.18.4.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.18.4.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2025-02-17T18:13:37Z</updated>
<entry>
<title>BlockchainLMDB: fix data.mdb nuking on Windows</title>
<updated>2025-02-17T18:13:37Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2025-02-17T17:57:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=33e33fbca3b165b5bf5681a3e1c6fc136b1f84ea'/>
<id>urn:sha1:33e33fbca3b165b5bf5681a3e1c6fc136b1f84ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #9705</title>
<updated>2025-01-18T11:09:43Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2025-01-18T11:09:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e488bc838a73f238fb31084dad344350c005654e'/>
<id>urn:sha1:e488bc838a73f238fb31084dad344350c005654e</id>
<content type='text'>
36c5987 Fix get_database_size on Windows (iamamyth)
</content>
</entry>
<entry>
<title>Fix get_database_size on Windows</title>
<updated>2025-01-14T21:26:39Z</updated>
<author>
<name>iamamyth</name>
<email>user@example.com</email>
</author>
<published>2024-12-28T00:04:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=36c5987156a31640c4638f1424b98285f6ea4a47'/>
<id>urn:sha1:36c5987156a31640c4638f1424b98285f6ea4a47</id>
<content type='text'>
Replace all calls to epee::file_io::get_file_size with
boost::filesystem::file_size in order to avoid lossy conversions from
paths to strings, which tend to break filename resolution. This commit
fixes a bug on Windows where the get_info RPC call reported a zero
database size because BlockchainLMBD::get_database_size returned zero.
</content>
</entry>
<entry>
<title>check for windows NTFS compression on database files</title>
<updated>2025-01-14T20:08:25Z</updated>
<author>
<name>eversinc33</name>
<email>svrath@web.de</email>
</author>
<published>2025-01-03T20:02:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6392361d62d47b74977e1b4f31a6db48a706f083'/>
<id>urn:sha1:6392361d62d47b74977e1b4f31a6db48a706f083</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix use of rtxn without a mdb_txn_safe wrapper</title>
<updated>2022-07-22T11:30:14Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2022-06-07T19:27:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c0f3c5b577f98cf02a7136c384dc4c7d5058c268'/>
<id>urn:sha1:c0f3c5b577f98cf02a7136c384dc4c7d5058c268</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove check is_directory check on lmdb path</title>
<updated>2022-06-03T15:46:47Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2021-07-07T15:28:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=033a32a20b100d8159a95da832e695e7b953de24'/>
<id>urn:sha1:033a32a20b100d8159a95da832e695e7b953de24</id>
<content type='text'>
The check interferes with raw device/partition support.
</content>
</entry>
<entry>
<title>Revert "db_lmdb: test for mmap support at init time"</title>
<updated>2022-06-03T15:46:35Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2021-07-07T15:26:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b096e16699a189d619dad8a7319c6eb4dc5d46c5'/>
<id>urn:sha1:b096e16699a189d619dad8a7319c6eb4dc5d46c5</id>
<content type='text'>
This reverts commit bd96536637724413173271e8d5df1777f7879c29.

The check interferes with raw device/partition support.
</content>
</entry>
<entry>
<title>Preserve commitment format inside transactions</title>
<updated>2022-04-21T22:58:47Z</updated>
<author>
<name>Luke Parker</name>
<email>lukeparker5132@gmail.com</email>
</author>
<published>2022-04-21T22:58:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=baee2c06ec6178ceb7f3dfd85585eeb2bd65366c'/>
<id>urn:sha1:baee2c06ec6178ceb7f3dfd85585eeb2bd65366c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add view tags to outputs to reduce wallet scanning time</title>
<updated>2022-04-18T07:49:53Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2021-11-15T13:23:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ea87b30f8907ee11252433811e7a7d0c46758cca'/>
<id>urn:sha1:ea87b30f8907ee11252433811e7a7d0c46758cca</id>
<content type='text'>
Implements view tags as proposed by @UkoeHB in MRL issue
https://github.com/monero-project/research-lab/issues/73

At tx construction, the sender adds a 1-byte view tag to each
output. The view tag is derived from the sender-receiver
shared secret. When scanning for outputs, the receiver can
check the view tag for a match, in order to reduce scanning
time. When the view tag does not match, the wallet avoids the
more expensive EC operations when deriving the output public
key using the shared secret.
</content>
</entry>
<entry>
<title>CMake: Add missing headers via monero_find_all_headers macro</title>
<updated>2022-04-06T06:12:44Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-05T09:37:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4db6aed98cc7ff713fc58b9054412ed734b01aba'/>
<id>urn:sha1:4db6aed98cc7ff713fc58b9054412ed734b01aba</id>
<content type='text'>
</content>
</entry>
</feed>
