aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/account.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-02device/trezor: trezor support addedDusan Klinec1-5/+19
2018-10-16account: init creation timestamp to 0moneromooo-monero1-0/+1
2018-09-14hw_device: support for multiple devices added [for review]Dusan Klinec1-2/+6
2018-08-16crypto: make secret_key automatically mlockmoneromooo-monero1-2/+2
2018-08-16store secret keys encrypted where possiblemoneromooo-monero1-0/+66
2018-05-26fix build with GCC 8.1.0moneromooo-monero1-1/+1
2018-03-14device: untangle cyclic depenencystoffu1-1/+0
2018-03-12Ledger HW Bug fixesCédric1-2/+0
2018-03-05Stagenetstoffu1-4/+4
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-0/+40
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-17N-1/N multisigmoneromooo-monero1-1/+9
2017-12-17wallet: add multisig key generationmoneromooo-monero1-0/+7
2017-10-07Subaddresseskenshi841-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-2/+2
2017-01-16Change logging to easylogging++moneromooo-monero1-0/+4
2017-01-13account: fix build error involving std::max and different typesmoneromooo-monero1-2/+6
2017-01-12initialize timestamp to 0 and check for mktime() errorChris Vickio1-4/+4
2016-12-20also use portable serializer for boost_serialization_helper.h and net_node.in...kenshi841-2/+0
2016-02-22simplewallet: add a new --restore-from-keys optionmoneromooo-monero1-1/+9
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero1-1/+1
2015-06-20account: allow creating an account from a public address and view secret keymoneromooo-monero1-0/+16
2015-06-12account: add a couple constsmoneromooo-monero1-2/+2
2015-06-12Integrated addresses (standard address plus payment id)moneromooo-monero1-0/+6
2015-05-31account: add a forget_spend_key methodmoneromooo-monero1-0/+5
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-12-01ensure that keccak is called on view spend key, not a possibly pre-sc_reduce3...warptangent1-1/+1
2014-09-15Separate testnet address prefixZachary Michaels1-2/+2
2014-08-03restored wallets will have timestamp set to June 8 2014.Thomas Winget1-1/+17
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-06-12change hash for keygen from blake to keccaktom1-2/+2
2014-06-12allow two-random-numbers wallet generation (but not as default)Thomas Winget1-2/+2
2014-06-12fixed some pointer- and loop-based derpsThomas Winget1-0/+3
2014-06-12builds, but doesn't link. other than that, electrum-style recovery implement...Thomas Winget1-3/+10
2014-06-12most functions prototyped/modified for wallet recoveryThomas Winget1-1/+1
2014-03-03moved all stuff to githubAntonio Juarez1-0/+50