From 76539c4b6517bbbc798cdd9428be5b9f0ef06f85 Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sun, 14 Dec 2025 18:27:31 +0100 Subject: [PATCH] Update README: Add v0.5.3 changelog - Document fix for storage method calls - Explain replacement of non-existent storage.getServicesByName() - Note compatibility with Storage interface specification Fixes customer-reported error: "storage.getServicesByName is not a function" --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f4036ea..0c0440e 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,13 @@ All authenticated operations require Ed25519 signatures: See [ADVANCED.md](./ADVANCED.md#security) for detailed security documentation. +## Changelog + +### v0.5.3 (Latest) +- Fix RPC method calls using non-existent storage methods +- Replace `storage.getServicesByName()` with `storage.discoverServices()` and `storage.getRandomService()` +- Ensures compatibility with Storage interface specification + ## License MIT