Commit Graph

9938 Commits (4b1d0f2340c4d21f0a7b3d520bd0acfd6eeb8192)
 

Author SHA1 Message Date
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
3 years ago
jwinterm 90fbc9b181 Merge pull request 'upstream' (#351) from wowario/wownero:up into master
continuous-integration/drone/push Build was killed Details
3 years ago
moneromooo-monero f2949f7cf4
rpc: add a busy_syncing field to get_info
continuous-integration/drone/pr Build was killed Details
3 years ago
moneromooo-monero c9b9251fd4
protocol: include first new block in chain entry response
continuous-integration/drone/pr Build is passing Details
3 years ago
moneromooo cd580e0e3c
protocol: stricter checks on received chain hash list
3 years ago
moneromooo-monero 801ac3ce56
protocol: revert incoming chain height check against local chain
3 years ago
moneromooo-monero 23bf7c9813
cmake: fix "release" version string on tagged releases
continuous-integration/drone/pr Build is passing Details
3 years ago
moneromooo-monero 97d3f9d408
protocol: one more sanity check on usable data from a peer
3 years ago
moneromooo-monero f4fac80752
protocol: add a sanity check to the number of block hashes sent
3 years ago
moneromooo-monero 516555402d
protocol: fix asking for pruned blocks for v10
3 years ago
moneromooo-monero a42b6750b1
protocol: drop origin IP if a block fails to verify in sync mode
3 years ago
moneromooo-monero 09a2b6f2e8
protocol: more restrictive checks on chain entry response
3 years ago
Howard Chu 08b99c749d
depends: Update OpenSSL to 1.1.1i
3 years ago
Lee Clagett 0b8bf308ce
Change epee binary output from std::stringstream to byte_stream
3 years ago
Lee Clagett a3033e741b
Change to more efficient allocation strategy in byte_stream
3 years ago
mj-xmr f37d960f75
Clang-tidy integrated into CMakeLists.txt
3 years ago
mj-xmr a76c6b9cae
Add ClangBuildAnalyzer under utils/health for analyzing build times
3 years ago
moneromooo-monero eb6469b7a5
protocol: fix switchting to adding blocks if noone's adding the next span
3 years ago
wowario c3137f7695
update checkpoints, bump version
continuous-integration/drone/pr Build is passing Details
3 years ago
wowario f4285bf135 Update '.drone.yml'
continuous-integration/drone/push Build is passing Details
3 years ago
moneromooo-monero e608cea2a5
p2p: drop peers that spam peer lists
continuous-integration/drone/pr Build is passing Details
3 years ago
moneromooo-monero 117cdc4d50
p2p: fix race condition accessing a deleted context
3 years ago
moneromooo 27cfbe1a22
protocol: drop peers that don't reply to queries
3 years ago
moneromooo f8ec114820
keep only the last seen node on a given host in the white list
3 years ago
moneromooo 0529d350ad
protocol: drop peers that decrease claimed height
3 years ago
moneromooo 868deaaf9e
protocol: add scoring system to drop peers that don't behave
3 years ago
moneromooo-monero 5ac11bb4d6
crypto: fix non zero scalar being 0 after reducing
continuous-integration/drone/pr Build is passing Details
3 years ago
xiphon e0fc0ce7ad
rpc: get_info - add 'synchronized' field
3 years ago
Lee Clagett a840b7e20c
Do not use peer_id tracking method over i2p/tor
3 years ago
Lee Clagett 3208d97f9c
Fix tx flush callback queueing
continuous-integration/drone/pr Build is passing Details
3 years ago
moneromooo-monero 1cc36a652b
util: fix escaping more than one ?* in glob_to_regex
3 years ago
xiphon b353da51f9
wallet_api: TransactionHistory - fill unconfirmed out payments dests
3 years ago
Howard Chu e49f87c8b3
Silence stupid warnings
3 years ago
moneromooo-monero 6815ddd270
epee: tighten the URL parsing regexp a little
3 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)
3 years ago
moneromooo-monero 7f8d14ecde
blockchain: remove some dead code
3 years ago
SChernykh 67cc83a66c
Make Blockchain::get_fee_quantization_mask() compile time
3 years ago
xiphon b974ccde3a
core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode check
3 years ago
TheCharlatan 4a971e575f
Unit Tests: Remove block reward upper bound size checks
3 years ago
Michal m@lbit Malicki 0051cbdc73
rpc_private_headers declaration fix
3 years ago
Tadeas Moravec 7441d939e0
Update error messages in daemon
3 years ago
selsta d9973f4d48
wallet2: set propagation timeout to current max timeout
3 years ago
Howard Chu 2b25b1097e
Add rpc-restricted-bind-ip option
3 years ago
Crypto City 33103494d6
wallet2: check imported multisig curve points are in main subgroup
continuous-integration/drone/pr Build is passing Details
3 years ago
xiphon 6294fe26df
cryptonote_core: dandelion - use local height or median height if syncing
3 years ago
xiphon cc70e33283
rpc: skip non-synced bootstrap daemons in --no-sync mode too
3 years ago
xiphon 0783e940e9
rpc: on_send_raw_tx - add missing CHECK_CORE_READY
3 years ago
Lee Clagett ce3c13b46f
Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s
3 years ago
Lee Clagett ff1373149a
Fix timeout checks for forwarded and Dandelion++ stem txes
3 years ago
Howard Chu 41f5f36e16
Better log message for unusable anon networks
3 years ago