tobtoht
c9db24a010
Merge pull request #10017
...
d527fd5
simplewallet: fix payment id header in show_transfers command (ComputeryPony)
2025-08-21 16:21:08 +00:00
tobtoht
563a5b1a7d
Merge pull request #10007
...
5e54c72
wallet: RPC method /incoming_transfers without daemon connection (jeffro256)
2025-08-21 16:20:37 +00:00
tobtoht
6dc7b1f8fb
Merge pull request #9921
...
90256c8
error out if functional tests are disabled (Crypto City)
2025-08-21 16:19:30 +00:00
tobtoht
a8b5ae6dd2
Merge pull request #9919
...
06b74ae
ringct & cryptonote_basic: detangle dependencies (jeffro256)
2025-08-21 16:18:14 +00:00
jeffro256
a5b2ad04c5
BlockchainLMDB: do not assume alignment for alt block entries
2025-08-20 23:23:48 -05:00
selsta
cc444a937d
checkpoints: update to a recent block height
2025-08-20 18:40:18 +02:00
Leonardo Faoro
7cf7912bf0
CONTRIBUTING.md: replace discontinued paste service
...
fpaste.org has been seized by someone else and now links to a spam website, replaced it w/ a stable and reputable alternative (gnu.cat)
CONTRIBUTING.md: replace paste service
removed gnu.cat
added paste.debian.org
based on community usage and familiarity with the debian paste service
2025-08-18 21:49:51 +03:00
Leonardo Faoro
d979031977
fix typo in CHECK_AND_ASSERT_MES
2025-08-17 01:56:04 +00:00
0xFFFC0000
681fee125a
wallet: fix warning in fee priority algorithm
2025-08-13 14:22:47 +00:00
Michael Cho
f61294dc6b
epee: include math header for upcoming Boost 1.89
...
When building on Ubuntu 22.04 with GCC 11.4.0 and Boost 1.89.0.beta1,
the build failed with:
```
error: ‘floor’ was not declared in this scope
41 | num_char = (int)floor((float)num_char / (float)radix);
| ^~~~~
```
Signed-off-by: Michael Cho <michael@michaelcho.dev >
2025-08-12 20:07:49 -04:00
Lee *!* Clagett
fb64bb346e
Skip ping connections in outgoing count
2025-08-09 10:48:53 -04:00
jeffro256
613ee85402
cryptonote_basic: remove state_idle in connection_context
2025-08-07 20:55:44 -05:00
j-berman
a8959f2c9b
Daemon RPC: rm high_height_ok field from getblocks.bin
...
Since current behavior on release is to ban clients with too
high a height included in the request, it seems reasonably
justified to modify that behavior to instead return a successful
response that includes the chain height and top block hash.
2025-08-06 12:45:49 -07:00
tobtoht
389e3ba1df
Merge pull request #10020
...
c08f111
src: update checkpoints to match v0.18.4.2 (selsta)
2025-08-05 16:10:10 +00:00
tobtoht
574c845090
guix: use llvm 18 toolchain for darwin targets
2025-08-05 13:02:18 +02:00
selsta
c08f1114de
src: update checkpoints to match v0.18.4.2
2025-08-01 17:27:51 +02:00
tobtoht
8e7af0806e
Merge pull request #10000
...
a2f336d
serialization: massage pair casting to remove user-defined-cast warnings (jeffro256)
2025-08-01 12:01:49 +00:00
tobtoht
4935f3c9c0
Merge pull request #10014
...
dc350f3
wallet: deprecate wallet2::find_and_save_rings() (jeffro256)
2025-08-01 11:51:51 +00:00
tobtoht
1e72c25983
Merge pull request #9938
...
8a33caf
fix typo (Maximilian Hubert)
2025-08-01 11:51:22 +00:00
tobtoht
abf0515432
Merge pull request #9984
...
2820757
common: remove tools::add_element (jeffro256)
2025-08-01 11:49:16 +00:00
tobtoht
33c6b21ea9
Merge pull request #9989
...
2496501
Dockerfile: remove unused deps (tobtoht)
2025-08-01 11:48:37 +00:00
tobtoht
ddd7cfb09d
Merge pull request #9990
...
ea54a08
ci: depends: remove unused deps (tobtoht)
2025-08-01 11:48:14 +00:00
tobtoht
af695b8290
Merge pull request #9992
...
d5eb1e6
docs: add URI scheme (tobtoht)
2025-08-01 11:47:46 +00:00
tobtoht
d839f99dde
Merge pull request #9993
...
4f64942
readme: update packages (tobtoht)
2025-08-01 11:47:24 +00:00
tobtoht
b71780c967
Merge pull request #9995
...
4552250
guix: use canonical repository (tobtoht)
2025-08-01 11:47:00 +00:00
tobtoht
b77837d6bf
Merge pull request #10001
...
4da5f7c
guix: build freebsd target with clang 18 (tobtoht)
2025-08-01 11:46:24 +00:00
tobtoht
8f00046b4a
Merge pull request #10002
...
4775755
tests: add OSS-Fuzz documentation (David Korczynski)
2025-08-01 11:45:22 +00:00
tobtoht
549aef9507
Merge pull request #10009
...
377071e
cryptonote_core: remove blockchain_storage_boost_serialization.h (jeffro256)
2025-08-01 11:44:34 +00:00
tobtoht
8c4ac29c3f
Merge pull request #10011
...
aea82b9
anonymity: update docs to use --proxy + misc improvements (nahuhh)
2025-08-01 11:44:03 +00:00
David Korczynski
4775755456
tests: add OSS-Fuzz documentation
...
Adds documentation that outlines the OSS-Fuzz integration of Monero. The
goal is to make it more accessible to build/test/expand the existing
fuzz suite, and also to make it more visible that this integration
exists.
Signed-off-by: David Korczynski <david@adalogics.com >
2025-07-31 11:30:42 -07:00
ComputeryPony
d527fd5834
simplewallet: fix payment id header in show_transfers command
2025-07-30 18:13:53 +09:00
jeffro256
dc350f35a5
wallet: deprecate wallet2::find_and_save_rings()
...
Rings for outgoing transactions are stored within the scanning code since the last hardfork,
so this code is largely unneccessary now.
Co-authored-by: j-berman <justinberman@protonmail.com >
2025-07-29 12:28:39 -05:00
nahuhh
aea82b9c7e
anonymity: update docs to use --proxy + misc improvements
2025-07-25 15:25:37 +00:00
tobtoht
149ba2666a
guix: switch to guix shell
2025-07-24 14:32:25 +02:00
jeffro256
377071ea89
cryptonote_core: remove blockchain_storage_boost_serialization.h
...
unused
2025-07-24 02:22:14 -05:00
jeffro256
5e54c72629
wallet: RPC method /incoming_transfers without daemon connection
...
Allows calling /incoming_transfers for cold wallets especially
2025-07-24 01:51:06 -05:00
tobtoht
fbc242d52d
Merge pull request #9988
...
5f048a3
readme: fix macos depends requirements (tobtoht)
2025-07-19 15:19:53 +00:00
jeffro256
a2f336d22f
serialization: massage pair casting to remove user-defined-cast warnings
...
Similar to: https://github.com/sstsimulator/sst-core/pull/1315
2025-07-16 00:03:42 -05:00
tobtoht
4da5f7cabd
guix: build freebsd target with clang 18
2025-07-15 19:46:37 +02:00
tobtoht
fbd7348d82
Merge pull request #9997
...
40813f7
readme: recommend v0.18.4.1 (nahuhh)
2025-07-14 16:59:45 +00:00
tobtoht
fc1fcd4cbf
Merge pull request #9996
...
ffd228b
set do_not_relay always false in submit_multisig_main (SNeedlewoods)
2025-07-14 16:52:06 +00:00
nahuhh
40813f70ea
readme: recommend v0.18.4.1
2025-07-14 16:05:04 +00:00
SNeedlewoods
ffd228b114
set do_not_relay always false in submit_multisig_main
2025-07-14 17:37:01 +02:00
tobtoht
4552250d86
guix: use canonical repository
2025-07-14 16:06:11 +02:00
tobtoht
4f649425d8
readme: update packages
2025-07-13 23:38:04 +02:00
tobtoht
d5eb1e6518
docs: add URI scheme
2025-07-13 22:32:43 +02:00
tobtoht
ea54a08c0e
ci: depends: remove unused deps
2025-07-13 21:18:49 +02:00
tobtoht
249650162d
Dockerfile: remove unused deps
2025-07-13 21:06:28 +02:00
tobtoht
5f048a30c9
readme: fix macos depends requirements
2025-07-13 20:24:56 +02:00
tobtoht
a1aef9e017
Merge pull request #9855
...
2aa90a1
Add log-level arg description to monerod (meed3)
2025-07-13 16:54:08 +00:00