aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_tx_utils.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-25Merge pull request #8698luigi11111-1/+1
2023-02-26Add a size limit for tx_extra in tx pooltevador1-0/+2
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2023-01-09Refactored rx-slow-hash.cSChernykh1-20/+6
2022-06-30multisig: fix critical vulnerabilities in signinganon1-18/+9
2022-04-18Add view tags to outputs to reduce wallet scanning timej-berman1-14/+21
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2022-03-02Merge pull request #7877luigi11111-1/+0
2022-02-22multisig key exchange update and refactorkoe1-1/+0
2021-11-20Add calcpow RPCHoward Chu1-4/+9
2021-05-02Warnings: unused var at cryptonote_tx_utils.cppmj-xmr1-1/+3
2020-08-27core: fix mining from a block that's not the current topmoneromooo-monero1-6/+11
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-05-01Merge pull request #6436luigi11111-1/+1
2020-04-08Add timelock verification on devicecslashm1-1/+1
2020-02-17remove empty statementsInterchained1-1/+1
2019-10-31cryptonote: untangle dependency from miner to blockchainmoneromooo-monero1-1/+3
2019-10-03Add hmac over encrypted value during transactioncslashm1-15/+19
2019-09-25RandomX integrationHoward Chu1-1/+52
2019-09-02Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez1-1/+1
2019-08-15Replace std::random_shuffle with std::shuffleTom Smeding1-1/+1
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-02-08New scheme key destination contrfolcslashm1-41/+4
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero1-7/+7
2019-01-18core: include a dummy encrypted payment id when no payment is usedmoneromooo-monero1-6/+40
2019-01-18crptonote_core: do not error out sending unparsable extra fieldmoneromooo-monero1-2/+2
2018-11-23a few minor (but easy) performance tweaksmoneromooo-monero1-3/+3
2018-10-26Merge pull request #4308Riccardo Spagni1-0/+6
2018-10-07cryptonote: sort tx_extra fieldsmoneromooo-monero1-0/+6
2018-09-30build: fix gcc false positive 'stringop-overflow' warningxiphon1-1/+1
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-3/+3
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero1-2/+2
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero1-6/+6
2018-08-16Do memwipe for critical secret keys copied to rct::keystoffu1-0/+3
2018-05-20Fix output shuffling for multisigstoffu1-7/+9
2018-03-31cryptonote_tx_util: make destinations properly shuffledstoffu1-2/+3
2018-03-14keypair::generate: always require hw::device to avoid possible mistakestoffu1-1/+1
2018-03-14device: untangle cyclic depenencystoffu1-10/+9
2018-03-12Ledger HW Bug fixesCédric1-1/+1
2018-03-05Merge pull request #3338Riccardo Spagni1-0/+2
2018-03-05Use `genesis_tx` parameter in `generate_genesis_block`. #3261Jean Pierre Dudey1-10/+1
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-16/+23
2018-03-02core: fix sending to the source address with a short payment idmoneromooo-monero1-0/+2
2018-01-29cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pubstoffu1-9/+13
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-18check accessing an element past the end of a containermoneromooo-monero1-0/+6
2017-12-17make multisig work with subaddressesmoneromooo-monero1-13/+4
2017-12-17add multisig core test and factor multisig building blocksmoneromooo-monero1-15/+1
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero1-42/+102
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-12-09core: fix input ordering from v7moneromooo-monero1-1/+1
2017-12-08integrate bulletproofs into moneromoneromooo-monero1-3/+3
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-0/+2
2017-11-14Merge pull request #2681Riccardo Spagni1-7/+1
2017-11-14Merge pull request #2675Riccardo Spagni1-6/+11
2017-10-19core: do not forbid txes without destinationmoneromooo-monero1-6/+0
2017-10-19core: don't add empty additional pub keys field to extramoneromooo-monero1-1/+1
2017-10-18subaddress: remove unneeded scalarmultBasekenshi841-6/+11
2017-10-17core_tests: fix for subaddress patchkenshi841-5/+5
2017-10-07Subaddresseskenshi841-5/+98
2017-10-06Merge pull request #2540Riccardo Spagni1-1/+1
2017-10-06Merge pull request #2534Riccardo Spagni1-17/+4
2017-10-03construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to ...stoffu1-2/+2
2017-09-27core: remove out sorting from v7 rulesmoneromooo-monero1-17/+4
2017-09-27core: fix logging the one time public key on errormoneromooo-monero1-1/+1
2017-09-26Merge pull request #2533Riccardo Spagni1-0/+2
2017-09-26core: undo output sortingmoneromooo-monero1-0/+2
2017-09-25core: fix creation of v1 txesmoneromooo-monero1-1/+2
2017-09-25Merge pull request #2424Riccardo Spagni1-2/+3
2017-09-25core: check return value from parse_hexstr_to_binbuffmoneromooo-monero1-2/+3
2017-09-13core: sort ins and outs key key image and public key, respectivelymoneromooo-monero1-5/+31
2017-08-07Merge pull request #2231Riccardo Spagni1-1/+1
2017-08-07change mixin to ring size in user visible placesmoneromooo-monero1-1/+1
2017-08-07core: fix invalid memory access creating txmoneromooo-monero1-1/+1
2017-07-25core: randomly shuffle outputsmoneromooo-monero1-1/+1
2017-03-25core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero1-3/+3
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero1-0/+6
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-14core: add a missing newline on a string to be loggedmoneromooo-monero1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-0/+493