Skip to content

Commit 13df033

Browse files
authored
Add note on more complicated emulation
1 parent 938102f commit 13df033

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

text/non-disruptive_fee_updates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ While correct protocol execution still requires calculating necessary fees for o
2727

2828
1. **Validator Overhead**: Validators will need to remember and verify configuration parameters that existed in the past. Note that the chain depth limitation may not directly translate to a time limitation.
2929

30-
2. **Complex Config Management**: Modifying certain configuration parameters in `c7` while keeping others (unrelated to gas) untouched during execution can be complex and may introduce potential errors.
30+
2. **Complicated Config Management**: Modifying certain configuration parameters in `c7` while keeping others (unrelated to gas) untouched during execution can be complex and may introduce potential errors.
31+
32+
3. **Complicated emulation**: proper historical emulation like [Retracer](retracer.ton.org) or TVM replay, as well as pending transaction chains emulation become more cumbersome: we need to retieve message envelop and historical config.
3133

3234
# Alternatives
3335

0 commit comments

Comments
 (0)