Commit Graph

393 Commits (e921c3b8a35bc497ef92c4735e778e918b4c4f99)

Author SHA1 Message Date
moneromooo-monero f80ab3edde
cryptonote_protocol: do not request pruned borromean sig txes
4 years ago
luigi1111 9c660e159e
Merge pull request #6278
4 years ago
Lee Clagett 02d887c2e5 Adding Dandelion++ support to public networks:
4 years ago
luigi1111 d1f3d3376d
Merge pull request #6381
4 years ago
luigi1111 975825a1fd
Merge pull request #6375
4 years ago
luigi1111 096e2135dd
Merge pull request #6214
4 years ago
Alexander Blair a762084b15
Merge pull request #6282
4 years ago
moneromooo-monero 054b4c7f41
protocol: request txpool contents when synced
4 years ago
rbrunner7 387fd668d1 Daemon: Print estimates for time until fully synced
4 years ago
Aaron Hook aa93e38862 p2p: remove old debug commands
4 years ago
Alexander Blair 092a57df99
Merge pull request #6243
4 years ago
Lee Clagett e719760253 Fix receive order leakage with tx fluffing
4 years ago
Lee Clagett ebf3c10fcb Added logging for dropped local txes with no i2p/tor connections
4 years ago
Alexander Blair 19ce033299
Merge pull request #6236
4 years ago
Alexander Blair afff9e7041
Merge pull request #6219
4 years ago
Alexander Blair e552ba14b2
Merge pull request #6127
4 years ago
Alexander Blair 34d7ea62f6
Merge pull request #6053
4 years ago
moneromooo-monero 9467b2e44c
cryptonote_protocol: omit top 64 bits of difficulty when 0
4 years ago
moneromooo-monero 56a4469ef3
network: log traffic and add a simple traffic analysis script
4 years ago
rbrunner7 664720747f Daemon: Guard against reporting "synchronized" too early
4 years ago
palomato bc6d8aa343
Corrected message typo
5 years ago
Jason Rhinelander 72ca7e3b0f Fix time comparison math
5 years ago
wowario 67b4a19edf
simplewallet: noob-friendly help menu
5 years ago
Lee Clagett 70c9cd3c9c Change to Tx diffusion (Dandelion++ fluff) instead of flooding
5 years ago
Lee Clagett 5d7ae2d279 Adding support for hidden (anonymity) txpool
5 years ago
moneromooo-monero deb350b783
always print peer IDs in the same format
5 years ago
xiphon 2e2bf8a207 daemon: always use bootstrap daemon (if set) in '--no-sync' mode
5 years ago
luigi1111 960c215801
Merge pull request #5357
5 years ago
moneromooo-monero 2899379791
daemon, wallet: new pay for RPC use system
5 years ago
luigi1111 87171916ee
Merge pull request #5998
5 years ago
luigi1111 426d2ac8ee
Merge pull request #5981
5 years ago
moneromooo-monero 0da09ede86
protocol: fix syncing from peers being too choosy about peers
5 years ago
luigi1111 dc48cdc998
Merge pull request #5933
5 years ago
moneromooo-monero 88c9d90ac4
protocol: initialize block_weight in block_complete_entry ctor
5 years ago
luigi1111 bf525793c7
Merge pull request #5915
5 years ago
luigi1111 a74a82c8b2
Merge pull request #5926
5 years ago
luigi1111 342e7f844f
Merge pull request #5921
5 years ago
moneromooo-monero 8330e772f1
monerod can now sync from pruned blocks
5 years ago
moneromooo-monero 3455efafa8
ban peers sending bad pow outright
5 years ago
luigi1111 5fe38977b5
Merge pull request #5905
5 years ago
moneromooo-monero 74a23e9a59
protocol: only print sync complete message when out of precompiled hashes
5 years ago
luigi1111 ee6e849627
Merge pull request #5877
5 years ago
moneromooo-monero 32f725d32f
Properly format multiline logs
5 years ago
moneromooo-monero 62fc4bec4c
Revert "cryptonote_protocol: drop peers we can't download from when syncing"
5 years ago
moneromooo-monero ea92a32f72
Revert "Fix check for disconnecting peers when syncing"
5 years ago
luigi1111 902e4b6ebf
Merge pull request #5806
5 years ago
Jesus Ramirez 2cd4fd8972 Changed the use of boost:value_initialized for C++ list initializer
5 years ago
xiphon 69465e3d83 cryptonote_protocol: fix '--no-sync', ignore new blocks and txes
5 years ago
Lee Clagett 2a7d91523b Fixed i2p/tor tx flooding bug (white noise disabled)
5 years ago
luigi1111 8774555d29
Merge pull request #5595
5 years ago
luigi1111 c62ba1d08f
Merge pull request #5591
5 years ago
Lee Clagett 3b24b1d082 Added support for "noise" over I1P/Tor to mask Tx transmission.
5 years ago
Jason Rhinelander adc16d2504 Fix check for disconnecting peers when syncing
5 years ago
Doyle f17dcde451 Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECT
5 years ago
moneromooo-monero a96c1a46d4
cryptonote_protocol: drop peers we can't download from when syncing
5 years ago
moneromooo-monero 68ad548193
cryptonote_protocol: fix another potential P2P DoS
5 years ago
moneromooo-monero 1cc61018e5
cryptonote_protocol: expand basic DoS protection
5 years ago
anonimal 8f66b7053a
cryptonote_protocol_handler: prevent potential DoS
5 years ago
moneromooo-monero 2aa11341fc
daemon: display peer address type in print_cn
5 years ago
moneromooo-monero e980938210
fix wide difficulty conversion with some versions of boost
5 years ago
moneromooo-monero f26e0b5d11
cryptonote_protocol: warn when the last connection goes
5 years ago
Riccardo Spagni 3759e2359f
Merge pull request #5360
5 years ago
Riccardo Spagni 4ac78e1612
Merge pull request #5346
5 years ago
moneromooo-monero b0c552f50f
cryptonote_protocol_handler: add block/tx hashes in notify logs
5 years ago
moneromooo-monero 547a9708de
cryptonote: block parsing + hash calculation speedup
5 years ago
moneromooo-monero 91f4c7f45f
Make difficulty 128 bit instead of 64 bit
5 years ago
Riccardo Spagni acc7211b5b
Merge pull request #5199
5 years ago
Riccardo Spagni bf0f85221b
Merge pull request #5195
5 years ago
Riccardo Spagni 848591c4d8
Merge pull request #5190
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 e396146aee
default initialize rpc structures
5 years ago
Riccardo Spagni 372c0da086
Merge pull request #5111
5 years ago
moneromooo-monero eef164f7cc
cryptonote_protocol_handler: search for syncing peers in "cruise mode"
5 years ago
xiphon a54e81e572 daemon: add '--no-sync' arg to optionally disable blockchain sync
5 years ago
xiphon 551104fbf1 daemon: add --public-node mode, RPC port propagation over P2P
5 years ago
moneromooo-monero 2456945408
epee: add SSL support
5 years ago
moneromooo-monero 6a3608d3d2
cryptonote_protocol_handler: pad tx messages when using tor/i2p
5 years ago
Riccardo Spagni 31bdf7bd11
Merge pull request #4988
5 years ago
Lee Clagett 973403bc9f Adding initial support for broadcasting transactions over Tor
5 years ago
moneromooo-monero dc0b86ab4b
block_queue: fix late sanity check off by one
5 years ago
moneromooo-monero b750fb27b0
Pruning
5 years ago
Riccardo Spagni 3e9bb9626a
Merge pull request #5001
5 years ago
Riccardo Spagni 846362842c
Merge pull request #4976
5 years ago
Riccardo Spagni 13b006137c
Merge pull request #4949
5 years ago
moneromooo-monero 85665003a7
epee: better network buffer data structure
6 years ago
Lee Clagett a5ffc2d5ad Remove boost::lexical_cast for uuid and unused uuid function
6 years ago
Riccardo Spagni dde1e69723
Merge pull request #4787
6 years ago
moneromooo-monero 5464725a29
protocol: change standby mode to not wait sleeping
6 years ago
Riccardo Spagni 5ed45acaec
Merge pull request #4906
6 years ago
Riccardo Spagni 868630c1db
Merge pull request #4877
6 years ago
moneromooo-monero 506472e0c6
protocol: fix use after free when dropping a connection
6 years ago
moneromooo-monero c25260f51c
protocol: fix incorrect tx hash in log
6 years ago
Martijn Otto bd98e99c80
Removed a lot of unnecessary includes
6 years ago
moneromooo-monero 3dba7f252e
protocol: option to pad transaction relay to the next kB
6 years ago
luigi1111 46d8bc2a33
Merge pull request #4160
6 years ago
luigi1111 0d415ff638
Merge pull request #4207
6 years ago
luigi1111 4745e3be22
Merge pull request #4020
6 years ago
moneromooo-monero ce9457a379
cryptonote_protocol: don't serialize an unneeded new block message
6 years ago
Jorropo c24a0af9f1 [monerod] Added blocks remaining count during syncronisation.
6 years ago
moneromooo-monero 704b60caf0
block_queue: faster check whether a block was requested
6 years ago
luigi1111 a844844cda
Merge pull request #3716
6 years ago
moneromooo-monero ed2c81ed95
replace std::list with std::vector on some hot paths
6 years ago
moneromooo-monero 1789b76b5d
cryptonote_protocol_handler: log when dropping a peer
6 years ago
moneromooo-monero f2cb56a2eb
protocol: drop (and increase fails) if most blocks hashes are invalid
6 years ago
moneromooo-monero e942d34d54
protocol: do not switch to unsafe sync mode for just a few blocks
6 years ago
Riccardo Spagni 6b9d9f56a1
Merge pull request #3719
6 years ago
stoffu 3880bf396a
cryptonote_protocol_handler.inl: remove span read just now that failed to pass some basic tests
6 years ago
stoffu da249fd5ba
cryptonote_protocol_handler.inl: fix return type mismatches (int vs bool)
6 years ago
Thaer Khawaja dad1077577 Only log an error if fork version is higher AND is not known.
6 years ago
Dimitris Apostolou 57c0b1ed9f Fix typos in various files
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
Riccardo Spagni ef47ba95c8
Merge pull request #3229
6 years ago
Riccardo Spagni bdf0339dda
Merge pull request #3181
6 years ago
moneromooo-monero 928c1825f0
cryptonote_protocol: guard against all threads in standby
6 years ago
Riccardo Spagni 4fcf609942
Merge pull request #3186
6 years ago
xmr-eric 84a7f6a482 Readd copyright starting date
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero 7ed62e63e5
cryptonote_protocol: fix std::move usage on different types
6 years ago
Riccardo Spagni d25217f058
Merge pull request #3105
6 years ago
Riccardo Spagni 5a312752af
Merge pull request #3040
6 years ago
Riccardo Spagni 75cbb7719e
Merge pull request #3015
6 years ago
moneromooo-monero e3f0980a1d
daemon: don't drop RPC with busy error when running offline
6 years ago
moneromooo-monero b56f46457c
cryptonote_protocol: fix size_t used in wire format
6 years ago
Riccardo Spagni 0b5994fbec
Merge pull request #3004
6 years ago
moneromooo-monero 69f9a07553
cryptonote_protocol: fix missing space in version mismatch message
7 years ago
moneromooo-monero f06603a439
cryptonote_protocol: update target height when receiving blocks
7 years ago
moneromooo-monero a2c845c7e3
cryptonote_protocol: internal error consistency size check
7 years ago
moneromooo-monero b51dc56687
use const refs in for loops for non tiny types
7 years ago
moneromooo-monero 45a1c4c088
add empty container sanity checks when using front() and back()
7 years ago
moneromooo-monero 46d6fa35c9
cryptonote_protocol: sanity check chain hashes from peer
7 years ago
moneromooo-monero 25584f8639
cryptonote_protocol: print peer versions when unexpected
7 years ago
Riccardo Spagni 066fd7aced
Merge pull request #2877
7 years ago
moneromooo-monero bb89ae8b20
move connection_basic and network_throttle from src/p2p to epee
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 9b511d3e93
Merge pull request #2866
7 years ago
moneromooo-monero b927f0b17e
cryptonote_protocol: fix corner case looping asking for same block hashes
7 years ago
rbrunner7 cf5f623616 Corrections in rate limiting / trottle code, especially in 'out' direction
7 years ago
moneromooo-monero 310b790a64
make connection_id a string in RPC
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
moneromooo-monero 1ff638e927
protocol: drop connections which don't handshake after some time
7 years ago
Vasil Dimov 4d35ad7603
Fix compiler warnings with Clang 6.0.0.
7 years ago
Riccardo Spagni d5ab55b8d7
Merge pull request #2604
7 years ago
Riccardo Spagni 1e577e8fbf
Merge pull request #2571
7 years ago
Riccardo Spagni 5ea20d6944
Merge pull request #2469
7 years ago
moneromooo-monero 0a872798bc
protocol: kick idle peers by dropping them
7 years ago