aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.h
Commit message (Expand)AuthorAgeFilesLines
...
* | move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-141-0/+5
* | Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-5/+9
|/
* Merge pull request #2469Riccardo Spagni2017-10-151-0/+7
|\
| * precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero2017-09-181-0/+7
* | get_blockchain_top now returns voidmoneromooo-monero2017-09-251-3/+1
|/
* Merge pull request #2446Riccardo Spagni2017-09-181-2/+2
|\
| * Use a threadpoolHoward Chu2017-09-141-2/+2
* | Merge pull request #2044Riccardo Spagni2017-09-181-0/+17
|\ \ | |/ |/|
| * json serialization for rpc-relevant monero typesThomas Winget2017-09-051-0/+17
* | Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero2017-09-031-0/+9
|/
* Merge pull request #2314Riccardo Spagni2017-08-261-0/+7
|\
| * Cleanup test impact of adding safesyncmode() methodHoward Chu2017-08-221-0/+7
* | rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero2017-08-261-0/+7
|/
* Merge pull request #2303Riccardo Spagni2017-08-171-1/+1
|\
| * cryptonote_protocol: large block sync size before v4moneromooo-monero2017-08-171-1/+1
* | protocol: pass blockchain cumulative difficulty when syncingmoneromooo-monero2017-08-151-0/+7
|/
* tests: fix tests buildmoneromooo-monero2017-08-101-0/+14
* core: new API to disable DNS checkpoint lookupsmoneromooo-monero2017-08-071-0/+8
* Merge pull request #2149Riccardo Spagni2017-08-071-0/+23
|\
| * core: thread most of handle_incoming_txmoneromooo-monero2017-08-071-0/+23
* | core: forbid duplicate ring members from v6moneromooo-monero2017-07-221-0/+9
|/
* Speedup print_pool_statsHoward Chu2017-06-011-0/+7
* Merge pull request #1982Riccardo Spagni2017-05-301-4/+11
|\
| * Move txpool to the databasemoneromooo-monero2017-05-251-4/+11
* | Add expected total reward to RPC "getblocktemplate".assylias2017-04-191-1/+1
|/
* core, wallet: faster tx pool scanningmoneromooo-monero2017-03-231-0/+7
* core: make update download cancellablemoneromooo-monero2017-03-051-0/+5
* core: bound the amount of entries in bad tx semantics cachemoneromooo-monero2017-02-231-1/+1
* core: remove a couple unused/obsolete bitsmoneromooo-monero2017-02-231-3/+0
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1727Riccardo Spagni2017-02-211-8/+22
|\
| * blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-131-8/+22
* | core: test key images against validity domainmoneromooo-monero2017-02-201-0/+10
* | Optionally query moneropulse DNS records to check for updatesmoneromooo-monero2017-02-201-0/+15
* | core: display any fork warning at startup toomoneromooo-monero2017-02-201-1/+1
* | Get rid of directory lockHoward Chu2017-02-181-18/+0
|/
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-3/+3
* Merge pull request #1615Riccardo Spagni2017-01-221-0/+2
|\
| * core: cache tx hashes of failing semantics txesmoneromooo-monero2017-01-221-0/+2
* | rpc: fix orphan_status when getting blocksmoneromooo-monero2017-01-221-1/+1
|/
* fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-3/+6
* Add start_time to get_info methods and show uptimeMiguel Herranz2017-01-121-0/+8
* Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero2016-11-221-1/+1
* add lightweight block propagation ("fluffy blocks")Dion Ahmetaj2016-11-091-0/+14
* core: notify the txpool when transactions are relayedmoneromooo-monero2016-10-231-0/+5
* patched parameter type bug that was causing failure on 32 bitDion Ahmetaj2016-10-141-1/+1
* print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj2016-10-101-1/+1
* changed params from start/end index to height/countDion Ahmetaj2016-10-101-1/+1
* attempted to remove whitespace spamDion Ahmetaj2016-10-101-1/+1
* added print_coinbase_tx_sum optionDion Ahmetaj2016-10-101-1/+8