wownero/src/blockchain_db
moneromooo-monero 34884a4b00 store outPk/8 in the tx for speed
It avoids dividing by 8 when deserializing a tx, which is a slow
operation, and multiplies by 8 when verifying and extracing the
amount, which is much faster as well as less frequent
2021-08-30 00:18:45 +03:00
..
lmdb initial commit 2021-08-29 23:56:47 +03:00
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04:00
blockchain_db.cpp store outPk/8 in the tx for speed 2021-08-30 00:18:45 +03:00
blockchain_db.h rpc: limit the number of txes for get_blocks.bin 2020-12-29 04:32:33 +00:00
locked_txn.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
testdb.h rpc: limit the number of txes for get_blocks.bin 2020-12-29 04:32:33 +00:00