| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
4a9ae3e fix serialization being different on mac (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On Mac, size_t is a distinct type from uint64_t, and some
types (in wallet cache as well as cold/hot wallet transfer
data) use pairs/containers with size_t as fields. Mac would
save those as full size, while other platforms would save
them as varints. Might apply to other platforms where the
types are distinct.
There's a nasty hack for backward compatibility, which can
go after a couple forks.
|
| |\ \
| | |
| | |
| | | |
c18cdd3 build: prepare v0.17.2.0 (selsta)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
21ab1de cryptonote_protocol_handler: fix race condition (anon)
699e82c cryptonote_protocol_handler: add race condition demo (anon)
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | | |
9ca9f12 Fixed issues found by static analysis (SChernykh)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
|
| |\ \ \
| |/ /
|/| |
| | | |
25588de trezor: simplify recognition of integrated addresses (Dusan Klinec)
|
| | | |
| | |
| | |
| | |
| | | |
now it is possible to simplify integrated addresses recognition using transaction destination info directly
fixes https://github.com/monero-project/monero-gui/issues/3346
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
d8137dc device_trezor: add redundant check (anon)
c6e1d7b device_trezor: wipe string fields properly (anon)
|
| | | | |
|
| | |/ |
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
c2295f5 protocol: handle receiving a block hash we've not added yet (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
3c7eec1 add a max levin packet size by command type (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
1128146c4 blockchain: lock access to m_blocks_hash_of_hashes (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | | |
it is accessed both when adding and when prevalidating a set
of new hashes from a peer
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
57f7c2e53 protocol: more sanity checks in new chain block hashes (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
e685f52e2 p2p: fix deadlock banning while updating peer lists (moneromooo)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
00253b717 protocol: don't reset last request time on an idle timer (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
this prevents losing time of "idle time" for a peer, which could
otherwise be reset by another timed sync command from the peer
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
8c8f3d73b protocol: fix false positives dropping peers (moneromooo-monero)
|
| | |
| |
| |
| | |
it'd trigger on reorgs
|
| |\ \
| |/
|/|
| | |
0443cccb5 cryptonote_basic: guess what got lost porting patches to branches again (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
adcbcd8f8 protocol: drop nodes if they claim new data but only give stale data (moneromooo-monero)
|
| | |
| |
| |
| | |
Some joker is spending time actually doing this
|
| |\ \
| | |
| | |
| | | |
ba60541f3 build: prepare v0.17.1.8 (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
e35bbb1e8 ban lists may now include subnets (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
5c3e84b6a restrict public node checks a little (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
do not include blocked hosts in peer lists or public node lists by default,
warn about no https on clearnet and about untrusted peers likely being spies
|
| |\ \
| | |
| | |
| | | |
07b50c42d rpc: get_info - add 'synchronized' field (xiphon)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
42ee30929 protocol: reject claimed block hashes that already are in the chain (moneromooo-monero)
a436c3625 protocol: drop peers we can't download anything from in sync mode (moneromooo-monero)
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
instead of the (incorrect) check for whether we think we might have
a user for it at some point in the near future. We can reconnect.
|
| |\ \ \
| | | |
| | | |
| | | | |
3bb748ad9 p2p: remove peers from grey and anchors lists when blocked (moneromooo-monero)
|