Commit Graph

458 Commits (ff4d4706292a9cabdd62f0cf6fb06a600cbcf24b)

Author SHA1 Message Date
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 3f6096867d
Merge pull request #5916
5 years ago
luigi1111 ee6e849627
Merge pull request #5877
5 years ago
moneromooo-monero 7b076d5170
p2p: fix bans taking port into account
5 years ago
luigi1111 85962ee8e2
Merge pull request #5872
5 years ago
luigi1111 253786c8ea
Merge pull request #5833
5 years ago
luigi1111 0198b76217
Merge pull request #5799
5 years ago
Jesus Ramirez 2cd4fd8972 Changed the use of boost:value_initialized for C++ list initializer
5 years ago
moneromooo-monero 495a7e5b97
rpc: don't include an address in mining_status when not mining
5 years ago
xiphon 082730b6e5 daemon: automatic public nodes discovering and bootstrap daemon switching
5 years ago
moneromooo-monero 33e91e1a1e
wallet, rpc: add a release field to get_version
5 years ago
xiphon 289d21500c rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used'
5 years ago
luigi1111 c9df9d683a
Merge pull request #5696
5 years ago
moneromooo-monero fd60d05d5d
daemon: fix print_pl only printing public zone peers
5 years ago
luigi1111 56b98c7003
Merge pull request #5728
5 years ago
luigi1111 df064eaa36
Merge pull request #5649
5 years ago
luigi1111 0ba675622f
Merge pull request #5634
5 years ago
luigi1111 0e986a86d5
Merge pull request #5607
5 years ago
luigi1111 564bb1da3a
Merge pull request #5525
5 years ago
luigi1111 2258551ef9
Merge pull request #5487
5 years ago
Thomas Winget 155475d971
Add IPv6 support
5 years ago
xiphon 52cd2fa0af rpc: implement get_public_nodes command
5 years ago
luigi1111 d4d5a4433d
Merge pull request #5623
5 years ago
luigi1111 e241a6280d
Merge pull request #5582
5 years ago
luigi1111 e579fe4ae0
Merge pull request #5530
5 years ago
luigi1111 e3de4aa68b
Merge pull request #5502
5 years ago
moneromooo-monero 65c4004963
allow blocking whole subnets
5 years ago
moneromooo-monero 515ac2951d
p2p: store network address directly in blocked host list
5 years ago
Jethro Grassie 6560bfa64c
rpc: get_block_template add optional extra_nonce
5 years ago
stoffu 15c699f0a6
rpc: set sanity_check_failed to false when successful
5 years ago
Howard Chu a182df21d0
Bans for RPC connections
5 years ago
moneromooo-monero 2eef90d6ef
rpc: restrict the recent cutoff size in restricted RPC mode
5 years ago
moneromooo-monero 14881094af
rpc: fix get_transactions getting v1 txes from the txpool
5 years ago
xiphon b8cfa92b7e rpc: implement set_bootstrap_daemon method
5 years ago
ston1th f2f207d635 miner: fix double free of thread attributes
5 years ago
moneromooo-monero 880ebfdeea
daemon: add more chain specific info in alt_chain_info
5 years ago
moneromooo-monero fcfcc3ac86
rpc: in/out peers can now return the setting's value
5 years ago
Lee Clagett 3544596f9f Add ssl_options support to monerod's rpc mode.
5 years ago
moneromooo-monero 6abaaaa994
remove obsolete save_graph skeleton code
5 years ago
moneromooo-monero 1e8f3f66bf
rpc: fail update RPC when running offline
5 years ago
moneromooo-monero 0605406714
daemon: sort alt chains by height
5 years ago
Riccardo Spagni f64f59627d
Merge pull request #5510
5 years ago
Riccardo Spagni 9d91301faa
Merge pull request #5496
5 years ago
moneromooo-monero e980938210
fix wide difficulty conversion with some versions of boost
5 years ago
moneromooo-monero 25a7cfdb4a
add a few checks where it seems appropriate
5 years ago
moneromooo-monero 5e0da6fb68
change SSL certificate fingerprint whitelisting from SHA1 to SHA-256
5 years ago
moneromooo-monero 0eb0d6b802
rpc: improve get_output_distribution
5 years ago
moneromooo-monero df83ed74e4
consensus: from v12, enforce >= 2 outputs
5 years ago
Riccardo Spagni 1b092f3a44
Merge pull request #5452
5 years ago
Riccardo Spagni 68d131615e
Merge pull request #5448
5 years ago
Riccardo Spagni f376cd5605
Merge pull request #5446
5 years ago
Riccardo Spagni 8af1a89e4c
Merge pull request #5441
5 years ago
Riccardo Spagni 1f01070a0c
Merge pull request #5434
5 years ago
Riccardo Spagni 45e1f7c292
Merge pull request #5428
5 years ago
moneromooo-monero c30d93fcd9
rpc: add a pruned bool to the prune_blockchain call
5 years ago
moneromooo-monero d009f6dd61
rpc: fix get_block_hashes.bin from wallet on pruned blockchain
5 years ago
moneromooo-monero 565085245a
rpc: add relayed in get_transaction output
5 years ago
Riccardo Spagni e89aa2ec56
Merge pull request #5421
5 years ago
Riccardo Spagni 9bd0983d5e
Merge pull request #5402
5 years ago
moneromooo-monero e1b097b99b
core_rpc_server: remove dummy assigning int to bool
5 years ago
moneromooo-monero ccb996afc6
rpc: new sanity check on relayed transactions
5 years ago
stoffu f3425f8d32
rpc.getblocktemplate: set reserved_offset to zero when reserve_size==0
5 years ago
moneromooo-monero e78cea74bd
rpc: fix off by one in get_height
5 years ago
moneromooo-monero 064ab12340
functional_tests: add more blockchain related tests
5 years ago
Riccardo Spagni 4a2cc76c84
Merge pull request #5376
5 years ago
Riccardo Spagni 3a4008f0fc
Merge pull request #5374
5 years ago
Lee Clagett 21eb1b0725 Pass SSL arguments via one class and use shared_ptr instead of reference
5 years ago
Lee Clagett 1f5ed328aa Change default SSL to "enabled" if user specifies fingerprint/certificate
5 years ago
Lee Clagett a3b0284837 Change SSL certificate file list to OpenSSL builtin load_verify_location
5 years ago
moneromooo-monero e8cf7dcc2b
rpc: merge the two get_info implementations
5 years ago
moneromooo-monero cbf3224180
rpc: make wide_difficulty hexadecimal
5 years ago
moneromooo-monero a2561653cb
wallet: new option to start background mining
5 years ago
stoffu a299dc96f7
rpc.gettransactions: fill as_json with partial tx in pruned mode
5 years ago
Riccardo Spagni 1ed6441925
Merge pull request #5327
5 years ago
Riccardo Spagni a69b71dc41
Merge pull request #5326
5 years ago
Riccardo Spagni 97831e5f8b
Merge pull request #5308
5 years ago
Howard Chu c746f45d3e
Add hash of top block to /getheight RPC
5 years ago
moneromooo-monero 91f4c7f45f
Make difficulty 128 bit instead of 64 bit
5 years ago
rbrunner7 c23ea7962d New interactive daemon command 'print_net_stats': Global traffic stats
5 years ago
Riccardo Spagni df50181ab2
Merge pull request #5237
5 years ago
moneromooo-monero dc20d77459
rpc: add miner tx hash to block header response
5 years ago
moneromooo-monero a7211793ba
rpc: quantize db size up to 5 GB in restricted mode
5 years ago
Riccardo Spagni 848591c4d8
Merge pull request #5190
5 years ago
Riccardo Spagni 429930534d
Merge pull request #5185
5 years ago
Riccardo Spagni fd231226b9
Merge pull request #5177
5 years ago
moneromooo-monero 59478c80dd
daemon: new mining_status command
5 years ago
moneromooo-monero 3907588bf6
rpc: make fill_pow restricted
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
Martijn Otto 057c279cb4
epee: add SSL support
5 years ago
Riccardo Spagni 46fd181cca
Merge pull request #4054
5 years ago
moneromooo-monero b8787f4302
ArticMine's new block weight algorithm
5 years ago
xiphon 551104fbf1 daemon: add --public-node mode, RPC port propagation over P2P
5 years ago
moneromooo-monero bb2aed8e4d
rpc: quantize db size up to 5 GB in restricted mode
5 years ago
moneromooo-monero 2456945408
epee: add SSL support
5 years ago
Lee Clagett 973403bc9f Adding initial support for broadcasting transactions over Tor
5 years ago
moneromooo-monero acfff8d0ce
rpc: fix internal daemon calls in restricted rpc getting partial data
5 years ago
moneromooo-monero b750fb27b0
Pruning
5 years ago
Riccardo Spagni 3eb96fa512
Merge pull request #5027
5 years ago