Commit Graph

56 Commits (34884a4b00cc3f06bb1f3b8be4cf64cfea9a1b81)

Author SHA1 Message Date
moneromooo-monero 34884a4b00 store outPk/8 in the tx for speed
3 years ago
wowario 952b0492d9 initial commit
3 years ago
moneromooo-monero 55363c5941
Avoid some temporary strings when reading off the database
4 years ago
Alexander Blair c108c5e2f0
Merge pull request #6354
4 years ago
Lee Clagett 67ade80055 Add randomized delay when forwarding txes from i2p/tor -> ipv4/6
4 years ago
SomaticFanatic 5ef0607da6 Update copyright year to 2020
4 years ago
Lee Clagett 02d887c2e5 Adding Dandelion++ support to public networks:
4 years ago
Lee Clagett 70c9cd3c9c Change to Tx diffusion (Dandelion++ fluff) instead of flooding
5 years ago
Lee Clagett 5d7ae2d279 Adding support for hidden (anonymity) txpool
5 years ago
Jesus Ramirez f9b3f6ef3b Removed Berkeley DB and db switching logic
5 years ago
moneromooo-monero 5e673c03fe
blockchain_db: fix db txn ending too early
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
moneromooo-monero b044d03a51
Avoid repeated (de)serialization when syncing
5 years ago
moneromooo-monero b8787f4302
ArticMine's new block weight algorithm
5 years ago
moneromooo-monero b750fb27b0
Pruning
5 years ago
moneromooo-monero ce594f5af7
blockchain_db: allocate known size vector only once
5 years ago
moneromooo-monero 5ffb2ff9b7
v8: per byte fee, pad bulletproofs, fixed 11 ring size
6 years ago
moneromooo-monero b278b83860
core: sync database based on bytes added, not blocks added
6 years ago
moneromooo-monero 45e419bd5c
db: store cumulative rct output distribution in the db for speed
6 years ago
moneromooo-monero b9389e582e
db_lmdb: save pruned and prunable tx data separately
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero d753d716a6
fix a few leaks by throwing objects, not newed pointers to objects
6 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
6 years ago
flozilla f9fad18608
blockchain_db: sanity check on tx/hash vector sizes
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
moneromooo-monero a95e460c71
move db specific options to BlockchainDB
7 years ago
Howard Chu 80344740bd
More DB support cleanup
7 years ago
Howard Chu 4c7f8ac04f
DB cleanup
7 years ago
moneromooo-monero 214fd81e93
some include cleanup
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
moneromooo-monero 0288310e3b
blockchain_db: add "raw" blobdata getters for block and transaction
7 years ago
moneromooo-monero f2986ccfc1
db_lmdb: fix bad height saved in tx data
7 years ago
kenshi84 8027ce0c75 extract some basic code from libcryptonote_core into libcryptonote_basic
7 years ago
Howard Chu 990e08f090
Fix PR#1506, off by one in chain height
7 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
7 years ago
moneromooo-monero c3b3260ae5
New "Halfway RingCT" outputs for coinbase transactions
8 years ago
moneromooo-monero 59a66e209a
move the rct commitments to the output_amounts database
8 years ago
moneromooo-monero dc4aad7eb5
add rct to the protocol
8 years ago
Howard Chu 591e421875 Cleanup and clarify
8 years ago
warptangent a2f518aa01 Schema update: tx_indices - yet less indirection
8 years ago
warptangent 132c666f67 Update schema for "tx_outputs" to use array containing amount output indices
8 years ago
Howard Chu 8cc7a36f0b read txn/cursor stuff
8 years ago
moneromooo-monero 8649b9f1ef
blockchain_db: pass hard fork object as a simple pointer
8 years ago
warptangent e02577f594
Move HardFork DB update to BlockchainDB::add_block()
8 years ago
warptangent 3800875406
Make HardFork object available to BlockchainDB and derived DB implementations
8 years ago
warptangent fd46c96dce
BlockchainDB/LMDB: Refactor block-scope DB txn handling for add block
8 years ago
Riccardo Spagni 810a11267c
fixed copyrights with bad year references
8 years ago
warptangent ee9d71e9f9
BlockchainDB: skip fixup check if read-only database
8 years ago
warptangent d4c2fae2fb
BlockchainDB: Remove txs in reverse order
8 years ago
moneromooo-monero a98e976f9e
blockchain_db: fixup missing key images in early DB version
9 years ago