summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #2941Riccardo Spagni2017-12-281-8/+18
|\ \ \ | |_|/ |/| |
| * | wallet2: print tx size in bytes and kBmoneromooo-monero2017-12-161-8/+18
* | | Merge pull request #2895Riccardo Spagni2017-12-251-40/+57
|\ \ \
| * | | wallet2: switch to chacha20 instead of chacha8moneromooo-monero2017-12-251-19/+36
| * | | Add a chacha20 variant to go with chacha8moneromooo-monero2017-12-251-21/+21
* | | | Merge pull request #2938Riccardo Spagni2017-12-251-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | wallet2: reinstate the single preferred output selectionmoneromooo-monero2017-12-161-1/+13
| |/ /
* | | Merge pull request #2931Riccardo Spagni2017-12-251-1/+5
|\ \ \
| * | | wallet2: error out in get_seed if the language is invalidmoneromooo-monero2017-12-151-1/+5
| |/ /
* | | Merge pull request #2926Riccardo Spagni2017-12-251-0/+40
|\ \ \
| * | | Account taggingstoffu2017-12-181-0/+40
| | |/ | |/|
* | | Merge pull request #2920Riccardo Spagni2017-12-251-9/+29
|\ \ \
| * | | use const refs in for loops for non tiny typesmoneromooo-monero2017-12-181-1/+1
| * | | check accessing an element past the end of a containermoneromooo-monero2017-12-181-1/+13
| * | | check return value for generate_key_derivation and derive_public_keymoneromooo-monero2017-12-181-7/+14
| * | | add empty container sanity checks when using front() and back()moneromooo-monero2017-12-181-0/+1
| |/ /
* | | Merge pull request #2891Riccardo Spagni2017-12-251-8/+8
|\ \ \
| * | | wallet2: don't write a .new file when not neededmoneromooo-monero2017-12-071-8/+8
* | | | Merge pull request #2888Riccardo Spagni2017-12-251-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | wallet2: detect spends in txes without a valid public tx keymoneromooo-monero2017-12-061-1/+1
| |/ /
* | | change the N-1/N multisig second message signer for authmoneromooo-monero2017-12-171-10/+9
* | | wallet: factor multisig info parsingmoneromooo-monero2017-12-171-0/+54
* | | wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero2017-12-171-3/+58
* | | wallet: add multisig sign/submit RPCmoneromooo-monero2017-12-171-26/+36
* | | Match surae's recommendation to derive multisig keysmoneromooo-monero2017-12-171-15/+16
* | | wallet2: fix slow multisig unit tests with subaddress patchmoneromooo-monero2017-12-171-3/+44
* | | make multisig work with subaddressesmoneromooo-monero2017-12-171-29/+13
* | | wallet: guard against partly initialized multisig walletmoneromooo-monero2017-12-171-1/+3
* | | add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-171-83/+37
* | | N-1/N multisigmoneromooo-monero2017-12-171-77/+490
* | | multisig address generation RPCmoneromooo-monero2017-12-171-5/+21
* | | gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero2017-12-171-2/+0
* | | wallet2: allow empty wallet filename to avoid saving datamoneromooo-monero2017-12-171-29/+57
* | | Add N/N multisig tx generation and signingmoneromooo-monero2017-12-171-60/+515
* | | wallet: add multisig key generationmoneromooo-monero2017-12-171-4/+159
* | | Merge pull request #2857Riccardo Spagni2017-12-171-5/+5
|\ \ \
| * | | Scrub keys from memory just before scope end.moneromooo-monero2017-12-161-5/+5
* | | | move includes around to lessen overall loadmoneromooo-monero2017-12-161-2/+5
|/ / /
* | | Merge pull request #2885Riccardo Spagni2017-12-161-1/+6
|\ \ \
| * | | catch wallet decrypt false positiveRiccardo Spagni2017-12-041-1/+6
| |/ /
* | | Merge pull request #2860Riccardo Spagni2017-12-161-16/+16
|\ \ \ | |_|/ |/| |
| * | new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-16/+16
* | | add bulletproofs from v7 on testnetmoneromooo-monero2017-12-081-7/+10
* | | integrate bulletproofs into moneromoneromooo-monero2017-12-081-12/+25
| |/ |/|
* | Merge pull request #2833Riccardo Spagni2017-12-021-20/+33
|\ \
| * | Fixes #759 Add sanity check on restore heightCifrado2017-11-171-20/+33
* | | Merge pull request #2850Riccardo Spagni2017-12-021-1/+1
|\ \ \
| * | | wallet2: detect multiple outputs from a tx to different subaddressesmoneromooo-monero2017-11-211-1/+1
| |/ /
* | | Merge pull request #2828Riccardo Spagni2017-12-021-2/+11
|\ \ \ | |_|/ |/| |
| * | wallet2: check generate_key_derivation return valuemoneromooo-monero2017-11-161-2/+11
| |/