Commit Graph
30 Commits
Author SHA1 Message Date
0xFFFC0000andnahuhh a00b7dd505 blockchain_db: fix remove_block
* remove_block should set the cursor before deletion
2026-05-10 11:40:57 +00:00
0xFFFC0000 98e550e854 multisig: fix kex failure in monero-gen-trusted-multisig 2026-01-21 13:47:20 +00:00
0xFFFC0000 52b4c73ab4 cryptonote_protocol: accurate next_needed_height when there is an overlap 2025-11-11 00:29:23 +03:30
0xFFFC0000 5860b43d94 tests: only enable fuzz testing if ENABLE_FUZZ_TEST defined 2025-09-24 12:05:00 +00:00
0xFFFC0000 0b1b9f7eec CMake: fix msys/ICU compilation failure 2025-09-07 19:19:28 +00:00
0xFFFC0000 681fee125a wallet: fix warning in fee priority algorithm 2025-08-13 14:22:47 +00:00
0xFFFC0000andnahuhh 2a1a4897cb src: dynamic block sync size
Co-authored-by: nahuhh
2025-05-13 13:51:42 +00:00
0xFFFC0000 d106e21b74 src: fix clangd warnings 2025-05-01 05:27:35 +00:00
0xFFFC0000 9891fe8238 epee: fix string_tools on Windows 2025-04-22 13:22:02 +00:00
0xFFFC0000andBoog900 f4672c2595 cryptonote_core: only verify txpool when the hardfork value has changed.
Co-authored-by: Boog900 <boog900@tutanota.com>
2025-02-24 17:25:27 +00:00
0xFFFC0000 c06ebeceb7 wallet: shortchain history should include base block 2024-12-03 23:06:32 +00:00
0xFFFC0000 e126b4b6d1 simplewallet: add header to show_transfers command 2024-11-24 20:39:26 +00:00
0xFFFC0000 33f6fa5f2e wallet: report exact reason for open_wallet failure. 2024-11-19 19:49:02 +00:00
0xFFFC0000andBoog900 e9adafa49e contrib: force (de)serialization to create params section incase there is none.
Co-authored-by: Boog900 <boog900@tutanota.com>
2024-11-16 20:22:14 +00:00
0xFFFC0000 e1876ab7af tests: remove unlock_time argument from trezor_tests 2024-10-20 13:25:31 +00:00
0xFFFC0000 39ae489d34 cmake: fix readline find_path call. 2024-08-19 09:22:58 +00:00
0xFFFC0000 92b671c564 contrib: smaller and more reasonable log size. 2024-08-08 04:50:29 +00:00
0xFFFC0000 b8940420bb epee: fix mlog filename compare bug.
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.
2024-07-07 21:13:12 +00:00
0xFFFC0000 445319d3f1 src: update internal data structure to boost::bimap.
startup speed up 2-5x because this PR changing
O(n^2) operation to O(nlogn).
2024-06-21 07:22:19 +00:00
0xFFFC0000andBoog900 32f32453f1 cryptonote_protocol: prevent duplicate txs in fluff queue
1. Fix duplicate transaction #9335
2. Add test for cases where there are duplicate transaction in fluff

Co-authored-by: Boog900 <boog900@tutanota.com>
2024-06-05 16:33:15 +00:00
0xFFFC0000 304dcf8570 contrib: fix compilation error for boost 1.85 2024-05-01 12:29:00 +00:00
0xFFFC0000andselsta de9c461a98 common: support boost filesystem copy_options.
Co-authored-by: selsta <selsta@sent.at>
2024-04-30 23:20:10 +00:00
0xFFFC0000 f9d9dd88bb simplewallet: change boost::filesystem::complete to absolute. 2024-04-27 14:23:39 +00:00
0xFFFC0000 267e31f5b7 Add drop_and_recreate in privatefile class.
When creating a private file we need to delete the file if exist.
2024-04-22 14:32:12 +00:00
0xFFFC0000 c56ee140df Cleanup string_tools.
1. Use boost::filesystem for already available operations.
2. Use boost::string for already available operations.
2024-03-15 14:54:23 +03:30
0xFFFC0000 c50ade514f 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.
2024-02-18 18:36:52 +00:00
0xFFFC0000 9cd4757c88 Cleanup extra memory allocation, and port boost::shared_ptr to std::shared_ptr. 2024-01-23 11:18:39 +03:30
0xFFFC0000 9690bfda27 gpg_keys: add 0xfffc0000 2024-01-09 03:52:30 +03:30
0xFFFC0000 430b102aef Cleanup scoped_ptr in src/common/dns_utils.cpp and header include:
* No need for entire new class (Fix #8732).
	* Fix stdint.h header include in contrib/epee/include/net/http_base.h.
2023-12-19 16:54:37 +03:30
0xFFFC0000 6bae91304e Tests: Add blake2b Test Cases for hash testing.
* Adding blake2b test function to src/tests/hash
	* New files for testvector.
	* Adding the test to CMakeLists.txt
	* Adding brief documentation for the test.
2023-06-12 08:29:35 +03:30