Commit Graph
11925 Commits
Author SHA1 Message Date
tobtoht eceb3cdc8d Merge pull request #9760
9386f87a7 ringct: remove inclusion of cryptonote_format_utils.h in rctOps.cpp (jeffro256)
2025-02-13 17:34:16 +00:00
tobtoht 2fae69f623 Merge pull request #9761
ad782ded1 utils: Simplify python RPC Response implementation (iamamyth)
2025-02-13 17:33:32 +00:00
tobtoht 3c4750c059 Merge pull request #9763
274b5748d tests: Improve functional_tests_rpc startup (iamamyth)
2025-02-13 17:32:47 +00:00
tobtoht f97db315ba Merge pull request #9769
a076ac36e ci: run guix builds on Cargo.lock update (tobtoht)
2025-02-13 17:31:59 +00:00
tobtoht ac7eeab52d Merge pull request #9770
151c7f0e8 src: bump network speed 4x (nahuhh)
2025-02-13 17:31:18 +00:00
tobtoht 9d6dae8031 Merge pull request #9779
498ed27cf ci: consolidate ubuntu 20.04 runs (tobtoht)
2025-02-13 17:28:11 +00:00
tobtoht 08503dab4e Merge pull request #9792
d796b1aff p2p/net_node.inl : update seed node (plowsof)
2025-02-13 17:26:05 +00:00
plowsofandGitHub d796b1aff5 p2p/net_node.inl : update seed node 2025-02-09 23:42:40 +00:00
tobtoht 498ed27cf3 ci: consolidate ubuntu 20.04 runs 2025-02-07 09:34:54 +01:00
tobtoht 84df77404e Merge pull request #9708
a0ed32391 ci: containerize ubuntu cli jobs (tobtoht)
2025-02-06 05:12:58 +00:00
tobtoht a0ed323919 ci: containerize ubuntu cli jobs 2025-02-06 04:34:21 +01:00
nahuhh 151c7f0e85 src: bump network speed 4x 2025-02-05 17:30:58 +00:00
tobtoht a076ac36e2 ci: run guix builds on Cargo.lock update 2025-02-05 07:46:24 +01:00
tobtoht 662d246cd5 Merge pull request #9726
d696efdc9 cmake: remove obsolete policy setting (tobtoht)
2025-02-04 18:44:48 +00:00
tobtoht 796f031646 Merge pull request #9725
e662fa9de cmake: don't explicitely link libatomic (tobtoht)
2025-02-04 18:44:04 +00:00
tobtoht 2102aebfcb Merge pull request #9724
d07f99a8d cmake: remove obsolete msys2 workaround (tobtoht)
2025-02-04 18:43:24 +00:00
tobtoht f58dde6ced Merge pull request #9681
040c16321 depends: remove expat (tobtoht)
2025-02-04 18:42:09 +00:00
tobtoht c57a429b2b Merge pull request #9675
e7e00df83 depends: remove eudev (tobtoht)
2025-02-04 18:41:24 +00:00
tobtoht 4118bd8721 Merge pull request #9467
5cb0b263d guix: bump time-machine to 9d09b0cf841fb657a1aec12e9bab68e00c2b493c (tobtoht)
2025-02-04 18:39:57 +00:00
tobtoht 513626059e Merge pull request #9706
7f40add8f ci: build wallet_api for all linux cli jobs (tobtoht)
2025-02-04 18:36:35 +00:00
tobtoht 59882b5d71 Merge pull request #9713
7110d180d guix: readme update (hinto.janai)
2025-02-04 17:00:58 +00:00
tobtoht a92bd63822 Merge pull request #9739
70e441293 wallet: mark wallet error throwing functions as noreturn (jeffro256)
2025-02-04 16:59:18 +00:00
iamamyth 274b5748da tests: Improve functional_tests_rpc startup
* Use a global startup timeout, and apply it to each socket's connect
  call, rather than repeating connection attempts with short timeouts.

