NotRin7
54a10bbc2a
Release v1.5.0: Hard Fork Logic (Chat & DAA) activated at block 340,000
2025-11-22 18:59:39 +01:00
NotRin7
5eb70c65d2
replacing the deprecated state.DoS call with state.Invalid
2025-11-22 17:16:34 +01:00
NotRin7
5b37dcc469
fix linker error
2025-11-22 17:12:34 +01:00
NotRin7
89940a5e2f
better diff adjustment at block 350.000
2025-11-22 16:38:29 +01:00
NotRin7
6620061934
fix
2025-11-22 16:18:00 +01:00
NotRin7
492a610637
Merge pull request #11 from NotRin7/master
...
smal fixes
2025-11-20 18:10:31 +01:00
NotRin7
8bd7bc2ff8
cod update
2025-11-20 17:53:49 +01:00
NotRin7
d59e9d6451
add combine script
2025-11-20 17:50:26 +01:00
NotRin7
4afc3365c4
Update palladiumgui.cpp
2025-11-20 17:43:40 +01:00
NotRin7
372c7b44db
fix 2.0
2025-11-20 17:33:32 +01:00
NotRin7
c8cd9a5f3b
fix
2025-11-20 15:58:58 +01:00
NotRin7
e3ab6b09cc
Merge pull request #9 from palladium-coin/implement-update-checker
...
Implement update checker
2025-11-19 21:32:19 +01:00
NotRin7
3a6a2fcb32
Update palladiumgui.cpp
2025-11-19 21:31:38 +01:00
NotRin7
19715917b5
Update install_db4.sh
2025-11-19 21:18:41 +01:00
NotRin7
0644af1003
update info
2025-11-19 21:03:19 +01:00
23ef5f28ff
Update client version to 1.4.3
...
Update version number in configure.ac, build_msvc config, clientversion.cpp,
and all man pages from 1.4.2 to 1.4.3
v1.4.4
2025-11-19 08:18:17 +01:00
NotRin7
91975bb8bb
gui: Add Dark Mode support with toggle switch
...
- Added dark.qss stylesheet for dark theme
- Implemented toggleTheme() slot in PalladiumGUI
- Added 'Dark Mode' checkbox to Settings menu
- Theme preference is saved in QSettings (darkModeEnabled)
- Updated palladium.qrc to include style resources
v1.4.3
2025-11-18 17:34:01 +01:00
4063da67c3
Merge fix-7e418: set versione v1.4.2
v1.4.2
2025-11-18 10:32:59 +01:00
8f1c4b142d
Merge master into fix-7e418 and resolve conflicts by keeping v1.4.2
2025-11-18 10:30:32 +01:00
NotRin7
fd0718d2a7
Update README.md
2025-11-18 08:48:00 +01:00
NotRin7
d82347925f
Update README.md
2025-11-18 08:48:00 +01:00
NotRin7
ad386005cf
docs: Add troubleshooting section to README
2025-11-18 08:48:00 +01:00
NotRin7
78b6d11c82
Fix: Correct wallet confirmation time and update repository URLs
2025-11-18 08:47:45 +01:00
NotRin7
5d0f4d1e22
Update README.md
2025-11-18 08:47:45 +01:00
46f5e24fa4
docs: remove outdated configuration details
2025-11-18 08:47:45 +01:00
d7758f8b91
docs(configuration): move detailed config to separate doc and update readme
...
Update README.md to reference new comprehensive configuration documentation
Add detailed configuration-file.md with complete examples and best practices
2025-11-18 08:47:45 +01:00
0ed21f2dc0
fix(testnet): add testnet seed nodes for peer discovery
...
Enable peer discovery on testnet by adding seed nodes and preserving vFixedSeeds. This ensures nodes can connect to the network during initial sync.
2025-11-18 08:47:44 +01:00
NotRin7
73d160b238
Update README.md
2025-11-17 18:13:18 +01:00
NotRin7
caf1f78daa
Update README.md
2025-11-17 18:12:37 +01:00
NotRin7
ef939bf6f8
docs: Add troubleshooting section to README
2025-11-17 18:11:17 +01:00
NotRin7
abdbc25de2
Merge branch 'master' of https://github.com/palladium-coin/palladiumcore
2025-11-17 18:00:09 +01:00
NotRin7
c046c329a4
Fix: Correct wallet confirmation time and update repository URLs
2025-11-17 17:43:13 +01:00
NotRin7
aacf183b4f
Update README.md
2025-11-17 17:09:04 +01:00
57ef1546a7
docs: remove outdated configuration details
2025-11-17 14:37:09 +01:00
c02e062869
docs(configuration): move detailed config to separate doc and update readme
...
Update README.md to reference new comprehensive configuration documentation
Add detailed configuration-file.md with complete examples and best practices
2025-11-17 14:27:52 +01:00
ab397b9c1b
fix(testnet): add testnet seed nodes for peer discovery
...
Enable peer discovery on testnet by adding seed nodes and preserving vFixedSeeds. This ensures nodes can connect to the network during initial sync.
2025-11-17 13:53:10 +01:00
72ee7e5872
Merge pull request #7 from palladium-coin/testnet
...
Testnet
2025-11-14 16:35:24 +01:00
1e1c4a5fdb
feat(validation): allow min difficulty blocks after testnet inactivity
...
Add logic to skip proof-of-work check for testnet when there's been 20 minutes of inactivity, allowing min difficulty blocks to be mined. This helps maintain chain progress during periods of low testnet activity.
2025-11-14 15:06:09 +01:00
efe1cbf18b
fix(chainparams): update BIP34 height and hash for testnet
...
The BIP34 activation height was increased to 1700 and the hash was initialized to support upcoming testnet changes
2025-11-14 14:46:27 +01:00
96eef06c25
fix(pow): simplify testnet difficulty adjustment logic
...
Move the special 20-minute rule check before LWMA calculation for clarity and maintain the same behavior. Remove redundant else block and consolidate the logic for returning last non-special-min-difficulty block.
2025-11-14 10:35:02 +01:00
922f94321e
fix(chainparams): update BIP34Height to 1250 for testnet
...
The BIP34 activation height was lowered to match the actual activation point on testnet, ensuring proper block validation behavior.
2025-11-14 10:27:23 +01:00
0e08faad30
feat(validation): allow min difficulty blocks after testnet inactivity
...
Add logic to skip proof-of-work check for testnet when there's been 20 minutes of inactivity, allowing min difficulty blocks to be mined. This helps maintain chain progress during periods of low testnet activity.
2025-11-13 15:58:01 +01:00
7e418123a9
build: update version to 1.5.0
...
Update client version from 1.4.1 to 1.5.0 across configuration files, source code, and documentation
2025-11-13 15:58:01 +01:00
7f96a7d84c
fix(chainparams): update BIP34 height and hash for testnet
...
The BIP34 activation height was increased to 1700 and the hash was initialized to support upcoming testnet changes
2025-11-13 15:58:01 +01:00
3f30d92472
fix(pow): simplify testnet difficulty adjustment logic
...
Move the special 20-minute rule check before LWMA calculation for clarity and maintain the same behavior. Remove redundant else block and consolidate the logic for returning last non-special-min-difficulty block.
2025-11-13 15:58:01 +01:00
7ebe9d9305
fix(chainparams): update BIP34Height to 1250 for testnet
...
The BIP34 activation height was lowered to match the actual activation point on testnet, ensuring proper block validation behavior.
2025-11-13 15:58:01 +01:00
9f156ae1ad
build: update version to 1.4.2
...
Update client version from 1.4.1 to 1.4.2 across configuration files, source code, and documentation
2025-11-13 15:58:01 +01:00
553424d19d
fix: update testnet chain params and restore getblocktemplate security check
...
Update testnet minimum chain work and default assume valid values to current state.
Restore security check in getblocktemplate RPC to prevent usage during initial block download.
2025-11-13 15:34:55 +01:00
ff87cc51c4
fix(pow): adjust testnet difficulty calculation rules
...
- Apply LWMA difficulty calculation for testnet from block 0 to match mainnet behavior
- Clarify testnet min-difficulty rule by using explicit 20 minute threshold instead of nPowTargetSpacing*2
2025-11-13 13:51:26 +01:00
5960d0d861
feat(rpc): allow getblocktemplate during initial block download for testnet
...
This temporary patch enables getblocktemplate RPC calls during initial block download for testnet purposes. The change will be reverted for mainnet.
2025-11-13 11:10:40 +01:00