aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/cryptonote_format_utils.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Add timelock verification on devicecslashm1-0/+2
2019-12-12print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero1-0/+2
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-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-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-62/+1
2017-01-02portable serializer: make signerd/unsigned tx portable, ignore archive versio...kenshi841-11/+22
2016-12-09Fix sending outputs from a tx with more than one pubkeymoneromooo-monero1-3/+3
2016-11-16wallet2: try all tx keys when scanning a new transactionmoneromooo-monero1-2/+2
2016-11-01refresh speedupluigi11111-0/+1
2016-09-27wallet: cold wallet transaction signingmoneromooo-monero1-0/+15
2016-09-26cryptonote_core: make extra field removal more genericmoneromooo-monero1-1/+1
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-0/+1
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-1/+1
2016-08-28rct: rework v2 txes into prunable and non prunable datamoneromooo-monero1-0/+1
2016-08-28wallet: do not store signatures in the wallet cachemoneromooo-monero1-0/+1
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero1-1/+1
2016-08-28add rct to the protocolmoneromooo-monero1-3/+7
2016-05-01tests: fix tests broken by the removal of the block reward accumulation loopmoneromooo-monero1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-10-10from hard fork 2, claim a quantized reward in coinbasemoneromooo-monero1-1/+1
2015-10-10cryptonote_format_utils: add a function to tell if an amount is canonicalmoneromooo-monero1-0/+1
2015-08-24wallet: only return tx keys via RPC if requestedmoneromooo-monero1-1/+2
2015-08-19make tx keys available to the usermoneromooo-monero1-1/+1
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero1-4/+6
2015-08-09Encrypted payment IDsmoneromooo-monero1-2/+5
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-25Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni1-2/+0
2014-09-24low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni1-0/+2
2014-09-15Pass tx and nonce to genesis block constructorZachary Michaels1-2/+5
2014-09-15Add testnet flagZachary Michaels1-0/+1
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-01Remove redeclarationZachary Michaels1-1/+0
2014-05-03initial [broken] updatemydesktop1-3/+18
2014-04-30various fixes to allow mac osx compilationmydesktop1-1/+1
2014-04-07Improvements in JSON RPCAntonio Juarez1-1/+1
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-3/+2
2014-03-20some fixesAntonio Juarez1-1/+0
2014-03-03moved all stuff to githubAntonio Juarez1-0/+191