ton-blockchain / ton

Main TON monorepo
Other
2.61k stars 722 forks source link

Fix emulator bounce conditions #974

Closed krigga closed 1 week ago

krigga commented 2 months ago

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