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, we have a Block struct defined in miden-node. I think this is a foundational enough struct that it should be defined in miden-base. This struct could then be used in various places (e.g., for storing block data on disk, or returning block data via node endpoints etc.).
The block struct should into the block module. It could look something like this:
Currently, we have a Block struct defined in
miden-node
. I think this is a foundational enough struct that it should be defined inmiden-base
. This struct could then be used in various places (e.g., for storing block data on disk, or returning block data via node endpoints etc.).The block struct should into the block module. It could look something like this:
A couple of open questions:
AccountDelta
for the update details.The text was updated successfully, but these errors were encountered: