<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_utilities, branch v0.14.0.1</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.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.1'/>
<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>Rename "blackball" for clarity</title>
<updated>2018-10-18T18:46:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-18T18:05:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8d098ad508e77d829343e40cbe4af5b22e8026ba'/>
<id>urn:sha1:8d098ad508e77d829343e40cbe4af5b22e8026ba</id>
<content type='text'>
Apparently some people seem to think it's a censorship list...
</content>
</entry>
<entry>
<title>Merge pull request #4530</title>
<updated>2018-10-08T20:07:34Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-08T20:05:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4b609dede3e1f148da51a65c837cc756f55c0b50'/>
<id>urn:sha1:4b609dede3e1f148da51a65c837cc756f55c0b50</id>
<content type='text'>
77471e23 blockchain_blackball: fix stray ! (moneromooo-monero)
</content>
</entry>
<entry>
<title>Revert "Merge pull request #4472"</title>
<updated>2018-10-08T19:42:38Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-08T19:42:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f5df0e272e0c0b513c6e24425e169683ad00d55c'/>
<id>urn:sha1:f5df0e272e0c0b513c6e24425e169683ad00d55c</id>
<content type='text'>
This reverts commit b26ab0b5803af4ffe23de11a45e43877301a4902.
</content>
</entry>
<entry>
<title>Merge pull request #4514</title>
<updated>2018-10-08T11:03:11Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-08T11:02:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=34da7d852b2c7d27ed52bf9e794a83300c7d142b'/>
<id>urn:sha1:34da7d852b2c7d27ed52bf9e794a83300c7d142b</id>
<content type='text'>
85e58cb2 blockchain_blackball: fix stats double counting (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #4472</title>
<updated>2018-10-06T09:15:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-05T21:13:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b26ab0b5803af4ffe23de11a45e43877301a4902'/>
<id>urn:sha1:b26ab0b5803af4ffe23de11a45e43877301a4902</id>
<content type='text'>
02d3ef7b blocks: use auto-generated .c files instead of 'LD -r -b binary' (xiphon)
</content>
</entry>
<entry>
<title>Merge pull request #4470</title>
<updated>2018-10-02T20:45:45Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-02T20:37:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=88a0985104ca125486b58a3cb0afb2f235094dc1'/>
<id>urn:sha1:88a0985104ca125486b58a3cb0afb2f235094dc1</id>
<content type='text'>
2fbf38ee Fix 32bit depends builds (TheCharlatan)
17142ec9 malloc scratchpad for all supported android archs (m2049r)
6a781408 Make depends use self built clang for darwin (TheCharlatan)
69da14e1 fixes make debug compilation on OSX (Dusan Klinec)
fe125647 Fixup RENAME_DB() macro (Howard Chu)
b2972927 osx compilation fix: missing boost libs added (Dusan Klinec)
174f31bf simplewallet: don't complain about payment id on pool mined blocks (moneromooo-monero)
89288863 README: mention ASAN usage alongside valgrind (moneromooo-monero)
83debef9 wallet_rpc_server: remove verbose field in incoming_transfers query (moneromooo-monero)
a69271fa Fixed a typo (Piotr Kąkol)
92d1da28 unit_tests: fix build with GCC 5.4.0 on ubuntu (moneromooo-monero)
a21da905 Wallet: use unique_ptr for WalletImpl members (oneiric)
7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox)
43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero)
7964d4f8 wallet2: handle corner case in picking fake outputs (moneromooo-monero)
6f5360b3 bump version to 0.13.0.1 (Riccardo Spagni)
cf470bf3 switch from master to rc (Riccardo Spagni)
</content>
</entry>
<entry>
<title>blockchain_blackball: catch failure to commit db transaction</title>
<updated>2018-09-27T17:28:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T15:01:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e67016ddb4d97400e4dfb7a8f2a37dc103d65cf4'/>
<id>urn:sha1:e67016ddb4d97400e4dfb7a8f2a37dc103d65cf4</id>
<content type='text'>
Coverity 188349
</content>
</entry>
<entry>
<title>blockchain_blackball: fix shift range for 32 bit archs</title>
<updated>2018-09-27T10:54:35Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T10:54:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c57a65b246021d37653e944caa30be628e6878f1'/>
<id>urn:sha1:c57a65b246021d37653e944caa30be628e6878f1</id>
<content type='text'>
Coverity 188406
</content>
</entry>
<entry>
<title>Merge pull request #3430</title>
<updated>2018-09-18T14:33:21Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-18T14:33:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9c40bc62fceecd51f3aba84f2559d4abc4ce80d2'/>
<id>urn:sha1:9c40bc62fceecd51f3aba84f2559d4abc4ce80d2</id>
<content type='text'>
42397359 Fixup 32bit arm build (TheCharlatan)
a06d2581 Fix Windows build (TheCharlatan)
ecaf5b3f Add libsodium to the packages, the arm build was complaining about it. (TheCharlatan)
cbbf4d24 Adapt translations to upstream changes (TheCharlatan)
db571546 Updated pcsc url (TheCharlatan)
f0ba19fd Add lrelease to the depends (TheCharlatan)
cfb30462 Add Miniupnp submodule (TheCharlatan)
5f7da005 Unbound is now a submodule. Adapt depends for this. (TheCharlatan)
d6b9bdd3 Update readmes to reflect the usage of depends (TheCharlatan)
56b6e41e Add support for apple and arm building (TheCharlatan)
29311fd1 Disable stack unwinding for mingw32 depends build. (TheCharlatan)
8db3d573 Modify depends for monero's dependencies (TheCharlatan)
0806a23a Initial depends addition (TheCharlatan)
</content>
</entry>
</feed>
