From 773909916aa1e885f1c77356d62930df688ff9ea Mon Sep 17 00:00:00 2001 From: Oleg Andreev Date: Tue, 20 Feb 2024 11:23:44 +0100 Subject: [PATCH] improved overview wording --- Specification.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Specification.md b/Specification.md index 0e1906c..ed44015 100644 --- a/Specification.md +++ b/Specification.md @@ -34,21 +34,20 @@ Thanks to [Skydev](https://github.com/Skydev0h) for optimization and preparing t ## Overview -Wallet V5 supports **2 authentication modes**, all standard output actions (send message, set library, code replacement) plus additional **3 operation types**. +Wallet V5 supports **2 authentication modes** and **3 operations types**. Authentication: * by signature * by extension -Operation types: -* standard output send message action -* enable or disable public key (signature authentication) -* install extension -* remove extension +Operations: +* standard "send message" action (up to 255 messages at once), +* enable/disable signature authentication, +* install/remove extension. Signed messages can be delivered both by external and internal messages. -All operation types are available to all authentication modes. +All operations are available to all authentication modes. ## Discussion