aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
Commit message (Expand)AuthorAgeFilesLines
* Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett2020-12-171-0/+2
* cryptonote_basic: guess what got lost porting patches to branches againmoneromooo-monero2020-12-261-1/+1
* protocol: drop nodes if they claim new data but only give stale datamoneromooo-monero2020-12-251-1/+2
* protocol: stricter checks on received chain hash listmoneromooo2020-12-111-0/+1
* protocol: drop peers that don't reply to queriesmoneromooo2020-12-061-1/+3
* protocol: add scoring system to drop peers that don't behavemoneromooo2020-12-041-2/+2
* Merge pull request #6111Riccardo Spagni2020-09-062-7/+9
|\
| * core: fix mining from a block that's not the current topmoneromooo-monero2020-08-272-7/+9
* | Integrate CLSAGs into moneromoneromooo-monero2020-08-272-8/+28
|/
* Merge pull request #6690Alexander Blair2020-08-273-3/+1
|\
| * replace most boost serialization with existing monero serializationmoneromooo-monero2020-08-173-3/+1
* | Merge pull request #6613Alexander Blair2020-08-273-31/+35
|\ \
| * | Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-173-31/+35
| |/
* | Merge pull request #6607Alexander Blair2020-08-261-4/+3
|\ \
| * | miner: increase min/max intervals to full extentsmoneromooo-monero2020-05-311-4/+3
* | | Revert "Use domain-separated ChaCha20 for in-memory key encryption"luigi11112020-08-172-71/+50
| |/ |/|
* | Merge pull request #6493Alexander Blair2020-08-162-50/+71
|\ \
| * | Use domain-separated ChaCha20 for in-memory key encryptionSarang Noether2020-08-092-50/+71
* | | Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-042-0/+82
|/ /
* / Update copyright year to 2020SomaticFanatic2020-05-0621-21/+21
|/
* Merge pull request #6472luigi11112020-05-061-0/+2
|\
| * cryptonote: fix reuse of non default tx data when relayingmoneromooo-monero2020-04-221-0/+2
* | Merge pull request #6436luigi11112020-05-012-0/+16
|\ \ | |/ |/|
| * Add timelock verification on devicecslashm2020-04-082-0/+16
* | Adding Dandelion++ support to public networks:Lee Clagett2020-03-261-1/+6
* | Merge pull request #6338luigi11112020-04-042-6/+2
|\ \
| * | Hash domain separationSarang Noether2020-04-012-6/+2
| |/
* / cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon2020-03-311-1/+0
|/
* p2p: remove old debug commandsAaron Hook2020-03-202-55/+0
* Merge pull request #6225Alexander Blair2020-02-282-2/+18
|\
| * print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero2019-12-122-2/+18
* | miner: use verification mode for low diff one block nonce searchesmoneromooo-monero2020-02-061-1/+1
|/
* cryptonote: untangle dependency from miner to blockchainmoneromooo-monero2019-10-312-9/+9
* daemon, wallet: new pay for RPC use systemmoneromooo-monero2019-10-251-1/+2
* Merge pull request #5972luigi11112019-10-222-11/+66
|\
| * cryptonote: add function to get weight from a pruned txmoneromooo-monero2019-10-112-11/+66
* | Merge pull request #5966luigi11112019-10-221-5/+2
|\ \
| * | Support median block size > 4 GBmoneromooo-monero2019-10-211-5/+2
* | | Merge pull request #5984luigi11112019-10-161-0/+4
|\ \ \
| * | | Add also ifdef __x86_64__pkubaj2019-10-131-2/+2
| * | | Fix build on FreeBSD/!x86pkubaj2019-10-131-0/+4
| | |/ | |/|
* | | Merge pull request #5933luigi11112019-10-141-0/+1
|\ \ \ | |/ / |/| |
| * | ban peers sending bad pow outrightmoneromooo-monero2019-09-251-0/+1
* | | Merge pull request #5915luigi11112019-10-083-17/+92
|\ \ \ | |_|/ |/| |
| * | monerod can now sync from pruned blocksmoneromooo-monero2019-09-273-17/+92
* | | RandomX integrationHoward Chu2019-09-254-30/+14
| |/ |/|
* | Merge pull request #5877luigi11112019-09-241-2/+1
|\ \
| * | Make null hash constants constexprLev Sizov2019-09-051-1/+1
| * | Removed unused boost/value_init headerLev Sizov2019-09-021-1/+0
| * | Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-021-1/+1