Commit Graph
16 Commits
Author SHA1 Message Date
Crypto Cityandmoneromooo-monero 90256c8208 error out if functional tests are disabled 2025-05-08 17:08:32 +00:00
Crypto Cityandmoneromooo-monero cfb19b932f blockchain: more opportunities for caching the rolling median 2024-08-17 14:42:35 +00:00
Crypto Cityandmoneromooo-monero 53e632b435 fix merge mining with more than one merge mined chain
reported by sech1
2023-11-30 17:01:52 +00:00
Crypto Cityandmoneromooo-monero c138a28f51 wallet2: take ignored-by-value outputs into account in balance 2023-06-10 06:41:17 +00:00
Crypto Cityandmoneromooo-monero eeda4a8497 wallet2: do not lose exception in current thread on refresh 2023-05-30 17:08:05 +00:00
Crypto Cityandmoneromooo-monero f8687684e3 wallet2: fix missing exceptions from failing wallet refresh 2023-05-30 16:57:48 +00:00
Crypto Cityandmoneromooo-monero d391ac0f7e blockchain: ensure base fee cannot reach 0
reported by sech1
2023-05-11 13:47:57 +00:00
Crypto Cityandmoneromooo-monero 503c3e06df core: do not force sync the db when finding a block in regtest mode
for a slight performance boost in functional tests
2023-05-05 18:11:57 +00:00
Crypto Cityandmoneromooo-monero 85a45587f2 wallet2: fix infinite loop in fake out selection
The gamma picker and the caller code did not quite agree on the
number of rct outputs available for use - by one block - which
caused an infinite loop if the picker could never pick outputs
from that block but already had picked all other outputs from
previous blocks.

Also change the range to select from using code from UkoeHB.
2023-03-30 14:44:36 +00:00
Crypto Cityandmoneromooo-monero c61d33e24c wallet2: fix outdated wallet check
it was mistaking the number of forks in the fork table for
the last fork, and assuming the table was including every
single fork
2023-03-19 17:43:37 +00:00
Crypto Cityandmoneromooo-monero 9c7d28b8ed wallet2: add on_reorg callback 2023-01-19 17:34:45 +00:00
Crypto Cityandmoneromooo-monero 6f0fb76025 blockchain: fix invalid memory read getting fee on empty chain 2022-08-19 14:39:27 +00:00
Crypto Cityandmoneromooo-monero 38cdf01c64 wallet2: speedup large tx construction: batch ringdb lookups
3.3 seconds -> 2.8 seconds on a test case
2022-05-13 17:43:22 +00:00
Crypto Cityandmoneromooo-monero 353cd5355e wallet2: speedup large tx construction: no pointless clsag generation
4.1 seconds -> 3.3 seconds on a test case
2022-05-13 17:43:21 +00:00
Crypto Cityandmoneromooo-monero 2b95178897 wallet2: speedup large tx construction: batch ringdb updates
5.2 seconds -> 4.1 seconds on a test case
2022-05-13 17:43:20 +00:00
Crypto Cityandmoneromooo-monero 17c5370398 wallet2: check imported multisig curve points are in main subgroup 2020-11-24 16:25:35 +00:00