* Avoid leaking sockets by closing them.
2025-01-31 21:15:20 -08:00
iamamyth ad782ded1d utils: Simplify python RPC Response implementation
Reduce bloat in the python RPC Response class by making better use of
superclass methods and recursion. As part of this change, add tests for
the Response class.
2025-01-31 17:47:55 -08:00
jeffro256 9386f87a78 ringct: remove inclusion of cryptonote_format_utils.h in rctOps.cpp
This vestigial include line breaks some downstream builds
2025-01-31 16:04:08 -06:00
jeffro256 70e4412930 wallet: mark wallet error throwing functions as noreturn
Simplifies calling logic where a branch ends but a return value is needed
2025-01-28 00:05:31 -06:00
tobtoht 7f40add8f6 ci: build wallet_api for all linux cli jobs 2025-01-26 13:38:53 +01:00
tobtoht 90359e31fd Merge pull request #9723
b2140b628 ci: Parallelize Arch Linux build (iamamyth)
2025-01-26 12:12:10 +00:00
tobtoht d696efdc98 cmake: remove obsolete policy setting 2025-01-26 11:31:49 +01:00
tobtoht e662fa9def cmake: don't explicitely link libatomic 2025-01-26 05:55:11 +01:00
tobtoht d07f99a8dc cmake: remove obsolete msys2 workaround 2025-01-26 05:28:55 +01:00
iamamyth b2140b6287 ci: Parallelize Arch Linux build
The "--parallel" flag got dropped from the Arch Linux build due to
unidentified, logical commit conflicts.
2025-01-25 15:11:04 -08:00
tobtoht 8d60021377 Merge pull request #9716
f48a73d91 tests: Fix tools::is_hdd unit tests (iamamyth)
2025-01-25 11:43:04 +00:00
iamamyth f48a73d919 tests: Fix tools::is_hdd unit tests
Correct the unit tests for tools::is_hdd to avoid making assumptions
about the configuration of a particular device based solely on the
value of the __GLIBC__ preprocessor flag. Instead, rely on the
test invoker to provide paths for devices of specific types via
the process environment, thereby avoiding faulty assumptions and
improving the specificity of test assertions. To ensure appropriate
devices exist, add a script, tests/create_test_disks.sh, which
configures loopback devices mirroring relevant configurations.
2025-01-24 23:11:47 -08:00
tobtoht c0f3a1c1db Merge pull request #9690
f18b966a9 build: auto-set GitHub runner make job count (iamamyth)
2025-01-25 05:57:58 +00:00
tobtoht 040c16321f depends: remove expat 2025-01-25 05:57:21 +01:00
tobtoht 34d3e5201a Merge pull request #9715
e38c175d9 gtest: add submodule (tobtoht)
2025-01-25 04:48:01 +00:00
tobtoht d69161d584 Merge pull request #9701
f3349b9dd daemon: fix log message typo (selsta)
2025-01-25 04:47:06 +00:00
tobtoht 996986b3af Merge pull request #9642
f150ff177 depends: unbound: update to 1.22.0 (tobtoht)
2025-01-25 04:46:08 +00:00
tobtoht e7e00df831 depends: remove eudev 2025-01-24 10:52:42 +01:00
tobtoht f150ff177a depends: unbound: update to 1.22.0 2025-01-24 01:50:30 +01:00
tobtoht d42db814db Merge pull request #9720
3b64d1f55 functional tests: fix race in restore wallet refresh (j-berman)
2025-01-24 00:03:36 +00:00
j-berman 3b64d1f558 functional tests: fix race in restore wallet refresh 2025-01-23 11:37:48 -08:00
tobtoht eaf9f98930 Merge pull request #9680
0bbac40e5 ci: add arch linux build (tobtoht)
2025-01-22 22:57:35 +00:00
tobtoht 3b7bd060d0 Merge pull request #9694
4feb6b3e2 crypto: remove unused POD classes (iamamyth)
2025-01-22 22:56:28 +00:00
tobtoht cb25aba9ac Merge pull request #9693
07d93f01a common: Remove resolved FIXME in pod-class.h (iamamyth)
2025-01-22 22:55:21 +00:00
tobtoht 0beb733a16 Merge pull request #9691
254ac2bae crypto: make CRYPTO_DEFINE_HASH_FUNCTIONS adhere strict aliasing (jeffro256)
2025-01-22 22:53:55 +00:00
tobtoht da470b7471 Merge pull request #9688
26b4f5e00 Revert "blockchain: detect and log bad difficulty calculations" (selsta)
2025-01-22 22:51:10 +00:00
tobtoht 73638a9e35 Merge pull request #9643
a8292fcf8 depends: hidapi: update to 0.14.0 (tobtoht)
2025-01-22 22:50:17 +00:00
tobtoht 8ab643adb0 Merge pull request #9523
3c25d6e3b build: bump minimum macos version to 10.15 (tobtoht)
2025-01-22 22:49:01 +00:00