Commit Graph

24350 Commits

Author SHA1 Message Date
onryo
91dadda360 Update HUSH/DRGX checkpoints, add release name 2024-02-27 23:49:06 +01:00
Duke
f64c10baa9 Replace hushd with 'Full node' in a few error messages 2024-02-24 06:09:50 -05:00
Duke
f71f8124c3 Give a better error message which does not mention a specific coin name, so as to not confuse DragonX/etc users 2024-02-21 10:54:51 -05:00
Duke
76e81281e1 Bump version to 3.10.2 2024-02-21 10:37:27 -05:00
Duke
ac8f3021db Merge branch 'dev' into wolfssl 2024-02-19 10:32:29 -05:00
Duke
d769ee2b1c Fix bug where SMART_CHAIN_SYMBOL was being used before being set, which caused custom addnodes to not be used and made the full node unable to sync 2024-02-19 10:31:45 -05:00
Duke
7fc0b4ffc2 Remove unused Makefile #291 2024-02-18 09:38:28 -05:00
Duke
bd0200abf0 Merge branch 'dev' into wolfssl 2024-02-15 11:03:44 -05:00
Duke
a581f8fc8e Fix compile error and remove some cryptocondition dingleberries 2024-02-15 11:03:05 -05:00
Duke
b9d3c77a4c Merge branch 'duke' into dev 2024-02-15 10:41:50 -05:00
Duke
07b041fd94 Do not apply overwinter/sapling consensus rules to block 0 2024-02-15 10:40:22 -05:00
Duke
8f2350fd84 Merge branch 'dev' into duke 2024-02-15 10:11:52 -05:00
Duke
b14070d15b Overwinter+sapling consensus rules do not apply to height=0 2024-02-15 10:06:37 -05:00
Duke
809c0a4b38 Update to wolfssl 4.8.0 and do not verify cert 2024-02-12 12:52:01 -05:00
Duke
c94906e011 Do not spam debug.log with 'Received addr' unless -debug 2024-02-12 09:57:52 -05:00
Duke
acee1c8cf5 Do not spam debug.log with 'Received addr' unless -debug 2024-02-12 09:57:09 -05:00
Duke
6651ff7a2d Merge branch 'duke' into dev 2024-02-12 07:05:41 -05:00
Duke
90d47ecce4 Potentially fix #382 by not checking the genesis block against sapling consensus rules 2024-02-11 06:29:29 -05:00
Duke
195571b15f We aint got no stinking joinsplits 2024-02-11 06:02:22 -05:00
Duke
fbc26f0725 Clean up importcoin.h 2024-02-11 06:00:02 -05:00
Duke
ca169d9300 Delete more CCs #381 2024-02-11 00:50:36 -05:00
Duke
5bdb204001 Delete more CCs #381 2024-02-11 00:29:13 -05:00
Duke
8b82bc4d15 Delete more CCs #381 2024-02-11 00:21:29 -05:00
Duke
27034531c9 Delete more CCs #381 2024-02-11 00:12:59 -05:00
Duke
9e26dac42a Remove libcryptoconditions dependency #381 2024-02-11 00:04:55 -05:00
Duke
0cbce3b0c8 Delete more CCs #381 2024-02-10 23:16:34 -05:00
Duke
7791d50230 Delete more CCs #381 2024-02-10 23:06:56 -05:00
Duke
b41785a684 Delete more CCs #381 2024-02-10 22:56:34 -05:00
Duke
958bc486d4 Delete more CCs #381 2024-02-10 22:37:22 -05:00
Duke
c6aa5e939d Delete more CCs #381 2024-02-10 21:54:36 -05:00
Duke
5fa46e1d8d Delete more CCs #381 2024-02-10 21:46:36 -05:00
Duke
d81e8c0a3f Delete more CCs #381 2024-02-10 18:56:37 -05:00
Duke
7bd7a716df Delete more CCs #381 2024-02-10 12:59:10 -05:00
Duke
5b9906539d Delete more CCs #381 2024-02-10 12:44:47 -05:00
Duke
cb0a980083 Delete more CCs #381 2024-02-10 12:36:28 -05:00
Duke
ff1d30cbad Delete more CCs #381 2024-02-10 12:16:47 -05:00
Duke
43cdfb08a2 Delete more CCs #381 2024-02-10 12:07:52 -05:00
Duke
1c04972c81 Delete more CCs #381 2024-01-31 20:46:37 -05:00
Duke
8811ba4502 Delete more CCs #381 2024-01-31 20:27:46 -05:00
Duke
a97dcf6022 Delete more CCs #381 2024-01-31 13:50:03 -05:00
Duke
5a260e8893 Delete more CCs #381 2024-01-31 13:28:12 -05:00
Duke
0ad0fac030 Delete more CCs #381 2024-01-30 11:28:13 -05:00
Duke
9e0ac062fa Delete a lot of CC stuff #381 2024-01-30 11:23:35 -05:00
Duke
bb8a3c57a4 Delete auction/faucet/heir CC rpcs #381 2024-01-30 10:48:21 -05:00
Duke
86104c4ef7 Remove oracles RPCs 2024-01-29 12:04:59 -05:00
Duke
5e69ed0804 Fix compile and const some stuff 2024-01-28 09:52:24 -05:00
Duke
874c3009cf Only Hush + DragonX connect to these nodes by default #379 2024-01-28 06:30:52 -08:00
Duke
bc0af82ce6 SMART_CHAIN_SYMBOL is always defined, no need to check which slows this hot path down 2024-01-24 11:25:48 -05:00
Duke
e49836b45e Enforce sapling activation at height=1
We used to have the -ac_sapling option which defaulted to one, now we
enforce that it must always be one, it cannot be changed and is no
longer a CLI option.
2024-01-21 16:59:09 -05:00
Duke
27db254d68 Sapling and Overwinter network upgrades are always active
These NU's are always active for Hush Arrakis Chains so this code only serves
to slow down all operations by constantly being checked. So we disable them
which will speed up syncing, mining and creating transactions.
2024-01-21 16:34:53 -05:00