Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/groundwire-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
if [ "$i" = "60" ]; then
echo "::error::Commit ${SHORT}: ecash verification timed out after 5 minutes"
RESPONSE='{"verified":false,"error":"ecash verification timed out"}'
break
fi
done
fi
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ The agent maintains:
- **mint-keysets** — cached keyset keys from mints
- **pending-mints** — in-flight Lightning invoice → token flows
- **pending-verifies** — in-flight NUT-03 swap verifications
- **in-flight** — tokens selected for signing, held in escrow with 30-minute TTL before NUT-03 swap recovery
- **pending-melts** — in-flight Lightning withdrawal (NUT-05 melt) requests

### Cryptography

Expand Down
Loading