Commit Graph

6881 Commits (3e36df73ace248ae2558287fef88eb6dcdefe6e6)

Author SHA1 Message Date
codesoap 3e36df73ac
simplewallet: add "address mnew" command
4 years ago
moneromooo-monero c44dbc582f
protocol: more sanity checks in new chain block hashes
4 years ago
moneromooo 31dc71afaf
p2p: fix deadlock banning while updating peer lists
4 years ago
moneromooo-monero 45a462eb91
protocol: don't reset last request time on an idle timer
4 years ago
Lee Clagett b4206cea5a
Add aggressive restrictions to pre-handshake p2p buffer limit
4 years ago
moneromooo-monero 03b8228b35
rpc: limit the number of txes for get_blocks.bin
4 years ago
moneromooo-monero b56a9f5bad
protocol: fix false positives dropping peers
4 years ago
moneromooo-monero 50e25e681c
cryptonote_basic: guess what got lost porting patches to branches again
4 years ago
luigi1111 4efba60bc1
Revert "Reject existing claimed blocks in sync mode"
4 years ago
moneromooo-monero 0afd50384f
protocol: drop nodes if they claim new data but only give stale data
4 years ago
moneromooo-monero 9e4e28b25c
ban lists may now include subnets
4 years ago
moneromooo-monero 295d46a1fc
restrict public node checks a little
4 years ago
xiphon 10f9008b9c
rpc: get_info - add 'synchronized' field
4 years ago
moneromooo-monero b042506baa
protocol: reject claimed block hashes that already are in the chain
4 years ago
moneromooo-monero 879715610d
protocol: drop peers we can't download anything from in sync mode
4 years ago
moneromooo-monero 819d40fc7e
p2p: remove peers from grey and anchors lists when blocked
4 years ago
moneromooo-monero a88448499b
Optional DNS based blocklist
4 years ago
moneromooo-monero ffa987003a
daemon: the ban command can now load IPs from a file (ban @filename)
4 years ago
moneromooo-monero 8547473c83
p2p: ignore incoming peer list entries when we have them blocked
4 years ago
jwinterm 4b1d0f2340 Merge pull request 'update checkpoints, bump version' (#353) from wowario/wownero:cp-version into master
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
4 years ago
moneromooo-monero f2949f7cf4
rpc: add a busy_syncing field to get_info
continuous-integration/drone/pr Build was killed Details
4 years ago
moneromooo-monero c9b9251fd4
protocol: include first new block in chain entry response
continuous-integration/drone/pr Build is passing Details
4 years ago
moneromooo cd580e0e3c
protocol: stricter checks on received chain hash list
4 years ago
moneromooo-monero 801ac3ce56
protocol: revert incoming chain height check against local chain
4 years ago
moneromooo-monero 97d3f9d408
protocol: one more sanity check on usable data from a peer
4 years ago
moneromooo-monero f4fac80752
protocol: add a sanity check to the number of block hashes sent
4 years ago
moneromooo-monero 516555402d
protocol: fix asking for pruned blocks for v10
4 years ago
moneromooo-monero a42b6750b1
protocol: drop origin IP if a block fails to verify in sync mode
4 years ago
moneromooo-monero 09a2b6f2e8
protocol: more restrictive checks on chain entry response
4 years ago
Lee Clagett 0b8bf308ce
Change epee binary output from std::stringstream to byte_stream
4 years ago
moneromooo-monero eb6469b7a5
protocol: fix switchting to adding blocks if noone's adding the next span
4 years ago
wowario c3137f7695
update checkpoints, bump version
continuous-integration/drone/pr Build is passing Details
4 years ago
moneromooo-monero e608cea2a5
p2p: drop peers that spam peer lists
continuous-integration/drone/pr Build is passing Details
4 years ago
moneromooo-monero 117cdc4d50
p2p: fix race condition accessing a deleted context
4 years ago
moneromooo 27cfbe1a22
protocol: drop peers that don't reply to queries
4 years ago
moneromooo f8ec114820
keep only the last seen node on a given host in the white list
4 years ago
moneromooo 0529d350ad
protocol: drop peers that decrease claimed height
4 years ago
moneromooo 868deaaf9e
protocol: add scoring system to drop peers that don't behave
4 years ago
moneromooo-monero 5ac11bb4d6
crypto: fix non zero scalar being 0 after reducing
continuous-integration/drone/pr Build is passing Details
4 years ago
xiphon e0fc0ce7ad
rpc: get_info - add 'synchronized' field
4 years ago
Lee Clagett a840b7e20c
Do not use peer_id tracking method over i2p/tor
4 years ago
Lee Clagett 3208d97f9c
Fix tx flush callback queueing
continuous-integration/drone/pr Build is passing Details
4 years ago
moneromooo-monero 1cc36a652b
util: fix escaping more than one ?* in glob_to_regex
4 years ago
xiphon b353da51f9
wallet_api: TransactionHistory - fill unconfirmed out payments dests
4 years ago
Howard Chu e49f87c8b3
Silence stupid warnings
4 years ago
mj-xmr 5b43b61153
Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable/monero_add_library where possible (mj-xmr)
4 years ago
moneromooo-monero 7f8d14ecde
blockchain: remove some dead code
4 years ago
SChernykh 67cc83a66c
Make Blockchain::get_fee_quantization_mask() compile time
4 years ago
xiphon b974ccde3a
core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode check
4 years ago
Michal m@lbit Malicki 0051cbdc73
rpc_private_headers declaration fix
4 years ago