CreateChannel: оставить единый актуальный формат, убрать legacy v2/v3

This commit is contained in:
AidarKC
2026-05-13 01:22:07 +03:00
parent e95f65ac78
commit ddeaf82bfd
7 changed files with 51 additions and 183 deletions
@@ -105,7 +105,10 @@ public class IT_03_AddBlock_NoAuth {
sender1.send(new CreateChannelBody(
0, // lineCode TECH
ln.prevLineNumber, ln.prevLineHash32, ln.thisLineNumber,
"News"
"News",
"",
CreateChannelBody.CHANNEL_TYPE_PUBLIC,
CreateChannelBody.CHANNEL_TYPE_VERSION_DEFAULT
), t);
newsRootBlock = st1.lastBlockNumber(); // root канала = blockNumber этого CREATE_CHANNEL
@@ -286,4 +289,4 @@ public class IT_03_AddBlock_NoAuth {
toBlockHash32
), timeout);
}
}
}