<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_basic/miner.h, 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>2022-04-06T04:19:59Z</updated>
<entry>
<title>Merge pull request #8223</title>
<updated>2022-04-06T04:19:59Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-04-06T04:19:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bb093ec9a8087bba0e8f6e8769dbb336a6a0aedd'/>
<id>urn:sha1:bb093ec9a8087bba0e8f6e8769dbb336a6a0aedd</id>
<content type='text'>
17772ef Eliminate dependence on boost::interprocess #8223 (Jeffrey)
</content>
</entry>
<entry>
<title>Eliminate dependence on boost::interprocess #8223</title>
<updated>2022-03-30T18:18:32Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-03-30T18:18:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=17772ef53e57620f47c426fa4557671a86f1b3ae'/>
<id>urn:sha1:17772ef53e57620f47c426fa4557671a86f1b3ae</id>
<content type='text'>
In this repo, `boost::interprocess` was being used soley to make `uint32_t` operations atomic. So I replaced each instance of
`boost::interprocess::ipcdetail::atomic(...)32` with `std::atomic` methods. I replaced member declarations as applicable. For example,
when I needed to change a `volatile uint32_t` into a `std::atomic&lt;uint32_t&gt;`. Sometimes, a member was being used a boolean flag, so
I replaced it with `std::atomic&lt;bool&gt;`.

You may notice that I didn't touch `levin_client_async.h`. That is because this file is entirely unused and will be deleted in PR monero-project#8211.

Additional changes from review:
* Make some local variables const
* Change postfix operators to prefix operators where value was not need
</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>core: fix mining from a block that's not the current top</title>
<updated>2020-08-27T15:13:00Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-11-08T17:30:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9d42649d58a1a898b8fd1be17f42fb6b7ad1f6ee'/>
<id>urn:sha1:9d42649d58a1a898b8fd1be17f42fb6b7ad1f6ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6607</title>
<updated>2020-08-26T19:53:09Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-08-26T19:53:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a6f1fa01947329d5139279e136058dff2aa746c5'/>
<id>urn:sha1:a6f1fa01947329d5139279e136058dff2aa746c5</id>
<content type='text'>
eb1b321fe miner: increase min/max intervals to full extents (moneromooo-monero)
</content>
</entry>
<entry>
<title>miner: increase min/max intervals to full extents</title>
<updated>2020-05-31T12:36:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-31T12:35:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eb1b321fe241454dd755ce697a0ff26ee6936af5'/>
<id>urn:sha1:eb1b321fe241454dd755ce697a0ff26ee6936af5</id>
<content type='text'>
This prevents setting target to, eg, 65 being ignored

and remove an unused constant
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
<entry>
<title>cryptonote: untangle dependency from miner to blockchain</title>
<updated>2019-10-31T01:06:42Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-10-31T01:05:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ebc6ce44f407fab07955fc230f4cab59742fd959'/>
<id>urn:sha1:ebc6ce44f407fab07955fc230f4cab59742fd959</id>
<content type='text'>
It causes link errors at least on mac
</content>
</entry>
<entry>
<title>RandomX integration</title>
<updated>2019-09-25T20:29:42Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2019-04-23T19:32:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=81c2ad6d5b17cf280a4a55fd6159e8dde423f5a8'/>
<id>urn:sha1:81c2ad6d5b17cf280a4a55fd6159e8dde423f5a8</id>
<content type='text'>
Support RandomX PoW algorithm
</content>
</entry>
<entry>
<title>miner: fix double free of thread attributes</title>
<updated>2019-06-09T08:51:18Z</updated>
<author>
<name>ston1th</name>
<email>ston1th@users.noreply.github.com</email>
</author>
<published>2019-06-09T08:51:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f2f207d63578735c875472cf56ad4dee787ba110'/>
<id>urn:sha1:f2f207d63578735c875472cf56ad4dee787ba110</id>
<content type='text'>
issue: #5568
</content>
</entry>
</feed>
