mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
error handling in lite client, speed up message dequeue in blocks
This commit is contained in:
parent
dfc040cb00
commit
cf97f48cd7
15 changed files with 224 additions and 88 deletions
|
@ -43,6 +43,7 @@
|
|||
4 constant capBounceMsgBody
|
||||
8 constant capReportVersion
|
||||
16 constant capSplitMergeTransactions
|
||||
32 constant capShortDequeue
|
||||
|
||||
// max-validators masterchain-validators min-validators --
|
||||
{ swap rot <b swap 16 u, swap 16 u, swap 16 u, b> 16 config! } : config.validator_num!
|
||||
|
|
|
@ -157,7 +157,7 @@ Masterchain swap
|
|||
*
|
||||
*/
|
||||
// version capabilities
|
||||
1 capCreateStats capBounceMsgBody or capReportVersion or config.version!
|
||||
1 capCreateStats capBounceMsgBody or capReportVersion or capShortDeque or config.version!
|
||||
// max-validators max-main-validators min-validators
|
||||
// 9 4 1 config.validator_num!
|
||||
1000 100 13 config.validator_num!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue