0xFFFC0000
7d01e5fa30
wallet: report exact reason for open_wallet failure.
2024-12-15 19:51:50 +03:00
0xFFFC0000
f603c70a5f
contrib: force (de)serialization to create params section incase there is none.
...
Co-authored-by: Boog900 <boog900@tutanota.com >
2024-12-15 19:51:27 +03:00
jeffro256
d807ab95f1
p2p: allow comments in banlist files
...
In-line comments explicitly explaining banned hosts/subnets might help assuage fears of some good banlists' arbitaryiness.
2024-12-15 19:50:53 +03:00
wowario
b79968a7d8
Merge pull request 'add gcc13 dependency' ( #493 ) from wowario/wownero:gcc into master
...
Reviewed-on: https://codeberg.org/wownero/wownero/pulls/493
2024-12-15 16:14:47 +00:00
wowario
c7fc4993cb
add gcc13 dependency
2024-12-15 19:11:34 +03:00
wowario
4b4882082e
Merge pull request 'Update checkpoints and bump version' ( #492 ) from wowario/wownero:checkpoints into master
...
Reviewed-on: https://codeberg.org/wownero/wownero/pulls/492
2024-12-15 13:20:19 +00:00
wowario
2f7d418bda
bump version
2024-12-15 10:50:17 +03:00
wowario
2d01af02ef
update checkpoints
2024-12-15 10:49:25 +03:00
wowario
1ff387c933
cmake: boost: fix header-only library search, bump minimum ( #491 )
...
Co-authored-by: tobtoht <tob@featherwallet.org >
Reviewed-on: https://codeberg.org/wownero/wownero/pulls/491
2024-12-15 07:25:29 +00:00
wowario
054abe1fa4
Merge pull request 'Revert Miniupnpc commits for gitian builds' ( #490 ) from wowario/wownero:revert into master
...
Reviewed-on: https://codeberg.org/wownero/wownero/pulls/490
2024-12-15 07:24:16 +00:00
wowario
d6e7550793
Revert "cmake: add different parameters to add_monero_library."
...
This reverts commit 4bbad537aa .
2024-12-15 10:00:02 +03:00
wowario
194b88bf4f
Revert "cmake: remove extera cmake/FindMiniupnpc.cmake and only rely on external/miniupnpc."
...
This reverts commit 31f5bc908d .
2024-12-15 09:59:35 +03:00
wowario
50c24fb1bb
Revert "external: update miniupnpc to 2.2.8"
...
This reverts commit 5fe3cf2349 .
2024-12-15 09:58:58 +03:00
wowario
dd46a31f3c
Merge pull request 'update gitian urls' ( #486 ) from wowario/wownero:pr into master
...
Reviewed-on: https://codeberg.org/wownero/wownero/pulls/486
v0.11.2.0
2024-09-26 13:03:46 +00:00
wowario
9e4ae1a36a
update gitian urls
2024-09-26 15:59:14 +03:00
wowario
36a6641000
Merge pull request 'Rebase to Monero v0.18.3.4' ( #485 ) from wowario/wownero:pr into master
...
Reviewed-on: https://codeberg.org/wownero/wownero/pulls/485
2024-09-25 18:39:38 +00:00
wowario
9a8bbc6091
v0.11 ASCII art
...
Signed-off-by: wowario <wowario@protonmail.com >
2024-09-25 12:07:39 +03:00
wowario
916f84b57b
update randomwow
2024-09-25 12:07:38 +03:00
wowario
18399b17a1
add README.md
2024-09-25 12:07:38 +03:00
wowario
7f984b6734
remove README.md
2024-09-25 12:07:38 +03:00
wowario
c826b2f098
update checkpoints.dat
2024-09-25 12:07:38 +03:00
wowario
a3a0dceb6c
update public nodes
2024-09-25 12:07:37 +03:00
0xFFFC0000
4796f9fa18
simplewallet: change boost::filesystem::complete to absolute.
2024-09-25 12:07:37 +03:00
jeffro256
fb65602fbb
build: fix build with Boost 1.85 and remove instances of viewkey logging [RELEASE]
...
1. Use std::is_standard_layout and std::is_trivially_copyable instead of std::is_pod for KV byte-wise serialization, which fixes compile issue for Boost UUIDs
2. Removed reimplementation of std::hash for boost::uuids::uuid
3. Removed << operator overload for crypto::secret_key
4. Removed instances in code where private view key was dumped to the log in plaintext
Release version of #9450 , containing C++14 modified assertions
2024-09-25 12:07:37 +03:00
0xFFFC0000
5fe3cf2349
external: update miniupnpc to 2.2.8
2024-09-25 12:07:37 +03:00
0xFFFC0000
4bbad537aa
cmake: add different parameters to add_monero_library.
...
1. LINKS flag, will link publicly the libraries provided.
2. PRIVATE_LINKS flag, will link privately the libraries provided.
3. INCLUDES flag, will includes publicly the dirs provided.
4. PRIVATE_INCLUDES flag, will include privately the libraries provided.
2024-09-25 12:07:37 +03:00
0xFFFC0000
31f5bc908d
cmake: remove extera cmake/FindMiniupnpc.cmake and only rely on external/miniupnpc.
2024-09-25 12:07:36 +03:00
wowario
33a9bfed1f
disable mismatched daemon check
2024-09-25 12:07:36 +03:00
wowario
6728edc0e5
remove nudge in daemon_is_outdated
2024-09-25 12:07:36 +03:00
wowario
669d13edae
remove nudge in num_mainnet_hard_forks
2024-09-25 12:07:36 +03:00
_XxFedexX_
42db984de2
Add _xxfedexx_'s PGP key
2024-09-25 12:07:35 +03:00
wowario
fe5350d36a
remove rx_set code
2024-09-25 12:07:35 +03:00
wowario
1d85179c40
use rx_set_miner_thread after RX_BLOCK_VERSION
2024-09-25 12:07:35 +03:00
moneromooo-monero
7d6b6eee1b
simplewallet: print fully qualified filename for new wallets
...
from time to time, some people don't realize their wallets get
created in their current working directory
2024-09-25 12:07:35 +03:00
wowario
e8a9afe632
add wowario PGP key
2024-09-25 12:07:35 +03:00
w0wΔri0
b5eb15d75b
Revoke old pgp key
2024-09-25 12:07:34 +03:00
wowario
cbe4d95a5b
support old ass BPs
2024-09-25 12:07:34 +03:00
wowario
611809cd62
revert sanity check
2024-09-25 12:07:34 +03:00
wowario
5336b464df
wallet seed message spacing
2024-09-25 12:07:34 +03:00
wowario
5b74f3a8f7
remove warning reusing keys
2024-09-25 12:07:34 +03:00
wowario
53fdd5641a
remove warning about background mining
2024-09-25 12:07:33 +03:00
wowario
37d6a815ff
add clear screen command
2024-09-25 12:07:33 +03:00
wowario
6c3f6122cf
wownero chan
2024-09-25 12:07:33 +03:00
wowario
a2ba4811d5
set fork height
2024-09-25 12:07:33 +03:00
wowario
75ea6cdc79
from v20, limit tx extra size
2024-09-25 12:07:33 +03:00
wowario
0882e5085e
Debug level No incoming connections
2024-09-25 12:07:32 +03:00
wowario
a4b7df3bd3
uri remainder
2024-09-25 12:07:32 +03:00
wowario
f4a93f581c
remove testnet/stagenet fork heights/blocks
2024-09-25 12:07:32 +03:00
wowario
75bd0fa857
don't request pre-bulletprooof pruned blocks
2024-09-25 12:07:32 +03:00
wowario
2a0ac54f75
change to debug level
2024-09-25 12:07:31 +03:00