Compare commits

..
1 Commits
Author SHA1 Message Date
Didactyl User 8a168bf7ba v0.2.60 - Add FIPS relay to default relays after laantungir 2026-08-07 07:19:51 -04:00
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -54,11 +54,11 @@ Skills compose by adoption-list order (`10123`) and trigger tags carry runtime e
Didactyl will support local inference, which is very privacy preserving. Remote inference does however have it's advantages, and in those cases Didactyl supports using Bitcoin Lightning and eCash inference providers.
## Current Status — v0.2.59
## Current Status — v0.2.60
**Active build — this project is barely working. Experiment at your own risk.**
> Last release update: v0.2.59 — Add wss://laantungir.net/relay to default relays between localhost and damus
> Last release update: v0.2.60 — Add FIPS relay to default relays after laantungir
- Connects to configured relays with auto-reconnect and relay state transition logging
- Publishes configured startup events per relay as each relay becomes connected
+1
View File
@@ -32,6 +32,7 @@ static const int DIDACTYL_DEFAULT_STARTUP_EVENT_KINDS[] = {
static const char* DIDACTYL_DEFAULT_RELAYS[] = {
"ws://localhost:7777",
"wss://laantungir.net/relay",
"ws://npub1crpldvy49ef8z34wlacwujnfudy4nd7k96aqdx5wgn6ckztz7z8q9t59ud.fips/relay/",
"wss://relay.damus.io",
"wss://nos.lol",
"wss://relay.primal.net",
+2 -2
View File
@@ -12,8 +12,8 @@
// Using DIDACTYL_ prefix to avoid conflicts with nostr_core_lib VERSION macros
#define DIDACTYL_VERSION_MAJOR 0
#define DIDACTYL_VERSION_MINOR 2
#define DIDACTYL_VERSION_PATCH 59
#define DIDACTYL_VERSION "v0.2.59"
#define DIDACTYL_VERSION_PATCH 60
#define DIDACTYL_VERSION "v0.2.60"
// Agent metadata
#define DIDACTYL_NAME "Didactyl"