Commit Graph

676 Commits (47f78dc11a9e7744336395884b9d9bbbbc7bb29a)

Author SHA1 Message Date
SChernykh a25bc71f3f Make Blockchain::get_fee_quantization_mask() compile time
4 years ago
moneromooo-monero 88fde0309a
blockchain: fix sync at v14 boundary
4 years ago
moneromooo-monero 4971219c2c
blockchain: deterministic UNIX time unlock checks
4 years ago
selsta f240b1dd88
build: prepare v0.17
4 years ago
moneromooo-monero fc2cb224a9
blockchain: fix pow skipping for old blocks without precalc hash
4 years ago
Riccardo Spagni aefa7740c3
Merge pull request #6111
4 years ago
luigi1111 ee0b02d0db
Merge pull request #6757
4 years ago
moneromooo-monero 6a37da837e
threadpool: guard against exceptions in jobs, and armour plating
4 years ago
moneromooo-monero 9d42649d58
core: fix mining from a block that's not the current top
4 years ago
moneromooo-monero 82ee01699c
Integrate CLSAGs into monero
4 years ago
Alexander Blair b04da25e4d
Merge pull request #6760
4 years ago
moneromooo-monero 844fb4e940
enforce claiming maximum coinbase amount
4 years ago
moneromooo-monero 55363c5941
Avoid some temporary strings when reading off the database
4 years ago
Alexander Blair d73b1b6560
Merge pull request #6727
4 years ago
Alexander Blair bc48494731
Merge pull request #6661
4 years ago
moneromooo-monero 90016ad744
blockchain: guard against exceptions in add_new_block/children
4 years ago
Alexander Blair 36d50d93f2
Merge pull request #6534
4 years ago
Alexander Blair 814e617117
Merge pull request #6526
4 years ago
Alexander Blair a0d179e528
Merge pull request #6512
4 years ago
moneromooo-monero 0fd6ccef21
blockchain: fix timestamp/difficulty cache getting out of sync
4 years ago
luigi1111 18bb011afe
Merge pull request #6629
4 years ago
luigi1111 ed903578d7
Merge pull request #6544
4 years ago
moneromooo-monero 267ce5b718
avoid a couple needless copies
4 years ago
stoffu 7bd66b01bf
daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation
4 years ago
moneromooo-monero 795e18632c
blockchain: fix total_height in getblocks.bin response
4 years ago
moneromooo-monero 5741b4d74d
blockchain: detect and log bad difficulty calculations
4 years ago
selsta 4baee200a7
build: prepare v0.16.0.0 release
4 years ago
moneromooo-monero 5d882f4f14
blockchain: fix theoretical race getting bulk timestamps
4 years ago
SomaticFanatic 5ef0607da6 Update copyright year to 2020
4 years ago
Lee Clagett e5214a2ca2 Adding ZMQ/Pub support for txpool_add and chain_main events
4 years ago
luigi1111 7954f8cb18
Merge pull request #6358
4 years ago
luigi1111 44547006bf
Merge pull request #6347
4 years ago
luigi1111 c4f75fe898
Merge pull request #6339
4 years ago
Alexander Blair aa982a51da
Merge pull request #6284
4 years ago
Alexander Blair 4da37daf67
Merge pull request #6211
4 years ago
moneromooo-monero 8958b4e7aa
blockchain_db: faster fetching of consecutive txes
4 years ago
xiphon fcb06f7a82 cryptonote_core: skip block notify on blockchain switching rollback
4 years ago
Interchained c61abf87c0 remove empty statements
4 years ago
luigi1111 d7aeb5a9f8
Merge pull request #6233
4 years ago
Alexander Blair 8eedc8a390
Merge pull request #6140
4 years ago
Alexander Blair c4abfbfbe7
Merge pull request #6124
4 years ago
UkoeHB 02224e714d Fix check_fee() discrepancy.
4 years ago
moneromooo-monero 8a276451b2
blockchain: fix flushing txes from the txpool
4 years ago
moneromooo-monero 5985c5afe8
rpc: add bad-blocks to flush_cache RPC
5 years ago
moneromooo-monero 08635a0875
blockchain: speedup fetching pruned contiguous tx blobs
5 years ago
moneromooo-monero 21d4c21619
blockchain: error out if the builtin hashes data size is wrong
5 years ago
Lee Clagett 5d7ae2d279 Adding support for hidden (anonymity) txpool
5 years ago
Riccardo Spagni e4d1674e8c
0.15.0.0 release engineering
5 years ago
moneromooo-monero eb16755083
blockchain: fix unwanted error when probing the pool for a tx
5 years ago
luigi1111 cf2d4d9a16
Merge pull request #5974
5 years ago
luigi1111 8bb3c6a8e6
Merge pull request #5970
5 years ago
luigi1111 84ce43a239
Merge pull request #5966
5 years ago
luigi1111 6f202844b5
Merge pull request #5919
5 years ago
moneromooo-monero be82c40703
Support median block size > 4 GB
5 years ago
moneromooo-monero 7fcd0b55ea
blockchain: initialize pow to ff..ff
5 years ago
luigi1111 37a72fd6ae
Merge pull request #5941
5 years ago
luigi1111 dc48cdc998
Merge pull request #5933
5 years ago
moneromooo-monero ab96181e91
blockchain: use effective median block weight for penalty from v12
5 years ago
moneromooo-monero 01f660f60f
blockchain: fill in cumulative block weight for alt blocks
5 years ago
luigi1111 bf525793c7
Merge pull request #5915
5 years ago
luigi1111 17f063a50f
Merge pull request #5902
5 years ago
moneromooo-monero d37d30f79a
blockchain: tweak fee as a function of median values
5 years ago
moneromooo-monero 8330e772f1
monerod can now sync from pruned blocks
5 years ago
Howard Chu 81c2ad6d5b
RandomX integration
5 years ago
moneromooo-monero 3455efafa8
ban peers sending bad pow outright
5 years ago
luigi1111 44aa7d5439
Merge pull request #5882
5 years ago
luigi1111 ee6e849627
Merge pull request #5877
5 years ago
moneromooo-monero d0663837d2
core: move hardforks into its own lib
5 years ago
moneromooo-monero a444f06e53
blockchain: enforce 10 block age for spending outputs
5 years ago
luigi1111 4a39e1a4a5
Merge pull request #5865
5 years ago
luigi1111 29e0f11305
Merge pull request #5823
5 years ago
moneromooo-monero b9da0234e9
blockchain: keep block template timestamp not below recent median
5 years ago
luigi1111 e4f11a68fe
Merge pull request #5819
5 years ago
Jesus Ramirez 2cd4fd8972 Changed the use of boost:value_initialized for C++ list initializer
5 years ago
moneromooo-monero 11f13da8b4
blockchain: fix logging bad number of blocks if first one fails
5 years ago
luigi1111 1010a6503e
Merge pull request #5721
5 years ago
moneromooo-monero d22dfb7594
blockchain: reject rct signatures in coinbase txes from v12
5 years ago
moneromooo-monero 555dc7c394
core: from v12, require consistent ring size for mixable txes
5 years ago
moneromooo-monero 26072f1393
blockchain: forbid v1 coinbase from v12
5 years ago
iamamyth 07cb087e5d blockchain: Fix alt chain generated coins overflow
5 years ago
luigi1111 564bb1da3a
Merge pull request #5525
5 years ago
luigi1111 2258551ef9
Merge pull request #5487
5 years ago
luigi1111 c62ba1d08f
Merge pull request #5591
5 years ago
luigi1111 4b76656f5c
Merge pull request #5524
5 years ago
luigi1111 e3de4aa68b
Merge pull request #5502
5 years ago
Riccardo Spagni 4850520b6a
update checkpoints.dat hash
5 years ago
Doyle f17dcde451 Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECT
5 years ago
Martijn Otto c164f9037e
Remove unnecessary m_check_txin_table, fix const correctness
5 years ago
moneromooo-monero 3c071d203f
blockchain: silence an error getting blocks for pruned nodes
5 years ago
Riccardo Spagni 633f1542e2
prep for 0.14.1 release
5 years ago
Riccardo Spagni 7e417dd408
Merge pull request #5571
5 years ago
moneromooo-monero 35da33bea9
blockchain: do not try to pop blocks down to the genesis block
5 years ago
moneromooo-monero 4b51f9a34f
core: do not commit half constructed batch db txn
5 years ago
Howard Chu b6830db2d4
Fix #5553
5 years ago
moneromooo-monero 0605406714
daemon: sort alt chains by height
5 years ago
moneromooo-monero 06b8f29992
blockchain: keep alternative blocks in LMDB
5 years ago
Riccardo Spagni f64f59627d
Merge pull request #5510
5 years ago
moneromooo-monero a4c4a2d8aa
blockchain: keep a rolling long term block weight median
5 years ago
moneromooo-monero e980938210
fix wide difficulty conversion with some versions of boost
5 years ago
moneromooo-monero 1a66a86f94
remove unused code
5 years ago