Skip to content

Releases: Vic-Nas/lapsecoin

LapseCoin v0.4.7

Choose a tag to compare

@github-actions github-actions released this 03 Sep 15:26
09ba5ae

v0.4.7

Routine update.

10 largest commits

  1. db45082 Add SingleInstanceLock class for process synchronization
  2. cd97421 Delete src/singleton_lock
  3. 09ba5ae Bump version from 0.4.6 to 0.4.7

LapseCoin v0.4.6 (Contains critical bug; DO NOT DOWNLOAD)

Choose a tag to compare

@github-actions github-actions released this 03 Sep 14:16
23b4b45

v0.4.6

Routine update.

10 largest commits

  1. 510dd12 Add SingleInstanceLock class for process locking
  2. 9fdb016 Add single-instance guard using advisory file lock
  3. 23b4b45 Bump version from 0.4.5 to 0.4.6

LapseCoin v0.4.5

Choose a tag to compare

@github-actions github-actions released this 03 Sep 13:41
98ba6f7

v0.4.5

Routine update.

10 largest commits

  1. 3d14301 Add UptimeRewarder to application initialization
  2. 98ba6f7 Bump version from 0.4.4 to 0.4.5

LapseCoin v0.4.4

Choose a tag to compare

@github-actions github-actions released this 03 Sep 12:30
2927552

v0.4.4

Routine update.

10 largest commits

  1. 9a5b757 Implement resource directory detection for assets
  2. 6aafcc9 Update lapsecoin.spec with pystray backend imports
  3. 2927552 Bump version from 0.4.3 to 0.4.4

LapseCoin v0.4.3

Choose a tag to compare

@github-actions github-actions released this 03 Sep 11:52
59c3778

v0.4.3

Routine update.

10 largest commits

  1. 1eb3224 Remove the standalone uptime-reward script, superseded by the in-node one
  2. 80e98c6 Implement startup option and system tray icon
  3. a72dba1 Refactor GUI for dark theme and improved layout
  4. a9e7b00 Improve GUI initialization and tkinter installation prompt
  5. 3e3dace Improve error handling and UI layout in gui.py
  6. 20ec171 Update Dockerfile for Python 3.12 and configuration changes
  7. ed95152 Implement window icon application from SVG
  8. 3b8e696 Update requirements.txt to modify dependencies
  9. 7235b22 Remove startup checkbox from GUI
  10. fc712cd Improve comments on icon handling in gui.py

LapseCoin v0.4.2

Choose a tag to compare

@github-actions github-actions released this 02 Sep 14:21

v0.4.2

Routine update.

10 largest commits

  1. f14cd22 Drop the separate enabled switch, show the real budget in the masthead
  2. 163bcfe Bump version to 0.4.2

LapseCoin v0.4.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 13:40
dfe5fe6

v0.4.1

Routine update.

10 largest commits

  1. db8f89f Integrate uptime rewards into the node, off by default
  2. 0d4edf1 Add real chunk-level ACK/retransmit for multi-chunk UDP messages
  3. 4d91947 Make wallet addresses on the peers page clickable to their balance
  4. d329b0e Raise FETCH_CHUNK back up now that chunk loss actually self-heals
  5. 452a678 Shrink sync page size to reduce stuck-at-height-0 risk on lossy links
  6. dfe5fe6 Bump version from 0.4.0 to 0.4.1

[CRITICAL] LapseCoin v0.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 03:50

v0.4.0

Critical update -- upgrading is recommended.

10 largest commits

  1. 2aedf97 Add a minimal desktop status window, replacing the console by default
  2. be22d61 Windows build: no console window, with a real safety net for crashes
  3. 2a91e54 Replace last-block-builder exclusion with a 30-block win-count check
  4. ef2ee51 Exclude the last block's builder from uptime-reward eligibility
  5. 28b21b6 Compare peer balance against the tracked budget, not the reward wallet's live balance
  6. dbc3df9 Show 'self' instead of the address in recent-tx From column when it's our own
  7. c2b029c Ensure the Linux release build can bundle the desktop GUI, bump to 0.4.0
  8. bb433e8 Stop excluding tkinter from the PyInstaller build

LapseCoin v0.3.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:18

v0.3.1

Routine update.

10 largest commits

  1. 72039bd Add hourly uptime-reward payout script for non-mining peers
  2. a58fc87 Stop fluffed txs re-stemming on well-connected relay nodes
  3. 39101dc Track the uptime-reward budget explicitly, not via wallet balance
  4. 55ffb9b Live-refresh recent transactions on dashboard
  5. 1a0f10f Re-flood locally-submitted txs that stall in Dandelion's stem phase
  6. 8ce414c Add cron wrapper for the uptime-reward script
  7. f286086 Skip malformed peer-reported wallets instead of crashing the payout run
  8. 23430e9 Take the payout passphrase from the environment, not a file
  9. 3de0da0 Re-announce reorg-salvaged txs, not just re-add them locally
  10. 9b94c54 Fix stale test asserting the old (buggy) fluff-relay behavior

[CRITICAL] LapseCoin v0.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 03:19

v0.3.0

Critical update -- upgrading is recommended.

10 largest commits

  1. 89a1404 Redesign README with logo, badges, and collapsible sections
  2. f9dd2a1 Skip Dandelion stem below MIN_PEERS_FOR_STEM, flood tx instead
  3. c425969 Trim README verbosity, add node and donation addresses
  4. 955b8ec Collapse most README content into details, keep only quick start visible
  5. 1339117 Add Discord invite and exchanges section
  6. 1fd5f75 Update repo name mentions after rename to lapsecoin
  7. 509caee Tighten README wording
  8. d67b600 Add donate badge in header linking to support section
  9. e414382 Bump version to 0.3.0
  10. 9d078e1 Whitepaper: explain why identity fragmentation is not exploitable