Commit Graph

393 Commits (e921c3b8a35bc497ef92c4735e778e918b4c4f99)

Author SHA1 Message Date
moneromooo-monero 5a1ac9c0ef
rpc: add a busy_syncing field to get_info
4 years ago
moneromooo-monero cf7e1571d3
protocol: reject claimed block hashes that already are in the chain
4 years ago
Lee Clagett 61b6e4cc67 Add aggressive restrictions to pre-handshake p2p buffer limit
4 years ago
moneromooo-monero af0a25544e
protocol: drop peers we can't download anything from in sync mode
4 years ago
moneromooo-monero f3c0d4f9df
protocol: remove unused (and cunningly uninitialized) field
4 years ago
luigi1111 e5decd0cde
Merge pull request #7130
4 years ago
luigi1111 a57c95b2f1
Merge pull request #7127
4 years ago
moneromooo-monero 543733d42c
protocol: include first new block in chain entry response
4 years ago
moneromooo 5d1849a9eb
protocol: stricter checks on received chain hash list
4 years ago
moneromooo-monero 62e8ca5eaf
protocol: revert incoming chain height check against local chain
4 years ago
Alexander Blair 0f67569279
Merge pull request #7121
4 years ago
Alexander Blair bdaadf85dc
Merge pull request #7117
4 years ago
Alexander Blair bb6d2d4b05
Merge pull request #7114
4 years ago
Alexander Blair 28e5e42986
Merge pull request #7110
4 years ago
Alexander Blair 5b62a6f316
Merge pull request #7106
4 years ago
Alexander Blair 1e9483a2d5
Merge pull request #7009
4 years ago
moneromooo-monero cd7e9769d8
protocol: one more sanity check on usable data from a peer
4 years ago
moneromooo-monero d660f22ed1
protocol: drop origin IP if a block fails to verify in sync mode
4 years ago
moneromooo-monero dd5e689533
protocol: add calls to reserve where appropriate
4 years ago
moneromooo-monero 5dee031b25
protocol: add a sanity check to the number of block hashes sent
4 years ago
moneromooo-monero eb77790dfb
protocol: fix asking for pruned blocks for v10
4 years ago
moneromooo-monero 0f34cabb98
protocol: more restrictive checks on chain entry response
4 years ago
moneromooo-monero 19f77578e0
protocol: fix switchting to adding blocks if noone's adding the next span
4 years ago
moneromooo ff7fdf6db2
protocol: drop peers that don't reply to queries
4 years ago
moneromooo c74d8ffd63
protocol: drop peers that decrease claimed height
4 years ago
moneromooo 61f5001c3f
protocol: add scoring system to drop peers that don't behave
4 years ago
Lee Clagett 7414e2bac1 Change epee binary output from std::stringstream to byte_stream
4 years ago
Lee Clagett dff1d8067c Fix tx flush callback queueing
4 years ago
luigi1111 36d31ba0be
Merge pull request #7018
4 years ago
luigi1111 c041550ffa
Merge pull request #6973
4 years ago
luigi1111 a92b968e35
Merge pull request #6971
4 years ago
xiphon a9cd5d914e cryptonote_core: dandelion - use local height or median height if syncing
4 years ago
Howard Chu 91fd634768
Better log message for unusable anon networks
4 years ago
Lee Clagett be84f678b9 Switch to Dandelion++ fluff mode if no out connections for stem mode
4 years ago
moneromooo-monero f9527e608e
protocol: reject empty incoming block messages
4 years ago
xiphon a12a8174e0 Dandelion++: skip desynced peers in stem phase
4 years ago
Alexander Blair dd7fd2ef80
Merge pull request #6753
4 years ago
Alexander Blair c6c4ead44e
Merge pull request #6614
4 years ago
Alexander Blair 461651fce5
Merge pull request #6542
4 years ago
cohcho 4ff2074c74
cryptonote_protocol: don't synced pruned blocks before v11
4 years ago
Alexander Blair c108c5e2f0
Merge pull request #6354
4 years ago
rbrunner7 fb31167b12 Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command
4 years ago
Alexander Blair a0d179e528
Merge pull request #6512
4 years ago
luigi1111 f1334ebf64
Merge pull request #6566
4 years ago
moneromooo-monero 567402c508
protocol: move the "peer claims higher version" warning to debug
4 years ago
moneromooo-monero f1d0457523
cryptonote_protocol: stricter limit to number of objects requested
4 years ago
moneromooo-monero bb5c5dff15
cryptonote_protocol: reject requests/notifications before handshake
4 years ago
moneromooo-monero 35665df206
protocol: don't drop a connection if we can't get a compatible chain
4 years ago
Lee Clagett 67ade80055 Add randomized delay when forwarding txes from i2p/tor -> ipv4/6
4 years ago
SomaticFanatic 5ef0607da6 Update copyright year to 2020
4 years ago
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