This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
WIP - Extending the Spawn Transaction
to support Self Spawn
#468
Labels
Depends on: #247 #467 #466
This issue extends the
Spawn Transaction
behavior to support theSelf-Spawn
mode.Running
verify
as part of theSelf-Spawn.
This one is a bit tricky to get right. We want to execute the
verify
while thePrincipal
is inPending State.
It means it has no
Storage
yet and noTemplate
attached to it.When this issue is implemented, the
Immutable Storage
won't exist yet.(it's left for the `Simple Coin Iteration #4).
While writing this
The
amount
field can be ignored (since it's a self-funding)However, we still need to
Pseudo code:
The text was updated successfully, but these errors were encountered: