You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.3.4: dust limit, LRU eviction, ban expiry, block cache bound, sync stall timeout, ops limit, miner resilience, version check
- Add min_output_value to ChainParams (default 1 scar) to prevent UTXO set spam
- Replace _invalidate dict mass-clear with LRU eviction to prevent cache-flush DoS
- Add 24-hour expiry to misbehaviour-triggered bans (was permanent)
- Add byte limit (128 MB) to block cache alongside entry-count limit
- Re-assign stalled blocks from slow peers after 30s timeout during header sync
- Add MAX_SCRIPT_OPS (200) limit for defence-in-depth script execution bound
- Restart multiprocessing pool on worker crash instead of letting exception propagate
- Clarify mempool minimum_fee with math.ceil instead of opaque (x+999)//1000
- Add version check to all CLI tools and GUI apps (checks PyPI once per day)
- Bump version to 2.3.4
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,18 @@ retargeting, halvings, a hard supply cap — with faster blocks and a modern
11
11
feature set (BIP-39/32/44 wallets, P2SH multisig, replace-by-fee, encrypted
12
12
P2P links).
13
13
14
-
**Version 2.3.3 · Mainnet is live and mined · MIT licensed**
14
+
**Version 2.3.4 · Mainnet is live and mined · MIT licensed**
15
15
16
16
<divalign="center">
17
17
18
-
[](https://github.com/alessio-ds/ScarletCoin/releases/download/v2.3.3/ScarletCoin-2.3.3-win64.zip)
[](https://github.com/alessio-ds/ScarletCoin/releases/download/v2.3.4/ScarletCoin-2.3.4-win64.zip)
[](https://github.com/alessio-ds/ScarletCoin/releases/download/v2.3.3/ScarletCoin-2.3.3-linux-x86_64.tar.gz)
22
-
[](https://github.com/alessio-ds/ScarletCoin/releases/download/v2.3.3/ScarletCoin-2.3.3-linux-fc44-x86_64.tar.gz)
21
+
[](https://github.com/alessio-ds/ScarletCoin/releases/download/v2.3.4/ScarletCoin-2.3.4-linux-x86_64.tar.gz)
22
+
[](https://github.com/alessio-ds/ScarletCoin/releases/download/v2.3.4/ScarletCoin-2.3.4-linux-fc44-x86_64.tar.gz)
23
23
24
-
[](https://github.com/alessio-ds/ScarletCoin/releases/download/v2.3.3/ScarletCoin-2.3.3-macos-arm64.tar.gz)
25
-
[](https://github.com/alessio-ds/ScarletCoin/releases/download/v2.3.3/ScarletCoin-2.3.3-macos-x86_64.tar.gz)
24
+
[](https://github.com/alessio-ds/ScarletCoin/releases/download/v2.3.4/ScarletCoin-2.3.4-macos-arm64.tar.gz)
25
+
[](https://github.com/alessio-ds/ScarletCoin/releases/download/v2.3.4/ScarletCoin-2.3.4-macos-x86_64.tar.gz)
26
26
27
27
**No Python. No dependencies. Download, extract, run.**
0 commit comments