v0.1.10 - Fix check_proofs to derive Y from secret and validate stale nofee token deletion flow

This commit is contained in:
Your Name
2026-03-20 19:44:49 -04:00
parent d8a4f8c176
commit 5b7231fc60
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -55,11 +55,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.1.9
## Current Status — v0.1.10
**Active build — this project is barely working. Experiment at your own risk.**
> Last release update: v0.1.9Retry push after prior remote failure for check_proofs Y derivation fix
> Last release update: v0.1.10Fix check_proofs to derive Y from secret and validate stale nofee token deletion flow
- Connects to configured relays with auto-reconnect and relay state transition logging
- Publishes configured startup events per relay as each relay becomes connected
+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 1
#define DIDACTYL_VERSION_PATCH 9
#define DIDACTYL_VERSION "v0.1.9"
#define DIDACTYL_VERSION_PATCH 10
#define DIDACTYL_VERSION "v0.1.10"
// Agent metadata
#define DIDACTYL_NAME "Didactyl"