ton icon indicating copy to clipboard operation
ton copied to clipboard

Fix emulator bounce conditions

Open krigga opened this issue 10 months ago • 0 comments

When send mode 16 was added, new code was added into transaction processing functions in validator. Since emulator mostly copies (not reuses) that code, that new code needs to be added to emulator too in order for send mode 16 to work properly.

Conditions taken from https://github.com/ton-blockchain/ton/blob/4cfe1d1a96acf956e28e2bbc696a143489e23631/validator/impl/validate-query.cpp#L5058

krigga avatar Apr 27 '24 09:04 krigga