<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon/rpc_command_executor.cpp, branch v0.14.0.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.14.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-02-12T12:15:54Z</updated>
<entry>
<title>ArticMine's new block weight algorithm</title>
<updated>2019-02-12T12:15:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-21T17:18:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ebc60a098d40506fdd0c5974a8644728d502e024'/>
<id>urn:sha1:ebc60a098d40506fdd0c5974a8644728d502e024</id>
<content type='text'>
This curbs runaway growth while still allowing substantial
spikes in block weight

Original specification from ArticMine:

here is the scaling proposal
Define: LongTermBlockWeight
Before fork:
LongTermBlockWeight = BlockWeight
At or after fork:
LongTermBlockWeight = min(BlockWeight, 1.4*LongTermEffectiveMedianBlockWeight)
Note: To avoid possible consensus issues over rounding the LongTermBlockWeight for a given block should be calculated to the nearest byte, and stored as a integer in the block itself. The stored LongTermBlockWeight is then used for future calculations of the LongTermEffectiveMedianBlockWeight and not recalculated each time.
Define:   LongTermEffectiveMedianBlockWeight
LongTermEffectiveMedianBlockWeight = max(300000, MedianOverPrevious100000Blocks(LongTermBlockWeight))
Change Definition of EffectiveMedianBlockWeight
From (current definition)
EffectiveMedianBlockWeight  = max(300000, MedianOverPrevious100Blocks(BlockWeight))
To (proposed definition)
EffectiveMedianBlockWeight  = min(max(300000, MedianOverPrevious100Blocks(BlockWeight)), 50*LongTermEffectiveMedianBlockWeight)
Notes:
1) There are no other changes to the existing penalty formula, median calculation, fees etc.
2) There is the requirement to store the LongTermBlockWeight of a block unencrypted in the block itself. This  is to avoid possible consensus issues over rounding and also to prevent the calculations from becoming unwieldy as we move away from the fork.
3) When the  EffectiveMedianBlockWeight cap is reached it is still possible to mine blocks up to 2x the EffectiveMedianBlockWeight by paying the corresponding penalty.
</content>
</entry>
<entry>
<title>Merge pull request #4485</title>
<updated>2018-10-02T20:45:52Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-02T20:43:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=735a33e8d88f230533203cdfd314847f47a30743'/>
<id>urn:sha1:735a33e8d88f230533203cdfd314847f47a30743</id>
<content type='text'>
5ec929fb daemon: do not display uptime when not known (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #4341</title>
<updated>2018-09-18T15:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-18T15:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7ab49f96adad6ff05d4c860c9c9a777cf9b182c6'/>
<id>urn:sha1:7ab49f96adad6ff05d4c860c9c9a777cf9b182c6</id>
<content type='text'>
e6117282 daemon: request no PoW hashes we don't need when asking for blocks (moneromooo-monero)
</content>
</entry>
<entry>
<title>v8: per byte fee, pad bulletproofs, fixed 11 ring size</title>
<updated>2018-09-11T13:38:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-18T21:24:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ffb2ff9b7c301eda5811a939c705f26627c4735'/>
<id>urn:sha1:5ffb2ff9b7c301eda5811a939c705f26627c4735</id>
<content type='text'>
</content>
</entry>
<entry>
<title>daemon: request no PoW hashes we don't need when asking for blocks</title>
<updated>2018-09-05T09:43:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-05T09:41:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e6117282284032cd759783a3dee2cf22225588d0'/>
<id>urn:sha1:e6117282284032cd759783a3dee2cf22225588d0</id>
<content type='text'>
This fixes the horrendous slowdown in bc_dyn_stats
</content>
</entry>
<entry>
<title>daemon.print_bc: don't print difficulty twice</title>
<updated>2018-07-24T07:17:49Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-07-24T07:17:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3940e12933c4ca223dace66a17ffda84a68a9475'/>
<id>urn:sha1:3940e12933c4ca223dace66a17ffda84a68a9475</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4029</title>
<updated>2018-07-19T18:52:41Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-07-19T18:52:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=138aefd0e7b3cb43e8e8c933b83448710f7d6572'/>
<id>urn:sha1:138aefd0e7b3cb43e8e8c933b83448710f7d6572</id>
<content type='text'>
bd9e4e3 daemon: show a bit more info with print_block (stoffu)
</content>
</entry>
<entry>
<title>Merge pull request #3973</title>
<updated>2018-07-19T18:37:10Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-07-19T18:37:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d518dae4bf094de36bdf433d2f77f084c6c00162'/>
<id>urn:sha1:d518dae4bf094de36bdf433d2f77f084c6c00162</id>
<content type='text'>
50af357 alt_chain_info can now give more info about a particular alt chain (moneromooo-monero)
</content>
</entry>
<entry>
<title>alt_chain_info can now give more info about a particular alt chain</title>
<updated>2018-06-26T07:19:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-19T22:53:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=50af3579ee735ad6a9d95014f2d9b5141d05769c'/>
<id>urn:sha1:50af3579ee735ad6a9d95014f2d9b5141d05769c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>daemon: show a bit more info with print_block</title>
<updated>2018-06-20T03:04:03Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-06-20T03:04:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bd9e4e3149ab309471dee795a2c26537b5e4c631'/>
<id>urn:sha1:bd9e4e3149ab309471dee795a2c26537b5e4c631</id>
<content type='text'>
</content>
</entry>
</feed>
