Avi Cohen
Avi Cohen
*[`components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc` line 23 at r3](https://reviewable.io/reviews/starknet-io/starknet-docs/1244#-NxHLPGBAKiiYKPKwn0O:-NxHLPGBAKiiYKPKwn0P:undefined) ([raw file](https://github.com/starknet-io/starknet-docs/blob/297609cd9c893c4dedff210cdc5130877ec1f4ba/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc#L23)):* > ```AsciiDoc > > . During the execution of a transaction, a contract on Starknet sends a message from L2 to L1 by...
*[`components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc` line 23 at r3](https://reviewable.io/reviews/starknet-io/starknet-docs/1244#-NxHLPGBAKiiYKPKwn0O:-NxHLyFV3_zWftB6EHmh:bufy62p) ([raw file](https://github.com/starknet-io/starknet-docs/blob/297609cd9c893c4dedff210cdc5130877ec1f4ba/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc#L23)):* > ```AsciiDoc > > . During the execution of a transaction, a contract on Starknet sends a message from L2 to L1 by...
*[`components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc` line 23 at r3](https://reviewable.io/reviews/starknet-io/starknet-docs/1244#-NxHLPGBAKiiYKPKwn0O:-NxHNVSm0EiKPCaItXjD:b-9ghk0) ([raw file](https://github.com/starknet-io/starknet-docs/blob/297609cd9c893c4dedff210cdc5130877ec1f4ba/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc#L23)):* Previously, avi-starkware wrote… Oh wait, do you mean the parameters of the `send_message_to_l1_syscall`(as in the example below), or the parameters of the message...
*[`components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc` line 54 at r3](https://reviewable.io/reviews/starknet-io/starknet-docs/1244#-NxHP2mGBQH6QvVb8YBb:-NxHP2mGBQH6QvVb8YBc:b-z0qpzu) ([raw file](https://github.com/starknet-io/starknet-docs/blob/297609cd9c893c4dedff210cdc5130877ec1f4ba/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc#L54)):* > ```AsciiDoc > [#diagram_l2-l1_messaging_mechanism] > .L2->L1 Messaging mechanism > image::l2l1.png[L2->L1 message mechanism] > ``` Should the numbers in red circles refer to the...
*[`components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc` line 63 at r3](https://reviewable.io/reviews/starknet-io/starknet-docs/1244#-NxHPkJz3Neck2Z8Kucx:-NxHPkJz3Neck2Z8Kucy:undefined) ([raw file](https://github.com/starknet-io/starknet-docs/blob/297609cd9c893c4dedff210cdc5130877ec1f4ba/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc#L63)):* > ```AsciiDoc > > [horizontal,labelwidth="30",role="stripes-odd"] > from_address (`felt252`):: The address of the L2 contract sending the message. > ``` _Suggestion:_ ```AsciiDoc `from_address` (`felt252`)::...
*[`components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc` line 105 at r3](https://reviewable.io/reviews/starknet-io/starknet-docs/1244#-NxHopMU-fg8V9mpAElU:-NxHopMU-fg8V9mpAElV:bcgxyfk) ([raw file](https://github.com/starknet-io/starknet-docs/blob/297609cd9c893c4dedff210cdc5130877ec1f4ba/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc#L105)):* > ```AsciiDoc > . The L1 Handler transaction that was created in the previous step is added to a proof. > . The...
*[`components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc` line 23 at r3](https://reviewable.io/reviews/starknet-io/starknet-docs/1244#-NxHLPGBAKiiYKPKwn0O:-NxLpwxhDi944nODa6cm:bp93aqd) ([raw file](https://github.com/starknet-io/starknet-docs/blob/297609cd9c893c4dedff210cdc5130877ec1f4ba/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/messaging-mechanism.adoc#L23)):* Previously, avi-starkware wrote… I'm am not sure about your terminology, but to be more exact, only the block contains the L2 -> L1...