<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/serialization, branch v0.18.1.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.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-05-02T17:08:05Z</updated>
<entry>
<title>Remove src/serialization/list.h</title>
<updated>2022-05-02T17:08:05Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-05-02T17:08:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b7978cfd4e1a02202ca4cff99250bf3e3dceebd8'/>
<id>urn:sha1:b7978cfd4e1a02202ca4cff99250bf3e3dceebd8</id>
<content type='text'>
Unused ;)

Also a comment from serialization.h
</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>
<entry>
<title>Merge pull request #8197</title>
<updated>2022-04-06T04:08:53Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-04-06T04:08:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0eb1b570b65103ca11bdacb1f87a76a64763cfea'/>
<id>urn:sha1:0eb1b570b65103ca11bdacb1f87a76a64763cfea</id>
<content type='text'>
da9aa1f Copyright: Update to 2022 (mj-xmr)
</content>
</entry>
<entry>
<title>plug bulletproofs plus into consensus</title>
<updated>2022-04-05T18:50:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-17T11:57:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0d80b1f95cee64edfeba799f4fe9b8fb2ef4f43'/>
<id>urn:sha1:a0d80b1f95cee64edfeba799f4fe9b8fb2ef4f43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RPC and ZeroMQ APIs to support p2pool</title>
<updated>2021-09-11T13:15:07Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2021-08-26T08:20:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dfee15eee18a97be5a8fb9822527f98ebd1b33e9'/>
<id>urn:sha1:dfee15eee18a97be5a8fb9822527f98ebd1b33e9</id>
<content type='text'>
Adds the following:

- "get_miner_data" to RPC API
- "json-miner-data" to ZeroMQ subscriber contexts

Both provide the necessary data to create a custom block template. They are used by p2pool.

Data provided:

- major fork version
- current height
- previous block id
- RandomX seed hash
- network difficulty
- median block weight
- coins mined by the network so far
- mineable mempool transactions
</content>
</entry>
<entry>
<title>Fixed json serialization of rct::RCTTypeNull</title>
<updated>2021-07-18T08:52:14Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2021-07-18T08:52:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b48074fb8d68ee260ed99c03a8fb324ca06707c1'/>
<id>urn:sha1:b48074fb8d68ee260ed99c03a8fb324ca06707c1</id>
<content type='text'>
rct::RCTTypeNull doesn't have these fields (ecdhInfo, outPk, txnFee).
</content>
</entry>
<entry>
<title>Merge pull request #7661</title>
<updated>2021-06-10T17:00:54Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-06-10T17:00:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7499837a6fe8d3533e1360dce8f3ba230ff76042'/>
<id>urn:sha1:7499837a6fe8d3533e1360dce8f3ba230ff76042</id>
<content type='text'>
08e4497 Improve cryptonote (block and tx) binary read performance (Lee Clagett)
</content>
</entry>
<entry>
<title>clang: fix -Wrange-loop-analysis warnings</title>
<updated>2021-04-27T03:30:27Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-04-27T03:21:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=451b5a510e115b450e383007c0d09deccb0d333b'/>
<id>urn:sha1:451b5a510e115b450e383007c0d09deccb0d333b</id>
<content type='text'>
</content>
</entry>
</feed>
