spacemeshos / svm

SVM - Spacemesh Virtual Machine
https://spacemesh.io
MIT License
85 stars 14 forks source link

Add `Immutable Data` field to the `Spawn Transaction` #469

Open YaronWittenstein opened 2 years ago

YaronWittenstein commented 2 years ago

Depends on: #447

Add to the Spawn Transaction a new field named immutable_data. This field won't hold some ABI data as in verifydata/ctordata/funcdata etc, but it'll hold the Storage Variables belonging to Section #0 (see issue #447).

The issue doesn't involve touching the Global State, merely adding a new field to the Spawn Transaction.