aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/cryptonote_format_utils.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-11cryptonote: add function to get weight from a pruned txmoneromooo-monero1-0/+1
2019-09-25RandomX integrationHoward Chu1-2/+0
2019-04-11functional_tests: add more blockchain related testsmoneromooo-monero1-0/+10
2019-03-25cryptonote: block parsing + hash calculation speedupmoneromooo-monero1-1/+3
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05core: avoid calculating tx prefix hash when we don't need itmoneromooo-monero1-0/+1
2019-03-05db: speedup block additionmoneromooo-monero1-2/+4
2019-01-22Pruningmoneromooo-monero1-0/+2
2018-10-26Merge pull request #4308Riccardo Spagni1-0/+2
2018-10-08tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero1-0/+1
2018-10-07cryptonote: sort tx_extra fieldsmoneromooo-monero1-0/+2
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-0/+2
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero1-0/+4
2018-03-14device: untangle cyclic depenencystoffu1-15/+0
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-3/+13
2018-02-16wallet2: speed up subaddress generation (by about a third)moneromooo-monero1-0/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-1/+1
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero1-2/+7
2017-11-22cryptonote: do not overwrite const datamoneromooo-monero1-2/+2
2017-10-15refactor cryptonote_basic::add_tx_pub_key_to_extraJaquee1-0/+2
2017-10-07Subaddresseskenshi841-4/+16
2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero1-0/+2
2017-07-31some include cleanupmoneromooo-monero1-1/+0
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero1-0/+3
2017-03-03Merge pull request #1826Riccardo Spagni1-1/+4
2017-03-02allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero1-1/+4
2017-02-27core: add functions to serialize base tx infomoneromooo-monero1-0/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-0/+213