aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in various filesDimitris Apostolou2018-03-151-1/+1
* keypair::generate: always require hw::device to avoid possible mistakestoffu2018-03-141-6/+0
* device: untangle cyclic depenencystoffu2018-03-145-200/+15
* device: made function prototypes consistent with pre-#3303 codebasestoffu2018-03-141-7/+3
* Ledger HW Bug fixesCédric2018-03-121-2/+0
* Monero Cryptonight variants, and add one for v7moneromooo-monero2018-03-051-1/+2
* Merge pull request #3277Riccardo Spagni2018-03-056-28/+32
|\
| * Stagenetstoffu2018-03-056-28/+32
* | Correct spelling mistakes.Edward Betts2018-03-051-1/+1
|/
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-046-23/+188
* Merge pull request #3260Riccardo Spagni2018-02-201-1/+0
|\
| * Remove `voting_version` parameter documentation.Jean Pierre Dudey2018-02-131-1/+0
* | Merge pull request #3255Riccardo Spagni2018-02-201-11/+5
|\ \
| * | Closes #2886: really ignore battery checkingTimothy D. Prime2018-02-121-11/+5
* | | Merge pull request #3247Riccardo Spagni2018-02-202-0/+40
|\ \ \
| * | | wallet2: speed up subaddress generation (by about a third)moneromooo-monero2018-02-162-0/+40
| | |/ | |/|
* | | Merge pull request #3226Riccardo Spagni2018-02-161-1/+2
|\ \ \
| * | | miner: restore std::cout precision after modificationmoneromooo-monero2018-02-021-1/+2
| |/ /
* | | Merge pull request #3232Riccardo Spagni2018-02-161-1/+1
|\ \ \
| * | | connection_context: initialize m_last_request_time to current timemoneromooo-monero2018-02-041-1/+1
| |/ /
* / / ringct: pseudoOuts moved to prunable in the simple bulletproof casemoneromooo-monero2018-01-311-2/+6
|/ /
* | Readd copyright starting datexmr-eric2018-01-261-1/+1
* | Update 2018 copyrightxmr-eric2018-01-2622-22/+22
|/
* Merge pull request #2990Riccardo Spagni2018-01-103-2/+2
|\
| * factor STL container serializationmoneromooo-monero2017-12-223-2/+2
* | check accessing an element past the end of a containermoneromooo-monero2017-12-181-1/+1
* | check return value for generate_key_derivation and derive_public_keymoneromooo-monero2017-12-181-4/+8
|/
* make multisig work with subaddressesmoneromooo-monero2017-12-171-4/+49
* N-1/N multisigmoneromooo-monero2017-12-172-2/+14
* Add N/N multisig tx generation and signingmoneromooo-monero2017-12-171-0/+15
* wallet: add multisig key generationmoneromooo-monero2017-12-172-0/+8
* move includes around to lessen overall loadmoneromooo-monero2017-12-164-2/+43
* Merge pull request #2860Riccardo Spagni2017-12-162-4/+10
|\
| * new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-272-4/+10
* | add bulletproofs from v7 on testnetmoneromooo-monero2017-12-081-4/+4
* | integrate bulletproofs into moneromoneromooo-monero2017-12-081-0/+21
|/
* Merge pull request #2784Riccardo Spagni2017-11-252-4/+4
|\
| * cryptonote: do not overwrite const datamoneromooo-monero2017-11-222-4/+4
* | Merge pull request #2792Riccardo Spagni2017-11-251-5/+107
|\ \ | |/ |/|
| * Implement missing miner functions on FreeBSDVasil Dimov2017-11-111-1/+105
| * Remove unused variables and fix typos in commentsVasil Dimov2017-11-111-4/+2
* | remove "using namespace std" from headersmoneromooo-monero2017-11-141-0/+2
|/
* Merge pull request #2597Riccardo Spagni2017-10-151-2/+1
|\
| * miner: always update block template when startingmoneromooo-monero2017-10-071-2/+1
* | refactor cryptonote_basic::add_tx_pub_key_to_extraJaquee2017-10-152-3/+15
* | Subaddresseskenshi842017-10-0710-84/+333
|/
* connection_context: initialize m_callback_request_count to 0moneromooo-monero2017-09-271-1/+1
* fix typo in basic and core CMakeLists.txtmoneromooo-monero2017-09-251-1/+1
* move checkpoints in a separate librarymoneromooo-monero2017-09-257-522/+3
* Merge pull request #2257Riccardo Spagni2017-09-252-0/+19
|\