-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
good first issueGood for newcomersGood for newcomerskernelsRelated to transaction, batch, or block kernelsRelated to transaction, batch, or block kernels
Milestone
Description
After #2197 is merged, I think we should make library paths, event names and slot names consistent in their namespacing, i.e. they should all either start with miden::protocol or miden::standards.
Slot names should be consistent after that PR, but events need a slight rename.
The task in this issue is to rename all events in crates/miden-protocol/asm/kernels/transaction/ to be prefixed by miden::protocol. So for example
event("miden::tx::prologue_start")
would become
event("miden::protocol::tx::prologue_start")
Additionally, this should also apply to:
miden::auth::requestmiden::auth::unauthorized
These are handled manually in miden-protocol/build.rs.
Follow-Up to #2197
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskernelsRelated to transaction, batch, or block kernelsRelated to transaction, batch, or block kernels