dusk-network / microkelvin

Mozilla Public License 2.0
16 stars 6 forks source link

Forward port PersistError from canonical to rkyv based Microkelvin #119

Closed miloszm closed 2 years ago

miloszm commented 2 years ago

Describe what you want implemented PersistError enumeration and its hookup has been introduced in the canonical based version of Microkelvin

Describe "Why" this is needed We need the same error facilities in the rkyv based version, in order to address issue 329

Describe alternatives you've considered If we skipped this task, our vm error processing infrastructure in rusk-vm would be incomplete.

Additional context This feature makes errors stemming from persistence more transparent

miloszm commented 2 years ago

Moved all changes to rusk-vm