-
Notifications
You must be signed in to change notification settings - Fork 65
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
1313 - Contract-level events #1339
Merged
ipopescu
merged 96 commits into
casper-network:feat-2.0_docs
from
ipopescu:1313_contract_events
Jan 12, 2024
Merged
1313 - Contract-level events #1339
ipopescu
merged 96 commits into
casper-network:feat-2.0_docs
from
ipopescu:1313_contract_events
Jan 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-moving-node.md remove bond from moving-node
Co-authored-by: Iulia Popescu <[email protected]>
…s_Rights 1307 Clarifying URef AccessRights
…en_Standards 1315 Adding Casper Token Standard Docs to Main Site
1310 URef AccessRights Clarification Tutorial
1344 Navigation Fix
1344 Navigation fix part 2
1092 - Remove empty pages from the docs
1093 - Use more descriptive titles
927 - Highlight ways to contribute to the docs
Fixes the broken link to a required package during installation as the package no longer exists. The package is replaced with a higher version one. Also, adds the -f flag to curl to ensure it fails if the package is not found.
Fix broken link for package required for compatibility with Ubuntu 22.04
Suggestion made by Iulia. Co-authored-by: Iulia Popescu <[email protected]>
Fix broken link for package required for compatibility with Ubuntu 22.04
alsrdn
reviewed
Jan 11, 2024
source/docs/casper/developers/writing-onchain-code/emitting-contract-events.md
Outdated
Show resolved
Hide resolved
alsrdn
reviewed
Jan 11, 2024
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 one comment, otherwise the contract level event documentation looks ok to me.
This PR also updates the casper-network:feat-2.0_docs branch with the latest from the dev branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR fix/introduce?
This PR documents the new contract-level event feature: rendered page. Corresponding CEP: CEP-88.
Closes #1313
Checklist
yarn install && yarn run build
.Reviewers
@alsrdn and @ACStoneCL