<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/core_tests, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2026-08-15T20:14:26Z</updated>
<entry>
<title>Establish Monzero Phase 0 and inactive assets baseline</title>
<updated>2026-08-15T20:14:26Z</updated>
<author>
<name>Monzero Build System</name>
<email>builds@monzero.org</email>
</author>
<published>2026-08-15T20:14:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=28f1919249465d3230f45ed21686c5a836d56df0'/>
<id>urn:sha1:28f1919249465d3230f45ed21686c5a836d56df0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zmq: apply restricted-mode privacy filtering to get_transaction_pool</title>
<updated>2026-05-08T15:40:38Z</updated>
<author>
<name>greatjourney589</name>
<email>wangkyle589@gmail.com</email>
</author>
<published>2026-05-08T15:33:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=878c781764e62d8616ae49a42baf05366a1d7336'/>
<id>urn:sha1:878c781764e62d8616ae49a42baf05366a1d7336</id>
<content type='text'>
Add an include_sensitive parameter to tx_memory_pool::get_pool_for_rpc
(and its core passthrough), mirroring the include_sensitive_data
parameter on the HTTP analog get_transactions_and_spent_keys_info.
When false, receive_time and last_relayed_time are zeroed using the
same masking already applied on the HTTP path.

The ZMQ handler in daemon_handler.cpp passes !m_restricted, so
--restricted-zmq-rpc callers now receive the same privacy-filtered view
as restricted HTTP callers instead of the unfiltered timing metadata
they previously got. Stem-phase txs continue to be excluded regardless
(relay_category::broadcasted filter unchanged).

Refs #10529.
</content>
</entry>
<entry>
<title>cryptonote_core: add change address sanity check</title>
<updated>2026-04-27T19:24:47Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2026-04-21T06:57:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=44412d3574fcd7bdb6d0fcfb6c4ffc61c2d338d9'/>
<id>urn:sha1:44412d3574fcd7bdb6d0fcfb6c4ffc61c2d338d9</id>
<content type='text'>
Prevents silly mistakes where wrong change address is passed

Release versions uses boost::optional instead of std::optional
</content>
</entry>
<entry>
<title>blockchain sync: reduce disk writes from 2 to 1 per tx</title>
<updated>2025-03-10T06:32:08Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-01-17T23:17:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=008ba966da88f073f226b299533faca905ceabf8'/>
<id>urn:sha1:008ba966da88f073f226b299533faca905ceabf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: fix build with Boost 1.85 and remove instances of viewkey logging [RELEASE]</title>
<updated>2024-09-10T21:07:36Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-08-23T17:15:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=65568d3a884857ce08d1170f5801a6891a5c187c'/>
<id>urn:sha1:65568d3a884857ce08d1170f5801a6891a5c187c</id>
<content type='text'>
1. Use std::is_standard_layout and std::is_trivially_copyable instead of std::is_pod for KV byte-wise serialization, which fixes compile issue for Boost UUIDs
2. Removed reimplementation of std::hash for boost::uuids::uuid
3. Removed &lt;&lt; operator overload for crypto::secret_key
4. Removed instances in code where private view key was dumped to the log in plaintext

Release version of #9450, containing C++14 modified assertions
</content>
</entry>
<entry>
<title>Enforce Tx unlock_time is Zero by Relay Rule [RELEASE]</title>
<updated>2024-04-29T05:08:53Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-02-04T03:59:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dd47d03cf2b5b3dc59cd99aca247d1025679f83a'/>
<id>urn:sha1:dd47d03cf2b5b3dc59cd99aca247d1025679f83a</id>
<content type='text'>
Related to https://github.com/monero-project/research-lab/issues/78

Added a relay rule that enforces the `unlock_time` field is equal to 0 for non-coinbase transactions.

UIs changed:
* Removed `locked_transfer` and `locked_sweep_all` commands from `monero-wallet-cli`

APIs changed:
* Removed `unlock_time` parameters from `wallet2` transfer methods
* Wallet RPC transfer endpoints send error codes when requested unlock time is not 0
* Removed `unlock_time` parameters from `construct_tx*` cryptonote core functions

@tobtoht: undo rebase changes tx.dsts -&gt; tx_dsts
</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>
<entry>
<title>feat(trezor): add HF15 support, BP+</title>
<updated>2022-08-05T12:27:16Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2022-04-12T00:06:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6075be9cc8c3e8aacfa1428816e86dc623a72600'/>
<id>urn:sha1:6075be9cc8c3e8aacfa1428816e86dc623a72600</id>
<content type='text'>
- BP+ support added for Trezor
- old Trezor firmware version support removed, code cleanup
</content>
</entry>
<entry>
<title>derive multisig tx secret keys from an entropy source plus the tx inputs' key images</title>
<updated>2022-07-13T17:40:34Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2022-04-30T21:54:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=edcc094558779a25811f2736beca97d78a26bff5'/>
<id>urn:sha1:edcc094558779a25811f2736beca97d78a26bff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multisig: fix critical vulnerabilities in signing</title>
<updated>2022-06-30T17:56:40Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-12-06T10:25:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c7b2944f8960c208ceddeb3075a673630ae000cd'/>
<id>urn:sha1:c7b2944f8960c208ceddeb3075a673630ae000cd</id>
<content type='text'>
</content>
</entry>
</feed>
