Commit Graph

1379 Commits (844fb4e940478ca0ddf31115018326d667edc549)

Author SHA1 Message Date
xiphon 233f00c601 cryptonote_core: fix build error gcc 5.4.0 'sign-compare'
6 years ago
moneromooo-monero bf31447e9b
tx_pool: speed up take_tx for transactions from blocks
6 years ago
moneromooo-monero 4f005a77c2
tx_pool: remove unnecessary get_transaction_hash
6 years ago
moneromooo-monero 6ecc99ad1f
core: avoid unnecessary tx/blob conversions
6 years ago
moneromooo-monero cf552c752d
tx_pool: allow take_tx to work without m_txs_by_fee_and_receive_time
6 years ago
moneromooo-monero 09dbd9cbbc
tx_pool: fix comment about transaction_prefix
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
Riccardo Spagni 1c91963dcd
Merge pull request #4308
6 years ago
doy-lee 5a2e54a1cb Fix prune using receive time as tx_weight
6 years ago
xiphon fd62b6e79f blocks: use auto-generated .c files instead of 'LD -r -b binary'
6 years ago
moneromooo-monero 3a85af403d
core: fix handle_incoming_tx* comment about return value
6 years ago
Riccardo Spagni 5c418c0522
Merge pull request #4522
6 years ago
Riccardo Spagni a38299801f
Merge pull request #4666
6 years ago
Riccardo Spagni 93f2c13a39
Merge pull request #4637
6 years ago
moneromooo-monero cf75ee722a
blockchain: move two new verification errors to the verify category
6 years ago
stoffu 776aefdac1
tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool
6 years ago
moneromooo-monero c39e0a1706
core: don't verify range proofs multiple times
6 years ago
Riccardo Spagni c531df734f
Merge pull request #4389
6 years ago
stoffu a677492f1b
tx_pool: store hex string instead of raw binary to tx_blob of get_transaction_pool RPC
6 years ago
Riccardo Spagni ac5674524a
Revert "Merge pull request #4472"
6 years ago
moneromooo-monero a39c035846
blockchain: add check test options are given for fakechain mode
6 years ago
moneromooo-monero 6844ae1b8d
tx_pool: avoid parsing a whole tx if only the prefix is needed
6 years ago
moneromooo-monero 9907ea0694
cryptonote: sort tx_extra fields
6 years ago
xiphon 02d3ef7bda blocks: use auto-generated .c files instead of 'LD -r -b binary'
6 years ago
Riccardo Spagni d1d64327b6
Merge pull request #4476
6 years ago
Riccardo Spagni e2da7c7817
Merge pull request #4467
6 years ago
xiphon fa9e54b6ee build: fix gcc false positive 'stringop-overflow' warning
6 years ago
Riccardo Spagni 83d8f03c23
Merge pull request #4333
6 years ago
iDunk5400 fa942ef610
daemon: silence daemon update warnings on testnet
6 years ago
Riccardo Spagni 8bf5a00564
Merge pull request #4423
6 years ago
Riccardo Spagni 689758d691
Merge pull request #4435
6 years ago
moneromooo-monero c39ad0cd72
tx_pool: fix tx removal at startup keeping references
6 years ago
moneromooo-monero 50981c40ce
blockchain: add stagenet v8 and v9, two weeks before mainnet
6 years ago
Riccardo Spagni d9f666d78c
update checkpoints.dat
6 years ago
Riccardo Spagni 0645dcdbdb
Merge pull request #4378
6 years ago
Riccardo Spagni d6893aedf6
Merge pull request #4369
6 years ago
moneromooo-monero 341b3931ed
cryptonote_core: warn when the block rate deviates from expectations
6 years ago
Riccardo Spagni 22a6591a70
Merge pull request #4325
6 years ago
Riccardo Spagni 3584a852a3
Merge pull request #4372
6 years ago
moneromooo-monero be001326d1
remove obsolete daemon selection of fake outs and old tx construction
6 years ago
moneromooo-monero ac9346637a
rpc: add a "is an update available" flag in get_info
6 years ago
moneromooo-monero 1660b0e72c
tx_pool: make the max tx size a consensus rule from v8
6 years ago
moneromooo-monero b2bb9312a7
blockchain: simplify output distribution code
6 years ago
moneromooo-monero 9137ad2c63
blockchain: add a testnet v9 a day after v8
6 years ago
moneromooo-monero 5ffb2ff9b7
v8: per byte fee, pad bulletproofs, fixed 11 ring size
6 years ago
moneromooo-monero c444b1b229
require canonical multi output bulletproof layout
6 years ago
moneromooo-monero 2a8fcb421b
Bulletproof aggregated verification and tests
6 years ago
moneromooo-monero bacf0a1e2f
bulletproofs: add aggregated verification
6 years ago
moneromooo-monero 9ce9f8caf6
bulletproofs: add multi output bulletproofs to rct
6 years ago
luigi1111 03738fdde1
Merge pull request #4276
6 years ago
luigi1111 5f1bbe3bce
Merge pull request #4268
6 years ago
moneromooo-monero 4e1e9a607e
blockchain: add mainnet v8 height targetting 18 october
6 years ago
luigi1111 ec6982f8eb
Merge pull request #4240
6 years ago
luigi1111 4a4ea78ecd
Merge pull request #4204
6 years ago
moneromooo-monero 48a7bc4280
tx_pool: fix infinite loop when failing to find a meta record
6 years ago
stoffu 1f2409e9e2
Do memwipe for critical secret keys copied to rct::key
6 years ago
moneromooo-monero 82d1b74500
core: cache block template where possible
6 years ago
luigi1111 fd3b71129b
Merge pull request #4164
6 years ago
moneromooo-monero b278b83860
core: sync database based on bytes added, not blocks added
6 years ago
moneromooo-monero 83f5587167
blockchain: use uint64_t for height, not size_t
6 years ago
luigi1111 dda05f357a
Merge pull request #4108
6 years ago
moneromooo-monero 8e24533a7f
blockchain: some batch tx scanning speedup
6 years ago
luigi1111 61eea83978
Merge pull request #4081
6 years ago
luigi1111 9474567d76
Merge pull request #4076
6 years ago
luigi1111 5cade94189
Merge pull request #4047
6 years ago
luigi1111 21afa71ba6
Merge pull request #3981
6 years ago
luigi1111 d518dae4bf
Merge pull request #3973
6 years ago
luigi1111 025187e6c9
Merge pull request #3854
6 years ago
moneromooo-monero 45e419bd5c
db: store cumulative rct output distribution in the db for speed
6 years ago
moneromooo-monero 8c0523771f
blockchain: cache next block difficulty after adding a block
6 years ago
moneromooo-monero d95bc44c6b
blockchain: fix getting invalid block data on failure
6 years ago
victorsintnicolaas 34cb6b4b70 add --regtest and --fixed-difficulty for regression testing
6 years ago
moneromooo-monero aa0ea0aafc
blockchain: set the m_verifivation_failed flag in a couple more places
6 years ago
moneromooo-monero 84d9e7faec
blockchain: fix build after waiter::wait prototype change
6 years ago
luigi1111 87d7612311
Merge pull request #3986
6 years ago
luigi1111 3ad4ecd4ff
Merge pull request #3982
6 years ago
luigi1111 a844844cda
Merge pull request #3716
6 years ago
moneromooo-monero 2771a18e85
threadpool: allow leaf functions to run concurrently
6 years ago
moneromooo-monero ef2cb63287
blockchain: simplify/speedup handle_get_objects
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 14372ca95a
Merge pull request #3975
6 years ago
luigi1111 c3ec5373b3
Merge pull request #3936
6 years ago
moneromooo-monero 41b4bf9d6d
tx_pool: cache check_tx_inputs results
6 years ago
luigi1111 9eb51887b0
Merge pull request #3919
6 years ago
luigi1111 5a221c0e48
Merge pull request #3904
6 years ago
luigi1111 81a2ff768b
Merge pull request #3903
6 years ago
luigi1111 50bc95519e
Merge pull request #3828
6 years ago
luigi1111 cfd66dae4b
Merge pull request #3691
6 years ago
luigi1111 fb2b16f10a
Merge pull request #3732
6 years ago
luigi1111 b3363e8e0a
Merge pull request #3726
6 years ago
luigi1111 6be2516140
Merge pull request #3687
6 years ago
Jean Pierre Dudey b628503bad Remove old logic saved in comments.
6 years ago
stoffu 08b85a8e00
cryptonote_config: add get_config to refactor x = testnet ? config::testnet::X : stagenet ? config::stagenet::X : config::X
6 years ago
moneromooo-monero 2d5921eefa
blockchain: avoid duplicate db query for height
6 years ago
luigi1111 2619d966c6
Merge pull request #3908
6 years ago
luigi1111 22c8730261
Merge pull request #3450
6 years ago
luigi1111 8a1f0d7d13
Merge pull request #3940
6 years ago
moneromooo-monero f24cbc5245
blockchain: fix deadlock with the difficulty cache
6 years ago
moneromooo-monero d81e042306
tx_pool: initialize bitflags padding since it gets written to storage
6 years ago
stoffu ace2edacb6
blockchain: pop forked blocks only when DB is not read-only
6 years ago
moneromooo-monero f0322a083a
blockchain: demote a hash-of-hashes validation warning to debug
6 years ago
Riccardo Spagni 95ccf508cd update checkpoints.dat for point release
6 years ago
moneromooo-monero 2b0c632f32
tx_pool: hold off parsing a tx blob till we actually need it
6 years ago
moneromooo-monero 4f3a4fb701
blockchain: return error when requesting non existent output
6 years ago
luigi1111 9bc8f76924
Merge pull request #3525
6 years ago
luigi1111 a7ea14dc6a
Merge pull request #3876
6 years ago
luigi1111 4267a0bb51
Merge pull request #3731
6 years ago
luigi1111 c534fe8d19
Merge pull request #3251
6 years ago
luigi1111 ed72f35e9a
Merge pull request #3446
6 years ago
luigi1111 764340d112
Merge pull request #3420
6 years ago
moneromooo-monero 740da1ba95
core: fix automatic safe db sync mode switching
6 years ago
stoffu a6b8d3fee1
tx_pool: remove old comment from fill_block_template()
6 years ago
moneromooo-monero b9389e582e
db_lmdb: save pruned and prunable tx data separately
6 years ago
Riccardo Spagni 45975fd8eb update checkpoints
6 years ago
Riccardo Spagni f794d3b3df
Merge pull request #3787
6 years ago
Riccardo Spagni 709658d166
Merge pull request #3832
6 years ago
moneromooo-monero 5f8ffca34d
speed up get_output_distribution (and precalc common case)
6 years ago
Riccardo Spagni 791da4343c
Merge pull request #3749
6 years ago
moneromooo-monero ce173cbb5b
core: remove threadpool dependency from header
6 years ago
stoffu cb9c7972b6
Fix output shuffling for multisig
6 years ago
moneromooo-monero 16e209e08d
core: lock incoming tx lock when checking the txpool and chain
6 years ago
Thaer Khawaja a66f152f75 Use median timestamp if current time renders a block invalid.
6 years ago
moneromooo-monero b5cb1bc403
blockchain: avoid exception if asked for a block we do not have
6 years ago
moneromooo-monero ce63ab09db
blockchain: invalidate misc caches when popping blocks
6 years ago
moneromooo-monero 6f859e4328
cryptonote: make sure outPk setup always happens
6 years ago
stoffu 872cb4efd8
blockchain: pop top if block version disagrees with the ideal fork version
6 years ago
Thaer Khawaja fa0839f2f5 Ensure m_timestamps has the correct number for computing difficulty.
6 years ago
Riccardo Spagni 2ab5b1a21f
Merge pull request #3683
6 years ago
moneromooo-monero 6b13976330
blockchain: log in DEBUG when a block is found, and where
6 years ago
moneromooo-monero ffeeefde60
speedup get_output_histogram for all amounts when min_count > 0
6 years ago
Thaer Khawaja dad1077577 Only log an error if fork version is higher AND is not known.
6 years ago
Riccardo Spagni a95461e76d
Merge pull request #3609
6 years ago
Riccardo Spagni 226de8e928
Merge pull request #3530
6 years ago
Riccardo Spagni 5053f8f40b
Merge pull request #3502
6 years ago
moneromooo-monero 08343abaf4
tx_pool: fix loading with colliding key images
6 years ago
stoffu eb59f7c563
cryptonote_tx_util: make destinations properly shuffled
6 years ago
stoffu 66a659bb03
blockchain: add scope guard to waiter for threaded txv1 verification
6 years ago
moneromooo-monero 11c933e137
fix lambda compile error on openbsd
6 years ago
Riccardo Spagni dac3895ac1
update block hashes for checkpoints.dat
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 b1398fff40
core: fix use of uninitialised data
6 years ago
moneromooo-monero bb20f104ba
Move v7 fork to 1546000 to give more update time
6 years ago
Riccardo Spagni 83651630bc
Merge pull request #3418
6 years ago
moneromooo-monero 20a002667c
blockchain: forbid bulletproof types before v8
6 years ago
Riccardo Spagni 432480fa42
Merge pull request #3414
6 years ago
Riccardo Spagni 0f27fc57ac
Merge pull request #3336
6 years ago
moneromooo-monero 41f727ce42
add RPC to get a histogram of outputs of a given amount
6 years ago
stoffu 524cbdc1e2
blockchain: fix log message about per-kB fee
6 years ago
Dimitris Apostolou 57c0b1ed9f Fix typos in various files
6 years ago
Jean Pierre Dudey e1b526b371 Remove the `Blockchain::get_all_known_block_ids` function.
6 years ago
stoffu 8705beaf51
keypair::generate: always require hw::device to avoid possible mistake
6 years ago
stoffu 27a196b126
device: untangle cyclic depenency
6 years ago
Riccardo Spagni 9a63fbcf83
Merge pull request #3371
6 years ago
Riccardo Spagni 2e074e2ae7
Merge pull request #3358
6 years ago
Cédric 73dd883d51 Ledger HW Bug fixes
6 years ago
stoffu 978663d461
Stagenet: successive forks up to v7
6 years ago
moneromooo-monero 84decbea48
core: add v7 for 1539500 on mainnet
6 years ago
moneromooo-monero 38657fd0e9
Bump min ring size from 5 to 7 from v7
6 years ago
Riccardo Spagni 9841a452e5
Merge pull request #3338
6 years ago
Riccardo Spagni abcdb7b5c4
Merge pull request #3308
6 years ago
Riccardo Spagni 4f93f74528
Merge pull request #3277
6 years ago
Edward Betts fbcc91c2a4 Correct spelling mistakes.
6 years ago
stoffu af773211cb
Stagenet
6 years ago
Jean Pierre Dudey 9f9e095a8c
Use `genesis_tx` parameter in `generate_genesis_block`. #3261
6 years ago
cslashm e745c1e38d Code modifications to integrate Ledger HW device into monero-wallet-cli.
6 years ago
moneromooo-monero 51219457b1
core: fix sending to the source address with a short payment id
6 years ago
moneromooo-monero 6f8779d282
blockchain: fix random sync failures
6 years ago
moneromooo-monero 4a78a99f96
cryptonote_core: change wording of fork warning message
6 years ago
Riccardo Spagni 6198c816b1
Merge pull request #3170
6 years ago
Riccardo Spagni a2cbedd29f
Merge pull request #3191
6 years ago
whythat b3b2d4d20c options: add testnet option dependencies
6 years ago
whythat 05a12ccc2d options: remove testnet-* options
6 years ago
Leon Klingele 7c1a607c40
txpool: Don't bail out when blob_size == tx_size_limit
6 years ago
moneromooo-monero 3607d467f3
core: add --no-fluffy-blocks, and enable fluffy blocks by default
6 years ago
Riccardo Spagni f4a6bc79d9
Merge pull request #3226
6 years ago
Riccardo Spagni 24d8f9237f
Merge pull request #3248
6 years ago
Riccardo Spagni bfddb2283b
Merge pull request #3210
6 years ago
Riccardo Spagni 079eea7b70
Merge pull request #3205
6 years ago
Riccardo Spagni a43be404c7
Merge pull request #3171
6 years ago
moneromooo-monero d6a0ae96c6
blockchain: don't try to use hash check array after it's freed
6 years ago
moneromooo-monero bc61ae69bf
tx_pool: add a max pool size, settable with --max-txpool-size
6 years ago
moneromooo-monero 61defd89e3
blockchain: sanity check number of precomputed hash of hash blocks
6 years ago
Leon Klingele 399921347f
txpool: Properly bail out when outputs_amount == inputs_amount
7 years ago
moneromooo-monero c70f03cacf
blockchain: move bulletproofs to v8
7 years ago
stoffu 402c9eef0e
cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pub
7 years ago
Riccardo Spagni f7dcb730cb
Merge pull request #3144
7 years ago
Riccardo Spagni e93ff8f22d
Merge pull request #3143
7 years ago
xmr-eric 18216f19dd Update 2018 copyright
7 years ago
Riccardo Spagni 9872620781
Merge pull request #3014
7 years ago
moneromooo-monero 42f86624a3
rpc: expose recent median block size in getinfo
7 years ago
moneromooo-monero ba6d2975bc
cryptonote_core: add --disable-dns-checkpoints flag
7 years ago
moneromooo-monero deeffaeb5c
blockchain: remove minor floating point usage
7 years ago
Riccardo Spagni 0a110aefbb
Merge pull request #2971
7 years ago
Riccardo Spagni b38f6dcf0b
Merge pull request #2929
7 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 b1634aa3e8
blockchain: don't leave dangling pointers in this
7 years ago
moneromooo-monero 8e60b81c48
cryptonote_core: fix db leak on error
7 years ago
moneromooo-monero b49ddc766d
check accessing an element past the end of a container
7 years ago
moneromooo-monero d753d716a6
fix a few leaks by throwing objects, not newed pointers to objects
7 years ago
Riccardo Spagni 1cc7451130
Merge pull request #2134
7 years ago
moneromooo-monero d9b137f161
cryptonote_core: fix blockchain init call after prototype change
7 years ago
moneromooo-monero fa5697127f
make multisig work with subaddresses
7 years ago
moneromooo-monero 66e34e85b1
add multisig core test and factor multisig building blocks
7 years ago
moneromooo-monero 4c313324b1
Add N/N multisig tx generation and signing
7 years ago
Riccardo Spagni 066fd7aced
Merge pull request #2877
7 years ago
moneromooo-monero 4abf25f3c9
cryptonote_core does not depend on p2p anymore
7 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
7 years ago
Riccardo Spagni 8da24c2a57
Merge pull request #2878
7 years ago
Riccardo Spagni 7998ffc26b
Merge pull request #2871
7 years ago
moneromooo-monero ae55bacd8c
resumption support for updates using range requests
7 years ago
moneromooo-monero ead48f7d92
core: fix input ordering from v7
7 years ago
moneromooo-monero c83d0b3ee2
add bulletproofs from v7 on testnet
7 years ago
moneromooo-monero d58835b2f6
integrate bulletproofs into monero
7 years ago
moneromooo-monero 7696e84952
core: make --offline also disable DNS lookups
7 years ago
xmr-eric 2b0a32f8af Small cleanup of daemon synchronization output
7 years ago
Cifrado 287dde63d8 Added command descriptions
7 years ago
Riccardo Spagni ed2fc4a1ff
Merge pull request #2794
7 years ago
moneromooo-monero 01dc829784
wallet: transfer RPC can now return tx metadata (pending_tx)
7 years ago
Riccardo Spagni 10a237783a
Merge pull request #2692
7 years ago
Riccardo Spagni edebe4e3b6
Merge pull request #2736
7 years ago
moneromooo-monero 0f2c2d4c34
rpc: remove obsolete busy core checks
7 years ago
moneromooo-monero 082db75f28
move cryptonote command line options to cryptonote_core
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
Riccardo Spagni 48ff10f77f
Merge pull request #2681
7 years ago
Riccardo Spagni 256a1d9ead
Merge pull request #2675
7 years ago
Riccardo Spagni fd0740e5e7
Merge pull request #2615
7 years ago
moneromooo-monero 43f27c7d43
core: warn when free disk space is low
7 years ago
binaryFate 10013e9434 Protect node privacy by proper filtering in restricted-mode RPC answers
7 years ago
moneromooo-monero ccf53a566c
track double spending in the txpool
7 years ago
Riccardo Spagni 13a84caa22
Merge pull request #2662
7 years ago
moneromooo-monero 935f746249
blockchain: do not lock the blockchain lock for simple DB getters
7 years ago
moneromooo-monero ec48e8d81d
core: do not forbid txes without destination
7 years ago
moneromooo-monero 523084bc79
core: don't add empty additional pub keys field to extra
7 years ago
kenshi84 00cc1fdd22
subaddress: remove unneeded scalarmultBase
7 years ago
kenshi84 88ebfd646a
core_tests: fix for subaddress patch
7 years ago
Riccardo Spagni 97c11caf07 Merge pull request #2656
7 years ago
Jaquee 329f149e95 remove reference to cryptonote::null_hash
7 years ago
Riccardo Spagni b293ad9a1a
Merge pull request #2640
7 years ago
Riccardo Spagni 344c01c712
Merge pull request #2638
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 5db433b3f7
blockchain: avoid exceptions in output verification
7 years ago
moneromooo-monero 529a6a4af8
core: guard against a mined block not finding all txes in the pool
7 years ago
kenshi84 53ad5a0f42
Subaddresses
7 years ago
Riccardo Spagni 2ff832c576
Merge pull request #2540
7 years ago
Riccardo Spagni 4a20a5b5ea
Merge pull request #2537
7 years ago
Riccardo Spagni 478b14b565
Merge pull request #2534
7 years ago
stoffu cbc5508b15
construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to work properly
7 years ago
Riccardo Spagni 87d0516f7d
Merge pull request #2513
7 years ago
moneromooo-monero 69ce33f217
core: fix failure to sync when a tx is already in the pool
7 years ago
moneromooo-monero 4e115a3a4c
core: remove out sorting from v7 rules
7 years ago
moneromooo-monero 71c7f8d0dc
core: fix logging the one time public key on error
7 years ago
moneromooo-monero 269a2a01ef
blockchain: fix off by one getting blocks
7 years ago
Riccardo Spagni 5f7cddeb53
Merge pull request #2533
7 years ago
moneromooo-monero 97cdd4c92f
core: undo output sorting
7 years ago
Riccardo Spagni 21c2c08041
Merge pull request #2527
7 years ago
moneromooo-monero ba6907f661
core: fix creation of v1 txes
7 years ago
moneromooo-monero cdbbe99c82
checkpoints: add a token checkpoint on testnet (the genesis block)
7 years ago
moneromooo-monero fa54b20584
fix typo in basic and core CMakeLists.txt
7 years ago
moneromooo-monero 5d65a75b69
move checkpoints in a separate library
7 years ago
Riccardo Spagni 13be8115e4
Merge pull request #2458
7 years ago
Riccardo Spagni e5a2cdbfad
Merge pull request #2457
7 years ago
Riccardo Spagni 0e74777071
Merge pull request #2452
7 years ago
Riccardo Spagni c2346c6c59
Merge pull request #2424
7 years ago
Riccardo Spagni b911130a46
Merge pull request #2442
7 years ago
Riccardo Spagni 08ada1fa8b
Merge pull request #2440
7 years ago
moneromooo-monero 28b72b6ecc
tx_pool: pre-init tvc.m_verifivation_failed before processing
7 years ago
moneromooo-monero 50e096987b
tx_pool: guard against failure getting tx hash
7 years ago
moneromooo-monero 92f2f687b9
core: check return value from parse_hexstr_to_binbuff
7 years ago
moneromooo-monero b5faac5304
get_blockchain_top now returns void
7 years ago
moneromooo-monero 309290d1c7
Source updates are in a source subdirectory
7 years ago
Riccardo Spagni 1f9058187c
Merge pull request #2496
7 years ago
stoffu e29282d208
build: auto update version info without manually deleting version.h
7 years ago
moneromooo-monero 3b8b4be5cb
tx_pool: drop invalid txes from the pool on startup
7 years ago
moneromooo-monero e457aa51f4
blockchain: fix crash checking pre-validated txids
7 years ago
moneromooo-monero 7adceee634
precomputed block hashes are now in blocks of N (currently 256)
7 years ago
Riccardo Spagni 1a73843cec
Merge pull request #2446
7 years ago
Riccardo Spagni 69e039aa19
Merge pull request #2023
7 years ago
Riccardo Spagni 591e53445b
Merge pull request #2044
7 years ago
moneromooo-monero 6137a0b94d
blockchain: reject unsorted ins and outs from v7
7 years ago
Howard Chu d2d8a41c47
Use actual batch size for resize estimates
7 years ago
moneromooo-monero 7f2f6ee1c9
protocol: remove hop count on block propagation
7 years ago
moneromooo-monero 0aaaca29a2
tx_pool: set the "invalid input" bit when check_tx_inputs fails
7 years ago
Howard Chu 510d0d4753
Use a threadpool
7 years ago
Nano Akron f761dbaeaf Remove 1.25x multiplier from tx_pool
7 years ago
Riccardo Spagni 7abdba0a5c
Merge pull request #2438
7 years ago
Riccardo Spagni 3399c2a257
Merge pull request #2404
7 years ago
Riccardo Spagni 718820cd96
Merge pull request #2396
7 years ago
moneromooo-monero 16afab900d
core: sort ins and outs key key image and public key, respectively
7 years ago
moneromooo-monero 9443eec10f
core: guard against exceptions in tx verification worker threads
7 years ago
Riccardo Spagni e5238adfb3
update checkpoint hashes
7 years ago
Thomas Winget 77986023c3
json serialization for rpc-relevant monero types
7 years ago
Thomas Winget 5c1e08fe80
Refactor some things into more composable (smaller) functions
7 years ago
moneromooo-monero dbfef643ed
tx_pool: catch exceptions in LockedTXN dtor
7 years ago
moneromooo-monero 6ac61100a1
Add a --fluffy-blocks option to relay blocks as fluffy blocks
7 years ago
Riccardo Spagni c919ca4f1d
Merge pull request #2374
7 years ago
Riccardo Spagni 1e57e48342
Merge pull request #2372
7 years ago
Thomas Winget 9ac2ad0744
DRY refactoring
7 years ago
moneromooo-monero e72e625eb1
tx_pool: wrap tx meta updates in a LockedTXN
7 years ago
moneromooo-monero ce901fcb31
Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks
7 years ago
moneromooo-monero 84fa015e77
core: guard against exceptions in handle_incoming_{block,tx}
7 years ago
moneromooo-monero a95e460c71
move db specific options to BlockchainDB
7 years ago
Riccardo Spagni 72b5f37f58
Merge pull request #2349
7 years ago
Riccardo Spagni e00238a355
Merge pull request #2347
7 years ago
Riccardo Spagni 36b978f50e
Merge pull request #2314
7 years ago
Riccardo Spagni ff0afc196e
Merge pull request #2313
7 years ago
moneromooo-monero 5807529e69
blockchain: cap memory size of retrieved blocks
7 years ago
moneromooo-monero 55bec1f03d
rpc: add a new RPC to get current txpool backlog (sizes and fees)
7 years ago
moneromooo 1914c999c7
txpool: update db tx metadata when it changes
7 years ago
moneromooo 4dbf29bd32
txpool: add tx size median to the pool stats
7 years ago
Riccardo Spagni 944bbdb51e
Merge pull request #2330
7 years ago
Howard Chu ea15e72d73
tx_pool: fix crash in stats
7 years ago
Howard Chu c22d22e2db
Cleanup test impact of adding safesyncmode() method
7 years ago
Howard Chu 9a859844f4
Toggle SAFE syncmode on and off automatically
7 years ago
Howard Chu 4c7f8ac04f
DB cleanup
7 years ago
moneromooo-monero 5d989b661a
core: add mainnet v6 fork height at 1400000
7 years ago
Riccardo Spagni 4466b6d1b0
Merge pull request #2303
7 years ago
Riccardo Spagni 4b2cc123ff
Merge pull request #2287
7 years ago
moneromooo-monero 5a283078ec
cryptonote_protocol: large block sync size before v4
7 years ago
moneromooo-monero 827afcb7ea
protocol: pass blockchain cumulative difficulty when syncing
7 years ago
Riccardo Spagni 3ff67323b7
Merge pull request #2288
7 years ago
Riccardo Spagni 53dde37ceb
Merge pull request #2276
7 years ago
Riccardo Spagni 79479a3614
Merge pull request #2250
7 years ago
Riccardo Spagni 12c70fedc0
Merge pull request #2246
7 years ago
Riccardo Spagni 1cf4665d2a
Merge pull request #2237
7 years ago
moneromooo-monero c6e200a8ab
core: add --db-salvage command line flag
7 years ago
moneromooo-monero a1891ebea9
tests: fix tests build
7 years ago
moneromooo-monero 635929eaca
protocol: add checks for top block hard fork version
7 years ago
Riccardo Spagni bff9fb9c8b
Merge pull request #2231
7 years ago
moneromooo-monero 61770ec2da
change mixin to ring size in user visible places
7 years ago
Riccardo Spagni 14f479bb9c
Merge pull request #2262
7 years ago
Riccardo Spagni 62610a3a53
Merge pull request #2225
7 years ago
moneromooo-monero 7f7d42f890
core: fix invalid memory access creating tx
7 years ago
moneromooo-monero 38756d00ff
core: new API to disable DNS checkpoint lookups
7 years ago
Riccardo Spagni 6db8a60a18
Merge pull request #2149
7 years ago
Riccardo Spagni dc2747439c
Merge pull request #2243
7 years ago
Riccardo Spagni ea46a5527a
Merge pull request #2234
7 years ago
Riccardo Spagni 9b3b7f050b
Merge pull request #2230
7 years ago
Riccardo Spagni 5cc53c7e49
Merge pull request #2226
7 years ago
Riccardo Spagni a2dd125b1e
Merge pull request #2222
7 years ago
Riccardo Spagni 8048de268a
Merge pull request #2216
7 years ago
Riccardo Spagni 61ac6983f2
Merge pull request #2206
7 years ago
Riccardo Spagni 0f36efbded
Merge pull request #2198
7 years ago
moneromooo-monero 4d87304683
blockchain: add testnet v6 fork height at 971400
7 years ago