Commit Graph

12607 Commits

Author SHA1 Message Date
Thomas 2c327aa325 fix spelling in comments and docs 2026-05-13 21:20:05 +02:00
tobtoht fb5b06bd3b Merge pull request #10520
a5ab8e5 net: replace deprecated boost::asio::strand::wrap with bind_executor (ryurt46)
2026-05-13 11:08:59 +00:00
tobtoht 7f86ea5d8d Merge pull request #10524
664a70c checkpoints: don't link apple libraries (tobtoht)
2026-05-13 11:07:30 +00:00
tobtoht b7e777412e Merge pull request #10536
681ea9f epee: remove LOCAL_ASSERT (jeffro256)
2026-05-13 11:06:54 +00:00
tobtoht 11b40b4363 Merge pull request #10537
617eb9d core_tests: remove unused --test_data_path CLI argument (jeffro256)
2026-05-13 11:06:24 +00:00
tobtoht 66f95b537a Merge pull request #10540
8419a91 net_service: fix broken log formatting (jpk68)
2026-05-13 11:05:57 +00:00
tobtoht fdbf139f12 Merge pull request #10541
dae0f4c wallet_rpc_server: add missing trusted daemon check (selsta)
2026-05-13 11:04:46 +00:00
tobtoht 664a70c952 checkpoints: don't link apple libraries 2026-05-13 12:47:19 +02:00
tobtoht 0d9accaeca Merge pull request #10526
b1a81cc cmake: require unbound idiomatically (tobtoht)
2026-05-11 18:40:01 +00:00
tobtoht 4f505d9413 Merge pull request #10538
0c3a013 docs: remove dead pull requests (jpk68)
2026-05-11 18:24:22 +00:00
tobtoht 315c003d12 Merge pull request #10528
d0798fc guix: turn off unused cmake options (tobtoht)
2026-05-11 16:26:08 +00:00
tobtoht 83f72066f0 Merge pull request #10527
5668549 cmake: clean up libusb dependencies (tobtoht)
3604cfb cmake: remove libusb compile checks (tobtoht)
2026-05-11 16:25:46 +00:00
tobtoht d450bbeb3e Merge pull request #10525
90fc50c cmake: only link Boost Chrono where needed (tobtoht)
2026-05-11 16:24:19 +00:00
tobtoht 495c7f18dd Merge pull request #10573
a00b7dd blockchain_db: fix remove_block     * remove_block should set the cursor before deletion (0xFFFC0000)
2026-05-10 17:45:50 +00:00
tobtoht d3d29d7312 Merge pull request #10518
eb9be9d p2p: initialize m_fallback_seed_nodes_added before first use (ComputeryPony)
2026-05-10 17:44:12 +00:00
tobtoht 43cb148952 Merge pull request #10517
a5abe71 epee: fix memory leak with readline (ComputeryPony)
2026-05-10 17:43:09 +00:00
tobtoht 14dc6241ac Merge pull request #10381
2210f85 ringct: make h2d fallible (jeffro256)
2026-05-10 17:41:49 +00:00
tobtoht 4766d3eb8c Merge pull request #10165
50c3c50 use latest hard fork block for get_approximate_blockchain_height & update approximate_rolled_back_blocks (SNeedlewoods)
2026-05-10 17:40:26 +00:00
0xFFFC0000 a00b7dd505 blockchain_db: fix remove_block
* remove_block should set the cursor before deletion
2026-05-10 11:40:57 +00:00
SNeedlewoods 50c3c50ba3 use latest hard fork block for get_approximate_blockchain_height & update approximate_rolled_back_blocks 2026-05-10 11:06:44 +02:00
ComputeryPony a5abe71486 epee: fix memory leak with readline 2026-05-09 16:30:13 -05:00
ComputeryPony eb9be9d145 p2p: initialize m_fallback_seed_nodes_added before first use 2026-05-09 16:28:03 -05:00
tobtoht 6767b97448 Merge pull request #10519
f73c72d crypto: implement CTHR_THREAD_CLOSE to avoid leaking memory (ComputeryPony)
2026-05-09 19:19:22 +00:00
luigi1111 082b600a22 Merge pull request #9734
CoC: clarify who can approve and how
2026-05-09 11:18:35 -04:00
tobtoht 89bbdf0aa0 docs: clarify who can approve and how 2026-05-08 23:44:45 +02:00
luigi1111 539012f5b4 Merge pull request #9741
CoC: remove 'Goals' section
2026-05-08 10:18:31 -04:00
luigi1111 50554ad21e Merge pull request #9745
CoC: remove unclear 'tag issue as ready' line
2026-05-08 10:18:10 -04:00
luigi1111 61d5560262 Merge pull request #9747
CoC: remove implied 'Contributor list'
2026-05-08 10:17:54 -04:00
luigi1111 86a2e6cf31 Merge pull request #9753
CoC: Maintainers should not merge patches that have unaddressed comments
2026-05-08 10:17:33 -04:00
luigi1111 e852957108 Merge pull request #9754
CoC: do not dictate how a Contributor should work on an issue
2026-05-08 10:17:15 -04:00
luigi1111 380b8ce1ef Merge pull request #10301
docs: reduce 3 to 2 approvals for maintainer merging
2026-05-08 10:16:46 -04:00
selsta dae0f4cf61 wallet_rpc_server: add missing trusted daemon check 2026-05-07 22:55:39 +02:00
jpk68 8419a91e5a net_service: fix broken log formatting 2026-05-07 20:53:07 +02:00
jpk68 0c3a0139e7 docs: remove dead pull requests 2026-05-07 20:51:29 +02:00
jeffro256 617eb9d394 core_tests: remove unused --test_data_path CLI argument 2026-05-07 13:20:13 -05:00
jeffro256 681ea9f1e9 epee: remove LOCAL_ASSERT
LOCAL_ASSERT was only defined on Windows,
only used in the `CHECK_AND_ASSERT` macro,
and was disabled in unit tests anyways,
but only in the main translation unit,
which didn't have local asserts,
since get_set_enable_assert was inline,
so the disabling didn't even do anything.
2026-05-07 13:03:13 -05:00
tobtoht b1a81cc0e6 cmake: require unbound idiomatically 2026-05-06 23:01:42 +02:00
tobtoht cabeafa01a Merge pull request #10509
c9424ba cmake: make static flags configurable (tobtoht)
2026-05-06 19:48:53 +00:00
tobtoht 49ea802139 Merge pull request #9899
05ab316 epee: better scope leaver (jeffro256)
2026-05-06 19:34:39 +00:00
tobtoht 5d8e1cc94f Merge pull request #10508
3eca440 cmake: remove obsolete gtest definition (tobtoht)
2026-05-06 19:31:09 +00:00
tobtoht d01a03e5d1 Merge pull request #10507
4da0024 cmake: remove defunct database selection (tobtoht)
2026-05-06 19:30:00 +00:00
tobtoht eba448d9ac Merge pull request #10506
3cbd84d cmake: remove static_assert check (tobtoht)
2026-05-06 19:25:53 +00:00
tobtoht 90fc50c371 cmake: only link Boost Chrono where needed 2026-05-06 21:24:14 +02:00
jeffro256 05ab316853 epee: better scope leaver
1. Doesn't allocate a `boost::shared_ptr`
2. Doesn't use a vtable
3. Doesn't use `std::function` wrapper
4. Doesn't necessarily copy functional object
5. Doesn't need a factory function for simple declaration (yay CTAD)
6. Isolated to its own header
7. Name doesn't suck as much
2026-05-06 11:59:00 -05:00
tobtoht d0798fc454 guix: turn off unused cmake options 2026-05-05 23:18:05 +02:00
tobtoht c182abb4cb Merge pull request #10498
30687dd cmake: remove obsolete CMP0148 policy (tobtoht)
2026-05-05 19:03:42 +00:00
tobtoht 3258030848 Merge pull request #10502
a1f18e4 cmake: remove redundant doxygen file (tobtoht)
2026-05-05 19:02:55 +00:00
tobtoht 25abd89e44 Merge pull request #10501
073aa87 Makefile: remove unused target (tobtoht)
2026-05-05 19:02:10 +00:00
tobtoht 2b3657067f Merge pull request #10499
6a4eed1 cmake: remove die (tobtoht)
2026-05-05 19:01:26 +00:00
tobtoht 5f6dbb19df Merge pull request #10500
fba83c1 ci: build: harmonize build commands (tobtoht)
2026-05-05 16:19:26 +00:00