summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_tx_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* integrate bulletproofs into moneromoneromooo-monero2017-12-081-3/+3
* remove "using namespace std" from headersmoneromooo-monero2017-11-141-0/+2
* Merge pull request #2681Riccardo Spagni2017-11-141-7/+1
|\
| * core: do not forbid txes without destinationmoneromooo-monero2017-10-191-6/+0
| * core: don't add empty additional pub keys field to extramoneromooo-monero2017-10-191-1/+1
* | Merge pull request #2675Riccardo Spagni2017-11-141-6/+11
|\ \
| * | subaddress: remove unneeded scalarmultBasekenshi842017-10-181-6/+11
| |/
* / core_tests: fix for subaddress patchkenshi842017-10-171-5/+5
|/
* Subaddresseskenshi842017-10-071-5/+98
* Merge pull request #2540Riccardo Spagni2017-10-061-1/+1
|\
| * core: fix logging the one time public key on errormoneromooo-monero2017-09-271-1/+1
* | Merge pull request #2534Riccardo Spagni2017-10-061-17/+4
|\ \
| * | core: remove out sorting from v7 rulesmoneromooo-monero2017-09-271-17/+4
| |/
* / construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to ...stoffu2017-10-031-2/+2
|/
* Merge pull request #2533Riccardo Spagni2017-09-261-0/+2
|\
| * core: undo output sortingmoneromooo-monero2017-09-261-0/+2
* | core: fix creation of v1 txesmoneromooo-monero2017-09-251-1/+2
|/
* Merge pull request #2424Riccardo Spagni2017-09-251-2/+3
|\
| * core: check return value from parse_hexstr_to_binbuffmoneromooo-monero2017-09-251-2/+3
* | core: sort ins and outs key key image and public key, respectivelymoneromooo-monero2017-09-131-5/+31
|/