Releases: Vic-Nas/lapsecoin
Releases · Vic-Nas/lapsecoin
Release list
LapseCoin v0.4.7
LapseCoin v0.4.6 (Contains critical bug; DO NOT DOWNLOAD)
LapseCoin v0.4.5
LapseCoin v0.4.4
LapseCoin v0.4.3
v0.4.3
Routine update.
10 largest commits
- 1eb3224 Remove the standalone uptime-reward script, superseded by the in-node one
- 80e98c6 Implement startup option and system tray icon
- a72dba1 Refactor GUI for dark theme and improved layout
- a9e7b00 Improve GUI initialization and tkinter installation prompt
- 3e3dace Improve error handling and UI layout in gui.py
- 20ec171 Update Dockerfile for Python 3.12 and configuration changes
- ed95152 Implement window icon application from SVG
- 3b8e696 Update requirements.txt to modify dependencies
- 7235b22 Remove startup checkbox from GUI
- fc712cd Improve comments on icon handling in gui.py
LapseCoin v0.4.2
LapseCoin v0.4.1
v0.4.1
Routine update.
10 largest commits
- db8f89f Integrate uptime rewards into the node, off by default
- 0d4edf1 Add real chunk-level ACK/retransmit for multi-chunk UDP messages
- 4d91947 Make wallet addresses on the peers page clickable to their balance
- d329b0e Raise FETCH_CHUNK back up now that chunk loss actually self-heals
- 452a678 Shrink sync page size to reduce stuck-at-height-0 risk on lossy links
- dfe5fe6 Bump version from 0.4.0 to 0.4.1
[CRITICAL] LapseCoin v0.4.0
v0.4.0
Critical update -- upgrading is recommended.
10 largest commits
- 2aedf97 Add a minimal desktop status window, replacing the console by default
- be22d61 Windows build: no console window, with a real safety net for crashes
- 2a91e54 Replace last-block-builder exclusion with a 30-block win-count check
- ef2ee51 Exclude the last block's builder from uptime-reward eligibility
- 28b21b6 Compare peer balance against the tracked budget, not the reward wallet's live balance
- dbc3df9 Show 'self' instead of the address in recent-tx From column when it's our own
- c2b029c Ensure the Linux release build can bundle the desktop GUI, bump to 0.4.0
- bb433e8 Stop excluding tkinter from the PyInstaller build
LapseCoin v0.3.1
v0.3.1
Routine update.
10 largest commits
- 72039bd Add hourly uptime-reward payout script for non-mining peers
- a58fc87 Stop fluffed txs re-stemming on well-connected relay nodes
- 39101dc Track the uptime-reward budget explicitly, not via wallet balance
- 55ffb9b Live-refresh recent transactions on dashboard
- 1a0f10f Re-flood locally-submitted txs that stall in Dandelion's stem phase
- 8ce414c Add cron wrapper for the uptime-reward script
- f286086 Skip malformed peer-reported wallets instead of crashing the payout run
- 23430e9 Take the payout passphrase from the environment, not a file
- 3de0da0 Re-announce reorg-salvaged txs, not just re-add them locally
- 9b94c54 Fix stale test asserting the old (buggy) fluff-relay behavior
[CRITICAL] LapseCoin v0.3.0
v0.3.0
Critical update -- upgrading is recommended.
10 largest commits
- 89a1404 Redesign README with logo, badges, and collapsible sections
- f9dd2a1 Skip Dandelion stem below MIN_PEERS_FOR_STEM, flood tx instead
- c425969 Trim README verbosity, add node and donation addresses
- 955b8ec Collapse most README content into details, keep only quick start visible
- 1339117 Add Discord invite and exchanges section
- 1fd5f75 Update repo name mentions after rename to lapsecoin
- 509caee Tighten README wording
- d67b600 Add donate badge in header linking to support section
- e414382 Bump version to 0.3.0
- 9d078e1 Whitepaper: explain why identity fragmentation is not exploitable