aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4953luigi11112018-12-311-5/+13
|\
| * cryptonote: don't serialize for blob size if already knownmoneromooo-monero2018-12-071-5/+13
* | Merge pull request #4946luigi11112018-12-312-0/+3
|\ \
| * | cryptonote: set tx hash on newly parsed txes when knownmoneromooo-monero2018-12-052-0/+3
* | | Merge pull request #4924Riccardo Spagni2018-12-121-7/+10
|\ \ \ | |_|/ |/| |
| * | cryptonote: add a set_null for transaction_prefixmoneromooo-monero2018-11-301-7/+10
* | | Merge pull request #4894Riccardo Spagni2018-12-043-4/+4
|\ \ \
| * | | cryptonote: fix get_unit for non default settingsmoneromooo-monero2018-11-231-2/+2
| * | | a few minor (but easy) performance tweaksmoneromooo-monero2018-11-232-2/+2
| |/ /
* | / 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-043-23/+18
|\ \ | |/ |/|
| * Removed a lot of unnecessary includesMartijn Otto2018-11-153-23/+18
* | Merge pull request #4753Riccardo Spagni2018-11-141-3/+4
|\ \ | |/ |/|
| * hardfork: initialize current_fork_index in ctormoneromooo-monero2018-10-291-3/+4
* | Merge pull request #4744Riccardo Spagni2018-11-061-1/+1
|\ \
| * | cryptonote: use logging functions for errors, not std::coutmoneromooo-monero2018-10-271-1/+1
| |/
* / device/trezor: trezor support addedDusan Klinec2018-11-022-5/+20
|/
* Merge pull request #4700Riccardo Spagni2018-10-261-1/+1
|\
| * miner: fix build with boost 1.69moneromooo-monero2018-10-221-1/+1
* | Merge pull request #4617Riccardo Spagni2018-10-261-0/+1
|\ \
| * | account: init creation timestamp to 0moneromooo-monero2018-10-161-0/+1
* | | Merge pull request #4308Riccardo Spagni2018-10-263-1/+87
|\ \ \ | |_|/ |/| |
| * | cryptonote: sort tx_extra fieldsmoneromooo-monero2018-10-073-1/+87
* | | Merge pull request #4523Riccardo Spagni2018-10-201-1/+1
|\ \ \ | |_|/ |/| |
| * | miner: really reset flags/precision on std::coutmoneromooo-monero2018-10-081-1/+1
* | | Merge pull request #4389Riccardo Spagni2018-10-152-0/+11
|\ \ \ | |/ / |/| |
| * | tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero2018-10-082-0/+11
* | | Merge pull request #4459Riccardo Spagni2018-09-291-2/+4
* | | Merge pull request #4299Riccardo Spagni2018-09-182-3/+8
|\ \ \
| * | | hw_device: support for multiple devices added [for review]Dusan Klinec2018-09-142-3/+8
| |/ /
* | | Merge pull request #3430Riccardo Spagni2018-09-181-3/+7
|\ \ \ | |/ / |/| |
| * | Add support for apple and arm buildingTheCharlatan2018-09-101-3/+7
| |/
* | Merge pull request #4330Riccardo Spagni2018-09-141-3/+13
|\ \
| * | cryptonote_format_utils: do not early out on invalid tx pubkeysmoneromooo-monero2018-09-021-3/+13
| |/
* | bulletproofs: scale points by 8 to ensure subgroup validitymoneromooo-monero2018-09-111-1/+1
* | cryptonote_basic: check output type before using itmoneromooo-monero2018-09-111-0/+7
* | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-114-28/+64
* | Bulletproof aggregated verification and testsmoneromooo-monero2018-09-112-8/+16
|/
* crypto: make secret_key automatically mlockmoneromooo-monero2018-08-161-2/+2
* store secret keys encrypted where possiblemoneromooo-monero2018-08-162-0/+82
* Merge pull request #4030luigi11112018-07-191-1/+1
|\
| * miner: show id and height when a block is foundstoffu2018-06-201-1/+1
* | Merge pull request #3854luigi11112018-07-191-7/+8
|\ \
| * | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-7/+8
* | | Merge pull request #3982luigi11112018-06-271-14/+5
|\ \ \
| * | | cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu2018-06-111-14/+5
* | | | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-1/+1
* | | | Merge pull request #3757luigi11112018-06-201-0/+5
|\ \ \ \ | |_|_|/ |/| | |