-
Notifications
You must be signed in to change notification settings - Fork 339
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
Add custom events #683
Add custom events #683
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey there!
Thanks!💙🧡 |
Hey there!
Thanks!💙🧡 |
Hey there!
Thanks!💙🧡 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is 🔥
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
cast send 0x0000000000000000000000000000000000000064 "sayHi()(string)" | ||
``` | ||
|
||
Then we will have a transaction hash result, call `eth_getTransactionReceipt` with that transaction hash, you may get: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then we will have a transaction hash result, call `eth_getTransactionReceipt` with that transaction hash, you may get: | |
Then you will have a transaction hash result. Calling`eth_getTransactionReceipt` with the transaction hash will give you the following: |
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misc nits, cc @TucksonDev @mahsamoosavi for a spot-check 🙏
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
@Jason-W123 You can essentially disregard my comments, as they all duplicate @symbolpunk's comments. |
Co-authored-by: symbolpunk <[email protected]>
Co-authored-by: symbolpunk <[email protected]>
Co-authored-by: symbolpunk <[email protected]>
Co-authored-by: symbolpunk <[email protected]>
Co-authored-by: symbolpunk <[email protected]>
Co-authored-by: symbolpunk <[email protected]>
Hey there!
Thanks!💙🧡 |
Co-authored-by: Mahsa Moosavi <[email protected]>
Co-authored-by: Mahsa Moosavi <[email protected]>
Co-authored-by: Mahsa Moosavi <[email protected]>
Hey there!
Thanks!💙🧡 |
2 similar comments
Hey there!
Thanks!💙🧡 |
Hey there!
Thanks!💙🧡 |
…rbitrum-docs into add-custom-events merge
Thank you @mahsamoosavi and @symbolpunk ! |
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a a few small non-blocking comment, but other than that LGTM!
Co-authored-by: Tuckson <[email protected]>
Co-authored-by: Tuckson <[email protected]>
We provide customize precompile methods and contracts last time. Thanks to the suggestion and the solution of @hkalodner, we can also add customize event also.