aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
...
| * | cryptonote: set tx hash on newly parsed txes when knownmoneromooo-monero2018-12-051-5/+11
* | | Merge pull request #4940luigi11112018-12-312-7/+15
|\ \ \
| * | | blockchain: call deinit in dtormoneromooo-monero2018-12-052-7/+15
| |/ /
* | | Merge pull request #4928luigi11112018-12-311-5/+3
|\ \ \ | |_|/ |/| |
| * | blockchain: fix race between two external mining threadsmoneromooo-monero2018-12-021-5/+3
* | | Merge pull request #4923Riccardo Spagni2018-12-121-0/+1
|\ \ \
| * | | daemon: stop miner before we bring the whole thing downmoneromooo-monero2018-11-301-0/+1
| |/ /
* | | Merge pull request #4920Riccardo Spagni2018-12-121-5/+4
|\ \ \
| * | | core: fix adding new pre-hoh block when a tx is already in the poolmoneromooo-monero2018-11-261-5/+4
| |/ /
* | | Merge pull request #4909Riccardo Spagni2018-12-122-35/+86
|\ \ \
| * | | blockchain: avoid unnecessary DB lookups when syncingmoneromooo-monero2018-11-272-35/+86
| |/ /
* | | Merge pull request #4903Riccardo Spagni2018-12-122-0/+39
|\ \ \
| * | | add command pop_blocksJason Wong2018-11-282-0/+39
| |/ /
* | | Merge pull request #4787Riccardo Spagni2018-12-122-1/+17
|\ \ \
| * | | protocol: option to pad transaction relay to the next kBmoneromooo-monero2018-11-062-1/+17
* | | | Merge pull request #4894Riccardo Spagni2018-12-045-17/+12
|\ \ \ \
| * | | | remove some unused codemoneromooo-monero2018-11-232-8/+3
| * | | | a few minor (but easy) performance tweaksmoneromooo-monero2018-11-233-9/+9
* | | | | move int-util.h to epeemoneromooo-monero2018-12-042-2/+2
| |_|_|/ |/| | |
* | | | Merge pull request #4869Riccardo Spagni2018-12-041-1/+1
|\ \ \ \
| * | | | Avoid unnecessary temp block and copy ctormoneromooo-monero2018-11-191-1/+1
* | | | | Merge pull request #4854Riccardo Spagni2018-12-042-4/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Removed a lot of unnecessary includesMartijn Otto2018-11-152-4/+0
* | | | | rpc: speedup get_outs.binmoneromooo-monero2018-11-261-8/+26
| |_|/ / |/| | |
* | | | tests: add unit tests for get_output_distributionmoneromooo-monero2018-11-161-0/+1
* | | | blockchain: remove "0 is height" shortcut from get_output_distributionmoneromooo-monero2018-11-161-2/+0
* | | | Revert "blockchain: simplify output distribution code"moneromooo-monero2018-11-161-2/+7
| |/ / |/| |
* | | Merge pull request #4806Riccardo Spagni2018-11-161-1/+2
|\ \ \
| * | | blockchain: fix innocuous difficulty cache inconsistencymoneromooo-monero2018-11-051-0/+1
| * | | blockchain: use uint64_t for block height, not size_tmoneromooo-monero2018-11-051-1/+1
* | | | Merge pull request #4768Riccardo Spagni2018-11-161-3/+2
|\ \ \ \
| * | | | tx_pool: allow take_tx to work without m_txs_by_fee_and_receive_timemoneromooo-monero2018-10-311-3/+2
| | |_|/ | |/| |
* | | | Merge pull request #4765Riccardo Spagni2018-11-161-1/+1
|\ \ \ \
| * | | | tx_pool: fix comment about transaction_prefixmoneromooo-monero2018-10-311-1/+1
| |/ / /
* | | | Merge pull request #4769Riccardo Spagni2018-11-146-29/+39
|\ \ \ \ | |_|_|/ |/| | |
| * | | blockchain: remove unused output_scan_worker parametermoneromooo-monero2018-11-042-10/+5
| * | | blockchain: don't run threads if we have just one function to runmoneromooo-monero2018-11-041-1/+1
| * | | tx_pool: speed up take_tx for transactions from blocksmoneromooo-monero2018-11-012-1/+14
| * | | tx_pool: remove unnecessary get_transaction_hashmoneromooo-monero2018-11-011-4/+3
| * | | core: avoid unnecessary tx/blob conversionsmoneromooo-monero2018-11-016-14/+17
| |/ /
* | | Merge pull request #4735Riccardo Spagni2018-11-061-1/+1
|\ \ \
| * | | core: fix unmixable special case allowing ring size below 11moneromooo-monero2018-10-271-1/+1
| |/ /
* | / cryptonote_core: avoid gratuitous recalculations in check_block_rate()xiphon2018-11-051-1/+2
| |/ |/|
* | Merge pull request #4688Riccardo Spagni2018-11-041-3/+3
|\ \
| * | Fix prune using receive time as tx_weightdoy-lee2018-10-231-3/+3
* | | Merge pull request #4683Riccardo Spagni2018-11-041-2/+2
|\ \ \
| * | | core: fix handle_incoming_tx* comment about return valuemoneromooo-monero2018-10-211-2/+2
* | | | cryptonote_core: fix build error gcc 5.4.0 'sign-compare'xiphon2018-11-011-1/+1
| |_|/ |/| |
* | | Merge pull request #4536Riccardo Spagni2018-10-265-27/+34
|\ \ \
| * | | blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2018-10-225-27/+34