12253 Commits

Author SHA1 Message Date
tobtoht
ca16c290ab
Merge pull request #9711
2511f8579 brew: use latest protobuf (tobtoht)
2025-02-13 17:40:24 +00:00
tobtoht
9570c1a216
Merge pull request #9717
ff4e86dc4 ringct: remove unused range proof types and fix serialization bug (jeffro256)
2025-02-13 17:37:47 +00:00
tobtoht
e87c16dd3e
Merge pull request #9582
16b5c11f7 Some cleanup in span/connection_context + few more checks (Lee *!* Clagett)
2025-02-13 17:36:19 +00:00
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
iamamyth
950ddbf30e tests: Improve p2p tx propagation functional test
Reduce the likelihood of false positive failures in the p2p
transaction propagation functional test by waiting up to a
maximum timeout for a transaction to propagate, rather than using a
fixed timeout, to reflect the random delay of Dandelion++ transaction
propagation. This strategy also speeds test execution in cases where
propagation occurs faster than the previously expected fixed delay.
2025-02-11 18:30:16 -08:00
plowsof
d796b1aff5
p2p/net_node.inl : update seed node 2025-02-09 23:42:40 +00:00
tobtoht
e250841a35
cmake: remove msvc 2025-02-09 11:43:57 +01:00
tobtoht
2511f8579d
brew: use latest protobuf 2025-02-09 11:42:14 +01:00
tobtoht
325e317a3e
depends: always pass --with-pic to autoconf builds 2025-02-09 11:40:54 +01:00
tobtoht
c461b3c67b
make: remove static targets 2025-02-09 11:38:43 +01:00
tobtoht
498ed27cf3
ci: consolidate ubuntu 20.04 runs 2025-02-07 09:34:54 +01:00
tobtoht
000d757773
depends: use staging_prefix_dir where possible 2025-02-06 07:06:08 +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
tobtoht
8d6855c067
CoC: only allow Administrators to merge changes to the CoC 2025-01-29 08:20:09 +01:00
tobtoht
e3db452b52
CoC: 'log an issue' -> 'open an issue' 2025-01-29 02:23:39 +01:00
tobtoht
5c32fbd0b1
CoC: do not encourage using real names or 'well-known aliases' 2025-01-29 02:20:11 +01:00
tobtoht
b9bead529b
CoC: prohibit anyone from committing patches to the project directly 2025-01-29 02:16:06 +01:00
tobtoht
dc5e15cc3d
CoC: remove constraint suggesting copyright can be 'owned collectively' 2025-01-29 02:03:30 +01:00
tobtoht
53cb44c7b7
CoC: remove constraints on 'release history' 2025-01-29 01:56:06 +01:00
tobtoht
a60c108490
CoC: clarify 'project founders' 2025-01-29 01:52:24 +01: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
70d39076e0
docs: remove 'creating stable releases' section 2025-01-27 02:19:29 +01:00
tobtoht
69020aa0b3
docs: remove 'Monero Maintainer Team' 2025-01-26 17:27:46 +01:00
tobtoht
5345ebadef
docs: allow maintainers to merge their own prs if queued 2025-01-26 15:07:41 +01:00
tobtoht
8154b90136
docs: do not automatically promote contributors to maintainers 2025-01-26 14:49:17 +01:00
tobtoht
9bd265d132
docs: don't allow maintainers to edit docs without review 2025-01-26 14:37:36 +01: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
4eae7c9ac7
cmake: remove redundant config env var 2025-01-26 12:12:53 +01:00