summaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
Commit message (Expand)AuthorAgeFilesLines
* hardfork: fix fork determination for historical heightsmoneromooo2019-03-041-1/+1
* miner: fix build with boost 1.69moneromooo-monero2019-02-171-1/+1
* Cryptonight variant 4 aka CryptonightRSChernykh2019-02-141-1/+1
* ringct: fix v1 ecdhInfo serializationmoneromooo-monero2019-02-141-16/+2
* ringct: the commitment mask is now deterministicmoneromooo-monero2019-02-121-1/+4
* ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero2019-02-121-1/+11
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-02-121-3/+3
* blockchain: fix wrong hf version when popping multiple blocksmoneromooo-monero2019-02-122-0/+33
* miner: restore stream flags after changing themmoneromooo-monero2018-09-271-1/+2
* miner: do not propagate exceptions through dtormoneromooo-monero2018-09-271-1/+2
* Merge pull request #4299Riccardo Spagni2018-09-182-3/+8
|\
| * hw_device: support for multiple devices added [for review]Dusan Klinec2018-09-142-3/+8
* | Merge pull request #3430Riccardo Spagni2018-09-181-3/+7
|\ \ | |/ |/|
| * Add support for apple and arm buildingTheCharlatan2018-09-101-3/+7
* | Merge pull request #4330Riccardo Spagni2018-09-141-3/+13
|\ \
| * | cryptonote_format_utils: do not early out on invalid tx pubkeysmoneromooo-monero2018-09-021-3/+13
| |/
* | bulletproofs: scale points by 8 to ensure subgroup validitymoneromooo-monero2018-09-111-1/+1
* | cryptonote_basic: check output type before using itmoneromooo-monero2018-09-111-0/+7
* | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-114-28/+64
* | Bulletproof aggregated verification and testsmoneromooo-monero2018-09-112-8/+16
|/
* crypto: make secret_key automatically mlockmoneromooo-monero2018-08-161-2/+2
* store secret keys encrypted where possiblemoneromooo-monero2018-08-162-0/+82
* 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
|\