index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_protocol
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake: set 3.5 as minimum version
selsta
2021-11-29
1
-1
/
+1
*
protocol: fix spurious rejection of downloaded blocks
moneromooo-monero
2021-10-23
1
-0
/
+1
*
node_server: fix race condition
anon
2021-09-20
2
-11
/
+46
*
cryptonote_protocol_handler: fix race condition
anon
2021-03-22
1
-27
/
+41
*
Command max_bytes moved from dynamic map to static switch
Lee Clagett
2020-12-23
2
-20
/
+0
*
Merge pull request #7267
luigi1111
2021-01-06
1
-4
/
+9
|
\
|
*
protocol: handle receiving a block hash we've not added yet
moneromooo-monero
2021-01-02
1
-4
/
+9
*
|
Merge pull request #7248
luigi1111
2021-01-06
2
-0
/
+20
|
\
\
|
|
/
|
/
|
|
*
add a max levin packet size by command type
moneromooo-monero
2021-01-03
2
-0
/
+20
*
|
Merge pull request #7247
Alexander Blair
2021-01-01
1
-12
/
+52
|
\
\
|
*
|
protocol: more sanity checks in new chain block hashes
moneromooo-monero
2020-12-31
1
-12
/
+52
*
|
|
Merge pull request #7235
Alexander Blair
2021-01-01
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
protocol: don't reset last request time on an idle timer
moneromooo-monero
2020-12-30
1
-1
/
+1
|
|
/
*
/
Add aggressive restrictions to pre-handshake p2p buffer limit
Lee Clagett
2020-12-29
2
-1
/
+2
|
/
*
protocol: fix false positives dropping peers
moneromooo-monero
2020-12-27
1
-23
/
+21
*
Revert "Reject existing claimed blocks in sync mode"
luigi1111
2020-12-27
1
-18
/
+19
*
Merge pull request #7189
Alexander Blair
2020-12-26
2
-4
/
+16
|
\
|
*
protocol: drop nodes if they claim new data but only give stale data
moneromooo-monero
2020-12-25
2
-4
/
+16
*
|
Merge pull request #7155
Alexander Blair
2020-12-26
1
-19
/
+18
|
\
\
|
|
/
|
/
|
|
*
protocol: reject claimed block hashes that already are in the chain
moneromooo-monero
2020-12-17
1
-0
/
+13
|
*
protocol: drop peers we can't download anything from in sync mode
moneromooo-monero
2020-12-16
1
-19
/
+5
*
|
rpc: add a busy_syncing field to get_info
moneromooo-monero
2020-12-17
2
-0
/
+9
|
/
*
Merge pull request #7131
v0.17.1.7
luigi1111
2020-12-12
2
-0
/
+12
|
\
|
*
protocol: include first new block in chain entry response
moneromooo-monero
2020-12-12
2
-0
/
+12
*
|
Merge pull request #7128
luigi1111
2020-12-12
1
-0
/
+35
|
\
\
|
*
|
protocol: stricter checks on received chain hash list
moneromooo
2020-12-11
1
-0
/
+35
|
|
/
*
/
protocol: revert incoming chain height check against local chain
moneromooo-monero
2020-12-11
1
-1
/
+1
|
/
*
Merge pull request #7122
Alexander Blair
2020-12-10
1
-1
/
+1
|
\
|
*
protocol: one more sanity check on usable data from a peer
moneromooo-monero
2020-12-10
1
-1
/
+1
*
|
Merge pull request #7120
Alexander Blair
2020-12-10
1
-1
/
+1
|
\
\
|
*
|
protocol: fix asking for pruned blocks for v10
moneromooo-monero
2020-12-10
1
-1
/
+1
|
|
/
*
|
Merge pull request #7118
Alexander Blair
2020-12-10
1
-1
/
+1
|
\
\
|
*
|
protocol: add a sanity check to the number of block hashes sent
moneromooo-monero
2020-12-10
1
-1
/
+1
*
|
|
Merge pull request #7111
Alexander Blair
2020-12-10
4
-19
/
+52
|
\
\
\
|
*
|
|
protocol: drop origin IP if a block fails to verify in sync mode
moneromooo-monero
2020-12-10
4
-19
/
+52
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #7107
Alexander Blair
2020-12-10
1
-1
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
protocol: more restrictive checks on chain entry response
moneromooo-monero
2020-12-10
1
-1
/
+8
|
|
/
*
|
Merge pull request #7109
luigi1111
2020-12-10
1
-2
/
+1
|
\
\
|
*
|
protocol: fix switchting to adding blocks if noone's adding the next span
moneromooo-monero
2020-12-10
1
-2
/
+1
|
|
/
*
|
protocol: drop peers that don't reply to queries
moneromooo
2020-12-06
2
-10
/
+34
*
|
protocol: drop peers that decrease claimed height
moneromooo
2020-12-04
1
-1
/
+16
*
|
protocol: add scoring system to drop peers that don't behave
moneromooo
2020-12-04
2
-9
/
+50
|
/
*
cryptonote_core: dandelion - use local height or median height if syncing
xiphon
2020-11-25
4
-12
/
+59
*
Better log message for unusable anon networks
Howard Chu
2020-11-16
2
-13
/
+16
*
Merge pull request #6974
luigi1111
2020-11-04
1
-6
/
+4
|
\
|
*
Switch to Dandelion++ fluff mode if no out connections for stem mode
Lee Clagett
2020-10-06
1
-6
/
+4
*
|
Merge pull request #6972
luigi1111
2020-11-04
1
-0
/
+7
|
\
\
|
*
|
protocol: reject empty incoming block messages
moneromooo-monero
2020-11-03
1
-0
/
+7
|
|
/
*
/
Fix tx flush callback queueing
Lee Clagett
2020-10-14
1
-23
/
+10
|
/
*
Dandelion++: skip desynced peers in stem phase
xiphon
2020-10-12
3
-21
/
+27
[next]