aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/cryptonote_basic.h
Commit message (Expand)AuthorAgeFilesLines
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-1/+18
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* RPC and ZeroMQ APIs to support p2poolSChernykh2021-09-111-0/+1
* Improve cryptonote (block and tx) binary read performanceLee Clagett2021-01-231-12/+8
* replace most boost serialization with existing monero serializationmoneromooo-monero2020-08-171-1/+1
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-4/+70
* serialization: check stream good flag at the endmoneromooo-monero2019-06-141-1/+1
* cryptonote: rework block blob size sanity checkmoneromooo-monero2019-04-051-0/+2
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* db: speedup block additionmoneromooo-monero2019-03-051-2/+23
* Pruningmoneromooo-monero2019-01-221-4/+11
* Merge pull request #4946luigi11112018-12-311-0/+2
|\
| * cryptonote: set tx hash on newly parsed txes when knownmoneromooo-monero2018-12-051-0/+2
* | cryptonote: add a set_null for transaction_prefixmoneromooo-monero2018-11-301-7/+10
|/
* cryptonote: sort tx_extra fieldsmoneromooo-monero2018-10-071-1/+0
* keypair::generate: always require hw::device to avoid possible mistakestoffu2018-03-141-6/+0
* device: untangle cyclic depenencystoffu2018-03-141-1/+2
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-0/+6
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Merge pull request #2990Riccardo Spagni2018-01-101-1/+0
|\
| * factor STL container serializationmoneromooo-monero2017-12-221-1/+0
* | check accessing an element past the end of a containermoneromooo-monero2017-12-181-1/+1
|/
* Subaddresseskenshi842017-10-071-0/+26
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-5/+0
* Improvements for epee binary to hex functions:Lee Clagett2017-04-111-1/+0
* core: fix blob size cache, and reenable hash and blob size cachesmoneromooo-monero2017-04-031-1/+1
* core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero2017-03-251-11/+29
* core: cache tx and block hashes in the respective classesmoneromooo-monero2017-03-231-0/+32
* core: add functions to serialize base tx infomoneromooo-monero2017-02-271-0/+22
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+397