aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/cryptonote_format_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5380Riccardo Spagni2019-04-111-2/+0
|\
| * various: remove unused variablesmoneromooo-monero2019-04-011-2/+0
* | 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-251-3/+27
|/
* cryptonote: fix calculating coinbase tx hashmoneromooo-monero2019-03-211-10/+6
* Merge pull request #5211Riccardo Spagni2019-03-211-0/+5
|\
| * device/trezor: HF10 support added, wallet::APIDusan Klinec2019-03-201-0/+5
* | Merge pull request #5135Riccardo Spagni2019-03-171-0/+1
|\ \
| * | Human readable message if maximum outputs reacheditalocoin2019-02-101-0/+1
* | | Update 2019 copyrightbinaryFate2019-03-051-1/+1
| |/ |/|
* | 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-051-1/+8
* | db: speedup block additionmoneromooo-monero2019-03-051-22/+40
* | Cryptonight variant 4 aka CryptonightRSChernykh2019-02-141-1/+1
|/
* Pruningmoneromooo-monero2019-01-221-0/+17
* 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-311-0/+1
|\ \ | |/ |/|
| * cryptonote: set tx hash on newly parsed txes when knownmoneromooo-monero2018-12-051-0/+1
* | Merge pull request #4894Riccardo Spagni2018-12-041-2/+2
|\ \ | |/ |/|
| * cryptonote: fix get_unit for non default settingsmoneromooo-monero2018-11-231-2/+2
* | Removed a lot of unnecessary includesMartijn Otto2018-11-151-3/+2
|/
* Merge pull request #4308Riccardo Spagni2018-10-261-0/+85
|\
| * cryptonote: sort tx_extra fieldsmoneromooo-monero2018-10-071-0/+85
* | tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero2018-10-081-0/+10
* | 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-111-12/+46
* | Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-5/+13
|/
* db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-8/+56
* cryptonote: make sure outPk setup always happensmoneromooo-monero2018-05-071-0/+37
* device: untangle cyclic depenencystoffu2018-03-141-182/+13
* device: made function prototypes consistent with pre-#3303 codebasestoffu2018-03-141-7/+3
* Monero Cryptonight variants, and add one for v7moneromooo-monero2018-03-051-1/+2
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-20/+117
* wallet2: speed up subaddress generation (by about a third)moneromooo-monero2018-02-161-0/+39
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Merge pull request #2990Riccardo Spagni2018-01-101-0/+1
|\
| * factor STL container serializationmoneromooo-monero2017-12-221-0/+1
* | check return value for generate_key_derivation and derive_public_keymoneromooo-monero2017-12-181-4/+8
|/
* make multisig work with subaddressesmoneromooo-monero2017-12-171-4/+49
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+2
* new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-2/+3
* cryptonote: do not overwrite const datamoneromooo-monero2017-11-221-2/+2
* remove "using namespace std" from headersmoneromooo-monero2017-11-141-0/+2
* refactor cryptonote_basic::add_tx_pub_key_to_extraJaquee2017-10-151-3/+13
* Subaddresseskenshi842017-10-071-13/+125