| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \
| |/ /
|/| |
| | | |
738f503 contrib: fix compilation error for boost 1.85 (0xFFFC0000)
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
1123ae9 net_node: update seed nodes (selsta)
|
| | | |
| | |
| | |
| | | |
Also remove port for I2P seed nodes
|
| |\ \ \
| | | |
| | | |
| | | | |
dd47d03 Enforce Tx unlock_time is Zero by Relay Rule [RELEASE] (jeffro256)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Related to https://github.com/monero-project/research-lab/issues/78
Added a relay rule that enforces the `unlock_time` field is equal to 0 for non-coinbase transactions.
UIs changed:
* Removed `locked_transfer` and `locked_sweep_all` commands from `monero-wallet-cli`
APIs changed:
* Removed `unlock_time` parameters from `wallet2` transfer methods
* Wallet RPC transfer endpoints send error codes when requested unlock time is not 0
* Removed `unlock_time` parameters from `construct_tx*` cryptonote core functions
@tobtoht: undo rebase changes tx.dsts -> tx_dsts
|
| |\ \ \
| | | |
| | | |
| | | | |
4634b8b wallet2: fix stagenet get_approximate_blockchain_height (selsta)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
755dddd common: support boost filesystem copy_options. Co-authored-by: selsta <selsta@sent.at> (0xFFFC0000)
|
| | |/ /
| | |
| | |
| | | |
Co-authored-by: selsta <selsta@sent.at>
|
| |\ \ \
| | | |
| | | |
| | | | |
100a7d0 Add drop_and_recreate in privatefile class. When creating a private file we need to delete the file if exist. (0xFFFC0000)
|
| | |/ /
| | |
| | |
| | | |
When creating a private file we need to delete the file if exist.
|
| |\ \ \
| | | |
| | | |
| | | | |
7156788 build: force Trezor for depends builds (tobtoht)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
7686af7 Skip privacy networks (on tx sends) that don't have outgoing connections (Lee *!* Clagett)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
8703b8a wallet2: ensure transfers and sweeps use same fee calc logic rnd2 (j-berman)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Looks like the logic from #8882 was accidentally removed in #8861
(regressing to the behavior noted in the #8882 description).
This commit brings that logic back.
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
d6b35e9 Cleanup string_tools. 1. Use boost::filesystem for already available operations. 2. Use boost::string for already available operations. (0xFFFC0000)
|
| |/ / /
| | |
| | |
| | |
| | | |
1. Use boost::filesystem for already available operations.
2. Use boost::string for already available operations.
|
| |\ \ \
| | | |
| | | |
| | | | |
31a7f12 ringct: fix trunc_amount field name change (jeffro256)
|
| | | | |
| | | |
| | | |
| | | | |
Caused in commit 05231400cebfeedbbc0a5386f38a033bba6314b3, PR #9035.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
97e3ce5 build: prepare v0.18.3.3 (selsta)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
c7cf489 Revert 'http_client: reduce number of packets sent for small bodies' (jeffro256)
|
| | |/ / /
| | | |
| | | |
| | | | |
This reverts commit e0b2123c324ae80177fd7c6b0516a9f8840803d9.
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
1a931ec depends: add riscv64 linux build tag (selsta)
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | | |
b5b72ae Fixed mempool pruning (SChernykh)
|
| |/ / /
| | |
| | |
| | |
| | | |
- Fixed undefined behavior after a call to `remove_tx_from_transient_lists` (it used an invalid iterator)
- Fixed `txCompare` (it wasn't strictly weak ordered)
|
| |\ \ \
| | | |
| | | |
| | | | |
36ee12b get_block_template_backlog: better sorting logic (SChernykh)
|
| | | | |
| | | |
| | | |
| | | | |
std::sort is unstable, so it can return random sets of transactions when mempool has many transactions with the same fee/byte. It can result in p2pool mining empty blocks sometimes because it doesn't pick up "new" transactions immediately.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
eeb7c7c tx_memory_pool: make double spends a no-drop offense (jeffro256)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | | |
Nodes who see different txs in a double spend attack will drop each other, splitting the network.
Issue found by @boog900.
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
32b3a56 wallet2: adjust fee during backlog, fix set priority (selsta)
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | | |
7807f56 unit_tests: fix strtoul unit test (jeffro256)
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
33e3f72 serialization: fix infinite loops and clean up dispatching (jeffro256)
|
| | |/
| |
| |
| | |
Resolves #8687
|
| |\ \
| | |
| | |
| | | |
f2360a7 build: prepare v0.18.3.2 (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
c97c2ec docs: omit i2p port number from ANONYMITY_NETWORKS (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
0cc8f7a cryptonote_core: early out on out of bounds scaling parameter (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
b987870 depends: openssl: update to 3.0.13 (tobtoht)
3aabfcf depends: unbound: update to 1.19.1 (tobtoht)
8322f9c depends: expat: update to 2.6.0 (tobtoht)
|
| | | | |
|
| | | | |
|
| | |/ |
|