aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/cryptonote_format_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Improve cryptonote (block and tx) binary read performanceLee Clagett2021-01-231-3/+1
* New add_aux_pow RPC to support merge miningmoneromooo-monero2021-02-091-0/+1
* Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-171-13/+13
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* Add timelock verification on devicecslashm2020-04-081-0/+2
* print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero2019-12-121-0/+2
* cryptonote: add function to get weight from a pruned txmoneromooo-monero2019-10-111-0/+1
* RandomX integrationHoward Chu2019-09-251-2/+0
* functional_tests: add more blockchain related testsmoneromooo-monero2019-04-111-0/+10
* cryptonote: block parsing + hash calculation speedupmoneromooo-monero2019-03-251-1/+3
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* core: avoid calculating tx prefix hash when we don't need itmoneromooo-monero2019-03-051-0/+1
* db: speedup block additionmoneromooo-monero2019-03-051-2/+4
* Pruningmoneromooo-monero2019-01-221-0/+2
* Merge pull request #4308Riccardo Spagni2018-10-261-0/+2
|\
| * cryptonote: sort tx_extra fieldsmoneromooo-monero2018-10-071-0/+2
* | tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero2018-10-081-0/+1
* | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-0/+2
|/
* db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-0/+4
* device: untangle cyclic depenencystoffu2018-03-141-15/+0
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-3/+13
* wallet2: speed up subaddress generation (by about a third)moneromooo-monero2018-02-161-0/+1
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-1/+1
* new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-2/+7
* cryptonote: do not overwrite const datamoneromooo-monero2017-11-221-2/+2
* refactor cryptonote_basic::add_tx_pub_key_to_extraJaquee2017-10-151-0/+2
* Subaddresseskenshi842017-10-071-4/+16
* wallet: add encrypted seed functionalitymoneromooo-monero2017-09-121-0/+2
* some include cleanupmoneromooo-monero2017-07-311-1/+0
* core: cache tx and block hashes in the respective classesmoneromooo-monero2017-03-231-0/+3
* Merge pull request #1826Riccardo Spagni2017-03-031-1/+4
|\
| * allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero2017-03-021-1/+4
* | core: add functions to serialize base tx infomoneromooo-monero2017-02-271-0/+1
|/
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+213