aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_tx_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enforce Tx unlock_time is Zero by Relay Rule [RELEASE]jeffro2562024-04-291-6/+6
* Add a size limit for tx_extra in tx pooltevador2023-03-181-0/+2
* Refactored rx-slow-hash.cSChernykh2022-12-141-20/+6
* multisig: fix critical vulnerabilities in signinganon2022-06-301-18/+9
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-14/+21
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* Merge pull request #7877luigi11112022-03-021-1/+0
|\
| * multisig key exchange update and refactorkoe2022-02-221-1/+0
* | Add calcpow RPCHoward Chu2021-11-201-4/+9
|/
* Warnings: unused var at cryptonote_tx_utils.cppmj-xmr2021-05-021-1/+3
* core: fix mining from a block that's not the current topmoneromooo-monero2020-08-271-6/+11
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* Merge pull request #6436luigi11112020-05-011-1/+1
|\
| * Add timelock verification on devicecslashm2020-04-081-1/+1
* | remove empty statementsInterchained2020-02-171-1/+1
|/
* cryptonote: untangle dependency from miner to blockchainmoneromooo-monero2019-10-311-1/+3
* Add hmac over encrypted value during transactioncslashm2019-10-031-15/+19
* RandomX integrationHoward Chu2019-09-251-1/+52
* Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-021-1/+1
* Replace std::random_shuffle with std::shuffleTom Smeding2019-08-151-1/+1
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* New scheme key destination contrfolcslashm2019-02-081-41/+4
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-221-7/+7
* core: include a dummy encrypted payment id when no payment is usedmoneromooo-monero2019-01-181-6/+40
* crptonote_core: do not error out sending unparsable extra fieldmoneromooo-monero2019-01-181-2/+2
* a few minor (but easy) performance tweaksmoneromooo-monero2018-11-231-3/+3
* Merge pull request #4308Riccardo Spagni2018-10-261-0/+6
|\
| * cryptonote: sort tx_extra fieldsmoneromooo-monero2018-10-071-0/+6
* | build: fix gcc false positive 'stringop-overflow' warningxiphon2018-09-301-1/+1
* | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-3/+3
* | Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-2/+2
* | bulletproofs: add multi output bulletproofs to rctmoneromooo-monero2018-09-111-6/+6
* | Do memwipe for critical secret keys copied to rct::keystoffu2018-08-161-0/+3
|/
* Fix output shuffling for multisigstoffu2018-05-201-7/+9
* cryptonote_tx_util: make destinations properly shuffledstoffu2018-03-311-2/+3
* keypair::generate: always require hw::device to avoid possible mistakestoffu2018-03-141-1/+1
* device: untangle cyclic depenencystoffu2018-03-141-10/+9
* Ledger HW Bug fixesCédric2018-03-121-1/+1
* Merge pull request #3338Riccardo Spagni2018-03-051-0/+2
|\
| * core: fix sending to the source address with a short payment idmoneromooo-monero2018-03-021-0/+2
* | Use `genesis_tx` parameter in `generate_genesis_block`. #3261Jean Pierre Dudey2018-03-051-10/+1
* | Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-16/+23
|/
* cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pubstoffu2018-01-291-9/+13
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* check accessing an element past the end of a containermoneromooo-monero2017-12-181-0/+6
* make multisig work with subaddressesmoneromooo-monero2017-12-171-13/+4
* add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-171-15/+1
* Add N/N multisig tx generation and signingmoneromooo-monero2017-12-171-42/+102
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
* core: fix input ordering from v7moneromooo-monero2017-12-091-1/+1