summaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #5720luigi11112019-08-191-1/+1
|\
| * miner: fix --bg-mining-enable descriptionmoneromooo-monero2019-07-021-1/+1
* | Merge pull request #5487luigi11112019-08-141-0/+1
|\ \ | |/ |/|
| * consensus: from v12, enforce >= 2 outputsmoneromooo-monero2019-04-231-0/+1
* | serialization: check stream good flag at the endmoneromooo-monero2019-06-141-1/+1
* | cryptonote: throw on tx hash calculation errormoneromooo-monero2019-06-141-3/+3
* | miner: fix double free of thread attributesston1th2019-06-092-10/+6
* | fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-011-2/+2
* | hardfork: fix off by one updating fork index after poppingmoneromooo-monero2019-04-201-3/+2
|/
* Merge pull request #5444Riccardo Spagni2019-04-161-0/+1
|\
| * Increment m_threads_active when mining thread startsDoyle2019-04-151-0/+1
* | Merge pull request #5443Riccardo Spagni2019-04-161-20/+2
|\ \
| * | hardfork: remove "no hf version db" recreation checkmoneromooo-monero2019-04-141-20/+2
| |/
* | Merge pull request #5400Riccardo Spagni2019-04-161-6/+2
|\ \
| * | blockchain_db: fix db txn ending too earlymoneromooo-monero2019-04-141-6/+2
| |/
* | Merge pull request #5402Riccardo Spagni2019-04-152-0/+18
|\ \ | |/ |/|
| * rpc: make wide_difficulty hexadecimalmoneromooo-monero2019-04-052-0/+18
* | functional_tests: add more blockchain related testsmoneromooo-monero2019-04-113-2/+14
* | Merge pull request #5381Riccardo Spagni2019-04-112-6/+10
|\ \
| * | miner: fix race when stopping mining with start mining enabledmoneromooo-monero2019-04-012-6/+10
| |/
* | Merge pull request #5380Riccardo Spagni2019-04-111-2/+0
|\ \
| * | various: remove unused variablesmoneromooo-monero2019-04-011-2/+0
| |/
* | Merge pull request #5374Riccardo Spagni2019-04-111-5/+11
|\ \
| * | wallet: new option to start background miningmoneromooo-monero2019-04-041-5/+11
| |/
* | Merge pull request #5123Riccardo Spagni2019-04-113-6/+2
|\ \
| * | cryptonote: rework block blob size sanity checkmoneromooo-monero2019-04-053-6/+2
| |/
* | Merge pull request #5346Riccardo Spagni2019-04-062-8/+51
|\ \ | |/ |/|
| * cryptonote_basic: some more minor speedupsmoneromooo-monero2019-03-251-4/+16
| * cryptonote_basic: speedup calculate_block_hashmoneromooo-monero2019-03-251-2/+7
| * cryptonote: block parsing + hash calculation speedupmoneromooo-monero2019-03-252-4/+30
* | Merge pull request #5288Riccardo Spagni2019-04-011-2/+3
|\ \
| * | miner: fix possible exit crash due to race in stopmoneromooo-monero2019-03-141-2/+3
* | | Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-243-4/+115
| |/ |/|
* | Merge pull request #5277Riccardo Spagni2019-03-241-0/+7
|\ \
| * | wallet: fix offline signing calling a daemon RPCmoneromooo-monero2019-03-211-0/+7
* | | cryptonote: fix calculating coinbase tx hashmoneromooo-monero2019-03-211-10/+6
|/ /
* | Merge pull request #5271Riccardo Spagni2019-03-211-0/+3
|\ \
| * | hardfork: update last_versions on popped blockmoneromooo-monero2019-03-121-0/+3
| |/
* | Merge pull request #5211Riccardo Spagni2019-03-211-0/+5
|\ \
| * | device/trezor: HF10 support added, wallet::APIDusan Klinec2019-03-201-0/+5
| |/
* | Merge pull request #5190Riccardo Spagni2019-03-171-1/+3
|\ \
| * | daemon: add --public-node mode, RPC port propagation over P2Pxiphon2019-02-251-1/+3
* | | Merge pull request #5185Riccardo Spagni2019-03-172-4/+9
|\ \ \
| * | | daemon: new mining_status commandmoneromooo-monero2019-03-092-4/+9
| |/ /
* | | Merge pull request #5135Riccardo Spagni2019-03-171-0/+1
|\ \ \
| * | | Human readable message if maximum outputs reacheditalocoin2019-02-101-0/+1
| |/ /
* | / Update 2019 copyrightbinaryFate2019-03-0522-22/+22
| |/ |/|
* | cryptonote: speed up calculating coinbase tx prunable hashmoneromooo-monero2019-03-051-2/+9
* | core: avoid calculating tx prefix hash when we don't need itmoneromooo-monero2019-03-052-1/+9
* | db: speedup block additionmoneromooo-monero2019-03-053-26/+67