| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| |
| | |
1542d5d9 cryptonote_protocol: drop peers we can't download from when syncing (moneromooo-monero)
ff42af87 p2p: add a few missing connection close calls (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| | |
Any peer that's behind us while syncing is useless to us (though
not to them). This ensures that we don't get our peer slots filled
with peers that we can't use. Once we've synced, we can connect
to them and they can then sync off us if they want.
|
| | | |
|
| |\ \
| | |
| | |
| | | |
f3febaf wallet_rpc_server: fix get_bulk_payments with short payment ids (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
8072e23 p2p: don't connect to more than one IP per class B if we can (moneromooo-monero)
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
200e53c keccak: guard against misaligned memory accesses on ARM (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
The code generated is exactly the same as the direct access
one on x86_64
|
| |\ \
| | |
| | |
| | | |
c1eba2b core: fix --prune-blockchain not pruning if no blockchain exists (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
c382677 blockchain: silence an error getting blocks for pruned nodes (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | | |
This happens often when a pre-pruning node asks a pruned node
for data it does not have
|
| |\ \ \
| |_|/
|/| |
| | | |
ba035bf db_lmdb: commit pruning txn at checkpoints (moneromooo-monero)
|
| | |/
| |
| |
| | |
to avoid errors when the txn is too large
|
| |\ \
| | |
| | |
| | | |
c78f7c5 Remove Xiala.net from the list of dns resolvers (tobtoht)
|
| | |/
| |
| |
| | |
It is down permanently. See: https://xiala.net/
"Ende November 2018 werden alle Dienste von xiala.net abgeschaltet."
|
| |\ \
| | |
| | |
| | | |
93eb4d7 rpc: set sanity_check_failed to false when successful (stoffu)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
bb7b059 tx_sanity_check: relax the median check a lot (monermooo-monero)
|
| | |/
| |
| |
| | |
we don't want to prevent bona fide txes, just obvious bad ones
|
| |/
|
|
| |
Older nodes don't pass that information around
|
| |\
| |
| |
| | |
6ed1679b prep for 0.14.1 release (Riccardo Spagni)
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
NULL is valid when size is 0, but memcpy uses nonnull attributes,
so let's not poke the bear
|
| | |
| |
| |
| | |
just in case
|
| | |
| |
| |
| |
| |
| | |
Large amounts might run out of stack
Reported by guidov
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
When asking for txes in a fluffy transaction, one might ask
for the same (large) tx many times
|
| | |
| |
| |
| | |
Count transactions as well
|
| |/
|
|
|
|
|
|
|
|
| |
Essentially, one can send such a large amount of IDs that core exhausts
all free memory. This issue can theoretically be exploited using very
large CN blockchains, such as Monero.
This is a partial fix. Thanks and credit given to CryptoNote author
'cryptozoidberg' for collaboration and the fix. Also thanks to
'moneromooo'. Referencing HackerOne report #506595.
|
| |\
| |
| |
| |
| |
| | |
4cff925 p2p: fix GCC 9.1 crash (monermooo-monero)
f47488c Fix GCC 9.1 build warnings (moneromooo-monero)
ce13a98 cmake: do not use -mmitigate-rop on GCC >= 9.1 (moneromooo-monero)
|
| | |
| |
| |
| | |
GCC wants operator= aand copy ctor to be both defined, or neither
|
| | | |
|
| |/
|
|
| |
issue: #5568
|
| |\
| |
| |
| | |
b7a96a08 core: update pruning if using --prune-blockchain on a pruned blockchain (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
Avoids a massive amount of spurious warnings if the last update before
the daemon exited was a while ago and the daemon was syncing
|
| |\ \
| | |
| | |
| | |
| | | |
a663ccba blockchain: do not try to pop blocks down to the genesis block (moneromooo-monero)
8f2a99d8 core: do not commit half constructed batch db txn (moneromooo-monero)
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
4456a4b9 Fix allow any cert mode in wallet rpc when configured over rpc (Lee Clagett)
fafc5c36 Add ssl_options support to monerod's rpc mode. (Lee Clagett)
ce73cc3a Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works. (Lee Clagett)
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
b6830db2 Fix #5553 (Howard Chu)
|
| | |
| |
| |
| | |
Make sure the tip hash still matches the cached block
|
| | |
| |
| |
| |
| | |
also add a note when receiving the tx, because the user
might not notice the "XXX blocks to unlock" in the balance.
|