1. 14 Aug, 2026 1 commit
    • Stefy Lanza (nextime / spora )'s avatar
      fix: replace placeholder donation addresses with the real wallets · efffb771
      Stefy Lanza (nextime / spora ) authored
      The addresses in the donation block were never real. The Bitcoin one fails its
      bech32 checksum and Blockstream rejects it outright; the Ethereum one fails
      EIP-55 and belongs to an address with no history, so any wallet that lowercased
      it before sending would have delivered real money to nobody; the Solana string
      is not even base58 - its tail is the QWERTY top row typed backwards.
      
      Verified before use: BTC bech32 valid and accepted by Blockstream, ETH EIP-55
      exact with 16 outgoing transactions on-chain, SOL 32 bytes owned by the System
      Program with a live balance.
      Co-Authored-By: 's avatarClaude Opus 5 (1M context) <noreply@anthropic.com>
      efffb771
  2. 17 May, 2026 1 commit
  3. 15 May, 2026 4 commits
  4. 14 May, 2026 2 commits
  5. 13 May, 2026 3 commits
  6. 04 May, 2026 1 commit
  7. 30 Apr, 2026 7 commits