Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-30 | blockchain: guard against exceptions in add_new_block/children | moneromooo-monero | 1 | -0/+11 | |
Reporter requested credit to be given to Decred | |||||
2020-07-30 | build: prepare v0.16.0.3 release | selsta | 1 | -1/+1 | |
2020-06-21 | build: prepare v0.16.0.1 release | selsta | 1 | -1/+1 | |
2020-06-20 | tx_pool: mine stem txes in fake chain mode | moneromooo-monero | 3 | -6/+14 | |
This fixes the functional tests, since txes would not be mined after being sent to the daemon (they'd be waiting for the dandelion timeout first) | |||||
2020-06-13 | blockchain: fix timestamp/difficulty cache getting out of sync | moneromooo-monero | 2 | -1/+17 | |
The cache is discarded when a block is popped, but then gets rebuilt when the difficulty for next block is requested. While this is all properly locked, it does not take into account the delay caused by a database transaction being only committed (and thus its effects made visible to other threads) later on, which means another thread could request difficulty between the pop and the commit, which would end up using stale database view to build the cache, but that cache would not be invalidated again when the transaction gets committed, which would cause the cache to not match the new database data. To fix this, we now keep track of when the cache is invalidated so we can invalidate it again upon database transaction commit to ensure it gets calculated again with fresh data next time it is nedeed. | |||||
2020-06-12 | Fix D++ block template check | Lee Clagett | 1 | -1/+1 | |
2020-06-11 | blockchain: fix total_height in getblocks.bin response | moneromooo-monero | 1 | -0/+1 | |
2020-05-19 | cryptonote_core: remove "We are most likely forked" message | moneromooo-monero | 2 | -36/+0 | |
It's time based and we don't have forks every 6 months anymore | |||||
2020-05-17 | blockchain: detect and log bad difficulty calculations | moneromooo-monero | 1 | -5/+72 | |
2020-05-16 | Revert "simplewallet: noob-friendly help menu" | selsta | 1 | -3/+2 | |
This reverts commit 67b4a19edf7b9d6a407a79eca5c57819863bfd71. | |||||
2020-05-09 | build: prepare v0.16.0.0 release | selsta | 1 | -1/+1 | |
2020-05-06 | cryptonote_core: take out the time based upgrade warning | moneromooo-monero | 1 | -2/+0 | |
It doesn't really work anymore since we don't have a fork soon | |||||
2020-04-29 | txpool.cpp: rename var to fix for old g++ version (xenial default) | Sumo Gr | 1 | -2/+2 | |
2020-04-24 | Used legacy category to match insert_key_images behavior | Lee Clagett | 1 | -1/+1 | |
2020-04-22 | cryptonote: fix reuse of non default tx data when relaying | moneromooo-monero | 1 | -1/+1 | |
An automatic tx variable is initialized properly on the first run through the loop, but not the second. Moving the variable inside the loop ensures the ctor is called again to init it. | |||||
2020-04-20 | cryptonote_core: skip dns checkpoints on startup if not enforced | xiphon | 2 | -4/+5 | |
2020-04-08 | Add timelock verification on device | cslashm | 1 | -1/+1 | |
2020-03-30 | Always reject duplicate key-images from second txid | Lee Clagett | 2 | -12/+16 | |
2020-03-30 | Allow unrestricted rpc calls to get full txpool info | Lee Clagett | 2 | -6/+8 | |
2020-03-26 | Adding Dandelion++ support to public networks: | Lee Clagett | 2 | -32/+88 | |
- New flag in NOTIFY_NEW_TRANSACTION to indicate stem mode - Stem loops detected in tx_pool.cpp - Embargo timeout for a blackhole attack during stem phase | |||||
2020-03-22 | protocol: request txpool contents when synced | moneromooo-monero | 4 | -0/+53 | |
A newly synced Alice sends a (typically quite small) list of txids in the local tpxool to a random peer Bob, who then uses the existing tx relay system to send Alice any tx in his txpool which is not in the list Alice sent | |||||
2020-03-20 | p2p: remove old debug commands | Aaron Hook | 2 | -21/+0 | |
2020-03-14 | Correct key image check in tx_pool | Lee Clagett | 1 | -16/+7 | |
2020-03-12 | core: move the LockedTXN class out of txpool so it may be reused | moneromooo-monero | 1 | -30/+12 | |
for example, in the RPC server | |||||
2020-02-27 | blockchain_db: faster fetching of consecutive txes | moneromooo-monero | 1 | -30/+2 | |
Useful for wallet refresh or node sync | |||||
2020-02-19 | cryptonote_core: skip block notify on blockchain switching rollback | xiphon | 2 | -10/+20 | |
2020-02-17 | remove empty statements | Interchained | 2 | -3/+3 | |
Cleaning up a little around the code base. | |||||
2020-02-12 | tx_pool: catch theoretical error in get_block_reward | moneromooo-monero | 1 | -1/+5 | |
Coverity 196626 | |||||
2020-02-10 | core: mention time being off in hash rate changes message | moneromooo-monero | 1 | -1/+1 | |
2020-01-14 | wallet: reroll fake outs selection on local tx_sanity_check failure | xiphon | 2 | -9/+13 | |
2020-01-09 | Fix check_fee() discrepancy. | UkoeHB | 1 | -2/+2 | |
M100 = max{300kb, min{100block_median, m_long_term_effective_median_block_weight}} not M100 = max{300kb, m_long_term_effective_median_block_weight} Fix base reward in get_dynamic_base_fee_estimate(). get_dynamic_base_fee_estimate() should match check_fee() Fee is calculated based on block reward, and the reward penalty takes into account 0.5*max_block_weight (both before and after HF_VERSION_EFFECTIVE_SHORT_TERM_MEDIAN_IN_PENALTY). Moved median calculation according to best practice of 'keep definitions close to where they are used'. | |||||
2019-12-14 | blockchain: fix flushing txes from the txpool | moneromooo-monero | 1 | -1/+1 | |
2019-12-12 | print_coinbase_tx_sum now supports 128 bits sums | moneromooo-monero | 2 | -5/+5 | |
The tail emission will bring the total above 64 bits | |||||
2019-12-02 | rpc: add bad-blocks to flush_cache RPC | moneromooo-monero | 4 | -0/+21 | |
Flushes m_invalid_blocks in Blockchain. | |||||
2019-11-15 | blockchain: speedup fetching pruned contiguous tx blobs | moneromooo-monero | 1 | -3/+10 | |
About twice as fast, very roughly | |||||
2019-11-13 | simplewallet: noob-friendly help menu | wowario | 1 | -2/+3 | |
2019-11-12 | blockchain: error out if the builtin hashes data size is wrong | moneromooo-monero | 1 | -1/+6 | |
2019-11-04 | Change to Tx diffusion (Dandelion++ fluff) instead of flooding | Lee Clagett | 2 | -18/+2 | |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 7 | -205/+334 | |
2019-11-02 | Merge pull request #6079 | Riccardo Spagni | 1 | -1/+1 | |
e4d1674e8 0.15.0.0 release engineering (Riccardo Spagni) | |||||
2019-11-02 | 0.15.0.0 release engineering | Riccardo Spagni | 1 | -1/+1 | |
2019-11-01 | Add a --keep-fakechain option to keep fakechain databases | JamesWrigley | 1 | -1/+8 | |
This is handy when doing tests that generate a lot of transactions, since that takes time it's preferable to re-use the database for future runs. | |||||
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 2 | -2/+6 | |
It causes link errors at least on mac | |||||
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 2 | -2/+6 | |
It causes link errors at least on mac | |||||
2019-10-29 | blockchain: fix comment wrongly refering to SHA-3 rather than Keccak | moneromooo-monero | 1 | -1/+1 | |
2019-10-29 | tx_pool: fix error message assuming incorrectly | moneromooo-monero | 1 | -2/+2 | |
2019-10-28 | core: point out when we hit the block rate visibility limit | moneromooo-monero | 1 | -2/+3 | |
2019-10-27 | blockchain: fix unwanted error when probing the pool for a tx | moneromooo-monero | 1 | -2/+11 | |
2019-10-27 | blockchain: fix unwanted error when probing the pool for a tx | moneromooo-monero | 1 | -2/+11 | |
2019-10-25 | rpc: add a flush_cache RPC | moneromooo-monero | 2 | -0/+13 | |
This allows flushing internal caches (for now, the bad tx cache, which will allow debugging a stuck monerod after it has failed to verify a transaction in a block, since it would otherwise not try again, making subsequent log changes pointless) | |||||
2019-10-25 | tx_pool: fix divide by 0 in log | moneromooo-monero | 1 | -1/+1 | |
Coverity 205394 | |||||
2019-10-21 | Support median block size > 4 GB | moneromooo-monero | 1 | -8/+3 | |
add a 128/64 division routine so we can use a > 32 bit median block size in calculations | |||||
2019-10-16 | blockchain: initialize pow to ff..ff | moneromooo-monero | 1 | -2/+4 | |
as a safety to reject if it somehow does not get initialised | |||||
2019-10-11 | blockchain: use effective median block weight for penalty from v12 | moneromooo-monero | 1 | -3/+12 | |
It was using the raw block weight median, which was not what was intended in ArticMine's design | |||||
2019-10-11 | tx_pool: do not divide by 0 | moneromooo-monero | 1 | -2/+2 | |
In case of a 0 tx weight, we use a placeholder value to insert in the fee-per-byte set. This is used for pruning and mining, and those txes are pruned, so will not be too large, nor added to the block template if mining, so this is safe. CID 204465 | |||||
2019-10-11 | cryptonote: don't leave block_weight uninitialized | moneromooo-monero | 1 | -0/+1 | |
CID 204467 | |||||
2019-10-10 | blockchain: fill in cumulative block weight for alt blocks | moneromooo-monero | 3 | -0/+86 | |
2019-10-10 | cryptonote: fill in tx weight when syncing from pruned blocks | moneromooo-monero | 1 | -5/+1 | |
2019-10-06 | tx_pool: make spent return-by-reference as intended | stoffu | 2 | -2/+2 | |
2019-10-03 | Add hmac over encrypted value during transaction | cslashm | 1 | -15/+19 | |
2019-09-28 | blockchain: tweak fee as a function of median values | moneromooo-monero | 1 | -1/+2 | |
Use the lesser of the short and long terms medians, rather then the long term median alone From ArticMine: I found a bug in the new fee calculation formula with using only the long term median It actually needs to be the lesser of the long term median and the old (modified short term median) short term median with the last 10 blocks calculated as empty Yes the issue occurs if there is a large long term median and, the short term median then falls and tries to then rise again The fees are could be not high enough for example LTM and STM rise to say 2000000 bytes STM falls back to 300000 bytes Fees are now based on 2000000 bytes until LTM also falls So the STM is could prevented from rising back up STM short term median LTM long term median | |||||
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 6 | -89/+314 | |
If the peer (whether pruned or not itself) supports sending pruned blocks to syncing nodes, the pruned version will be sent along with the hash of the pruned data and the block weight. The original tx hashes can be reconstructed from the pruned txes and theur prunable data hash. Those hashes and the block weights are hashes and checked against the set of precompiled hashes, ensuring the data we received is the original data. It is currently not possible to use this system when not using the set of precompiled hashes, since block weights can not otherwise be checked for validity. This is off by default for now, and is enabled by --sync-pruned-blocks | |||||
2019-09-25 | RandomX integration | Howard Chu | 5 | -6/+119 | |
Support RandomX PoW algorithm | |||||
2019-09-25 | ban peers sending bad pow outright | moneromooo-monero | 1 | -0/+2 | |
PoW is expensive to verify, so be strict | |||||
2019-09-19 | core: move hardforks into its own lib | moneromooo-monero | 4 | -133/+7 | |
So it can be used by others without encumbrance | |||||
2019-09-17 | blockchain: enforce 10 block age for spending outputs | moneromooo-monero | 1 | -0/+10 | |
Some custom wallet code apparently ignores this, which causes users of that code to be fingerprinted | |||||
2019-09-16 | Properly format multiline logs | moneromooo-monero | 1 | -1/+1 | |
As a side effect, colouring on Windows should now work regardless of version | |||||
2019-09-16 | Removed Berkeley DB and db switching logic | Jesus Ramirez | 2 | -5/+4 | |
2019-09-11 | blockchain: keep block template timestamp not below recent median | moneromooo-monero | 1 | -1/+3 | |
Such a template would yield an invalid block, though would require an attacker to have mined a long blockchain with drifting times (assuming the miner's clock is roughly correct) Fixed by crCr62U0 | |||||
2019-09-02 | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 3 | -13/+13 | |
2019-08-28 | blockchain: fix logging bad number of blocks if first one fails | moneromooo-monero | 1 | -2/+3 | |
2019-08-28 | Fix bug in mempool get_transaction_stats histogram calculation | Tom Smeding | 1 | -3/+10 | |
The 98th percentile position in the agebytes map was incorrectly calculated: it assumed the transactions in the mempool all have unique timestamps at second-granularity. This commit fixes this by correctly finding the right cumulative number of transactions in the map suffix. This bug could lead to an out-of-bounds write in the rare case that all transactions in the mempool were received (and added to the mempool) at a rate of at least 50 transactions per second. (More specifically, the number of *unique* receive_time values, which have second- granularity, must be at most 2% of the number of transactions in the mempool for this crash to trigger.) If this condition is satisfied, 'it' points to *before* the agebytes map, 'delta' gets a nonsense value, and the value of 'i' in the first stats.histo-filling loop will be out of bounds of stats.histo. | |||||
2019-08-26 | core: make the "update probably needed soon" message less scary | moneromooo-monero | 1 | -4/+4 | |
2019-08-19 | blockchain: reject rct signatures in coinbase txes from v12 | moneromooo-monero | 1 | -0/+7 | |
2019-08-19 | core: from v12, require consistent ring size for mixable txes | moneromooo-monero | 1 | -8/+23 | |
We're supposed to have a fixed ring size now Already checked by MLSAG verification, but here seems more intuitive | |||||
2019-08-19 | blockchain: forbid v1 coinbase from v12 | moneromooo-monero | 2 | -5/+9 | |
2019-08-18 | blockchain: Fix alt chain generated coins overflow | iamamyth | 1 | -1/+2 | |
Apply the overflow logic used for computing already_generated_coins in the main chain to alternative chains. | |||||
2019-08-15 | Replace std::random_shuffle with std::shuffle | Tom Smeding | 1 | -1/+1 | |
According to [1], std::random_shuffle is deprecated in C++14 and removed in C++17. Since std::shuffle is available since C++11 as a replacement and monero already requires C++11, this is a good replacement. A cryptographically secure random number generator is used in all cases to prevent people from perhaps copying an insecure std::shuffle call over to a place where a secure one would be warranted. A form of defense-in-depth. [1]: https://en.cppreference.com/w/cpp/algorithm/random_shuffle | |||||
2019-07-18 | update checkpoints.dat hash | Riccardo Spagni | 1 | -1/+1 | |
2019-07-15 | improve tx_sanity_check clarification | vicsn | 1 | -2/+2 | |
2019-07-15 | Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECT | Doyle | 1 | -2/+0 | |
2019-07-10 | wallet: provide original address for outgoing transfers | xiphon | 1 | -0/+15 | |
2019-07-03 | Remove unnecessary m_check_txin_table, fix const correctness | Martijn Otto | 2 | -43/+12 | |
2019-06-19 | tx_sanity_check: relax the median check a lot | moneromooo-monero | 1 | -1/+1 | |
we don't want to prevent bona fide txes, just obvious bad ones | |||||
2019-06-17 | core: fix --prune-blockchain not pruning if no blockchain exists | moneromooo-monero | 1 | -1/+1 | |
2019-06-16 | blockchain: silence an error getting blocks for pruned nodes | moneromooo-monero | 1 | -4/+8 | |
This happens often when a pre-pruning node asks a pruned node for data it does not have | |||||
2019-06-14 | prep for 0.14.1 release | Riccardo Spagni | 1 | -1/+1 | |
2019-06-13 | core: do not complain about low block rate if disconnected | moneromooo-monero | 1 | -1/+1 | |
In that case, we'll still keep the "Monero is now disconnected from the network" near the end of the log | |||||
2019-06-12 | tx_sanity_check: don't print an error when not enough outs to check | moneromooo-monero | 1 | -1/+1 | |
2019-05-29 | Unused private member m_miner_address | Jesus Ramirez | 2 | -2/+0 | |
2019-05-28 | core: update pruning if using --prune-blockchain on a pruned blockchain | moneromooo-monero | 1 | -1/+7 | |
Avoids a massive amount of spurious warnings if the last update before the daemon exited was a while ago and the daemon was syncing | |||||
2019-05-26 | blockchain: do not try to pop blocks down to the genesis block | moneromooo-monero | 1 | -0/+3 | |
2019-05-25 | core: do not commit half constructed batch db txn | moneromooo-monero | 3 | -14/+35 | |
2019-05-19 | Fix #5553 | Howard Chu | 1 | -1/+2 | |
Make sure the tip hash still matches the cached block | |||||
2019-05-09 | daemon: sort alt chains by height | moneromooo-monero | 2 | -4/+4 | |
2019-05-08 | blockchain: keep alternative blocks in LMDB | moneromooo-monero | 3 | -93/+140 | |
Alternative blocks are cleared on startup unless --keep-alt-blocks is passed on the command line | |||||
2019-05-02 | blockchain: keep a rolling long term block weight median | moneromooo-monero | 2 | -33/+36 | |
2019-05-01 | fix wide difficulty conversion with some versions of boost | moneromooo-monero | 1 | -2/+2 | |
2019-04-29 | remove unused code | moneromooo-monero | 1 | -6/+2 | |
2019-04-29 | add a few checks where it seems appropriate | moneromooo-monero | 1 | -0/+2 | |
2019-04-23 | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 1 | -0/+13 | |
2019-04-23 | tx_sanity_check: relax uniqueness check a bit | moneromooo-monero | 1 | -2/+2 | |
It triggers easily on testnet | |||||
2019-04-15 | rpc: fix get_block_hashes.bin from wallet on pruned blockchain | moneromooo-monero | 2 | -6/+11 | |
We want to get all blocks here, even pruned ones | |||||
2019-04-15 | blockchain: lock the blockchain while pruning | moneromooo-monero | 1 | -0/+4 | |
2019-04-14 | blockchain_db: fix db txn ending too early | moneromooo-monero | 1 | -29/+23 | |
The db txn in add_block ending caused the entire overarching batch txn to stop. Also add a new guard class so a db txn can be stopped in the face of exceptions. Also use a read only db txn in init when the db itself is read only, and do not save the max tx size in that case. | |||||
2019-04-12 | rpc: new sanity check on relayed transactions | moneromooo-monero | 3 | -0/+138 | |
This will weed out some transactions with silly rings | |||||
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 4 | -68/+164 | |
Related to emission, reorgs, getting tx data back, output distribution and histogram | |||||
2019-04-09 | blockchain: remove unused calc of short_term_constraint | stoffu | 1 | -1/+0 | |
2019-04-07 | core: don't check block rate nor fork time in regtest mode | moneromooo-monero | 1 | -1/+4 | |
2019-04-05 | cryptonote: rework block blob size sanity check | moneromooo-monero | 2 | -8/+24 | |
Use the actual block weight limit, assuming that weight is always greater or equal to size | |||||
2019-04-01 | blockchain: some debug info when adding txes-from-block fails | moneromooo-monero | 1 | -0/+2 | |
2019-04-01 | Allow pruning before v10 | moneromooo-monero | 1 | -6/+0 | |
This check is now not needed anymore, and would prevent people from using --prune-blockchain when starting a new sync | |||||
2019-03-30 | blockchain: fix returned height in create_block_template | moneromooo-monero | 2 | -3/+6 | |
It's now needed for CNv4, and was not retained when cached | |||||
2019-03-28 | blockchain: incremental long term block weight cache | moneromooo-monero | 1 | -0/+22 | |
2019-03-28 | blockchain: simple cache for the long term block weights | moneromooo-monero | 2 | -0/+24 | |
2019-03-28 | Add support for V11 protocol with BulletProofV2 and short amount. | cslashm | 1 | -0/+7 | |
New scheme key destination contrfol Fix dummy decryption in debug mode | |||||
2019-03-25 | cryptonote: block parsing + hash calculation speedup | moneromooo-monero | 2 | -5/+8 | |
This saves a duplicate serialization step | |||||
2019-03-25 | blockchain: avoid unneeded block copy | moneromooo-monero | 1 | -1/+2 | |
2019-03-25 | save some database calls when getting top block hash and height | moneromooo-monero | 1 | -0/+1 | |
2019-03-25 | Avoid repeated (de)serialization when syncing | moneromooo-monero | 1 | -2/+1 | |
2019-03-25 | core: improve block rate monitor trigger probabilities | moneromooo-monero | 1 | -1/+17 | |
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. | |||||
2019-03-24 | Make difficulty 128 bit instead of 64 bit | moneromooo-monero | 2 | -3/+7 | |
Based on Boolberry work by: jahrsg <jahr@jahr.me> cr.zoidberg <crypto.zoidberg@gmail.com> | |||||
2019-03-21 | cryptonote: fix calculating coinbase tx hash | moneromooo-monero | 1 | -0/+2 | |
Also set error flag on exception when handling new txes to keep tests working | |||||
2019-03-15 | blockchain: do not try to pop the genesis block | moneromooo-monero | 1 | -0/+2 | |
2019-03-10 | blockchain: fix ahead of time PoW batch calc | moneromooo-monero | 1 | -2/+2 | |
2019-03-08 | blockchain: speed up getting N blocks weights/long term weights | moneromooo-monero | 2 | -15/+24 | |
2019-03-05 | Update 2019 copyright | binaryFate | 10 | -10/+10 | |
2019-03-05 | cryptonote: avoid double parsing blocks when syncing | moneromooo-monero | 2 | -12/+14 | |
2019-03-05 | core: avoid double parsing blocks after hoh | moneromooo-monero | 4 | -16/+23 | |
2019-03-05 | blockchain: avoid unneeded block copy | moneromooo-monero | 1 | -1/+2 | |
2019-03-05 | save some database calls when getting top block hash and height | moneromooo-monero | 1 | -25/+35 | |
2019-03-05 | blockchain: avoid pointless transaction copy and temporary | moneromooo-monero | 1 | -3/+4 | |
2019-03-05 | blockchain: avoid duplicate block hash computation | moneromooo-monero | 1 | -2/+1 | |
2019-03-05 | core: avoid calculating tx prefix hash when we don't need it | moneromooo-monero | 2 | -20/+17 | |
2019-03-05 | Avoid repeated (de)serialization when syncing | moneromooo-monero | 4 | -13/+19 | |
2019-03-05 | fix merge errors, update recommended version to 0.14.0.2 | Riccardo Spagni | 1 | -1/+1 | |
2019-03-05 | update checkpoints hash | Riccardo Spagni | 1 | -2/+2 | |
2019-03-04 | various: remove unused variables | moneromooo-monero | 1 | -2/+0 | |
2019-03-04 | blockchain: forbid older BP rct versions from v11 | moneromooo-monero | 1 | -1/+18 | |
2019-03-04 | blockchain: add v10 fork heights | moneromooo-monero | 1 | -0/+5 | |
2019-03-04 | Print the reason why a notification spec failed to parse | moneromooo-monero | 1 | -2/+2 | |
2019-03-04 | blockchain: include number of discarded blocks in --reorg-notify | moneromooo-monero | 2 | -3/+5 | |
2019-03-04 | core: add a few more block rate window sizes | moneromooo-monero | 1 | -1/+1 | |
The 10 minute one will never trigger for 0 blocks, as it's still fairly likely to happen even without the actual hash rate changing much, so we add a 20 minute window, where it will (for 0 blocks) and a one hour window. | |||||
2019-03-04 | core: add --block-rate-notify | moneromooo-monero | 2 | -0/+33 | |
This runs a command whenever the block rate deviates too much from the expectation | |||||
2019-03-04 | ArticMine's new block weight algorithm | moneromooo-monero | 4 | -24/+137 | |
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. Note: the long term block weight is stored in the database, but not in the actual block itself, since it requires recalculating anyway for verification. | |||||
2019-02-08 | New scheme key destination contrfol | cslashm | 2 | -41/+10 | |
Implies protocol version management. | |||||
2019-02-01 | cryptonote: Fix enum check in expand_transaction_2 | Tom Smeding | 1 | -1/+1 | |
This was noticed because GCC warned about using an enum value in a boolean context. | |||||
2019-02-01 | cryptonote: Add const-qualifier on comparison functor | Tom Smeding | 1 | -1/+1 | |
The original code did not compile with GCC 8.2.1 in C++17 mode, since comparison functions for std::set's must be invocable as const. | |||||
2019-01-28 | blockchain: add --reorg-notify | moneromooo-monero | 3 | -1/+32 | |
This will trigger if a reorg is seen. This may be used to do things like stop automated withdrawals on large reorgs. %s is replaced by the height at the split point %h is replaced by the height of the new chain %n is replaced by the number of new blocks after the reorg | |||||
2019-01-28 | notify: handle arbitrary tags | moneromooo-monero | 1 | -1/+1 | |
2019-01-26 | blockchain: fix default genesis block timestamp | moneromooo-monero | 1 | -2/+2 | |
2019-01-22 | add a bulletproof version, new bulletproof type, and rct config | moneromooo-monero | 4 | -12/+26 | |
This makes it easier to modify the bulletproof format | |||||
2019-01-22 | Pruning | moneromooo-monero | 4 | -3/+185 | |
The blockchain prunes seven eighths of prunable tx data. This saves about two thirds of the blockchain size, while keeping the node useful as a sync source for an eighth of the blockchain. No other data is currently pruned. There are three ways to prune a blockchain: - run monerod with --prune-blockchain - run "prune_blockchain" in the monerod console - run the monero-blockchain-prune utility The first two will prune in place. Due to how LMDB works, this will not reduce the blockchain size on disk. Instead, it will mark parts of the file as free, so that future data will use that free space, causing the file to not grow until free space grows scarce. The third way will create a second database, a pruned copy of the original one. Since this is a new file, this one will be smaller than the original one. Once the database is pruned, it will stay pruned as it syncs. That is, there is no need to use --prune-blockchain again, etc. | |||||
2019-01-18 | core: include a dummy encrypted payment id when no payment is used | moneromooo-monero | 1 | -6/+40 | |
For better transaction uniformity, even though this wastes space. | |||||
2019-01-18 | core, wallet: remember original text version of destination address | moneromooo-monero | 1 | -3/+15 | |
2019-01-18 | crptonote_core: do not error out sending unparsable extra field | moneromooo-monero | 1 | -2/+2 | |
extra is arbitrary, and the user may well want to send custom data | |||||
2019-01-07 | blockchain: don't propagate exception past dtor | moneromooo-monero | 1 | -1/+2 | |
Coverity 190660 | |||||
2019-01-01 | blockchain: fix wrong hf version when popping multiple blocks | moneromooo-monero | 1 | -6/+4 | |
Since we keep track of the hf version in the db, we pick it up from there instead of doing the full reorg call, which is quite expensive | |||||
2019-01-01 | blockchain: use the version passed as parameter, not a new one | moneromooo-monero | 1 | -1/+1 | |
2018-12-25 | cryptonote_core: revert extra_tx_map | moneromooo-monero | 2 | -59/+5 | |
While the lookups are faster, the zeroCommit calls have to be done again when storing the new outputs in the db, which ends up making the whole thing slower after all, and the ways this can be cached aren't very nice code wise, so let's forget it since the gains aren't very large anyway. | |||||
2018-12-18 | blockchain: fix block rate check for empty blockchains | moneromooo-monero | 1 | -1/+3 | |
2018-12-18 | blockchain_db: speedup tx output gathering | moneromooo-monero | 4 | -8/+25 | |
We know all the data we'll want for getblocks.bin is contiguous | |||||
2018-12-05 | tx_pool: add a few std::move where it can make a difference | moneromooo-monero | 1 | -3/+4 | |
2018-12-05 | cryptonote: set tx hash on newly parsed txes when known | moneromooo-monero | 1 | -5/+11 | |
2018-12-05 | blockchain: call deinit in dtor | moneromooo-monero | 2 | -7/+15 | |
This ensures the io service that runs in another thread cannot access data after it's deleted | |||||
2018-12-04 | move int-util.h to epee | moneromooo-monero | 2 | -2/+2 | |
2018-12-02 | blockchain: fix race between two external mining threads | moneromooo-monero | 1 | -5/+3 | |
2018-11-30 | daemon: stop miner before we bring the whole thing down | moneromooo-monero | 1 | -0/+1 | |
This avoids the miner erroring out trying to submit blocks to a core that's already shut down (and avoids pegging the CPU while we're busy shutting down). | |||||
2018-11-28 | add command pop_blocks | Jason Wong | 2 | -0/+39 | |
add new public method to Blockchain and update according to code review update after review: better lock/unlock, try catch and coding style | |||||
2018-11-27 | blockchain: avoid unnecessary DB lookups when syncing | moneromooo-monero | 2 | -35/+86 | |
Some of the inputs for block in a span will be from other earlier blocks in that span. Keep track of those outputs so we don't have to look them up again after those early blocks are added to the blockchain. | |||||
2018-11-26 | core: fix adding new pre-hoh block when a tx is already in the pool | moneromooo-monero | 1 | -5/+4 | |
2018-11-26 | rpc: speedup get_outs.bin | moneromooo-monero | 1 | -8/+26 | |
2018-11-23 | remove some unused code | moneromooo-monero | 2 | -8/+3 | |
Found by codacy.com | |||||
2018-11-23 | a few minor (but easy) performance tweaks | moneromooo-monero | 3 | -9/+9 | |
Found by codacy.com | |||||
2018-11-19 | Avoid unnecessary temp block and copy ctor | moneromooo-monero | 1 | -1/+1 | |
block already has a default ctor, and the extra object churn due to its innards (vectors, etc) is pointless. | |||||
2018-11-16 | tests: add unit tests for get_output_distribution | moneromooo-monero | 1 | -0/+1 | |
2018-11-16 | blockchain: remove "0 is height" shortcut from get_output_distribution | moneromooo-monero | 1 | -2/+0 | |
This prevents asking for just 0, and the RPC layer already does this | |||||
2018-11-16 | Revert "blockchain: simplify output distribution code" | moneromooo-monero | 1 | -2/+7 | |
This reverts commit b2bb9312a75781e714acf3c406634b3d4cded418. | |||||
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 2 | -4/+0 | |
2018-11-06 | protocol: option to pad transaction relay to the next kB | moneromooo-monero | 2 | -1/+17 | |
To help protect one's privacy from traffic volume analysis for people using Tor or I2P. This will really fly once we relay txes on a timer rather than on demand, though. Off by default for now since it's wasteful and doesn't bring anything until I2P's in. | |||||
2018-11-05 | blockchain: fix innocuous difficulty cache inconsistency | moneromooo-monero | 1 | -0/+1 | |
This inconsistent state would not actually be used in practice | |||||
2018-11-05 | blockchain: use uint64_t for block height, not size_t | moneromooo-monero | 1 | -1/+1 | |
for consistency | |||||
2018-11-05 | cryptonote_core: avoid gratuitous recalculations in check_block_rate() | xiphon | 1 | -1/+2 | |
2018-11-04 | blockchain: remove unused output_scan_worker parameter | moneromooo-monero | 2 | -10/+5 | |
2018-11-04 | blockchain: don't run threads if we have just one function to run | moneromooo-monero | 1 | -1/+1 | |
2018-11-01 | cryptonote_core: fix build error gcc 5.4.0 'sign-compare' | xiphon | 1 | -1/+1 | |
2018-11-01 | tx_pool: speed up take_tx for transactions from blocks | moneromooo-monero | 2 | -1/+14 | |
This happens for every historical tx when syncing, and the unnecessary parsing is actually showing up on profile. Since these are kept cached for just one block, this does not increase memory usage after syncing. | |||||
2018-11-01 | tx_pool: remove unnecessary get_transaction_hash | moneromooo-monero | 1 | -4/+3 | |
2018-11-01 | core: avoid unnecessary tx/blob conversions | moneromooo-monero | 6 | -14/+17 | |
2018-10-31 | tx_pool: allow take_tx to work without m_txs_by_fee_and_receive_time | moneromooo-monero | 1 | -3/+2 | |
This should make it possible to have two daemons running on the same database again. | |||||
2018-10-31 | tx_pool: fix comment about transaction_prefix | moneromooo-monero | 1 | -1/+1 | |
It was leftover from a change that was undone before commit, but the comment change was let through | |||||
2018-10-27 | core: fix unmixable special case allowing ring size below 11 | moneromooo-monero | 1 | -1/+1 | |
2018-10-23 | Fix prune using receive time as tx_weight | doy-lee | 1 | -3/+3 | |
2018-10-22 | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 5 | -27/+34 | |
2018-10-21 | core: fix handle_incoming_tx* comment about return value | moneromooo-monero | 1 | -2/+2 | |
2018-10-19 | blockchain: move two new verification errors to the verify category | moneromooo-monero | 1 | -2/+2 | |
Lest we get people get scared again | |||||
2018-10-18 | tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool | stoffu | 1 | -1/+1 | |
2018-10-17 | core: don't verify range proofs multiple times | moneromooo-monero | 1 | -1/+6 | |
2018-10-15 | tx_pool: store hex string instead of raw binary to tx_blob of ↵ | stoffu | 1 | -1/+1 | |
get_transaction_pool RPC Inspired by https://github.com/masari-project/masari/issues/93 | |||||
2018-10-08 | Revert "Merge pull request #4472" | Riccardo Spagni | 5 | -34/+27 | |
This reverts commit 79d46c4d551a9b1261801960095bf4d24967211a, reversing changes made to c9fc61dbb56cca442c775faa2554a7460879b637. |