Duke
53cf574c03
Use constants for the defaults of disableipv4/disableipv6 so the code and docs cannot be out of sync
2025-02-12 17:23:48 -05:00
Duke
85605737f0
Fix 'Not enough conversion specifiers in format string'
2025-02-12 17:13:46 -05:00
Duke
f98c34be1c
Make -disableipv4/-disableipv6 do something useful
2025-02-12 13:38:53 -05:00
Duke
46e6faa6fb
New script to calculate average blocktime between block heights
...
To use the script:
./contrib/avg_blocktime.pl DRAGONX
It has some default block heights defined, if you want custom ones
than those are given as 2nd and 3rd arguments. Currently the script
prints out:
Avg blocktime over 3000 blocks = 36.0526666666667
So with this evidence it seems that DRAGONX has the correct average
blocktime and network hashrate.
2024-12-25 12:03:29 -05:00
duke
1e49f0cc50
Merge pull request 'ASMap Health Check' ( #447 ) from asmaphealth into dev
...
Reviewed-on: https://git.hush.is/hush/hush3/pulls/447
2024-12-03 10:56:27 -06:00
Duke
15f889d9f8
Cleanup
2024-12-03 11:55:43 -05:00
Duke
179fc6d6c0
Skip networks which do not have ASNs
2024-12-03 11:53:30 -05:00
Duke
ecf98cbce1
Schedule asmap health check to run once 5 mins after node starts
2024-12-03 11:28:11 -05:00
Duke
cceb61c371
Initial implementation of asmap health check
2024-12-02 11:11:40 -05:00
Duke
1009f931f2
Remove duplicate scheduling of peers.dat
2024-12-01 20:05:34 -05:00
duke
dad7fdec37
Merge pull request 'Updated asmap.dat to use 1730210400_asmap.dat from upstream commit dcce69e48211facdbd52a461cfce333d5800b7de' ( #446 ) from jahway603 into dev
...
Reviewed-on: https://git.hush.is/hush/hush3/pulls/446
2024-11-21 16:49:06 +01:00
jahway603
f72ee57635
Updated asmap.dat to use 1730210400_asmap.dat from upstream commit dcce69e48211facdbd52a461cfce333d5800b7de
2024-11-20 23:53:45 -05:00
jahway603
6c947a335c
Merge remote-tracking branch 'origin/master' into jahway603
2024-11-20 23:34:29 -05:00
Duke
0f4956be72
Support an env var to generate SDL checkpoints for a HAC
2024-11-18 10:43:08 -05:00
Duke
6e6ff5ccbc
Support an env var to generate SDL checkpoints for a HAC
2024-11-18 07:10:25 -08:00
fekt
ecade7f950
revert 7117e7a7a1
...
revert Update checkpoints
2024-11-18 04:03:30 +01:00
fekt
7117e7a7a1
Update checkpoints
2024-11-17 22:01:21 -05:00
jahway603
b343acc826
Merge pull request 'Added Debian check to util/build-debian-package.sh' ( #443 ) from jahway603 into dev
...
Reviewed-on: https://git.hush.is/hush/hush3/pulls/443
2024-11-16 16:28:21 +01:00
jahway603
60148e66f4
Added Debian check to util/build-debian-package.sh
2024-11-16 10:26:33 -05:00
jahway603
2aa7169b56
Merge pull request 'Update debian/compat to version 13' ( #442 ) from jahway603 into dev
...
Reviewed-on: https://git.hush.is/hush/hush3/pulls/442
2024-11-14 22:37:31 +01:00
jahway603
0249aecf00
Fixed contrib/debian/hush.example
2024-11-14 16:05:25 -05:00
jahway603
9782160ff6
Debchange package does not exist and bin lives in devscripts package
2024-11-14 15:54:46 -05:00
jahway603
d7a681cd54
Update debian/compat to version 13
2024-11-14 15:29:09 -05:00
Duke
5578bc81b9
Remove dead code
2024-11-11 08:25:38 -05:00
Duke
82f6b592c5
Remove dead code
2024-11-09 12:01:02 -05:00
Duke
f12152af70
Remove dead code
2024-11-09 10:27:58 -05:00
Duke
d31c69cf23
Remove dead code
2024-11-09 09:18:08 -05:00
Duke
d8a799abe3
Make time warning correct for any HAC
2024-10-22 08:50:39 -04:00
Duke
65568d5738
Remove opreturn amnesty
2024-10-07 06:03:41 -04:00
duke
ad50c8cd97
Merge pull request 'Sync duke to dev' ( #434 ) from duke into dev
...
Reviewed-on: https://git.hush.is/hush/hush3/pulls/434
2024-10-03 17:23:48 +02:00
Duke
8e44829cdf
Merge branch 'dev' into duke
2024-10-03 11:11:07 -04:00
Duke
18e4ca070e
Remove more cc stuff
2024-10-01 10:49:13 -04:00
jahway603
c9ac2c2d5d
Merge pull request 'Fixed Debian package lintian errors' ( #433 ) from jahway603 into dev
...
Reviewed-on: https://git.hush.is/hush/hush3/pulls/433
2024-10-01 16:44:03 +02:00
jahway603
b76795db43
Merge remote-tracking branch 'origin/dev' into jahway603
2024-10-01 08:58:18 -04:00
Duke
a00ad8eeb8
Merge branch 'dev' into duke
2024-10-01 08:58:09 -04:00
Duke
598b969987
Use our own hosted version of libgmp
2024-10-01 08:46:46 -04:00
jahway603
bc3bb358c7
Fixed Debian package lintian errors
2024-09-30 22:49:22 -04:00
onryo
3ccd8bd6cb
Merge branch 'dev'
2024-09-30 23:42:13 +02:00
onryo
54b2f216ad
make seeds
2024-09-30 23:37:08 +02:00
onryo
7729e58c49
Correct URLs to video tutorials
...
We no longer use PeerTube, so the path has changed
2024-09-30 20:06:30 +02:00
jahway603
7e82e86fbe
Merge pull request 'Added link to README.md for the ARM cross compilation documentation' ( #432 ) from jahway603 into dev
...
Reviewed-on: https://git.hush.is/hush/hush3/pulls/432
2024-09-30 18:44:28 +02:00
jahway603
bfff0e8742
Added link to README.md for the ARM cross compilation documentation
2024-09-30 12:41:16 -04:00
jahway603
24f64f5429
Merge pull request 'Updated Debian package changelog' ( #431 ) from jahway603 into dev
...
Reviewed-on: https://git.hush.is/hush/hush3/pulls/431
2024-09-30 15:27:06 +02:00
jahway603
6133c1669c
Updated Debian package changelog
2024-09-30 09:24:34 -04:00
Duke
67fe111050
Mention wolfssl change in relnotes
2024-09-30 04:36:21 -07:00
onryo
9f31214812
Add notes to 3.10.3
2024-09-29 02:44:50 +02:00
duke
9f11b437f3
Merge pull request 'Fix fatal error and the version flag option warning when compiling for windows on dev' ( #425 ) from onryo into dev
...
Reviewed-on: https://git.hush.is/hush/hush3/pulls/425
2024-09-28 14:56:46 +02:00
duke
dd9722470d
Merge pull request 'OP_RETURN fees' ( #429 ) from opretfees into dev
...
Reviewed-on: https://git.hush.is/hush/hush3/pulls/429
2024-09-28 13:34:19 +02:00
onryo
be5a78931b
Fix fatal error when compiling for windows on dev
2024-09-27 22:40:46 +02:00
onryo
e68795f4f9
Revert "Fix fatal error and the version flag option when compiling for windows"
...
This reverts commit f144f8a0b9 .
2024-09-27 22:39:32 +02:00