Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Starknet messaging function and event reference (based on #1094) #1209

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f3abe8e
create messaging_reference.adoc
xiaolou86 Jan 23, 2024
9da5f8f
add messaging_reference.adoc to nav
xiaolou86 Jan 24, 2024
13eb2c5
edit messaging_reference.adoc
xiaolou86 Jan 24, 2024
b9d4cc1
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
xiaolou86 Jan 30, 2024
4b58139
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
xiaolou86 Jan 30, 2024
84599b6
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
xiaolou86 Jan 31, 2024
f2cb7d6
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
xiaolou86 Jan 31, 2024
ac14da5
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
xiaolou86 Jan 31, 2024
3249a5d
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
xiaolou86 Jan 31, 2024
aab27e3
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
xiaolou86 Jan 31, 2024
611f3dc
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
xiaolou86 Jan 31, 2024
6873dc6
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
xiaolou86 Jan 31, 2024
74bcfc3
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
xiaolou86 Jan 31, 2024
ad38f49
Update messaging_reference.adoc
xiaolou86 Jan 31, 2024
1cbc3cd
edit messaging_reference.adoc
stoobie Mar 20, 2024
633fe6f
edit messaging_reference.adoc
stoobie Mar 25, 2024
37259fc
Edit messaging_reference.adoc, based on xiaolou86/starknet-docs/stark…
stoobie Apr 1, 2024
2f8bd6d
add the functions implemented in StarknetMessaging.sol but not part o…
xiaolou86 Apr 7, 2024
28bbffb
Apply suggestions from code review
stoobie May 21, 2024
f9976eb
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
stoobie Jun 6, 2024
108e3a2
Apply suggestions from code review
stoobie Jun 6, 2024
13b166e
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
stoobie Jun 9, 2024
aea46b3
Explain `deployer_address`
stoobie Jun 9, 2024
cb7f932
Added links between consumeMessageFromL2 function and ConsumedMessage…
stoobie Jun 9, 2024
4671fe2
Added links between consumeMessageFromL2 function and ConsumedMessage…
stoobie Jun 9, 2024
f4c57c2
Added changes from 1094.
stoobie Jun 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
*** xref:network-architecture/starknet-state.adoc[Starknet state]
*** xref:network-architecture/data-availability.adoc[Data availability]

** xref:network-architecture/messaging-mechanism.adoc[L1-L2 messaging]
** L1-L2 messaging
*** xref:network-architecture/messaging-mechanism.adoc[L1-L2 messaging mechanism]
*** xref:Network_Architecture/messaging-reference.adoc[Messaging reference]

** Accounts
*** xref:accounts/introduction.adoc[What is an account?]
Expand Down
Loading