| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
c783de1 ci: msys2: pin boost to 1.86.0 (tobtoht)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
a1b545a p2p: allow comments in banlist files (jeffro256)
|
| | |/ / /
| | | |
| | | |
| | | | |
In-line comments explicitly explaining banned hosts/subnets might help assuage fears of some good banlists' arbitaryiness.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
13df862 contrib: force (de)serialization to create params section incase there is none. Co-authored-by: Boog900 <boog900@tutanota.com> (0xFFFC0000)
|
| | |/ / /
| | | |
| | | |
| | | | |
Co-authored-by: Boog900 <boog900@tutanota.com>
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
20a1c00 wallet: report exact reason for open_wallet failure. (0xFFFC0000)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
8dfb366 epee: partially revert c56ee140 to fix linking errors (jeffro256)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | | |
On Linux Mint 21.3, g++ Ubuntu 11.4.0-1ubuntu1~22.04, I get linking error for an undefined reference to `epee::string_tools::trim_right`. This PR reverts the changes
to epee_readline.cpp in commit c56ee140, which turns a `boost::trim_right` callsite into an `epee::string_tools::trim_right` callsite.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
cd1c060 Daemon-specific proxy for the wallet-rpc. 1. Daemon-specific proxy is exclusive with global proxy (--proxy). 2. If you set global proxy (--proxy) you cannot set daemon-specific proxy. 3. If you don't set global proxy, you can set proxy (or not set) proxy for each daemon connection with the proxy field in jsonrpc to the wallet-rpc. (0xFFFC0000)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
1. Daemon-specific proxy is exclusive with global proxy (--proxy).
2. If you set global proxy (--proxy) you cannot set daemon-specific proxy.
3. If you don't set global proxy, you can set proxy (or not set) proxy for
each daemon connection with the proxy field in jsonrpc to the wallet-rpc.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
74c3134 Fix memcpy in byte_slice constructor (Lee *!* Clagett)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
d28c080 monerod.service: use network-online.target Wait for network to be online before starting (Jared Monger)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Wait for network to be online before starting
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
3f3229a Add byte_stream alue_type and data() (Lee *!* Clagett)
|
| | | |/ / /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
8b29ae4 Relax static_asserts in src/lmdb (Lee Clagett)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
a928cbc wallet2: fix error throw if unable to load cache (tobtoht)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
01a653f fix zmq and sodium include dirs search (nsec1)
|
| | |/ / / / / / |
|
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | | |
f0a574c Blockchain: fix temp fails causing alt blocks to be permanently invalid (jeffro256)
|
| | | |_|_|/ /
| |/| | | | |
|
| |\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | | |
366eb60 cmake: boost: fix header-only library search, bump minimum (tobtoht)
|
| |/ / / / / |
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
65568d3 build: fix build with Boost 1.85 and remove instances of viewkey logging [RELEASE] (jeffro256)
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[RELEASE]
1. Use std::is_standard_layout and std::is_trivially_copyable instead of std::is_pod for KV byte-wise serialization, which fixes compile issue for Boost UUIDs
2. Removed reimplementation of std::hash for boost::uuids::uuid
3. Removed << operator overload for crypto::secret_key
4. Removed instances in code where private view key was dumped to the log in plaintext
Release version of #9450, containing C++14 modified assertions
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
7cb69fa epee: string_tools: keep full path in cut_off_extension (tobtoht)
c7d4bf4 epee: string_tools: remove dot from get_extension (tobtoht)
|
| | | | | | |
|
| |/ / / /
| | | |
| | | |
| | | |
| | | | |
Fixes a regression introduced in #9254. Previously it did not
include the dot.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
956d55c build: prepare v0.18.3.4 (selsta)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
dffa676 device: add ledger flex support (tobtoht)
|
| | | |_|/
| |/| |
| | | |
| | | | |
See: https://github.com/LedgerHQ/ledger-live/blob/bd1b09970f2f5a27eb08352a67a73dfa2fce29f6/libs/ledgerjs/packages/devices/src/index.ts#L111
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
1f733fb Make wallet2::estimate_fee static (Lee Clagett)
|
| | |/ / / |
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
c5ad937 Fix ZMQ DaemonInfo: (Lee *!* Clagett)
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
* top_block_hash was never set in handler
* wide_difficulty was never sent in JSON
* wide_cumulative_difficulty was never sent in JSON
|
| |\ \ \
| | | |
| | | |
| | | | |
b9fddc0 epee: fix mlog filename compare bug. (0xFFFC0000)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
When using a relative path for the log filename,
since the iteration on files adds "./" to the beginning of the filename
monero-wallet-rpc and monero-wallet-cli cannot find already written
log files and therefore rotate indefinitely.
|
| |\ \ \
| | | |
| | | |
| | | | |
e875a58 Fix ZMQ Tx Pruning (Lee Clagett)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
8c254e4 wallet: fetch pool txs in pruned form [RELEASE] (jeffro256)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
8dbc361 cryptonote_protocol: prevent duplicate txs in fluff queue (0xFFFC0000)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
1. Fix duplicate transaction #9335
2. Add test for cases where there are duplicate transaction in fluff
Co-authored-by: Boog900 <boog900@tutanota.com>
|