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

Add ability to emit messages for system level events (specifically URef creation) using the new messages capability #4839

Open
SaiProServ opened this issue Aug 29, 2024 · 3 comments
Assignees

Comments

@SaiProServ
Copy link

The contract level messages feature allows contract to generate custom events that get reported on the SSE after the contract executes on chain. Currently we don’t emit any types of messages when system level events happen (e.g. when an account is created, when access rights are changed, when a URef is created or granted etc). We can use the functionality created for contract level messages to also emit system level messages. Specifically we initially want to emit messages when an URef is created in order to aid future audits regarding resources accessible through URefs.

@devendran-m
Copy link
Contributor

@devendran-m - Check with Ed if this is descoped now?

@devendran-m devendran-m removed the rc-5 Release Candidate 5 label Sep 19, 2024
@EdHastingsCasperAssociation
Copy link
Collaborator

We might do this in a later 2.x release

1 similar comment
@EdHastingsCasperAssociation
Copy link
Collaborator

We might do this in a later 2.x release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants