casper-network / casper-network/casper-node
Add ability to emit messages for system level events (specifically URef creation) using the new messages capability
- Dominant language
- Rust
- Stars
- 399
- Forks
- 224
- Avg merge
- 15h 44m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.