<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/blockchain.h, branch v0.18.1.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.1.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-09-13T03:23:08Z</updated>
<entry>
<title>wallet2: check wallet compatibility with daemon's hard fork version</title>
<updated>2022-09-13T03:23:08Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-08-26T23:13:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=864a78ee5f5db4619c093e0dfb26bd03735d9fb1'/>
<id>urn:sha1:864a78ee5f5db4619c093e0dfb26bd03735d9fb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: skip bootstrap nodes that are lower than last checkpoint</title>
<updated>2022-09-06T20:09:39Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2022-08-19T22:40:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=93db74a91ed7416754899d4cbacf213647894871'/>
<id>urn:sha1:93db74a91ed7416754899d4cbacf213647894871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fee changes from ArticMine</title>
<updated>2022-04-10T18:13:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-07-29T12:02:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b030f207517f59a5122409398549a02ac23829ae'/>
<id>urn:sha1:b030f207517f59a5122409398549a02ac23829ae</id>
<content type='text'>
https://github.com/ArticMine/Monero-Documents/blob/master/MoneroScaling2021-02.pdf

with a change to use 1.7 instead of 2.0 for the max long term increase rate
</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>core: speed up print_coinbase_tx_sum</title>
<updated>2021-03-18T11:16:08Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-03-18T10:34:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=254a1338adb3c5b62ec55fda5992fa7c9a0ccddd'/>
<id>urn:sha1:254a1338adb3c5b62ec55fda5992fa7c9a0ccddd</id>
<content type='text'>
It only needs to parse the tx headers, not the full tx data
</content>
</entry>
<entry>
<title>protocol: more sanity checks in new chain block hashes</title>
<updated>2020-12-31T23:33:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-31T21:12:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0aa541b3617563d41644e7d0beeb8e4e8325fd6d'/>
<id>urn:sha1:0aa541b3617563d41644e7d0beeb8e4e8325fd6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: limit the number of txes for get_blocks.bin</title>
<updated>2020-12-29T04:31:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-29T04:31:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1eb14af1a35c340a885679e29899d6dde9ad6df7'/>
<id>urn:sha1:1eb14af1a35c340a885679e29899d6dde9ad6df7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Blockchain::get_fee_quantization_mask() compile time</title>
<updated>2020-10-20T12:16:09Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2020-10-20T12:16:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a25bc71f3faf3f7ca4de9eda6342503768bf28ad'/>
<id>urn:sha1:a25bc71f3faf3f7ca4de9eda6342503768bf28ad</id>
<content type='text'>
This also removes potential thread safety bug in that function.
</content>
</entry>
<entry>
<title>blockchain: deterministic UNIX time unlock checks</title>
<updated>2020-09-15T11:40:28Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-08-02T15:48:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4971219c2cd5eae7060f17be077b909b6bd4695b'/>
<id>urn:sha1:4971219c2cd5eae7060f17be077b909b6bd4695b</id>
<content type='text'>
Based on a patch by TheCharlatan &lt;seb.kung@gmail.com&gt;
</content>
</entry>
</feed>
