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
Currently, HackAndSlash actions are stored into the database without a reference BlockHash and this will be confusing to figure out which action is part of which block.
Therefore, it will be helpful if the ActionEvaluation<ActionBase> of a particular action includes a BlockHash property while subscribing to the actionRenderer.
The text was updated successfully, but these errors were encountered:
Currently,
HackAndSlash
actions are stored into the database without a reference BlockHash and this will be confusing to figure out which action is part of which block.Therefore, it will be helpful if the
ActionEvaluation<ActionBase>
of a particular action includes aBlockHash
property while subscribing to theactionRenderer
.The text was updated successfully, but these errors were encountered: