12475 Commits

Author SHA1 Message Date
tobtoht
be4a721f50 Merge pull request #10403
08c9aec multisig: add flag to skip refresh after multisig import (woodser)
2026-04-08 20:35:28 +00:00
tobtoht
250017d2c2 Merge pull request #10271
bc5cdf4 wallet: unrestrict `get_transfers` and `get_transfer_by_txid` (jeffro256)
2026-04-08 20:31:58 +00:00
tobtoht
49f3fabbf4 Merge pull request #10382
742c629 p2p: fix hanging shutdown (j-berman)
2026-04-07 09:01:30 +00:00
tobtoht
018f39ca60 Merge pull request #10397
c805626 depends: extract cached package as self (tobtoht)
2026-04-07 08:59:09 +00:00
tobtoht
b0c8e9dd7e Merge pull request #10398
76405af ci: build: bump ubuntu containers (tobtoht)
2026-04-07 08:58:25 +00:00
selsta
b19cd82177 wallet2: fix background wallet detection in verify_password() 2026-04-06 19:33:03 +02:00
woodser
08c9aec897 multisig: add flag to skip refresh after multisig import 2026-04-06 11:40:22 -04:00
tobtoht
99addbcc91 Merge pull request #10357
3e2c837 Cleanup some of the fragmented levin handling (Lee *!* Clagett)
2026-04-04 18:44:46 +00:00
tobtoht
a6b609a348 Merge pull request #10331
d3efb8f guix: bump time-machine to 4a507aa8c0a579d150267d81ab4013189a7ec505 (tobtoht)
2026-04-04 18:36:06 +00:00
tobtoht
c80562671b depends: extract cached package as self
Co-authored-by: plowsof <77655812+plowsof@users.noreply.github.com>
2026-04-03 15:44:25 +02:00
tobtoht
e992301548 Merge pull request #10388
1498737 zmq: add restricted rpc mode (selsta)
2026-04-02 20:03:09 +00:00
tobtoht
76405af311 ci: build: bump ubuntu containers 2026-04-02 21:58:33 +02:00
tobtoht
6f3549d44a Merge pull request #10384
b93bba4 ci: bump deprecated actions (tobtoht)
2026-04-02 18:27:55 +00:00
tobtoht
7c302ddf0f Merge pull request #10383
9c3bef0 ci: depends: bump container to ubuntu 22.04 (tobtoht)
2026-04-02 18:27:21 +00:00
selsta
1498737f7f zmq: add restricted rpc mode 2026-04-01 18:04:24 +02:00
tobtoht
f9ff0c1c7d Merge pull request #10394
af765a2 brew: remove unnecessary homebrew/bundle tap (ratchips)
2026-03-31 21:48:24 +00:00
tobtoht
cb0726eb24 Merge pull request #10374
c5be4dd crypto: STD-compliant shifting in sc_check() (jeffro256)
2026-03-31 09:38:08 +00:00
tobtoht
095b06a6e6 Merge pull request #10386
1c97b0d abstract_tcp_server2: add missing return (selsta)
2026-03-31 09:35:30 +00:00
tobtoht
c082e55558 Merge pull request #10375
8877526 crypto: fix chacha aliasing and alignment issues (jeffro256)
2026-03-31 09:35:05 +00:00
tobtoht
d670812dd8 Merge pull request #10371
0bc4c23 fix: add missing <type_traits> include for std::is_same (Ocheretovich)
2026-03-31 09:33:53 +00:00
ratchips
af765a28db brew: remove unnecessary homebrew/bundle tap 2026-03-30 22:42:39 -04:00
tobtoht
971547fa76 Merge pull request #10390
88ef30b ci: arch: add missing boost-libs dependency (tobtoht)
2026-03-28 20:18:49 +00:00
tobtoht
88ef30ba4c ci: arch: add missing boost-libs dependency 2026-03-28 21:06:17 +01:00
tobtoht
7cfd6f2d22 Merge pull request #10363
3d6b9fb Harden HTTP client auth (Lee *!* Clagett)
2026-03-28 19:50:11 +00:00
tobtoht
a00cb24cbb Merge pull request #10372
247af5e cryptonote_core: try-catch in prepare same as cleanup (j-berman)
2026-03-28 19:48:28 +00:00
tobtoht
5b4a51d195 Merge pull request #10376
d8e978f unit_tests: remove addressof overload for crypto::secret_key (jeffro256)
2026-03-28 19:46:17 +00:00
tobtoht
50da8bf8a5 Merge pull request #10186
0673c95 tx_memory_pool: speedup get_complement() for large requests (jeffro256)
2026-03-28 19:45:05 +00:00
tobtoht
12529e415f Merge pull request #10281
7a2ba64 wallet: add source info to describe_transfer RPC (jeffro256)
2026-03-28 19:42:24 +00:00
selsta
1c97b0d0f2 abstract_tcp_server2: add missing return 2026-03-26 22:58:32 +01:00
tobtoht
b93bba46d0 ci: bump deprecated actions 2026-03-26 10:59:43 +01:00
tobtoht
9c3bef0ac2 ci: depends: bump container to ubuntu 22.04 2026-03-26 10:28:08 +01:00
j-berman
742c62928a p2p: fix hanging shutdown 2026-03-25 13:27:44 -07:00
jeffro256
d8e978fae6 unit_tests: remove addressof overload for crypto::secret_key 2026-03-21 23:44:19 -10:00
jeffro256
887752611a crypto: fix chacha aliasing and alignment issues 2026-03-21 23:30:48 -10:00
jeffro256
c5be4dda1c crypto: STD-compliant shifting in sc_check() 2026-03-21 22:34:01 -10:00
j-berman
247af5e8a3 cryptonote_core: try-catch in prepare same as cleanup 2026-03-18 23:02:33 -07:00
Ocheretovich
0bc4c23d1c fix: add missing <type_traits> include for std::is_same 2026-03-18 18:46:17 +02:00
Lee *!* Clagett
3d6b9fb568 Harden HTTP client auth 2026-03-13 13:41:15 -04:00
Lee *!* Clagett
3e2c837b26 Cleanup some of the fragmented levin handling 2026-03-11 13:37:22 -04:00
tobtoht
b9998fc9e1 Merge pull request #10330
2b9d216 cryptonote_core: remove Boost serialization for tx_source_entry (jeffro256)
2026-03-08 10:29:18 +00:00
tobtoht
1e3aaa4647 Merge pull request #10189
1bcca58 simplewallet: use passed decrypted payment ID from wallet2 for notifications (jeffro256)
2026-03-08 10:28:23 +00:00
tobtoht
bff2a21e3b Merge pull request #9443
23e29a5 Add Socks v5 support to daemon and wallet (Lee *!* Clagett)
2026-03-08 10:27:05 +00:00
Lee *!* Clagett
23e29a5074 Add Socks v5 support to daemon and wallet 2026-03-06 17:08:49 -05:00
tobtoht
ea9be68fb6 Merge pull request #10335
62a3214 windows_service: quote service executable path (selsta)
2026-03-01 11:28:00 +00:00
tobtoht
2404f1bc92 Merge pull request #10220
2eed71e cryptonote_basic: fix add_extra_nonce_to_tx_extra() length (jeffro256)
2026-03-01 11:27:03 +00:00
tobtoht
7fba8bb466 Merge pull request #10323
b94d504 makefile: fix parallel build (Navid Rahimi)
2026-02-25 09:50:30 +00:00
tobtoht
602ed1ff2f Merge pull request #10328
90c244c docs/URI_SCHEME: RFC 3986 compatible wallet restoration (WeebDataHoarder)
2026-02-25 09:50:01 +00:00
jeffro256
2eed71e575 cryptonote_basic: fix add_extra_nonce_to_tx_extra() length
Reviewed-by: selsta <selsta@sent.at>
Reviewed-by: SChernykh
2026-02-24 17:13:37 -06:00
selsta
62a3214d34 windows_service: quote service executable path 2026-02-24 16:08:45 +01:00
tobtoht
d3efb8fd08 guix: bump time-machine to 4a507aa8c0a579d150267d81ab4013189a7ec505 2026-02-22 14:53:16 +01:00