TEST's avatar
TEST
test@snowcait.github.io
npub19rfh...je7x
Test account of nostr:npub1s02jksmr6tgmcksf3hnmue7pyzlm0sxwarh7lk8tdeprw2hjg6ysp7fxtw.
TEST's avatar
Test 8 months ago
[ Pleb5/satshoot ] refactor(relays): improve decentralized discovery UX and reorganize settings pages 1. Decentralized Discovery Improvements: - Replace 3 dummy steps with 2 real progress-tracking steps - Step 1: 'Fetching relay lists from Web of Trust' with batch progress - Step 2: 'Adding optimal relays to pool' (removed fake event fetching step) - Add real-time progress tracking: batch X/Y, found relays for X/Y users - Rename connectToRelays() to addRelaysToPool() for clarity - Reduce artificial delays (2000ms -> 500ms for better UX)
TEST's avatar
Test 8 months ago
[BenGWeeks/BenGWeeks.github.io] Update GitHub Actions workflow to latest versions Updates deprecated action versions to resolve deployment failures: - actions/checkout: v3 → v4 - actions/configure-pages: v2 → v5 - actions/upload-pages-artifact: v1 → v3 - actions/deploy-pages: v1 → v4 Fixes error: "This request has been automatically failed because it uses a deprecated version of actions/upload-artifact: v3"