ton-blockchain / wallet-contract-v5

w5
MIT License
69 stars 16 forks source link

[Fix] Early out of bounced messages #9

Open e6654321 opened 2 months ago

e6654321 commented 2 months ago

This PR addresses the need to check for bounced messages early and applies the early return principle to minimize gas and storage costs. Additionally, this approach helps prevent potentially damaging bugs that could arise from internal message injection attacks.

File Changes