Commit Graph

197 Commits (62ae03bfd3ca87828f557ae63e9ca2ca40812d30)

Author SHA1 Message Date
Riccardo Spagni 5ac46c5310
Merge pull request #5256
5 years ago
moneromooo-monero 4b21d38dfd
blockchain: speed up getting N blocks weights/long term weights
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
moneromooo-monero 238401d4e9
core: avoid double parsing blocks after hoh
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 23813c7160
blockchain: add --reorg-notify
5 years ago
moneromooo-monero b750fb27b0
Pruning
5 years ago
Riccardo Spagni a80978e699
Merge pull request #5015
5 years ago
Riccardo Spagni 9d57ee9ff6
Merge pull request #4984
5 years ago
luigi1111 c7af379d29
Merge pull request #4940
5 years ago
moneromooo-monero 6f2081f867
cryptonote_core: revert extra_tx_map
5 years ago
moneromooo-monero 008647d7eb
blockchain_db: speedup tx output gathering
6 years ago
Riccardo Spagni 83684ea515
Merge pull request #4909
6 years ago
moneromooo-monero 9e64a71e7d
blockchain: call deinit in dtor
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 5808530f54
blockchain: remove unused output_scan_worker parameter
6 years ago
moneromooo-monero 6ecc99ad1f
core: avoid unnecessary tx/blob conversions
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 ac5674524a
Revert "Merge pull request #4472"
6 years ago
xiphon 02d3ef7bda blocks: use auto-generated .c files instead of 'LD -r -b binary'
6 years ago
Riccardo Spagni 83d8f03c23
Merge pull request #4333
6 years ago
moneromooo-monero 341b3931ed
cryptonote_core: warn when the block rate deviates from expectations
6 years ago
moneromooo-monero be001326d1
remove obsolete daemon selection of fake outs and old tx construction
6 years ago
moneromooo-monero 5ffb2ff9b7
v8: per byte fee, pad bulletproofs, fixed 11 ring size
6 years ago
luigi1111 4a4ea78ecd
Merge pull request #4204
6 years ago
moneromooo-monero 82d1b74500
core: cache block template where possible
6 years ago
moneromooo-monero b278b83860
core: sync database based on bytes added, not blocks added
6 years ago
luigi1111 d518dae4bf
Merge pull request #3973
6 years ago
luigi1111 025187e6c9
Merge pull request #3854
6 years ago
victorsintnicolaas 34cb6b4b70 add --regtest and --fixed-difficulty for regression testing
6 years ago
moneromooo-monero a830db2577
rpc: rework to avoid repeated calculations in get_blocks.bin
6 years ago
moneromooo-monero ed2c81ed95
replace std::list with std::vector on some hot paths
6 years ago
moneromooo-monero 50af3579ee
alt_chain_info can now give more info about a particular alt chain
6 years ago
luigi1111 22c8730261
Merge pull request #3450
6 years ago
luigi1111 4267a0bb51
Merge pull request #3731
6 years ago
luigi1111 c534fe8d19
Merge pull request #3251
6 years ago
luigi1111 764340d112
Merge pull request #3420
6 years ago
moneromooo-monero b9389e582e
db_lmdb: save pruned and prunable tx data separately
6 years ago
moneromooo-monero 5f8ffca34d
speed up get_output_distribution (and precalc common case)
6 years ago
Thaer Khawaja a66f152f75 Use median timestamp if current time renders a block invalid.
6 years ago
moneromooo-monero ffeeefde60
speedup get_output_histogram for all amounts when min_count > 0
6 years ago
stoffu 3b941befae
core: add get_earliest_ideal_height_for_version()
6 years ago
moneromooo-monero a6a54fa883
blockchain: cache difficulty for next block
6 years ago
moneromooo-monero 41f727ce42
add RPC to get a histogram of outputs of a given amount
6 years ago
Jean Pierre Dudey e1b526b371 Remove the `Blockchain::get_all_known_block_ids` function.
6 years ago
stoffu af773211cb
Stagenet
6 years ago
Riccardo Spagni f7dcb730cb
Merge pull request #3144
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero 42f86624a3
rpc: expose recent median block size in getinfo
6 years ago
Riccardo Spagni 0a110aefbb
Merge pull request #2971
6 years ago
moneromooo-monero ae8602303a
Fix exceptions not finding txpool txes when relaying
7 years ago
moneromooo-monero 24f584d90d
cryptonote_core: remove unused functions with off by one bugs
7 years ago
moneromooo-monero 7696e84952
core: make --offline also disable DNS lookups
7 years ago
moneromooo-monero 0f2c2d4c34
rpc: remove obsolete busy core checks
7 years ago
binaryFate 10013e9434 Protect node privacy by proper filtering in restricted-mode RPC answers
7 years ago
Riccardo Spagni d8bc28cc36
Merge pull request #2552
7 years ago
Riccardo Spagni 5ea20d6944
Merge pull request #2469
7 years ago
moneromooo-monero 69ce33f217
core: fix failure to sync when a tx is already in the pool
7 years ago
moneromooo-monero 5d65a75b69
move checkpoints in a separate library
7 years ago
moneromooo-monero 7adceee634
precomputed block hashes are now in blocks of N (currently 256)
7 years ago
Thomas Winget 5c1e08fe80
Refactor some things into more composable (smaller) functions
7 years ago
Thomas Winget 9ac2ad0744
DRY refactoring
7 years ago
Howard Chu 9a859844f4
Toggle SAFE syncmode on and off automatically
7 years ago
moneromooo-monero 827afcb7ea
protocol: pass blockchain cumulative difficulty when syncing
7 years ago
Riccardo Spagni 12c70fedc0
Merge pull request #2246
7 years ago
moneromooo-monero 635929eaca
protocol: add checks for top block hard fork version
7 years ago
Riccardo Spagni 62610a3a53
Merge pull request #2225
7 years ago
moneromooo-monero d732c73e71
blockchain: remove a few unused variables
7 years ago
moneromooo-monero 5d91b26c0f
blockchain: skip checking tx semantics in embedded block hash range
7 years ago
moneromooo-monero 91aa90fc79
blockchain: ensure all blocks get their longhash precalculated
7 years ago
Julien Klepatch bdab3436d3 Fix mismatch of parameter name between header file and implementation for set_user_options()
7 years ago
moneromooo-monero 235df7f484
blockchain_db: add a txpool tx getter which returns existence
7 years ago
Howard Chu d17c0fc2d0
Don't copy blockchain for coinbase_tx_sum
7 years ago
Riccardo Spagni 545e2b003c
Merge pull request #1982
7 years ago
moneromooo-monero b52abd1370
Move txpool to the database
7 years ago
assylias bff90264b8
Add expected total reward to RPC "getblocktemplate".
7 years ago
Lee Clagett 50cd179a60 Removed boost/asio.hpp include from epee/string_tools.h
7 years ago
moneromooo-monero 3396a9f2af
Add intervening v5 fork for increased min block size
7 years ago
kenshi84 7d07c64fe5
fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB functions virtual again to avoid missing symbols error
7 years ago
moneromooo-monero 12adb4a3f3
core: move hardfork back to cryptonote_core
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
kenshi84 8027ce0c75 extract some basic code from libcryptonote_core into libcryptonote_basic
7 years ago
Miguel Herranz 0644eed772 Remove boost/foreach.cpp includes
7 years ago
moneromooo-monero b70ab128fc
rpc: fix orphan_status when getting blocks
7 years ago
moneromooo-monero 55fa0479a0
rpc: new function and RPC to get alternative chain info
8 years ago
moneromooo-monero 3f7d6fb57d
Fix delayed exit when syncing
8 years ago
moneromooo-monero 2c0173c722
Add a get_outs (fully text based) version of get_outs.bin
8 years ago
moneromooo-monero e6deb8abda
rpc: add a dynamic fee estimation RPC call
8 years ago
moneromooo-monero 82dbba10d4
core: dynamic fee algorithm from ArticMine
8 years ago
moneromooo-monero 88faec75fe
wallet: select part of the fake outs from recent outputs
8 years ago
moneromooo-monero d93746b6d3
rct: rework the verification preparation process
8 years ago
moneromooo-monero dc4aad7eb5
add rct to the protocol
8 years ago
moneromooo-monero 4258dab4d6
core: new /getrandom_rctouts.bin binary RPC call
8 years ago
moneromooo-monero 7e4e0021f4
daemon: print time to next fork
8 years ago
moneromooo-monero 11dc091464
Fake outs set is now decided by the wallet
8 years ago