Skip to content

Commit 322abd3

Browse files
committed
fmt
1 parent fb3e0a7 commit 322abd3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

foundations/traces.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ Most often, a trace begins with an [external message](/foundations/messages/exte
2323
</div>
2424

2525
As a result, messages in the trace are partially ordered by their [logical time (lt)](/foundations/whitepapers/tblkch#1-4-1-logical-time), reflecting their logical dependencies. The diagram shows transactions on independent accounts, each triggered by an incoming message, with `lt` values indicated for every message. It is important to note that in the network in general, lt is formed as follows:
26+
2627
- lt transactions = lt incoming message + 1
2728
- lt outgoing message = lt transaction + outgoing message index
28-
This scheme is not applicable to the first vertex if the trace is started by special transactions mentioned above, as in that case there is no `incoming message` for the first vertex.
29+
This scheme is not applicable to the first vertex if the trace is started by special transactions mentioned above, as in that case there is no `incoming message` for the first vertex.
2930

3031
<Image
3132
src="/resources/images/rpc/traces_lt_light.svg"
@@ -42,13 +43,15 @@ In [Tonviewer](https://tonviewer.com/), traces are visualized as [directed acycl
4243
The NFT transfer illustrates a single operation that consists of multiple messages. To learn how to read traces, follow [this article](/ecosystem/explorers/tonviewer#steps-to-read-a-trace).
4344

4445
This trace is started with an external message and can be inspected in [Tonviewer](https://tonviewer.com/transaction/47d0989633fc03ff3fdca05880ab5760d0321c196501a6a4cbb5578dea2624cb)
46+
4547
<Image
4648
src="/resources/images/rpc/nft_transfer_trace_light.png"
4749
darkSrc="/resources/images/rpc/nft_transfer_trace_dark.png"
4850
alt="NFT transfer trace"
4951
/>
5052

5153
Here is the example of the trace that started with tick-tock transaction
54+
5255
<Image
5356
src="/resources/images/rpc/tick_tock_initiated_trace_light.png"
5457
darkSrc="/resources/images/rpc/tick_tock_initiated_trace_dark.png"

0 commit comments

Comments
 (0)