aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/cryptonote_basic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18Add view tags to outputs to reduce wallet scanning timej-berman1-1/+18
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-09-11RPC and ZeroMQ APIs to support p2poolSChernykh1-0/+1
2021-01-23Improve cryptonote (block and tx) binary read performanceLee Clagett1-12/+8
2020-08-17replace most boost serialization with existing monero serializationmoneromooo-monero1-1/+1
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-4/+70
2019-06-14serialization: check stream good flag at the endmoneromooo-monero1-1/+1
2019-04-05cryptonote: rework block blob size sanity checkmoneromooo-monero1-0/+2
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05db: speedup block additionmoneromooo-monero1-2/+23
2019-01-22Pruningmoneromooo-monero1-4/+11
2018-12-31Merge pull request #4946luigi11111-0/+2
2018-12-05cryptonote: set tx hash on newly parsed txes when knownmoneromooo-monero1-0/+2
2018-11-30cryptonote: add a set_null for transaction_prefixmoneromooo-monero1-7/+10
2018-10-07cryptonote: sort tx_extra fieldsmoneromooo-monero1-1/+0
2018-03-14keypair::generate: always require hw::device to avoid possible mistakestoffu1-6/+0
2018-03-14device: untangle cyclic depenencystoffu1-1/+2
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-0/+6
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-10Merge pull request #2990Riccardo Spagni1-1/+0
2017-12-22factor STL container serializationmoneromooo-monero1-1/+0
2017-12-18check accessing an element past the end of a containermoneromooo-monero1-1/+1
2017-10-07Subaddresseskenshi841-0/+26
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-5/+0
2017-04-11Improvements for epee binary to hex functions:Lee Clagett1-1/+0
2017-04-03core: fix blob size cache, and reenable hash and blob size cachesmoneromooo-monero1-1/+1
2017-03-25core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero1-11/+29
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero1-0/+32
2017-02-27core: add functions to serialize base tx infomoneromooo-monero1-0/+22
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-0/+397