aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_tx_utils.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
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