aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db
Commit message (Expand)AuthorAgeFilesLines
* define canonical confidential asset payloadHEADmaincenobite pinhead67 min.2-0/+81
* persist asset outputs and spent key imagescenobite pinhead92 min.7-2/+226
* apply asset extensions to persistent chain statecenobite pinhead2 hours4-0/+132
* persist experimental asset registry in LMDBcenobite pinhead2 hours4-1/+152
* BlockchainLMDB: fix data.mdb nuking on Windowsjeffro2562025-02-171-2/+3
* Merge pull request #9705tobtoht2025-01-181-5/+3
|\
| * Fix get_database_size on Windowsiamamyth2025-01-141-5/+3
* | check for windows NTFS compression on database fileseversinc332025-01-141-0/+64
|/
* Fix use of rtxn without a mdb_txn_safe wrapperHoward Chu2022-07-222-47/+55
* Remove check is_directory check on lmdb pathHoward Chu2022-06-031-8/+2
* Revert "db_lmdb: test for mmap support at init time"Howard Chu2022-06-032-31/+0
* Preserve commitment format inside transactionsLuke Parker2022-04-211-8/+1
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-3/+4
* CMake: Add missing headers via monero_find_all_headers macromj-xmr2022-04-061-4/+1
* Merge pull request #8197luigi11112022-04-067-7/+7
|\
| * Copyright: Update to 2022mj-xmr2022-03-047-7/+7
* | store outPk/8 in the tx for speedmoneromooo-monero2022-04-051-1/+8
|/
* Merge pull request #7859luigi11112021-10-171-5/+5
|\
| * LMDB: protection against UB, by not calling virtual methods from destructormj-xmr2021-09-081-5/+5
* | LMDB: fix deadlock in resized detectionHoward Chu2021-09-222-3/+13
|/
* Merge pull request #7634luigi11112021-06-241-1/+2
|\
| * db_lmdb: catch exceptions testing for mmap supportmoneromooo-monero2021-03-251-1/+2
* | blockchain_db: harden code against invalid input typesmoneromooo-monero2021-03-241-9/+2
|/
* Merge pull request #7355luigi11112021-02-181-1/+1
|\
| * Remove copies from foreach loops (thanks to Clang)Lee Clagett2021-01-281-1/+1
* | Remove unused variables in monero codebaseKevin Barbour2021-02-091-11/+4
|/
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-294-8/+16
* db_lmdb: move spammy "not found in db" message to TRACEmoneromooo-monero2020-12-061-2/+2
* Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-175-44/+40
* Merge pull request #6354Alexander Blair2020-08-092-13/+35
|\
| * Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett2020-05-152-13/+35
* | Merge pull request #6565Alexander Blair2020-07-191-1/+1
|\ \
| * | fix a few typos in error messagesmoneromooo-monero2020-05-191-1/+1
| |/
* | Merge pull request #6557Alexander Blair2020-07-191-2/+2
|\ \
| * | testdb: add override in a couple places where it's missingmoneromooo-monero2020-05-181-2/+2
| |/
* | Merge pull request #6536Alexander Blair2020-07-192-0/+30
|\ \
| * | db_lmdb: test for mmap support at init timemoneromooo-monero2020-05-162-0/+30
| |/
* | Merge pull request #6534Alexander Blair2020-07-194-0/+51
|\ \
| * | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-094-0/+51
| |/
* / Update copyright year to 2020SomaticFanatic2020-05-067-7/+7
|/
* Adding Dandelion++ support to public networks:Lee Clagett2020-03-262-5/+29
* Merge pull request #6358luigi11112020-04-104-0/+119
|\
| * blockchain_db: faster fetching of consecutive txesmoneromooo-monero2020-02-274-0/+119
* | Merge pull request #6384luigi11112020-04-041-0/+1
|\ \
| * | db_lmdb: fix race crash using a stale cursormoneromooo-monero2020-03-121-0/+1
| |/
* | Merge pull request #6339luigi11112020-04-041-2/+2
|\ \
| * | remove empty statementsInterchained2020-02-171-2/+2
| |/
* / core: move the LockedTXN class out of txpool so it may be reusedmoneromooo-monero2020-03-121-0/+53
|/
* Merge pull request #6140Alexander Blair2020-01-254-0/+60
|\
| * blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero2019-11-154-0/+60