aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/cryptonote_format_utils.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-08tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero1-0/+10
2018-09-14Merge pull request #4330Riccardo Spagni1-3/+13
2018-09-11bulletproofs: scale points by 8 to ensure subgroup validitymoneromooo-monero1-1/+1
2018-09-11cryptonote_basic: check output type before using itmoneromooo-monero1-0/+7
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-12/+46
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero1-5/+13
2018-09-02cryptonote_format_utils: do not early out on invalid tx pubkeysmoneromooo-monero1-3/+13
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero1-8/+56
2018-05-07cryptonote: make sure outPk setup always happensmoneromooo-monero1-0/+37
2018-03-14device: untangle cyclic depenencystoffu1-182/+13
2018-03-14device: made function prototypes consistent with pre-#3303 codebasestoffu1-7/+3
2018-03-05Monero Cryptonight variants, and add one for v7moneromooo-monero1-1/+2
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-20/+117
2018-02-16wallet2: speed up subaddress generation (by about a third)moneromooo-monero1-0/+39
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-10Merge pull request #2990Riccardo Spagni1-0/+1
2017-12-22factor STL container serializationmoneromooo-monero1-0/+1
2017-12-18check return value for generate_key_derivation and derive_public_keymoneromooo-monero1-4/+8
2017-12-17make multisig work with subaddressesmoneromooo-monero1-4/+49
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+2
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero1-2/+3
2017-11-22cryptonote: do not overwrite const datamoneromooo-monero1-2/+2
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-0/+2
2017-10-15refactor cryptonote_basic::add_tx_pub_key_to_extraJaquee1-3/+13
2017-10-07Subaddresseskenshi841-13/+125
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero1-0/+17
2017-04-03core: fix blob size cache, and reenable hash and blob size cachesmoneromooo-monero1-6/+0
2017-03-26core: disable tx/block hash cachemoneromooo-monero1-0/+6
2017-03-25core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero1-15/+11
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero1-2/+77
2017-03-05format_utils: fix typo in assert messagelethos31-2/+2
2017-03-03Merge pull request #1826Riccardo Spagni1-8/+56
2017-03-02allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero1-8/+56
2017-02-27core: add functions to serialize base tx infomoneromooo-monero1-0/+10
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/+743