feat(botfights): 1.2.9 — Cashu primary entry-fee UX, anonymous-bot ranked staking
Demo images / Build & push demo images (push) Successful in 4m21s

Bumps to botfights:1.2.9, which carries: Cashu token payment wired as the
primary entry-fee UX in WalletConnect.vue (was built server-side already
but never called from any UI), Lightning/NWC demoted to secondary, and a
fix so anonymous poll-mode bots (not just nostr-authenticated humans) can
use ranked/staked fights — join-ranked previously required a pubkey
unconditionally, silently locking out the entire AI-agent audience.

No archy-side manifest changes beyond the version/image bump.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
archipelago
2026-07-31 10:16:37 -04:00
co-authored by Claude Fable 5
parent 59798ebff5
commit 71f2f22f04
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -109,12 +109,12 @@
{ {
"id": "botfights", "id": "botfights",
"title": "BotFights", "title": "BotFights",
"version": "1.2.8", "version": "1.2.9",
"description": "Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.", "description": "Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.",
"icon": "/assets/img/app-icons/botfights.svg", "icon": "/assets/img/app-icons/botfights.svg",
"author": "BotFights", "author": "BotFights",
"category": "community", "category": "community",
"dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.8", "dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.9",
"repoUrl": "https://botfights.net", "repoUrl": "https://botfights.net",
"containerConfig": { "containerConfig": {
"ports": [ "ports": [
+2 -2
View File
@@ -1,12 +1,12 @@
app: app:
id: botfights id: botfights
name: BotFights name: BotFights
version: 1.2.8 version: 1.2.9
description: Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners. description: Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.
category: community category: community
container: container:
image: 146.59.87.168:3000/lfg2025/botfights:1.2.8 image: 146.59.87.168:3000/lfg2025/botfights:1.2.9
pull_policy: always pull_policy: always
# Auto-generated on first install (random hex, 0600, rootless-owned). The # Auto-generated on first install (random hex, 0600, rootless-owned). The
# 1.2.x image's server/src/middleware/jwt.ts throws at module import when # 1.2.x image's server/src/middleware/jwt.ts throws at module import when
+2 -2
View File
@@ -109,12 +109,12 @@
{ {
"id": "botfights", "id": "botfights",
"title": "BotFights", "title": "BotFights",
"version": "1.2.8", "version": "1.2.9",
"description": "Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.", "description": "Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.",
"icon": "/assets/img/app-icons/botfights.svg", "icon": "/assets/img/app-icons/botfights.svg",
"author": "BotFights", "author": "BotFights",
"category": "community", "category": "community",
"dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.8", "dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.9",
"repoUrl": "https://botfights.net", "repoUrl": "https://botfights.net",
"containerConfig": { "containerConfig": {
"ports": [ "ports": [
+1 -1
View File
@@ -90,7 +90,7 @@ FIPS_UI_IMAGE="$ARCHY_REGISTRY/fips-ui:latest"
ROUTSTR_IMAGE="$ARCHY_REGISTRY/routstr:v0.4.3" ROUTSTR_IMAGE="$ARCHY_REGISTRY/routstr:v0.4.3"
# Community / Gaming # Community / Gaming
BOTFIGHTS_IMAGE="$ARCHY_REGISTRY/botfights:1.2.8" BOTFIGHTS_IMAGE="$ARCHY_REGISTRY/botfights:1.2.9"
# IndeedHub stack # IndeedHub stack
INDEEDHUB_IMAGE="$ARCHY_REGISTRY/indeedhub:1.0.0" INDEEDHUB_IMAGE="$ARCHY_REGISTRY/indeedhub:1.0.0"