From 04b178ab2d5e4ae16e7747c3fcdad6d9a8c30789 Mon Sep 17 00:00:00 2001 From: gmart7t2 <49558347+gmart7t2@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:28:06 -0300 Subject: [PATCH] Document turbo flag (#3579) --- docs/src/runes/specification.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/runes/specification.md b/docs/src/runes/specification.md index 77db3704af..d3b9b36354 100644 --- a/docs/src/runes/specification.md +++ b/docs/src/runes/specification.md @@ -263,6 +263,7 @@ FLAG_VALUE`: enum Flag { Etching = 0, Terms = 1, + Turbo = 2, Cenotaph = 127, } ``` @@ -271,6 +272,10 @@ The `Etching` flag marks this transaction as containing an etching. The `Terms` flag marks this transaction's etching as having open mint terms. +The `Turbo` flag marks this transaction's etching as opting into future +protocol changes. These protocol changes may increase light client validation +costs, or just be highly degenerate. + The `Cenotaph` flag is unrecognized. If the value of the flags field after removing recognized flags is nonzero, the