mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Increase limit for t_Block.validate, simplify validating StateInit (#691)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
24ed85b155
commit
a78adf3062
6 changed files with 63 additions and 10 deletions
|
@ -1113,5 +1113,9 @@ struct Aug_ShardFees final : AugmentationCheckData {
|
|||
|
||||
extern const Aug_ShardFees aug_ShardFees;
|
||||
|
||||
// Validate dict of libraries in message: used when sending and receiving message
|
||||
bool validate_message_libs(const td::Ref<vm::Cell> &cell);
|
||||
bool validate_message_relaxed_libs(const td::Ref<vm::Cell> &cell);
|
||||
|
||||
} // namespace tlb
|
||||
} // namespace block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue