| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| | |
39bb22a blocks: update checkpoints.dat (selsta)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
a4954a9 rpc: fix DoS vector in get_output_distribution (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | | |
This will prevent people spending old pre-rct outputs using a
stranger's node, which may be a good thing
|
| | |/
|/|
| |
| | |
Calculate PoW hash for a block candidate
|
| |\ \
| | |
| | |
| | |
| | | |
c942c2c device: fix ledger error strings, add human friendly messages (selsta)
99b97dc device: Ledger - update status codes (xiphon)
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
c9f73f1 slow_hash: don't blow out Mac stack on ARM64 (Howard Chu)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
3cb7fda build: prepare v0.17.3.0 (selsta)
|
| | |/ / / |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
29c03e2 wallet_api: enable set_strict_default_file_permissions (tobtoht)
1c26d34 epee: add missing header (selsta)
1d451a6 depends: update zeromq package to 4.3.4 (selsta)
5180610 cmake: use CMAKE_CURRENT_LIST_DIR for git version (selsta)
5aae00a epee: avoid ADL selecting C++14 std::quoted (selsta)
cf31136 cmake: set cpp14 standard (selsta)
945665f fix median overflow bug (koe)
908ecb3 LMDB: fix deadlock in resized detection (Howard Chu)
a492c4e blockchain: fix pedantic assert (selsta)
1e663e8 Increase timeout for the mining test 4 times (to 240s) (mj-xmr)
4760f8b Wallet2: Update 'approximate_testnet_rolled_back_blocks' (rbrunner7)
76b6120 cmake: set required C/C++ standard to 11 (selsta)
3067987 Fix parallel make of OpenSSL (Howard Chu)
1219c74 add singapore.node.xmr.pm to seed nodes (lza_menace)
689dd52 net_node: add seed node (selsta)
95936a3 depends: update unwind, fix build with ubuntu 21.04 (selsta)
e2c802f Only INFO log for short seed words with ALLOW_SHORT_WORDS active (rbrunner7)
14df8ad epee: don't log raw packet data (moneromooo-monero)
5fa7208 Mac: Enable on ARM, by not enforcing x86_64 (mj-xmr)
fe6ab93 daemon: allow proxy configuration (anon)
52dcc03 bootstrap_daemon: proxy configuration support (xiphon)
a6df656 wallet2: chunk get_outs.bin calls to avoid sanity limits (moneromooo-monero)
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: selsta <selsta@sent.at>
Co-authored-by: tobtoht <thotbot@protonmail.com>
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
89a0b31 crypto: fix typo in ifdef (selsta)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
103c973 wallet2: fix key encryption when changing ask-password from 0/1 to 2 (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | | |
we reuse the wallet_keys_unlocker object, which does the right thing
in conjunction with other users of decrypt/encrypt (ie, refresh).
|
| |\ \ \
| | | |
| | | |
| | | | |
6c084e1 protocol: fix spurious rejection of downloaded blocks (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
when kicking a peer for inactivity, clear the set of requested blocks,
or next time we requests blocks from it, we'll probably reject the
incoming blocks due to missing the previous requested blocks
|
| |\ \ \
| |/ /
|/| |
| | | |
423b655 socks: ignore any exceptions in shutdown/close (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
3a3fbc3 ARMv8: detect AES support dynamically (Howard Chu)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
c599b56 Decrease the 'recent spend window' in gamma re-select to 15 blocks (j-berman)
|
| | | |/
| |/|
| | |
| | |
| | | |
- combined with patching integer truncation (#7798), this gets the algorithm marginally closer to mirroring empirically observed output ages
- 50 was originally chosen assuming integer truncation would remain in the client for that client release version. But patching integer truncation causes the client to select more outputs in the 10-100 block range, and therefore the benefit of choosing a larger recent spend window of 50 has less merit
- 15 seems well-suited to cover the somewhat sizable observable gap in the early window of blocks
|
| |\ \ \
| | | |
| | | |
| | | | |
56589dd UB: virtual methods in destructor at Trezor (mj-xmr)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
36527c0 UB: virtual method in destructor of WalletImpl v0.17 (mj-xmr)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
cf65e5b LMDB: protection against UB, by not calling virtual methods from destructor - v0.17 (mj-xmr)
|
| | |/ / /
| | | |
| | | |
| | | | |
- v0.17
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
3d9f348 Fix precision of average_output_time (j-berman)
|
| | |/ /
| | |
| | |
| | | |
The fix as suggested by <jberman> on IRC. Before the fix, it would truncate 1.9 to 1 skewing the output selection.
|
| |\ \ \
| | | |
| | | |
| | | | |
4d224de Quicker resource cleanup on p2p socks timeout (Lee *!* Clagett)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
209c031 rpc: Fix get_transactions failing when not found (Nathan Dorfman)
|
| | | |/
| |/| |
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
d4c7549 node_server: fix race condition (anon)
2909bd1 node_server: add race condition demo (anon)
|