aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4030luigi11112018-07-191-1/+1
|\
| * miner: show id and height when a block is foundstoffu2018-06-201-1/+1
* | Merge pull request #3854luigi11112018-07-191-7/+8
|\ \
| * | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-7/+8
* | | Merge pull request #3982luigi11112018-06-271-14/+5
|\ \ \
| * | | cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu2018-06-111-14/+5
* | | | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-1/+1
* | | | Merge pull request #3757luigi11112018-06-201-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | handle optional miner params bettercryptochangements342018-05-061-0/+5
* | | | Merge pull request #3851luigi11112018-06-191-1/+1
|\ \ \ \
| * | | | fix build with GCC 8.1.0moneromooo-monero2018-05-261-1/+1
* | | | | Merge pull request #3725luigi11112018-06-161-5/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | connection_context: remove "state_" prefix from state namesmoneromooo-monero2018-04-281-5/+5
| | |/ / | |/| |
* | | | hardfork: fix get_next_version()stoffu2018-05-301-3/+3
* | | | hardfork: fix get_earliest_ideal_height_for_version() to support non-existent...stoffu2018-05-301-4/+8
| |_|/ |/| |
* | | db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-232-8/+60
| |/ |/|
* | cryptonote: make sure outPk setup always happensmoneromooo-monero2018-05-071-0/+37
|/
* 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
|\