aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #6050Alexander Blair2020-02-061-2/+3
|\ \ \ \
| * | | | core: point out when we hit the block rate visibility limitmoneromooo-monero2019-10-281-2/+3
* | | | | Merge pull request #6233luigi11112020-02-041-1/+1
|\ \ \ \ \
| * | | | | blockchain: fix flushing txes from the txpoolmoneromooo-monero2019-12-141-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #6140Alexander Blair2020-01-251-3/+10
|\ \ \ \ \
| * | | | | blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero2019-11-151-3/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #6146Alexander Blair2020-01-242-18/+2
|\ \ \ \ \
| * | | | | Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2019-11-042-18/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #6124Alexander Blair2020-01-161-1/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | blockchain: error out if the builtin hashes data size is wrongmoneromooo-monero2019-11-121-1/+6
| |/ / /
* | | | Merge pull request #6055luigi11112019-12-121-1/+1
|\ \ \ \
| * | | | blockchain: fix comment wrongly refering to SHA-3 rather than Keccakmoneromooo-monero2019-10-291-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #6052luigi11112019-12-121-2/+2
|\ \ \ \
| * | | | tx_pool: fix error message assuming incorrectlymoneromooo-monero2019-10-291-2/+2
| |/ / /
* | / / Adding support for hidden (anonymity) txpoolLee Clagett2019-11-027-205/+334
| |/ / |/| |
* | | Merge pull request #6079Riccardo Spagni2019-11-021-1/+1
|\ \ \
| * | | 0.15.0.0 release engineeringRiccardo Spagni2019-11-021-1/+1
| |/ /
* / / cryptonote: untangle dependency from miner to blockchainmoneromooo-monero2019-10-312-2/+6
|/ /
* / blockchain: fix unwanted error when probing the pool for a txmoneromooo-monero2019-10-271-2/+11
|/
* Merge pull request #5958luigi11112019-10-251-15/+19
|\
| * Add hmac over encrypted value during transactioncslashm2019-10-031-15/+19
* | Merge pull request #6028luigi11112019-10-251-1/+1
|\ \
| * | tx_pool: fix divide by 0 in logmoneromooo-monero2019-10-251-1/+1
* | | rpc: add a flush_cache RPCmoneromooo-monero2019-10-252-0/+13
|/ /
* | Merge pull request #5973luigi11112019-10-221-5/+1
|\ \
| * | cryptonote: fill in tx weight when syncing from pruned blocksmoneromooo-monero2019-10-101-5/+1
* | | Merge pull request #5981luigi11112019-10-222-2/+3
|\ \ \
| * | | tx_pool: do not divide by 0moneromooo-monero2019-10-111-2/+2
| * | | cryptonote: don't leave block_weight uninitializedmoneromooo-monero2019-10-111-0/+1
| |/ /
* | | Merge pull request #5974luigi11112019-10-221-2/+4
|\ \ \
| * | | blockchain: initialize pow to ff..ffmoneromooo-monero2019-10-161-2/+4
| |/ /
* | | Merge pull request #5970luigi11112019-10-221-3/+12
|\ \ \
| * | | blockchain: use effective median block weight for penalty from v12moneromooo-monero2019-10-111-3/+12
| |/ /
* | | Merge pull request #5966luigi11112019-10-221-8/+3
|\ \ \
| * | | Support median block size > 4 GBmoneromooo-monero2019-10-211-8/+3
* | | | Merge pull request #5919luigi11112019-10-223-0/+86
|\ \ \ \
| * | | | blockchain: fill in cumulative block weight for alt blocksmoneromooo-monero2019-10-103-0/+86
* | | | | Merge pull request #5962luigi11112019-10-162-2/+2
|\ \ \ \ \
| * | | | | tx_pool: make spent return-by-reference as intendedstoffu2019-10-062-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #5941luigi11112019-10-141-1/+2
|\ \ \ \ \
| * | | | | blockchain: tweak fee as a function of median valuesmoneromooo-monero2019-09-281-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5933luigi11112019-10-141-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ban peers sending bad pow outrightmoneromooo-monero2019-09-251-0/+2
* | | | | Merge pull request #5915luigi11112019-10-086-89/+314
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | monerod can now sync from pruned blocksmoneromooo-monero2019-09-276-89/+314
* | | | | Merge pull request #5902luigi11112019-09-301-1/+3
|\ \ \ \ \
| * | | | | blockchain: keep block template timestamp not below recent medianmoneromooo-monero2019-09-111-1/+3
| |/ / / /
* | | | | Merge pull request #5900luigi11112019-09-301-3/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix bug in mempool get_transaction_stats histogram calculationTom Smeding2019-08-281-3/+10
* | | | | RandomX integrationHoward Chu2019-09-255-6/+119
| |_|/ / |/| | |