You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Introduce event log to the blockchain protocol. During the block and transaction execution, developer should be able to add log, which will be emitted to the external system when successfully block is executed.
This will enable the intermediate step of a transaction or cross chain message to be part of the blockchain protocol
LIP
Add events root to block headers
Motivation
Introduce event log to the blockchain protocol. During the block and transaction execution, developer should be able to add log, which will be emitted to the external system when successfully block is executed.
This will enable the intermediate step of a transaction or cross chain message to be part of the blockchain protocol
Tasks
EventQueue
interface and application config #7124chain_getEvents
andchain_proveEvents
endpoints #7126The text was updated successfully, but these errors were encountered: