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
Should we only do storage-related procedures in this PR or should we move all events into api.masm? For example, we also have some events in tx.masm
# EVENTS
# =================================================================================================
# Event emitted before a new note is created.
const.NOTE_BEFORE_CREATED_EVENT=131083
# Event emitted after a new note is created.
const.NOTE_AFTER_CREATED_EVENT=131084
# Event emitted before an ASSET is added to a note
const.NOTE_BEFORE_ADD_ASSET_EVENT=131085
# Event emitted after an ASSET is added to a note
const.NOTE_AFTER_ADD_ASSET_EVENT=131086
We need to refactor the kernel a bit in how we handle storage-related procedures.
api.masm
handle:kernels/tx/account.masm
handle:get/set_account_item
andget/set_account_map_item
we should have corresponding procedureskernels/tx/account.masm
.If we don't do this in this PR, let's create an issue for it.
Originally posted by @bobbinth in #758 (comment)
The text was updated successfully, but these errors were encountered: