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
There is often confusion around the term "message" as it is in practice it is a log. The original name was chosen to be generic over the data structure. We should consider renaming things so that its more clear exactly what data structures are used.
For example we could rename the validateMessage function to validateLog and rename executeMessage to executeLog.
We could also rename the more generic terms "initiating message" and "executing message".
This is a heavily breaking change and should be done sooner rather than later
The text was updated successfully, but these errors were encountered:
Opening this issue for discussion
There is often confusion around the term "message" as it is in practice it is a log. The original name was chosen to be generic over the data structure. We should consider renaming things so that its more clear exactly what data structures are used.
For example we could rename the
validateMessage
function tovalidateLog
and renameexecuteMessage
toexecuteLog
.We could also rename the more generic terms "initiating message" and "executing message".
This is a heavily breaking change and should be done sooner rather than later
The text was updated successfully, but these errors were encountered: