<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon/rpc_command_executor.cpp, branch v0.18.3.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.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-03-04T05:59:20Z</updated>
<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>Merge pull request #7326</title>
<updated>2021-03-30T01:08:36Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-30T01:08:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c2bc829cca9d134fead5caa97c5d3a643232ece3'/>
<id>urn:sha1:c2bc829cca9d134fead5caa97c5d3a643232ece3</id>
<content type='text'>
cf266d6 bootstrap_daemon: proxy configuration support (xiphon)
</content>
</entry>
<entry>
<title>Remove unused variables in monero codebase</title>
<updated>2021-02-09T07:05:05Z</updated>
<author>
<name>Kevin Barbour</name>
<email>kevinbarbourd@gmail.com</email>
</author>
<published>2021-01-23T09:38:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85db1734e7dd456c1edb095a2c829527262b96c7'/>
<id>urn:sha1:85db1734e7dd456c1edb095a2c829527262b96c7</id>
<content type='text'>
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.

In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
</content>
</entry>
<entry>
<title>bootstrap_daemon: proxy configuration support</title>
<updated>2021-01-21T13:45:44Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2021-01-19T08:50:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cf266d66dd14801b6d03668e7904dcde02a19327'/>
<id>urn:sha1:cf266d66dd14801b6d03668e7904dcde02a19327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Header row for peer list in sync_info</title>
<updated>2021-01-01T01:09:35Z</updated>
<author>
<name>Denis Goddard</name>
<email>Denis.Goddard@gmail.com</email>
</author>
<published>2020-12-31T06:53:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=46cc4a253bf85610710486a22ca57654f5c10103'/>
<id>urn:sha1:46cc4a253bf85610710486a22ca57654f5c10103</id>
<content type='text'>
</content>
</entry>
<entry>
<title>restrict public node checks a little</title>
<updated>2020-12-22T23:39:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-20T12:48:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d2fda6c25f476c45acbc875721106f965435d99f'/>
<id>urn:sha1:d2fda6c25f476c45acbc875721106f965435d99f</id>
<content type='text'>
do not include blocked hosts in peer lists or public node lists by default,
warn about no https on clearnet and about untrusted peers likely being spies
</content>
</entry>
<entry>
<title>Merge pull request #6703</title>
<updated>2020-08-16T19:50:43Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-08-16T19:50:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=43f91ee12ec9cd539e011b7b551d66659fb3188a'/>
<id>urn:sha1:43f91ee12ec9cd539e011b7b551d66659fb3188a</id>
<content type='text'>
8baa7bb23 daemon: don't print "(pruned)" for coinbase txes (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #6689</title>
<updated>2020-08-16T19:47:36Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-08-16T19:47:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0b0da2aa81e1642fb7fb218b052313d9790c11fb'/>
<id>urn:sha1:0b0da2aa81e1642fb7fb218b052313d9790c11fb</id>
<content type='text'>
afd002c31 daemon: print sampling time in print_net_stats (moneromooo-monero)
ec7bba079 util: fix kilo prefix typo (K instead of k) (moneromooo-monero)
</content>
</entry>
<entry>
<title>daemon: don't print "(pruned)" for coinbase txes</title>
<updated>2020-07-24T13:42:20Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-07-11T10:34:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8baa7bb23869462889dd7105d75a815c08890732'/>
<id>urn:sha1:8baa7bb23869462889dd7105d75a815c08890732</id>
<content type='text'>
Pruned coinbase txes are the same as unpruned ones, so the
prunable data is empty
</content>
</entry>
<entry>
<title>Merge pull request #6512</title>
<updated>2020-07-19T10:32:59Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-07-19T10:32:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0d179e528220137885fee0817dc792127aec18c'/>
<id>urn:sha1:a0d179e528220137885fee0817dc792127aec18c</id>
<content type='text'>
5ef0607da Update copyright year to 2020 (SomaticFanatic)
</content>
</entry>
</feed>
