| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
3fef29608 build: prepare v0.18.4.0 (selsta)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
e44e8b164 wallet: background sync with just the view key (j-berman)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- When background syncing, the wallet wipes the spend key
from memory and processes all new transactions. The wallet saves
all receives, spends, and "plausible" spends of receives the
wallet does not know key images for.
- When background sync disabled, the wallet processes all
background synced txs and then clears the background sync cache.
- Adding "plausible" spends to the background sync cache ensures
that the wallet does not need to query the daemon to see if any
received outputs were spent while background sync was enabled.
This would harm privacy especially for users of 3rd party daemons.
- To enable the feature in the CLI wallet, the user can set
background-sync to reuse-wallet-password or
custom-background-password and the wallet automatically syncs in
the background when the wallet locks, then processes all
background synced txs when the wallet is unlocked.
- The custom-background-password option enables the user to
open a distinct background wallet that only has a view key saved
and can be opened/closed/synced separately from the main wallet.
When the main wallet opens, it processes the background wallet's
cache.
- To enable the feature in the RPC wallet, there is a new
`/setup_background_sync` endpoint.
- HW, multsig and view-only wallets cannot background sync.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
05729aba7 depends: boost: update to 1.66.0 (tobtoht)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
-DBOOST_ASIO_HAS_STD_STRING_VIEW=1 fixes:
/monero/contrib/depends/x86_64-unknown-freebsd/native/usr/include/c++/v1/experimental/string_view:18:3:
warning: "<experimental/string_view> has been removed. Use <string_view> instead." [-W#warnings]
/monero/contrib/depends/x86_64-unknown-freebsd/include/boost/asio/detail/string_view.hpp:32:12
: error: no member named 'experimental' in namespace 'std'
using std::experimental::basic_string_view;
~~~~~^
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
f00ce66d4 wallet: fix signed_tx_set RangeProofType serialization (jeffro256)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
ed70c1622 Some cleanup in span/connection_context + few more checks (Lee *!* Clagett)
|
| | | |_|_|_|/ /
| |/| | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
66c2fe12c src: bump network speed 4x (nahuhh)
|
| | |/ / / / / / |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
87a8e0b2c ci: development build backports [0.18] (tobtoht)
84e44dd01 tests: Fix tools::is_hdd unit tests (iamamyth)
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Correct the unit tests for tools::is_hdd to avoid making assumptions
about the configuration of a particular device based solely on the
value of the __GLIBC__ preprocessor flag. Instead, rely on the
test invoker to provide paths for devices of specific types via
the process environment, thereby avoiding faulty assumptions and
improving the specificity of test assertions. To ensure appropriate
devices exist, add a script, tests/create_test_disks.sh, which
configures loopback devices mirroring relevant configurations.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
a615aa763 ci: containerize depends jobs [0.18] (tobtoht)
|
| | |/ / / / / / / |
|
| |\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | |
| | | | | | | | |
97746a41b p2p/net_node.inl : update seed node (plowsof)
|
| |/ / / / / / / |
|
| |\| | | | | |
| |_|_|_|/ /
|/| | | | |
| | | | | | |
e01d08b70 ci: update to v4 actions (tobtoht)
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
16082d8b9 ci: msys2: downgrade icu to fix build (tobtoht)
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
27858049d crypto: make CRYPTO_DEFINE_HASH_FUNCTIONS adhere strict aliasing (jeffro256)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
This code could've caused issues if the pointer to the `public_key`, `key_image`, `hash`, etc wasn't aligned on an 8-byte boundary.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
4d2aad837 Revert "blockchain: detect and log bad difficulty calculations" (selsta)
|
| | | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
This reverts commit 5741b4d74de542f6f75dddad8125f4c4a5ad9143.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
0cd74568d Cleanup TCP throttling code (performance) + move connection checks (Lee *!* Clagett)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
36c5987 Fix get_database_size on Windows (iamamyth)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Replace all calls to epee::file_io::get_file_size with
boost::filesystem::file_size in order to avoid lossy conversions from
paths to strings, which tend to break filename resolution. This commit
fixes a bug on Windows where the get_info RPC call reported a zero
database size because BlockchainLMBD::get_database_size returned zero.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
936046f validate ip parameter in set_bans rpc call (eversinc33)
|
| | |/ / / / / / / |
|
| |\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | | |
6392361 check for windows NTFS compression on database files (eversinc33)
|
| | |/ / / / / / |
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
d8e5a17 tests: fix IPv4Success, DNSSECSuccess (tobtoht)
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
"example.com" now has more than one A record
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
f14a73c miniupnpc: fix build with gcc 14 (tobtoht)
|
| | | |/ / / /
| |/| | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
5f39d17 common/password: flush confirm prompt before user input (jeffro256)
|
| | | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Co-authored-by: Mike <mpech@tuta.io>
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
a20c68e CI: -j4 with lin/win runners (plowsof)
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
e99ef92 Fix --anonymous-inbound data leak (Lee *!* Clagett)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | | |
41c4bc4 Blockchain: get height of RingCT fork programmatically (jeffro256)
|
| | | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Get height of the RingCT fork to start the output distributuon programmatically, instead of using a hardcoded index.
If using a hardcoded index, when the hardfork tables are modified, this can cause segmentation faults or horrific privacy issues: https://codeberg.org/wownero/wownero/issues/488#issuecomment-2514880.
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
34c7d31 wallet: shortchain history should include base block (0xFFFC0000)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
6a56219 ci: brew: pin boost to 1.85 (tobtoht)
|