dusk-network / rusk-vm

The Dusk Rust WASM VM implementation
Mozilla Public License 2.0
54 stars 12 forks source link

Merge master VM2 into the VM1 master #346

Closed miloszm closed 2 years ago

miloszm commented 2 years ago

Describe what you want implemented We want to create an initial version of master rusk-vm for VM2

Describe "Why" this is needed We need a bottom base for all the consequent VM2 PR, VM1 master cannot be this base.

Describe alternatives you've considered Alternative would be to take VM1 master as this base, yet changes are too extensive and the continuity is not there, hence this solution would be counterproductive

Additional context We tried the continuous approach and decided it is not feasible.