aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-29Merge pull request #4459Riccardo Spagni1-2/+4
2018-09-18Merge pull request #4299Riccardo Spagni2-3/+8
2018-09-18Merge pull request #3430Riccardo Spagni1-3/+7
2018-09-14hw_device: support for multiple devices added [for review]Dusan Klinec2-3/+8
2018-09-14Merge pull request #4330Riccardo Spagni1-3/+13
2018-09-11bulletproofs: scale points by 8 to ensure subgroup validitymoneromooo-monero1-1/+1
2018-09-11cryptonote_basic: check output type before using itmoneromooo-monero1-0/+7
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero4-28/+64
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero2-8/+16
2018-09-10Add support for apple and arm buildingTheCharlatan1-3/+7
2018-09-02cryptonote_format_utils: do not early out on invalid tx pubkeysmoneromooo-monero1-3/+13
2018-08-16crypto: make secret_key automatically mlockmoneromooo-monero1-2/+2
2018-08-16store secret keys encrypted where possiblemoneromooo-monero2-0/+82
2018-07-19Merge pull request #4030luigi11111-1/+1
2018-07-19Merge pull request #3854luigi11111-7/+8
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-7/+8
2018-06-27Merge pull request #3982luigi11111-14/+5
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-1/+1
2018-06-20Merge pull request #3757luigi11111-0/+5
2018-06-20miner: show id and height when a block is foundstoffu1-1/+1
2018-06-19Merge pull request #3851luigi11111-1/+1
2018-06-16Merge pull request #3725luigi11111-5/+5
2018-06-11cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu1-14/+5
2018-05-30hardfork: fix get_next_version()stoffu1-3/+3
2018-05-30hardfork: fix get_earliest_ideal_height_for_version() to support non-existent...stoffu1-4/+8
2018-05-26fix build with GCC 8.1.0moneromooo-monero1-1/+1
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2-8/+60
2018-05-07cryptonote: make sure outPk setup always happensmoneromooo-monero1-0/+37
2018-05-06handle optional miner params bettercryptochangements341-0/+5
2018-04-28connection_context: remove "state_" prefix from state namesmoneromooo-monero1-5/+5
2018-03-15Fix typos in various filesDimitris Apostolou1-1/+1
2018-03-14keypair::generate: always require hw::device to avoid possible mistakestoffu1-6/+0
2018-03-14device: untangle cyclic depenencystoffu5-200/+15
2018-03-14device: made function prototypes consistent with pre-#3303 codebasestoffu1-7/+3
2018-03-12Ledger HW Bug fixesCédric1-2/+0
2018-03-05Monero Cryptonight variants, and add one for v7moneromooo-monero1-1/+2
2018-03-05Merge pull request #3277Riccardo Spagni6-28/+32
2018-03-05Correct spelling mistakes.Edward Betts1-1/+1
2018-03-05Stagenetstoffu6-28/+32
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm6-23/+188
2018-02-20Merge pull request #3260Riccardo Spagni1-1/+0
2018-02-20Merge pull request #3255Riccardo Spagni1-11/+5
2018-02-20Merge pull request #3247Riccardo Spagni2-0/+40
2018-02-16wallet2: speed up subaddress generation (by about a third)moneromooo-monero2-0/+40
2018-02-16Merge pull request #3226Riccardo Spagni1-1/+2
2018-02-16Merge pull request #3232Riccardo Spagni1-1/+1
2018-02-13Remove `voting_version` parameter documentation.Jean Pierre Dudey1-1/+0
2018-02-12Closes #2886: really ignore battery checkingTimothy D. Prime1-11/+5
2018-02-04connection_context: initialize m_last_request_time to current timemoneromooo-monero1-1/+1
2018-02-02miner: restore std::cout precision after modificationmoneromooo-monero1-1/+2
2018-01-31ringct: pseudoOuts moved to prunable in the simple bulletproof casemoneromooo-monero1-2/+6
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric22-22/+22
2018-01-10Merge pull request #2990Riccardo Spagni3-2/+2
2017-12-22factor STL container serializationmoneromooo-monero3-2/+2
2017-12-18check accessing an element past the end of a containermoneromooo-monero1-1/+1
2017-12-18check return value for generate_key_derivation and derive_public_keymoneromooo-monero1-4/+8
2017-12-17make multisig work with subaddressesmoneromooo-monero1-4/+49
2017-12-17N-1/N multisigmoneromooo-monero2-2/+14
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero1-0/+15
2017-12-17wallet: add multisig key generationmoneromooo-monero2-0/+8
2017-12-16move includes around to lessen overall loadmoneromooo-monero4-2/+43
2017-12-16Merge pull request #2860Riccardo Spagni2-4/+10
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero1-4/+4
2017-12-08integrate bulletproofs into moneromoneromooo-monero1-0/+21
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero2-4/+10
2017-11-25Merge pull request #2784Riccardo Spagni2-4/+4
2017-11-25Merge pull request #2792Riccardo Spagni1-5/+107
2017-11-22cryptonote: do not overwrite const datamoneromooo-monero2-4/+4
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-0/+2
2017-11-11Implement missing miner functions on FreeBSDVasil Dimov1-1/+105
2017-11-11Remove unused variables and fix typos in commentsVasil Dimov1-4/+2
2017-10-15Merge pull request #2597Riccardo Spagni1-2/+1
2017-10-15refactor cryptonote_basic::add_tx_pub_key_to_extraJaquee2-3/+15
2017-10-07miner: always update block template when startingmoneromooo-monero1-2/+1
2017-10-07Subaddresseskenshi8410-84/+333
2017-09-27connection_context: initialize m_callback_request_count to 0moneromooo-monero1-1/+1
2017-09-25fix typo in basic and core CMakeLists.txtmoneromooo-monero1-1/+1
2017-09-25move checkpoints in a separate librarymoneromooo-monero7-522/+3
2017-09-25Merge pull request #2257Riccardo Spagni2-0/+19
2017-09-20Merge pull request #2410Riccardo Spagni1-13/+0
2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero2-0/+19
2017-09-08Fix AC power supply detection on LinuxGuillaume LE VAILLANT1-13/+0
2017-09-06update hardcoded checkpointsRiccardo Spagni1-0/+2
2017-08-17Merge pull request #2303Riccardo Spagni1-0/+3
2017-08-16cryptonote_protocol: kick idle synchronizing peersmoneromooo-monero1-0/+3
2017-08-15befor -> beforeNano Akron1-4/+4
2017-08-15Merge pull request #2283Riccardo Spagni1-1/+1
2017-08-15Merge pull request #2264Riccardo Spagni1-1/+1
2017-08-15Merge pull request #2245Riccardo Spagni1-2/+2
2017-08-15Merge pull request #2232Riccardo Spagni1-1/+1
2017-08-12protocol: fix reorgs while syncingmoneromooo-monero1-1/+3
2017-08-12miner: set thread name before loggingmoneromooo-monero1-1/+1
2017-08-09connection_context: initialize statemoneromooo-monero1-0/+1
2017-08-08cryptonote_basic: fix silly CLANG warning about not emitting functionmoneromooo-monero1-1/+1
2017-08-07Merge pull request #2149Riccardo Spagni1-0/+1
2017-08-07Merge pull request #2234Riccardo Spagni1-1/+0
2017-08-07Merge pull request #2210Riccardo Spagni2-6/+15
2017-08-07Merge pull request #2147Riccardo Spagni1-26/+86
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-0/+1
2017-08-02difficulty: fix misleading commentGuillaume LE VAILLANT1-2/+2
2017-07-31some include cleanupmoneromooo-monero1-1/+0
2017-07-31miner: fix ignoring battery from command linemoneromooo-monero1-1/+1
2017-07-27Move OpenAlias console input back from libsmoneromooo-monero2-6/+15
2017-07-12miner: fix background mining options parsingmoneromooo-monero1-2/+2
2017-07-06fix on_battery_power for linuxRyan Mehta1-26/+86
2017-06-08Add OSX background miningjethro2-1/+43
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian1-1/+1
2017-04-24Merge pull request #1938Riccardo Spagni2-2/+4
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias2-2/+4
2017-04-11Simplified the implementation and features of spanLee Clagett1-7/+22
2017-04-11Improvements for epee binary to hex functions:Lee Clagett2-17/+8
2017-04-11Merge pull request #1955Riccardo Spagni2-7/+1
2017-04-11Merge pull request #1946Riccardo Spagni1-0/+2
2017-04-03core: fix blob size cache, and reenable hash and blob size cachesmoneromooo-monero2-7/+1
2017-03-31miner: add a debug log in pause and resumemoneromooo-monero1-0/+2
2017-03-28Add other possible paths of AC power status file on LinuxGuillaume LE VAILLANT1-3/+5
2017-03-26core: disable tx/block hash cachemoneromooo-monero1-0/+6
2017-03-25core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero3-28/+42
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero4-2/+114
2017-03-17wallet-rpc: enable openaliasstoffu2-2/+6
2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero2-1/+11
2017-03-10fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi843-0/+684
2017-03-05format_utils: fix typo in assert messagelethos31-2/+2
2017-03-03Merge pull request #1826Riccardo Spagni2-9/+60
2017-03-03Merge pull request #1820Riccardo Spagni3-0/+33
2017-03-02allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero2-9/+60
2017-02-27core: add functions to serialize base tx infomoneromooo-monero3-0/+33
2017-02-25core: move hardfork back to cryptonote_coremoneromooo-monero3-685/+2
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni22-22/+22
2017-02-21Merge pull request #1731Riccardo Spagni1-3/+3
2017-02-21Merge pull request #1733Riccardo Spagni1-4/+3
2017-02-21Merge pull request #1744Riccardo Spagni1-104/+5
2017-02-20dns_utils: factor TXT record loading code from checkpoint codemoneromooo-monero1-104/+5
2017-02-16More robust battery status handling.Dion Ahmetaj2-21/+64
2017-02-15BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required...Dion Ahmetaj1-4/+3
2017-02-14hardfork: tone down some logsmoneromooo-monero1-3/+3
2017-02-10Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj2-4/+4
2017-02-10Changed ac_line_status to on_battery_power.Dion Ahmetaj2-6/+6
2017-02-10Use defined directive to silence pre-proc warnings.Dion Ahmetaj1-1/+1
2017-02-10Cleaned up some logging. Thanks to moneromooo for help.Dion Ahmetaj1-20/+20
2017-02-10Added some //TODO comments pertaining to returning enums instead of bools in ...Dion Ahmetaj1-0/+5
2017-02-10Moved around checking of AC power in order to bail quicker to sleep if not pl...Dion Ahmetaj1-4/+6
2017-02-10Moved setting of previous process times to block where background mining is s...Dion Ahmetaj1-14/+11
2017-02-10Set background mining started bool to false on bg thread start. If mining::st...Dion Ahmetaj1-0/+1
2017-02-10Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj2-11/+442
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi8422-0/+4908