From 870c7205269f16b794681a12fc3b742af07f1a8f Mon Sep 17 00:00:00 2001 From: Didactyl User Date: Thu, 9 Apr 2026 07:23:14 -0400 Subject: [PATCH] v0.2.31 - Added kind 10050 to genesis.jsonc --- README.md | 4 ++-- src/main.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78dcf54..3f9e9f2 100644 --- a/README.md +++ b/README.md @@ -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.30 +## Current Status — v0.2.31 **Active build — this project is barely working. Experiment at your own risk.** -> Last release update: v0.2.30 — Implemented NIP-17 bootstrap/discovery (kind 10050) and added seal/rumor pubkey verification +> Last release update: v0.2.31 — Added kind 10050 to genesis.jsonc - Connects to configured relays with auto-reconnect and relay state transition logging - Publishes configured startup events per relay as each relay becomes connected diff --git a/src/main.h b/src/main.h index 793b990..933af73 100644 --- a/src/main.h +++ b/src/main.h @@ -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 30 -#define DIDACTYL_VERSION "v0.2.30" +#define DIDACTYL_VERSION_PATCH 31 +#define DIDACTYL_VERSION "v0.2.31" // Agent metadata #define DIDACTYL_NAME "Didactyl"