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