Commit Graph

578 Commits (4c9fd8d86d59752b436cddf5aac448351f5bf474)

Author SHA1 Message Date
moneromooo-monero e980938210
fix wide difficulty conversion with some versions of boost
5 years ago
moneromooo-monero 1a66a86f94
remove unused code
5 years ago
moneromooo-monero df83ed74e4
consensus: from v12, enforce >= 2 outputs
5 years ago
Riccardo Spagni 68d131615e
Merge pull request #5448
5 years ago
Riccardo Spagni 0d2aaac15b
Merge pull request #5414
5 years ago
moneromooo-monero d009f6dd61
rpc: fix get_block_hashes.bin from wallet on pruned blockchain
5 years ago
moneromooo-monero bb0ef5b1f2
blockchain: lock the blockchain while pruning
5 years ago
moneromooo-monero 5e673c03fe
blockchain_db: fix db txn ending too early
5 years ago
moneromooo-monero 064ab12340
functional_tests: add more blockchain related tests
5 years ago
Riccardo Spagni 915d9e5a1f
Merge pull request #5380
5 years ago
Riccardo Spagni bd429033df
Merge pull request #5378
5 years ago
Riccardo Spagni 036daa3af9
Merge pull request #5373
5 years ago
Riccardo Spagni 76fbcfe2dd
Merge pull request #5123
5 years ago
stoffu 661f1fb8b2
blockchain: remove unused calc of short_term_constraint
5 years ago
Riccardo Spagni 4ac78e1612
Merge pull request #5346
5 years ago
moneromooo-monero 089c7637a6
cryptonote: rework block blob size sanity check
5 years ago
moneromooo-monero 631ef00e76
blockchain: some debug info when adding txes-from-block fails
5 years ago
Riccardo Spagni 29e4e70f30
Merge pull request #5352
5 years ago
Riccardo Spagni cabd848efa
Merge pull request #5294
5 years ago
moneromooo-monero eda2661aa2
Allow pruning before v10
5 years ago
moneromooo-monero aff80e7043
blockchain: fix returned height in create_block_template
5 years ago
moneromooo-monero ae6885f6b4
blockchain: incremental long term block weight cache
5 years ago
moneromooo-monero 9b687c7873
blockchain: simple cache for the long term block weights
5 years ago
moneromooo-monero 547a9708de
cryptonote: block parsing + hash calculation speedup
5 years ago
moneromooo-monero 11604b6da6
blockchain: avoid unneeded block copy
5 years ago
moneromooo-monero 8461df0405
save some database calls when getting top block hash and height
5 years ago
moneromooo-monero 3bbc366147
Avoid repeated (de)serialization when syncing
5 years ago
moneromooo-monero 91f4c7f45f
Make difficulty 128 bit instead of 64 bit
5 years ago
Riccardo Spagni 5ac46c5310
Merge pull request #5256
5 years ago
Riccardo Spagni 4c91eb23a0
Merge pull request #5061
5 years ago
moneromooo-monero 77e9815db7
blockchain: do not try to pop the genesis block
5 years ago
moneromooo-monero 4ef3c895a4
blockchain: fix ahead of time PoW batch calc
5 years ago
moneromooo-monero 4b21d38dfd
blockchain: speed up getting N blocks weights/long term weights
5 years ago
Riccardo Spagni 49afbd0c53
Merge pull request #5232
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
moneromooo-monero 88c85c18e0
cryptonote: avoid double parsing blocks when syncing
5 years ago
moneromooo-monero 238401d4e9
core: avoid double parsing blocks after hoh
5 years ago
moneromooo-monero dc5a76095c
blockchain: avoid unneeded block copy
5 years ago
moneromooo-monero 79b4e9f377
save some database calls when getting top block hash and height
5 years ago
moneromooo-monero 9827880877
blockchain: avoid pointless transaction copy and temporary
5 years ago
moneromooo-monero 07d655e438
blockchain: avoid duplicate block hash computation
5 years ago
moneromooo-monero b044d03a51
Avoid repeated (de)serialization when syncing
5 years ago
Riccardo Spagni 082149c580
fix merge errors, update recommended version to 0.14.0.2
5 years ago
Riccardo Spagni f3b368c659
update checkpoints hash
5 years ago
moneromooo-monero ef93b0995c
various: remove unused variables
5 years ago
Riccardo Spagni e1a177f0da
Merge pull request #5092
5 years ago
moneromooo-monero 5f67e7f547
blockchain: forbid older BP rct versions from v11
5 years ago
Riccardo Spagni 815c8a48ab
Merge pull request #5174
5 years ago
moneromooo-monero 3dde67d82d
blockchain: add v10 fork heights
5 years ago
moneromooo-monero 356d813799
blockchain: include number of discarded blocks in --reorg-notify
5 years ago
Riccardo Spagni 55305559c1
Merge pull request #5124
5 years ago
moneromooo-monero b8787f4302
ArticMine's new block weight algorithm
5 years ago
Tom Smeding fec359a641 cryptonote: Fix enum check in expand_transaction_2
5 years ago
moneromooo-monero 23813c7160
blockchain: add --reorg-notify
5 years ago
moneromooo-monero f6db59b011
notify: handle arbitrary tags
5 years ago
Riccardo Spagni 0daa00e035
Merge pull request #5052
5 years ago
moneromooo-monero eec792764d
blockchain: fix default genesis block timestamp
5 years ago
moneromooo-monero f931e16c6e
add a bulletproof version, new bulletproof type, and rct config
5 years ago
moneromooo-monero b750fb27b0
Pruning
5 years ago
Riccardo Spagni 54eb3318e2
Merge pull request #5048
5 years ago
Riccardo Spagni dc726f4b3b
Merge pull request #5032
5 years ago
Riccardo Spagni a80978e699
Merge pull request #5015
5 years ago
Riccardo Spagni 1f71bfc8d0
Merge pull request #4993
5 years ago
Riccardo Spagni 9d57ee9ff6
Merge pull request #4984
5 years ago
moneromooo-monero a67b77a9eb
blockchain: don't propagate exception past dtor
6 years ago
moneromooo-monero 5ee6f03742
blockchain: fix wrong hf version when popping multiple blocks
6 years ago
moneromooo-monero 634d359a84
blockchain: use the version passed as parameter, not a new one
6 years ago
luigi1111 c7af379d29
Merge pull request #4940
6 years ago
luigi1111 6d3caaff70
Merge pull request #4928
6 years ago
moneromooo-monero 6f2081f867
cryptonote_core: revert extra_tx_map
6 years ago
moneromooo-monero b8342dd52c
blockchain: fix block rate check for empty blockchains
6 years ago
moneromooo-monero 008647d7eb
blockchain_db: speedup tx output gathering
6 years ago
Riccardo Spagni 83684ea515
Merge pull request #4909
6 years ago
Riccardo Spagni 0fccc78e39
Merge pull request #4903
6 years ago
moneromooo-monero 9e64a71e7d
blockchain: call deinit in dtor
6 years ago
Riccardo Spagni 81418cb281
Merge pull request #4894
6 years ago
moneromooo-monero ec1a62b50d
move int-util.h to epee
6 years ago
Riccardo Spagni e7d30780de
Merge pull request #4869
6 years ago
moneromooo-monero affff949f9
blockchain: fix race between two external mining threads
6 years ago
Jason Wong dc1c12528d add command pop_blocks
6 years ago
moneromooo-monero 756684bb28
blockchain: avoid unnecessary DB lookups when syncing
6 years ago
moneromooo-monero fc98f7a0a1
rpc: speedup get_outs.bin
6 years ago
moneromooo-monero 611639710d
a few minor (but easy) performance tweaks
6 years ago
moneromooo-monero 60f36386e4
Avoid unnecessary temp block and copy ctor
6 years ago
moneromooo-monero 31d80027b5
tests: add unit tests for get_output_distribution
6 years ago
moneromooo-monero 0936dae8a4
blockchain: remove "0 is height" shortcut from get_output_distribution
6 years ago
moneromooo-monero 872c7eb26a
Revert "blockchain: simplify output distribution code"
6 years ago
Riccardo Spagni c37c70f459
Merge pull request #4806
6 years ago
Riccardo Spagni 0cc3fc3756
Merge pull request #4769
6 years ago
moneromooo-monero ac23b10f15
blockchain: fix innocuous difficulty cache inconsistency
6 years ago
moneromooo-monero 3b14d9727b
blockchain: use uint64_t for block height, not size_t
6 years ago
moneromooo-monero 5808530f54
blockchain: remove unused output_scan_worker parameter
6 years ago
moneromooo-monero 1426209a10
blockchain: don't run threads if we have just one function to run
6 years ago
moneromooo-monero 6ecc99ad1f
core: avoid unnecessary tx/blob conversions
6 years ago
moneromooo-monero a5ca7f4fb5
core: fix unmixable special case allowing ring size below 11
6 years ago
Riccardo Spagni 056a58d13f
Merge pull request #4536
6 years ago
Riccardo Spagni 557c17e206
Merge pull request #4408
6 years ago
xiphon fd62b6e79f blocks: use auto-generated .c files instead of 'LD -r -b binary'
6 years ago
Riccardo Spagni 5c418c0522
Merge pull request #4522
6 years ago
moneromooo-monero cf75ee722a
blockchain: move two new verification errors to the verify category
6 years ago