<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/cryptonote_core.cpp, branch v0.14.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.14.1.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-06-17T16:27:15Z</updated>
<entry>
<title>core: fix --prune-blockchain not pruning if no blockchain exists</title>
<updated>2019-06-17T16:27:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-06-17T16:26:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c1eba2b5872cb4ac49ed0adaffc878d688701b32'/>
<id>urn:sha1:c1eba2b5872cb4ac49ed0adaffc878d688701b32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: update pruning if using --prune-blockchain on a pruned blockchain</title>
<updated>2019-05-28T09:12:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-28T09:09:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b7a96a08747840abf3b77d976fd2eb4460663d9f'/>
<id>urn:sha1:b7a96a08747840abf3b77d976fd2eb4460663d9f</id>
<content type='text'>
Avoids a massive amount of spurious warnings if the last update before
the daemon exited was a while ago and the daemon was syncing
</content>
</entry>
<entry>
<title>Merge pull request #5405</title>
<updated>2019-04-16T20:32:06Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-04-16T20:32:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ce2f46f76b221e3539a5cc105df95dd6dc5bccaa'/>
<id>urn:sha1:ce2f46f76b221e3539a5cc105df95dd6dc5bccaa</id>
<content type='text'>
ffdbcfb6 core: don't check block rate nor fork time in regtest mode (moneromooo-monero)
</content>
</entry>
<entry>
<title>functional_tests: add more blockchain related tests</title>
<updated>2019-04-11T11:07:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-23T16:20:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=064ab123401814b755c776d8e53f132f6a151657'/>
<id>urn:sha1:064ab123401814b755c776d8e53f132f6a151657</id>
<content type='text'>
Related to emission, reorgs, getting tx data back, output
distribution and histogram
</content>
</entry>
<entry>
<title>Merge pull request #5123</title>
<updated>2019-04-11T10:41:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-04-11T10:41:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=76fbcfe2ddf597b4d8f6d2f5e6f387d57db427eb'/>
<id>urn:sha1:76fbcfe2ddf597b4d8f6d2f5e6f387d57db427eb</id>
<content type='text'>
089c7637 cryptonote: rework block blob size sanity check (moneromooo-monero)
</content>
</entry>
<entry>
<title>core: don't check block rate nor fork time in regtest mode</title>
<updated>2019-04-07T13:30:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-07T13:29:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ffdbcfb6b324fdad0de93d520ba00fe3bc94ed85'/>
<id>urn:sha1:ffdbcfb6b324fdad0de93d520ba00fe3bc94ed85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5346</title>
<updated>2019-04-06T13:59:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-04-06T13:59:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4ac78e1612b193b9e755d40b7c72a8cc287107a9'/>
<id>urn:sha1:4ac78e1612b193b9e755d40b7c72a8cc287107a9</id>
<content type='text'>
c84ea299 cryptonote_basic: some more minor speedups (moneromooo-monero)
e40eb2ad cryptonote_basic: speedup calculate_block_hash (moneromooo-monero)
547a9708 cryptonote: block parsing + hash calculation speedup (moneromooo-monero)
11604b6d blockchain: avoid unneeded block copy (moneromooo-monero)
8461df04 save some database calls when getting top block hash and height (moneromooo-monero)
3bbc3661 Avoid repeated (de)serialization when syncing (moneromooo-monero)
</content>
</entry>
<entry>
<title>cryptonote: rework block blob size sanity check</title>
<updated>2019-04-05T09:35:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-04T00:15:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=089c7637a64652c8bcf6c437065237c23266d4a9'/>
<id>urn:sha1:089c7637a64652c8bcf6c437065237c23266d4a9</id>
<content type='text'>
Use the actual block weight limit, assuming that weight is always
greater or equal to size
</content>
</entry>
<entry>
<title>cryptonote: block parsing + hash calculation speedup</title>
<updated>2019-03-25T13:43:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-13T19:47:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=547a9708de91c175ceab0ddde93785ba93c9efca'/>
<id>urn:sha1:547a9708de91c175ceab0ddde93785ba93c9efca</id>
<content type='text'>
This saves a duplicate serialization step
</content>
</entry>
<entry>
<title>core: improve block rate monitor trigger probabilities</title>
<updated>2019-03-25T00:55:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-19T16:30:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1730a44f9002d51f376a0aadc1804836a2da70df'/>
<id>urn:sha1:1730a44f9002d51f376a0aadc1804836a2da70df</id>
<content type='text'>
The original intent of one false positive a week on average
was not met, since what we really want is not the probability
of having N blocks in T seconds, but either N blocks of fewer
in T seconds, or N blocks or more in T seconds.

Some of this could be cached since it calculates the same fairly
complex floating point values, but it seems pretty fast already.
</content>
</entry>
</feed>
